@charset "utf-8";
/* 	@功能: 重设浏览器默认样式 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
    font: 12px "SourceHanSansCN";
}

input, select, textarea {
    font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration: underline;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1; /* for IE6 IE7 */
}

@font-face {
    font-family: 'reducto_condensed_ssiCn';
    src: url('font/reducto_condensed_ssi_condensed-webfont.eot');
    src: url('font/reducto_condensed_ssi_condensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/reducto_condensed_ssi_condensed-webfont.woff2') format('woff2'),
    url('font/reducto_condensed_ssi_condensed-webfont.woff') format('woff'),
    url('font/reducto_condensed_ssi_condensed-webfont.ttf') format('truetype'),
    url('font/reducto_condensed_ssi_condensed-webfont.svg#reducto_condensed_ssiCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FZTYSJW";
    src: url(font/FZTYSJW.ttf),
    url(font/FZTYSJW.woff2),
    url(font/FZTYSJW.woff),
    url(font/FZTYSJW.eot),
    url(font/FZTYSJW.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RTWSShangGoG0v1';
    src: url('font/RTWSShangGoG0v1-Regular.ttf'), url('font/RTWSShangGoG0v1-Regular.woff2'), url('font/RTWSShangGoG0v1-Regular.woff'), url('font/RTWSShangGoG0v1-Regular.eot'), url('font/RTWSShangGoG0v1-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    float: left;
    box-sizing: border-box;
}

.row {
    overflow: hidden;
}

.col-0 {
    width: 0
}

.col-offset-0 {
    margin-left: 0
}

.col-pull-0 {
    position: relative;
    right: 0
}

.col-push-0 {
    position: relative;
    left: 0
}

.col-1 {
    width: 4.16667%
}

.col-offset-1 {
    margin-left: 4.16667%
}

.col-pull-1 {
    position: relative;
    right: 4.16667%
}

.col-push-1 {
    position: relative;
    left: 4.16667%
}

.col-2 {
    width: 8.33333%
}

.col-offset-2 {
    margin-left: 8.33333%
}

.col-pull-2 {
    position: relative;
    right: 8.33333%
}

.col-push-2 {
    position: relative;
    left: 8.33333%
}

.col-3 {
    width: 12.5%
}

.col-offset-3 {
    margin-left: 12.5%
}

.col-pull-3 {
    position: relative;
    right: 12.5%
}

.col-push-3 {
    position: relative;
    left: 12.5%
}

.col-4 {
    width: 16.66667%
}

.col-offset-4 {
    margin-left: 16.66667%
}

.col-pull-4 {
    position: relative;
    right: 16.66667%
}

.col-push-4 {
    position: relative;
    left: 16.66667%
}

.col-5 {
    width: 20.83333%
}

.col-offset-5 {
    margin-left: 20.83333%
}

.col-pull-5 {
    position: relative;
    right: 20.83333%
}

.col-push-5 {
    position: relative;
    left: 20.83333%
}

.col-6 {
    width: 25%
}

.col-offset-6 {
    margin-left: 25%
}

.col-pull-6 {
    position: relative;
    right: 25%
}

.col-push-6 {
    position: relative;
    left: 25%
}

.col-7 {
    width: 29.16667%
}

.col-offset-7 {
    margin-left: 29.16667%
}

.col-pull-7 {
    position: relative;
    right: 29.16667%
}

.col-push-7 {
    position: relative;
    left: 29.16667%
}

.col-8 {
    width: 33.33333%
}

.col-offset-8 {
    margin-left: 33.33333%
}

.col-pull-8 {
    position: relative;
    right: 33.33333%
}

.col-push-8 {
    position: relative;
    left: 33.33333%
}

.col-9 {
    width: 37.5%
}

.col-offset-9 {
    margin-left: 37.5%
}

.col-pull-9 {
    position: relative;
    right: 37.5%
}

.col-push-9 {
    position: relative;
    left: 37.5%
}

.col-10 {
    width: 41.66667%
}

.col-offset-10 {
    margin-left: 41.66667%
}

.col-pull-10 {
    position: relative;
    right: 41.66667%
}

.col-push-10 {
    position: relative;
    left: 41.66667%
}

.col-11 {
    width: 45.83333%
}

.col-offset-11 {
    margin-left: 45.83333%
}

.col-pull-11 {
    position: relative;
    right: 45.83333%
}

.col-push-11 {
    position: relative;
    left: 45.83333%
}

.col-12 {
    width: 50%
}

.col-offset-12 {
    margin-left: 50%
}

.col-pull-12 {
    position: relative;
    right: 50%
}

.col-push-12 {
    position: relative;
    left: 50%
}

.col-13 {
    width: 54.16667%
}

.col-offset-13 {
    margin-left: 54.16667%
}

.col-pull-13 {
    position: relative;
    right: 54.16667%
}

.col-push-13 {
    position: relative;
    left: 54.16667%
}

.col-14 {
    width: 58.33333%
}

.col-offset-14 {
    margin-left: 58.33333%
}

.col-pull-14 {
    position: relative;
    right: 58.33333%
}

.col-push-14 {
    position: relative;
    left: 58.33333%
}

.col-15 {
    width: 62.5%
}

.col-offset-15 {
    margin-left: 62.5%
}

.col-pull-15 {
    position: relative;
    right: 62.5%
}

.col-push-15 {
    position: relative;
    left: 62.5%
}

.col-16 {
    width: 66.66667%
}

.col-offset-16 {
    margin-left: 66.66667%
}

.col-pull-16 {
    position: relative;
    right: 66.66667%
}

.col-push-16 {
    position: relative;
    left: 66.66667%
}

.col-17 {
    width: 70.83333%
}

.col-offset-17 {
    margin-left: 70.83333%
}

.col-pull-17 {
    position: relative;
    right: 70.83333%
}

.col-push-17 {
    position: relative;
    left: 70.83333%
}

.col-18 {
    width: 75%
}

.col-offset-18 {
    margin-left: 75%
}

.col-pull-18 {
    position: relative;
    right: 75%
}

.col-push-18 {
    position: relative;
    left: 75%
}

.col-19 {
    width: 79.16667%
}

.col-offset-19 {
    margin-left: 79.16667%
}

.col-pull-19 {
    position: relative;
    right: 79.16667%
}

.col-push-19 {
    position: relative;
    left: 79.16667%
}

.col-20 {
    width: 83.33333%
}

.col-offset-20 {
    margin-left: 83.33333%
}

.col-pull-20 {
    position: relative;
    right: 83.33333%
}

.col-push-20 {
    position: relative;
    left: 83.33333%
}

.col-21 {
    width: 87.5%
}

.col-offset-21 {
    margin-left: 87.5%
}

.col-pull-21 {
    position: relative;
    right: 87.5%
}

.col-push-21 {
    position: relative;
    left: 87.5%
}

.col-22 {
    width: 91.66667%
}

.col-offset-22 {
    margin-left: 91.66667%
}

.col-pull-22 {
    position: relative;
    right: 91.66667%
}

.col-push-22 {
    position: relative;
    left: 91.66667%
}

.col-23 {
    width: 95.83333%
}

.col-offset-23 {
    margin-left: 95.83333%
}

.col-pull-23 {
    position: relative;
    right: 95.83333%
}

.col-push-23 {
    position: relative;
    left: 95.83333%
}

.col-24 {
    width: 100%
}

.col-offset-24 {
    margin-left: 100%
}

.col-pull-24 {
    position: relative;
    right: 100%
}

.col-push-24 {
    position: relative;
    left: 100%
}

@media (max-width: 768px) {
    .col-xs-0 {
        width: 0
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-pull-0 {
        position: relative;
        right: 0
    }

    .col-xs-push-0 {
        position: relative;
        left: 0
    }

    .col-xs-1 {
        width: 4.16667%
    }

    .col-xs-offset-1 {
        margin-left: 4.16667%
    }

    .col-xs-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .col-xs-push-1 {
        position: relative;
        left: 4.16667%
    }

    .col-xs-2 {
        width: 8.33333%
    }

    .col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .col-xs-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .col-xs-push-2 {
        position: relative;
        left: 8.33333%
    }

    .col-xs-3 {
        width: 12.5%
    }

    .col-xs-offset-3 {
        margin-left: 12.5%
    }

    .col-xs-pull-3 {
        position: relative;
        right: 12.5%
    }

    .col-xs-push-3 {
        position: relative;
        left: 12.5%
    }

    .col-xs-4 {
        width: 16.66667%
    }

    .col-xs-offset-4 {
        margin-left: 16.66667%
    }

    .col-xs-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .col-xs-push-4 {
        position: relative;
        left: 16.66667%
    }

    .col-xs-5 {
        width: 20.83333%
    }

    .col-xs-offset-5 {
        margin-left: 20.83333%
    }

    .col-xs-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .col-xs-push-5 {
        position: relative;
        left: 20.83333%
    }

    .col-xs-6 {
        width: 25%
    }

    .col-xs-offset-6 {
        margin-left: 25%
    }

    .col-xs-pull-6 {
        position: relative;
        right: 25%
    }

    .col-xs-push-6 {
        position: relative;
        left: 25%
    }

    .col-xs-7 {
        width: 29.16667%
    }

    .col-xs-offset-7 {
        margin-left: 29.16667%
    }

    .col-xs-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .col-xs-push-7 {
        position: relative;
        left: 29.16667%
    }

    .col-xs-8 {
        width: 33.33333%
    }

    .col-xs-offset-8 {
        margin-left: 33.33333%
    }

    .col-xs-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .col-xs-push-8 {
        position: relative;
        left: 33.33333%
    }

    .col-xs-9 {
        width: 37.5%
    }

    .col-xs-offset-9 {
        margin-left: 37.5%
    }

    .col-xs-pull-9 {
        position: relative;
        right: 37.5%
    }

    .col-xs-push-9 {
        position: relative;
        left: 37.5%
    }

    .col-xs-10 {
        width: 41.66667%
    }

    .col-xs-offset-10 {
        margin-left: 41.66667%
    }

    .col-xs-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .col-xs-push-10 {
        position: relative;
        left: 41.66667%
    }

    .col-xs-11 {
        width: 45.83333%
    }

    .col-xs-offset-11 {
        margin-left: 45.83333%
    }

    .col-xs-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .col-xs-push-11 {
        position: relative;
        left: 45.83333%
    }

    .col-xs-12 {
        width: 50%
    }

    .col-xs-offset-12 {
        margin-left: 50%
    }

    .col-xs-pull-12 {
        position: relative;
        right: 50%
    }

    .col-xs-push-12 {
        position: relative;
        left: 50%
    }

    .col-xs-13 {
        width: 54.16667%
    }

    .col-xs-offset-13 {
        margin-left: 54.16667%
    }

    .col-xs-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .col-xs-push-13 {
        position: relative;
        left: 54.16667%
    }

    .col-xs-14 {
        width: 58.33333%
    }

    .col-xs-offset-14 {
        margin-left: 58.33333%
    }

    .col-xs-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .col-xs-push-14 {
        position: relative;
        left: 58.33333%
    }

    .col-xs-15 {
        width: 62.5%
    }

    .col-xs-offset-15 {
        margin-left: 62.5%
    }

    .col-xs-pull-15 {
        position: relative;
        right: 62.5%
    }

    .col-xs-push-15 {
        position: relative;
        left: 62.5%
    }

    .col-xs-16 {
        width: 66.66667%
    }

    .col-xs-offset-16 {
        margin-left: 66.66667%
    }

    .col-xs-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .col-xs-push-16 {
        position: relative;
        left: 66.66667%
    }

    .col-xs-17 {
        width: 70.83333%
    }

    .col-xs-offset-17 {
        margin-left: 70.83333%
    }

    .col-xs-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .col-xs-push-17 {
        position: relative;
        left: 70.83333%
    }

    .col-xs-18 {
        width: 75%
    }

    .col-xs-offset-18 {
        margin-left: 75%
    }

    .col-xs-pull-18 {
        position: relative;
        right: 75%
    }

    .col-xs-push-18 {
        position: relative;
        left: 75%
    }

    .col-xs-19 {
        width: 79.16667%
    }

    .col-xs-offset-19 {
        margin-left: 79.16667%
    }

    .col-xs-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .col-xs-push-19 {
        position: relative;
        left: 79.16667%
    }

    .col-xs-20 {
        width: 83.33333%
    }

    .col-xs-offset-20 {
        margin-left: 83.33333%
    }

    .col-xs-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .col-xs-push-20 {
        position: relative;
        left: 83.33333%
    }

    .col-xs-21 {
        width: 87.5%
    }

    .col-xs-offset-21 {
        margin-left: 87.5%
    }

    .col-xs-pull-21 {
        position: relative;
        right: 87.5%
    }

    .col-xs-push-21 {
        position: relative;
        left: 87.5%
    }

    .col-xs-22 {
        width: 91.66667%
    }

    .col-xs-offset-22 {
        margin-left: 91.66667%
    }

    .col-xs-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .col-xs-push-22 {
        position: relative;
        left: 91.66667%
    }

    .col-xs-23 {
        width: 95.83333%
    }

    .col-xs-offset-23 {
        margin-left: 95.83333%
    }

    .col-xs-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .col-xs-push-23 {
        position: relative;
        left: 95.83333%
    }

    .col-xs-24 {
        width: 100%
    }

    .col-xs-offset-24 {
        margin-left: 100%
    }

    .col-xs-pull-24 {
        position: relative;
        right: 100%
    }

    .col-xs-push-24 {
        position: relative;
        left: 100%
    }
}

@media (min-width: 768px) {
    .col-sm-0 {
        width: 0
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-pull-0 {
        position: relative;
        right: 0
    }

    .col-sm-push-0 {
        position: relative;
        left: 0
    }

    .col-sm-1 {
        width: 4.16667%
    }

    .col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .col-sm-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .col-sm-push-1 {
        position: relative;
        left: 4.16667%
    }

    .col-sm-2 {
        width: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .col-sm-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .col-sm-push-2 {
        position: relative;
        left: 8.33333%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-pull-3 {
        position: relative;
        right: 12.5%
    }

    .col-sm-push-3 {
        position: relative;
        left: 12.5%
    }

    .col-sm-4 {
        width: 16.66667%
    }

    .col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .col-sm-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .col-sm-push-4 {
        position: relative;
        left: 16.66667%
    }

    .col-sm-5 {
        width: 20.83333%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .col-sm-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .col-sm-push-5 {
        position: relative;
        left: 20.83333%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-pull-6 {
        position: relative;
        right: 25%
    }

    .col-sm-push-6 {
        position: relative;
        left: 25%
    }

    .col-sm-7 {
        width: 29.16667%
    }

    .col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .col-sm-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .col-sm-push-7 {
        position: relative;
        left: 29.16667%
    }

    .col-sm-8 {
        width: 33.33333%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .col-sm-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .col-sm-push-8 {
        position: relative;
        left: 33.33333%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-pull-9 {
        position: relative;
        right: 37.5%
    }

    .col-sm-push-9 {
        position: relative;
        left: 37.5%
    }

    .col-sm-10 {
        width: 41.66667%
    }

    .col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .col-sm-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .col-sm-push-10 {
        position: relative;
        left: 41.66667%
    }

    .col-sm-11 {
        width: 45.83333%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .col-sm-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .col-sm-push-11 {
        position: relative;
        left: 45.83333%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-pull-12 {
        position: relative;
        right: 50%
    }

    .col-sm-push-12 {
        position: relative;
        left: 50%
    }

    .col-sm-13 {
        width: 54.16667%
    }

    .col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .col-sm-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .col-sm-push-13 {
        position: relative;
        left: 54.16667%
    }

    .col-sm-14 {
        width: 58.33333%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .col-sm-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .col-sm-push-14 {
        position: relative;
        left: 58.33333%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-pull-15 {
        position: relative;
        right: 62.5%
    }

    .col-sm-push-15 {
        position: relative;
        left: 62.5%
    }

    .col-sm-16 {
        width: 66.66667%
    }

    .col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .col-sm-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .col-sm-push-16 {
        position: relative;
        left: 66.66667%
    }

    .col-sm-17 {
        width: 70.83333%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .col-sm-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .col-sm-push-17 {
        position: relative;
        left: 70.83333%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-pull-18 {
        position: relative;
        right: 75%
    }

    .col-sm-push-18 {
        position: relative;
        left: 75%
    }

    .col-sm-19 {
        width: 79.16667%
    }

    .col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .col-sm-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .col-sm-push-19 {
        position: relative;
        left: 79.16667%
    }

    .col-sm-20 {
        width: 83.33333%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .col-sm-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .col-sm-push-20 {
        position: relative;
        left: 83.33333%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-pull-21 {
        position: relative;
        right: 87.5%
    }

    .col-sm-push-21 {
        position: relative;
        left: 87.5%
    }

    .col-sm-22 {
        width: 91.66667%
    }

    .col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .col-sm-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .col-sm-push-22 {
        position: relative;
        left: 91.66667%
    }

    .col-sm-23 {
        width: 95.83333%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .col-sm-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .col-sm-push-23 {
        position: relative;
        left: 95.83333%
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }

    .col-sm-pull-24 {
        position: relative;
        right: 100%
    }

    .col-sm-push-24 {
        position: relative;
        left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-0 {
        width: 0
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-pull-0 {
        position: relative;
        right: 0
    }

    .col-md-push-0 {
        position: relative;
        left: 0
    }

    .col-md-1 {
        width: 4.16667%
    }

    .col-md-offset-1 {
        margin-left: 4.16667%
    }

    .col-md-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .col-md-push-1 {
        position: relative;
        left: 4.16667%
    }

    .col-md-2 {
        width: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 8.33333%
    }

    .col-md-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .col-md-push-2 {
        position: relative;
        left: 8.33333%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-pull-3 {
        position: relative;
        right: 12.5%
    }

    .col-md-push-3 {
        position: relative;
        left: 12.5%
    }

    .col-md-4 {
        width: 16.66667%
    }

    .col-md-offset-4 {
        margin-left: 16.66667%
    }

    .col-md-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .col-md-push-4 {
        position: relative;
        left: 16.66667%
    }

    .col-md-5 {
        width: 20.83333%
    }

    .col-md-offset-5 {
        margin-left: 20.83333%
    }

    .col-md-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .col-md-push-5 {
        position: relative;
        left: 20.83333%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-pull-6 {
        position: relative;
        right: 25%
    }

    .col-md-push-6 {
        position: relative;
        left: 25%
    }

    .col-md-7 {
        width: 29.16667%
    }

    .col-md-offset-7 {
        margin-left: 29.16667%
    }

    .col-md-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .col-md-push-7 {
        position: relative;
        left: 29.16667%
    }

    .col-md-8 {
        width: 33.33333%
    }

    .col-md-offset-8 {
        margin-left: 33.33333%
    }

    .col-md-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .col-md-push-8 {
        position: relative;
        left: 33.33333%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-pull-9 {
        position: relative;
        right: 37.5%
    }

    .col-md-push-9 {
        position: relative;
        left: 37.5%
    }

    .col-md-10 {
        width: 41.66667%
    }

    .col-md-offset-10 {
        margin-left: 41.66667%
    }

    .col-md-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .col-md-push-10 {
        position: relative;
        left: 41.66667%
    }

    .col-md-11 {
        width: 45.83333%
    }

    .col-md-offset-11 {
        margin-left: 45.83333%
    }

    .col-md-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .col-md-push-11 {
        position: relative;
        left: 45.83333%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-pull-12 {
        position: relative;
        right: 50%
    }

    .col-md-push-12 {
        position: relative;
        left: 50%
    }

    .col-md-13 {
        width: 54.16667%
    }

    .col-md-offset-13 {
        margin-left: 54.16667%
    }

    .col-md-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .col-md-push-13 {
        position: relative;
        left: 54.16667%
    }

    .col-md-14 {
        width: 58.33333%
    }

    .col-md-offset-14 {
        margin-left: 58.33333%
    }

    .col-md-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .col-md-push-14 {
        position: relative;
        left: 58.33333%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-pull-15 {
        position: relative;
        right: 62.5%
    }

    .col-md-push-15 {
        position: relative;
        left: 62.5%
    }

    .col-md-16 {
        width: 66.66667%
    }

    .col-md-offset-16 {
        margin-left: 66.66667%
    }

    .col-md-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .col-md-push-16 {
        position: relative;
        left: 66.66667%
    }

    .col-md-17 {
        width: 70.83333%
    }

    .col-md-offset-17 {
        margin-left: 70.83333%
    }

    .col-md-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .col-md-push-17 {
        position: relative;
        left: 70.83333%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-pull-18 {
        position: relative;
        right: 75%
    }

    .col-md-push-18 {
        position: relative;
        left: 75%
    }

    .col-md-19 {
        width: 79.16667%
    }

    .col-md-offset-19 {
        margin-left: 79.16667%
    }

    .col-md-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .col-md-push-19 {
        position: relative;
        left: 79.16667%
    }

    .col-md-20 {
        width: 83.33333%
    }

    .col-md-offset-20 {
        margin-left: 83.33333%
    }

    .col-md-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .col-md-push-20 {
        position: relative;
        left: 83.33333%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-pull-21 {
        position: relative;
        right: 87.5%
    }

    .col-md-push-21 {
        position: relative;
        left: 87.5%
    }

    .col-md-22 {
        width: 91.66667%
    }

    .col-md-offset-22 {
        margin-left: 91.66667%
    }

    .col-md-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .col-md-push-22 {
        position: relative;
        left: 91.66667%
    }

    .col-md-23 {
        width: 95.83333%
    }

    .col-md-offset-23 {
        margin-left: 95.83333%
    }

    .col-md-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .col-md-push-23 {
        position: relative;
        left: 95.83333%
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-offset-24 {
        margin-left: 100%
    }

    .col-md-pull-24 {
        position: relative;
        right: 100%
    }

    .col-md-push-24 {
        position: relative;
        left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-0 {
        width: 0
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-pull-0 {
        position: relative;
        right: 0
    }

    .col-lg-push-0 {
        position: relative;
        left: 0
    }

    .col-lg-1 {
        width: 4.16667%
    }

    .col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .col-lg-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .col-lg-push-1 {
        position: relative;
        left: 4.16667%
    }

    .col-lg-2 {
        width: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .col-lg-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .col-lg-push-2 {
        position: relative;
        left: 8.33333%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-pull-3 {
        position: relative;
        right: 12.5%
    }

    .col-lg-push-3 {
        position: relative;
        left: 12.5%
    }

    .col-lg-4 {
        width: 16.66667%
    }

    .col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .col-lg-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .col-lg-push-4 {
        position: relative;
        left: 16.66667%
    }

    .col-lg-5 {
        width: 20.83333%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .col-lg-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .col-lg-push-5 {
        position: relative;
        left: 20.83333%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-pull-6 {
        position: relative;
        right: 25%
    }

    .col-lg-push-6 {
        position: relative;
        left: 25%
    }

    .col-lg-7 {
        width: 29.16667%
    }

    .col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .col-lg-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .col-lg-push-7 {
        position: relative;
        left: 29.16667%
    }

    .col-lg-8 {
        width: 33.33333%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .col-lg-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .col-lg-push-8 {
        position: relative;
        left: 33.33333%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-pull-9 {
        position: relative;
        right: 37.5%
    }

    .col-lg-push-9 {
        position: relative;
        left: 37.5%
    }

    .col-lg-10 {
        width: 41.66667%
    }

    .col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .col-lg-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .col-lg-push-10 {
        position: relative;
        left: 41.66667%
    }

    .col-lg-11 {
        width: 45.83333%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .col-lg-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .col-lg-push-11 {
        position: relative;
        left: 45.83333%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-pull-12 {
        position: relative;
        right: 50%
    }

    .col-lg-push-12 {
        position: relative;
        left: 50%
    }

    .col-lg-13 {
        width: 54.16667%
    }

    .col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .col-lg-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .col-lg-push-13 {
        position: relative;
        left: 54.16667%
    }

    .col-lg-14 {
        width: 58.33333%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .col-lg-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .col-lg-push-14 {
        position: relative;
        left: 58.33333%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-pull-15 {
        position: relative;
        right: 62.5%
    }

    .col-lg-push-15 {
        position: relative;
        left: 62.5%
    }

    .col-lg-16 {
        width: 66.66667%
    }

    .col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .col-lg-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .col-lg-push-16 {
        position: relative;
        left: 66.66667%
    }

    .col-lg-17 {
        width: 70.83333%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .col-lg-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .col-lg-push-17 {
        position: relative;
        left: 70.83333%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-pull-18 {
        position: relative;
        right: 75%
    }

    .col-lg-push-18 {
        position: relative;
        left: 75%
    }

    .col-lg-19 {
        width: 79.16667%
    }

    .col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .col-lg-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .col-lg-push-19 {
        position: relative;
        left: 79.16667%
    }

    .col-lg-20 {
        width: 83.33333%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .col-lg-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .col-lg-push-20 {
        position: relative;
        left: 83.33333%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-pull-21 {
        position: relative;
        right: 87.5%
    }

    .col-lg-push-21 {
        position: relative;
        left: 87.5%
    }

    .col-lg-22 {
        width: 91.66667%
    }

    .col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .col-lg-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .col-lg-push-22 {
        position: relative;
        left: 91.66667%
    }

    .col-lg-23 {
        width: 95.83333%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .col-lg-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .col-lg-push-23 {
        position: relative;
        left: 95.83333%
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }

    .col-lg-pull-24 {
        position: relative;
        right: 100%
    }

    .col-lg-push-24 {
        position: relative;
        left: 100%
    }
}

/*# sourceMappingURL=_common.css.map */

/*# sourceMappingURL=_common.css.map */

.detail-content {
    margin: auto;
    padding: 20px;
    width: 1160px;
    border: 1px solid #eeeeee;
}

.detail-content .detail-app {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.detail-content .app-jj {
    padding: 20px;
}

.app-jj .app-t {
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: justify;
    color: #333333;
    height: 40px;
}

.app-jj .app-content {
    opacity: 1;
    font-size: 16px;
    text-align: justify;
    color: #333333;
    line-height: 35px;
    text-indent: 30px;
}

.app-left, .app-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.app-right {
    margin: 0 15px;
}

.app-right .down-load {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 15px;
}

.down-load img {
    width: 117px;
    height: 117px;
}

.down-load .down-name {
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 22px;
}

.app-left img {
    width: 146px;
    height: 144px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.app-left .app-introduction {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 600px;
    margin-left: 30px;

}

.app-left .app-introduction .introd-first {
    overflow: hidden;
}

.introd-first .introduction-name {
    opacity: 1;
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 40px;
    float: left;
    text-align: left;
}

.introd-first .introduction-tags {
    float: right;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.introduction-tags .tags {
    width: 60px;
    height: 24px;
    opacity: 1;
    margin: 0 5px 0 5px;
    border: 1px solid #2189ff;
    color: #2189ff;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.introduction-stars {
    overflow: hidden;
}

.introduction-tag .first-tag {
    display: -ms-flexbox;
    display: flex;
}

.first-tag:nth-child(1) .tag-wapper:nth-child(1) {
    margin-right: 80px;
}

.first-tag .tag-wapper {
    opacity: 1;
    font-size: 16px;
    width: 235px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 40px;
}

.tag-wapper span:nth-child(1) {
    text-align: left;
    width: 100px;
}

.first-tag:nth-child(2) .tag-wapper:nth-child(1) {
    margin-right: 80px;
}

.introduction-name01 {
    padding-left: 20px;
}

.introduction-name, .introduct-search {
    display: -ms-flexbox;
    display: flex;
}

.introduct-search {
    margin-left: 30px;
    margin-top: 20px;
}

.comment-list {
    margin-top: 20px;
    width: 900px;
    opacity: 1;
    background: #fefdfd;
    border: 1px solid #eeeeee;
}

.introduct-search img {
    width: 55px;
    height: 55px;
    vertical-align: middle;
    margin-right: 10px;
}

.introduct-search input {
    width: 700px;
    height: 55px;
    opacity: 1;
    border: 1px solid #dcdfe6;
    padding: 0 20px 0 15px;
    vertical-align: middle;
    border-radius: 5px;
}

.introduct-search button {
    width: 130px;
    height: 56px;
    opacity: 1;
    font-size: 18px;
    color: #fff;
    margin-left: -130px;
    vertical-align: middle;
    border: 1px #2189FF;
    background-color: #2189FF;
    border-radius: 0 5px 5px 0
}

.introduction-name01 span:nth-child(1) {
    opacity: 1;
    font-size: 20px;
    font-family: Helvetica, Helvetica-Regular;
    font-weight: 400;
    color: #ff0000;
    line-height: 36px;
}

.introduction-name01 span:nth-child(2) {
    opacity: 1;
    font-size: 20px;
    font-family: Helvetica, Helvetica-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-left: 10px;
}

.cont-logo-name {
    display: -ms-flexbox;
    display: flex;
}

.cont-logo-name img {
    width: 38px;
    height: 39px;
}

.cont-logo-name .author {
    line-height: 40px;
}

.cont-line .cont-d {
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 30px;
    /* margin-left: 50px; */
    margin: 30px;
}

.variable-height {
    overflow: hidden;
    max-height: 148px;
}

.variable-heightMax {
    overflow: hidden;
}

.more-data {
    opacity: 1;
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #157dff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.cont-line .con-background {
    background-color: #f1f2f3;
    width: 715px;
    margin: 30px auto;
    padding: 15px;
}

.con-background .back-cont {
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 21px;
    text-align: justify;
    text-justify: inter-ideograph
}

.comment-details {
    overflow: hidden;
    height: 380px;
}

.comment-detailsHight {
    overflow: hidden;
}

.comment-detailsHight .cont-line {
    margin: 20px;
    border-bottom: 1px solid #eeeeee;
}

.comment-details .cont-line {
    margin: 20px;
    border-bottom: 1px solid #eeeeee;
}

.cont-line .cont-d {
}

.author span:nth-child(1) {
    opacity: 1;
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #157dff;
    line-height: 21px;
    margin-left: 10px;
}

.author span:nth-child(2) {
    opacity: 1;
    font-size: 14px;
    font-family: Helvetica, Helvetica-Regular;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
    margin-left: 10px;
}

.back-cont p:nth-child(1) {
    line-height: 30px;
    color: #157dff;
}

.back-cont p:nth-child(2) {
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
}

.views-con {
    cursor: pointer;
}

.new-cont .back-cont:nth-child(2) {
    opacity: 1;
    font-size: 14px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #bab9b9;
    line-height: 30px;
}

.give-reply {
    display: -ms-flexbox;
    display: flex;
    float: right;
    line-height: 30px;
    margin-top: -25px;
}

.give-reply .give, .reply {
    display: -ms-flexbox;
    display: flex;
}

.give-reply .reply {
    margin-left: 20px;
    margin-right: 35px;
}

.give-reply .give img {
    width: 15px;
    height: 19px;
    opacity: 1;
}

.give-reply .reply img {
    width: 15px;
    height: 19px;
    opacity: 1;
}

.give-reply .reply span:nth-child(2), span:nth-child(3) {
    opacity: 1;
    font-size: 14px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    margin: 2px;
}

.give-reply .give span:nth-child(2), span:nth-child(3) {
    opacity: 1;
    font-size: 14px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    #padding: 20px;
    margin: 2px;
}

.main-comment {
    display: -ms-flexbox;
    display: flex;
}

.se-list-01 {
    display: -ms-flexbox;
    display: flex;
}

.hot-data-list-data {
    width: 240px;
    margin-top: -20px;
    margin-left: 20px;
}

.hot-data-list-data .warp-ts {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.hot-data-list-data .free-data {
    border: 1px solid #eee;
    padding: 20px;
}

.hot-data-list-data .warp-ts .font-ts {
    opacity: 1;
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #2189ff;
}

.hot-data-list-data .warp-ts img {
    width: 18px;
    height: 22px;
}

.use-list-01 {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.use-list-01 img {
    width: 50px;
    height: 50px;
    opacity: 1;
}

.use-list-01 .use-list02 {
    margin-left: 5px;
}

.use-list-01 .use-list02 .use-list-publish span {
    opacity: 1;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 22px;
}

.use-list-01 .use-list02 .use-list-n {
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 20px;
}

.use-list-01 .use-list02 .use-list-publish {
}

.dataset .dataset-box {
    width: 102%;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    padding: 20px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.dataset .dataset-box h3 {
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}

.dataset .dataset-box p {
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 17px;
    margin-bottom: 10px;
}

.dataset .dataset-box .info-box {
    padding-bottom: 20px;
}

.dataset .dataset-box .info-box span {
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 17px;
    margin-right: 30px;
    margin-left: 0;
}

.dataset .dataset-box .operation {
    float: right;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 17px;
}

.dataset-box .operation span {
    margin-left: 30px;
    margin-right: 0;
    cursor: pointer;
}

.dataset-box .info-box i, .dataset-box .operation i {
    width: 14px;
    height: 13px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.dataset-box .info-top {
    border-bottom: 1px solid #eee;
}

.dataset-box {
}

.dataset-box .info-table {
    margin-top: 20px;
}

.dataset-box .info-tab {
}

.dataset-box .info-tab li {
    width: 130px;
    height: 39px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 39px;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    margin-right: 10px;
    border-bottom: none;
}


.dataset-box .info-tab li.active {
    background: #157dff;
    color: #ffffff;
    border-color: #157dff;
}

.dataset-box .info-table-box {
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

.dataset-box .info-table-box.active {
    display: block;
}

.dataset-box .table-tr {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

/* 清理浮动 */
.dataset-box .table-tr:after, .dataset-box .table-td:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.dataset-box .table-tr, .dataset-box .table-td {
    zoom: 1;
    /* for IE6 IE7 */
}

.dataset-box .table-td {
    float: left;
    height: 40px;
    line-height: 40px;
}

.dataset-box .table-title {
    float: left;
    line-height: 40px;
    width: 120px;
    height: 100%;
    background: #f8f8f8;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #666666;
    padding-right: 28px;
    box-sizing: border-box;
    /* border-top: 1px solid #e5e5e5; */
    border-left: 1px solid #e5e5e5;
    /* border-right: 1px solid #e5e5e5; */
    /* border-bottom: 1px solid #e5e5e5; */

}

.dataset-box .table-content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 40px;
    height: 100%;
    font-size: 14px;
    color: #666666;
    padding-right: 28px;
    box-sizing: border-box;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    /* border-bottom: 1px solid #e5e5e5; */
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-box1 {
    max-height: 500px;
    overflow: auto;
}

.info-table-box table {
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-color: #e5e5e5;
}

.info-table-box table tr {
    border-bottom: 1px solid #e5e5e5;
}

.info-table-box tbody tr:last-child {
    border-bottom: none;
}

.info-table-box table th {
    text-align: center;
    background: #f8f8f8;
}

.info-table-box table th, .info-table-box table td {
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #e5e5e5;
}

.info-box2 {
    border: 1px solid #e5e5e5;
    border-left: none;
}

.info-box2 .inf-tips {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
}

.info-box2 .inf-tips span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 46px;
    height: 16px;
    box-sizing: border-box;
    font: 10px/1.0 '思源黑体';
    text-align: center;
    line-height: 16px;
    margin-right: 4px;
    cursor: pointer;
}

.info-box2 .inf-tips span:nth-child(1) {
    background: #015293;
    color: #ffffff;
}

.info-box2 .inf-tips span:nth-child(2) {
    border: 1px solid #009FB9;
    color: #009FB9;
}

.info-box2 .inf-tips span:nth-child(3) {
    border: 1px solid #4BA0FF;
    color: #4BA0FF;
}

.info-box2 .inf-tips span:nth-child(4) {
    border: 1px solid #E6B03D;
    color: #E6B03D;
}

.dataset-box .info-table-box.info-box3 {
    border-bottom: none;
}

.info-table-box.info-box3 table {
    border-bottom: 1px solid #e5e5e5;
}

.info-box2 .downloadBtn {
    width: 68px;
    height: 26px;
    border: 1px solid #D9D9D9;
    outline: none;
    background: #ffffff;
    cursor: pointer;
}

.info-box2 .downloadBtn i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../img/downBtn-icon.png);
    margin-right: 4px;
}

.info-box2 table li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font: 12px/1.0 '思源黑体';
    color: #999999;
    padding: 0 10px;
    border-right: 1px solid #DBDBDB;
}

.info-box2 table .leftTextalign {
    text-align: left;
    padding: 0 20px;
}

.info-box2 table li:last-child {
    border-right: 0;
}

.info-box2 table {
    border-left: none;
    border-right: none;
}

.dataset-box .info-table-box.info-box4 {
    position: relative;
    border-bottom: none;
}

#viewDatachart {
    width: 1157px;
    margin: 0 auto;
    height: 400px;
    border-top: 1px solid #e5e5e5;
}

.viewDetailCon .viewChartdata {
    overflow: hidden;
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 9999;
    border: 1px solid #DBDBDB;
}

.viewDetailCon .viewChartdata li {
    float: left;
    padding: 4px 15px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.viewDetailCon .viewChartdata li:nth-child(2) {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.viewDetailCon .viewChartdata li.active {
    background: #2189FF;
    color: #ffffff;
}

.info-box5 {
    border-bottom: none !important;
}

.info-box5 .commentMain {
    border-top: 1px solid #e5e5e5;
}

.info-box5 .tableTopTitle {
    line-height: 30px;
    margin-top: 10px;
}

.info-box5 .tableTopTitle i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 3px;
    height: 20px;
    background: #2189FF;
    margin-right: 10px;
}

.info-box5 .tableTopTitle span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}


.info-box5 .historyList li {
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.info-box5 .historyList li .icon {
    width: 50px;
    height: 50px;
    float: left;
}

.info-box5 .historyList li .icon img {
    width: 100%;
    height: 100%;
}

.info-box5 .historyList li .info {
    margin-left: 70px;
}

.info-box5 .historyList li .info .user span {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.info-box5 .historyList li .info .user em {
    font-style: normal;
    font-size: 12px;
    color: #999;
    padding-left: 25px;
}

.info-box5 .historyList li .info .cont span {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.info-box5 .historyList li .info .cont .tit {
    float: right;
    margin-right: 20px;
    color: #cccccc;
    line-height: 24px;
}

.info-box5 .historyList li .info .cont .tit i {
    font-size: 16px;
    padding-left: 20px;
}

.info-box5 .historyList li .info .cont .tit em {
    font-style: normal;
    font-size: 14px;
    padding: 0 5px;
}

.info-box5 .historyList .layui-inline {
    padding: 0 !important;
    border-bottom: none;
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.info-box5 .info-score {
}

.wraper-header .header-loginOut {
    height: 40px;
    font-size: 14px;
    color: #000000;
    position: absolute;
    right: 0;
    top: 45px;
}

.wraper-header .header-loginOut .fixedWidth {
    width: 60%;
    margin-left: 260px;
    float: left;
}

.wraper-header .header-loginOut .fn-clear {
    zoom: 1;
}

.wraper-header .header-loginOut .topLeftcon {
    float: left;
    line-height: 40px;
}

.wraper-header .header-loginOut #topDate {
    float: right;
    line-height: 40px;
}

.wraper-header .header-loginOut .topRightcon {
    float: right;
    margin-right: 130px;
}

.wraper-header .header-loginOut .login, .wraper-header .header-loginOut .register {
    line-height: 40px;
    cursor: pointer;
}

.wraper-header .plnewHeader {
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding-top: 80px;
}

.wraper-header .plnewHeader .fixedWidth {
    width: 1200px;
    margin-left: 160px;
    float: left;
}

.wraper-header .leftTitle {
    padding-top: 20px !important;
}

.wraper-header h2 {
    color: red;
    margin-left: 100px;
    font-size: 28px;
    position: relative;
    top: -20px;
}

.wraper-header .sys-t {
    left: -122px;
    position: absolute;
    letter-spacing: 10px;
    top: -72px;
}

.wraper-header .sys-t-right {
    position: absolute;
    padding-left: 15px;
    border-left: 1px solid #3e3e3e;
    top: -30px;
    left: 21.5%;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 27px;
    color: #bb2020;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.wraper-header .leftTitle p {
    position: relative;
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
    left: 95px;
    letter-spacing: 4px;
    top: -15px;
    width: 600px;
}



.wraper-header .a-link {
    position: relative;
    width: 306px;
    height: 74px;
    top: 19px;
    left: 25px;
/*    color: red;*/
/*    text-decoration: none;*/
/*    padding: 17px;*/
/*    font-weight:600;*/
/*    position: relative;*/
/*    top: 8px;*/
/*    letter-spacing: 2px;*/
/*    font-size: 27px*/
}

.wraper-header .plnewHeader .search-data {
    z-index: 9999;
    position: fixed;
    top: 45px;
    right: 245px;
}

.wraper-header .plnewHeader .search-data #search {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 350px;
    height: 40px;
    line-height: 30px;
    padding: 0 20px 0 15px;
    outline: none;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wraper-header .plnewHeader .search-btn {
    display: block;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 0;
    width: 68px;
    height: 42px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: #2189FF;
    border: 1px #2189FF;
    border-radius: 0 5px 5px 0;
}

.wraper-header .warp-switch {
    width: 100%;
    height: 60px;
    background-image: url(../img/nav-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wraper-header .warp-switch #nav {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}

.wraper-header .warp-switch #nav .nav-item {
    height: 100%;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.wraper-header .warp-switch #nav .nav-item:hover {
    background-color: #2189FF;
}

.wraper-header .warp-switch #nav .activeTab {
    background-color: #2189FF;
}

#menuleft {
    padding: 10px;
    position: fixed;
    left: 10px;
    bottom: 150px;
    background-color: #fff;
    box-shadow: 0px 2px 12px 3px rgba(0, 111, 252, 0.15);
}

.rect-logo {
    cursor: pointer;
}

.rect-logo img {
    width: 50px;
    height: 50px;
}

.rect-logo .rect-name {
    margin: auto;
    width: 52px;
    opacity: 1;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 25px;
}

#menuright {
    padding: 10px;
    position: fixed;
    right: 10px;
    bottom: 150px;
    background-color: #fff;
    box-shadow: 0px 2px 12px 3px rgba(0, 111, 252, 0.15);
}

.newFooter {
    width: 100%;
    height: 110px;
    background-color: #355e92;
    overflow: hidden;
}

.newFooter .footerMsgcon {
    padding: 15px;
    width: 70%;
    height: 80px;
    margin: 0 15% 0 15%;
}

.newFooter .footerMsgcon .contact-us, .site-map, .government-website, .party-gov {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: middle;
}

.newFooter .footerMsgcon .government-website {
    margin-left: 10px;
}

.newFooter .footerMsgcon .party-gov {
    position: relative;
    margin-left: 35px;
    top: 5px;
}

.newFooter .footerMsgcon .contact-us .contact, .map {
    width: 30px;
    height: 30px;
    margin: 5px auto;
}

.newFooter .footerMsgcon .contact-us .contact-name, .map-name {
    text-align: center;
    width: 80px;
}

.newFooter .footerMsgcon .site-map .map {
    width: 30px;
    height: 30px;
}

.newFooter .footerMsgcon .government-website .zfwz {
    width: 100px;
    height: 53px;
}

.newFooter .footerMsgcon .party-gov .gov {
    width: 55px;
    height: 65px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.newFooter .footerMsgcon .party-gov .copyright-01 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    top: 0px;
    left: 65px;
    zoom: 1;
    position: absolute;
}

.newFooter .footerMsgcon .party-gov .copyright-01 .copy {
    width: 165px;
    line-height: 30px;
}

.newFooter .footerMsgcon .party-gov .copyright-02 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    top: 0;
    left: 265px;
    zoom: 1;
    position: absolute;
}

.newFooter .footerMsgcon .party-gov .copyright-03 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    top: 0;
    left: 500px;
    zoom: 1;
    position: absolute;
}

.newFooter .footerMsgcon .party-gov .copyright-02 .copy {
    width: 207px;
    line-height: 30px;
}

.newFooter .footerMsgcon .party-gov .copyright-02 .guohui {
    width: 18px;
    height: 18px;
    margin: 7px auto;
}

.newFooter .footerMsgcon .party-gov .copyright-02 .security {
    width: 265px;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
}

.newFooter .footerMsgcon .party-gov .copyright-03 .copy {
    width: 265px;
    line-height: 30px;
}

.wraper {
    overflow: hidden;
}

.wraper .open-portal {
    width: 1200px;
    margin: auto;
}

.wraper .open-portal .crumbs {
    margin: 20px 0 20px 0;
}

.wraper .open-portal .crumbs span {
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
}

.wraper .open-portal .crumbs span a {
    color: #2189FF;
}

.wraper .open-portal .crumbs span:nth-child(1) {
    font-weight: 600;
    color: #3C6EF5;
    font-size: 5px;
}

.wraper .open-portal .open-portal-list {
}

.wraper .open-portal .open-portal-list .city {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 30px;
}

.wraper .open-portal .open-portal-list .city .warp-city {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 1;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 28px;
    margin-right: 30px;
}

.wraper .open-portal .open-portal-list .city .warp-city-all {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100px;
    height: 25px;
    color: #fff;
    margin: 0 20px 0 30px;
    text-align: center;
    background: #2189FF;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
}

.wraper .open-portal .open-portal-list .portal-list {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    height: 85px;
    vertical-align: top;
    margin-top: -10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.wraper .open-portal .open-portal-list .portal-list-county {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    height: 85px;
    vertical-align: top;
    margin-top: -10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.wraper .open-portal .open-portal-list .portal-list1 {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    vertical-align: top;
    margin-top: -10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.wraper .open-portal .open-portal-list .county-portal-list1 {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    vertical-align: top;
    margin-top: -10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.wraper .open-portal .open-portal-list #portal-list01 {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
}

.wraper .open-portal .open-portal-list .filtering {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 30px;
}

.wraper .open-portal .open-portal-list .filtering .warp-city {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 1;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 28px;
    margin-right: 30px;
}

.wraper .open-portal .open-portal-list .filtering .warp-city-all {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100px;
    height: 25px;
    color: #fff;
    margin: 0 20px 0 75px;
    text-align: center;
    background: #2189FF;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
}

.wraper .open-portal .open-portal-list .portal-list-ly {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    height: 85px;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wraper .open-portal .open-portal-list .portal-list-ly1 {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wraper .open-portal .open-portal-list .portal-list-hy {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    height: 85px;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wraper .open-portal .open-portal-list .portal-list-hy1 {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wraper .open-portal .open-portal-list #portal-list-cj {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.wraper .open-portal .open-portal-list #portal-list-open {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 800px;
    vertical-align: top;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#portal-list .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}
#county-portal-list .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}

#portal-list01 .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}

#portal-list-ly .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}

#portal-list-hy .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}

#portal-list-cj .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}

#portal-list-open .list-name {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    cursor: pointer;
}

.wraper .open-portal .open-portal-list .warp-city-all-gd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 25px;
    color: #fff;
    margin-left: 20px;
    text-align: center;
    background: #2189FF;
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
    cursor: pointer;
}

.hot-data-list:nth-child(1) {
    margin-top: 10px;
}

.hot-data-list:nth-child(2) {
    margin-top: 30px;
}

.hot-data-list .warp-ts {
    width: 280px;
    line-height: 40px;
}

.hot-data-list .free-data {
    width: 300px;
    height: 410px;
    border: 1px solid #eeeeee;
}

.hot-data-list .free-data #free-content {
    margin: 10px auto;
    width: 280px;
}

#free-content .line-content {
    line-height: 40px;
}

.hot-data-list .free-data #views-content {
    margin: 10px auto;
    width: 280px;
}

#views-content .line-content {
    line-height: 40px;
}

.hot-data-list .free-data #views-content {
    margin: 10px auto;
    width: 280px;
}

#views-content .line-content {
    line-height: 40px;
}

.hot-data-list .warp-ts img {
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hot-data-list .warp-ts .font-ts {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 28px;
    opacity: 1;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #2189ff;
    line-height: 28px;
}

.wraper .list-matters {
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: auto;
    padding: 10px;
}

.left-list {
    /* width: 900px; */
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.left-list .search-criteria {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 35px;
}

.left-list .sort-criteria {
    float: right;
    line-height: 60px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.left-list .sort-criteria span .warp-criteria {
    width: 80px;
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    color: #999999;
}

.sort-criteria .up {
    position: absolute;
    width: 7px;
    height: 6px;
    left: 70px;
    top: 23px;
}

.sort-criteria .down {
    position: absolute;
    width: 7px;
    height: 6px;
    left: 70px;
    top: 30px;
    transform: rotate(180deg);
}

.sort-criteria .up1 {
    position: absolute;
    width: 7px;
    height: 6px;
    left: 142px;
    top: 23px;
}

.sort-criteria .down1 {
    position: absolute;
    width: 7px;
    height: 6px;
    left: 142px;
    top: 30px;
    transform: rotate(180deg);
}

.sort-criteria .up2 {
    position: absolute;
    width: 7px;
    height: 6px;
    right: 90px;
    top: 23px;
}

.sort-criteria .down2 {
    position: absolute;
    width: 7px;
    height: 6px;
    right: 90px;
    top: 30px;
    transform: rotate(180deg);
}

.sort-criteria .up3 {
    position: absolute;
    width: 7px;
    height: 6px;
    right: 10px;
    top: 23px;
}

.sort-criteria .down3 {
    position: absolute;
    width: 7px;
    height: 6px;
    right: 10px;
    top: 30px;
    transform: rotate(180deg);
}

.search-criteria .criteria {
    float: left;
    width: 350px;
    height: 40px;
    line-height: 30px;
    padding: 0 20px 0 15px;
    outline: none;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-criteria .query {
    display: block;
    position: absolute;
    z-index: 2;
    left: 320px;
    top: 0;
    width: 68px;
    height: 41px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: #2189FF;
    border: 1px #2189FF;
    border-radius: 0 5px 5px 0;
}

.left-list .search-criteriass {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 35px;
}

.search-criteriass .criteria {
    float: left;
    width: 350px;
    height: 40px;
    line-height: 30px;
    padding: 0 20px 0 15px;
    outline: none;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-criteriass .query {
    display: block;
    position: absolute;
    z-index: 2;
    left: 320px;
    top: 0;
    width: 68px;
    height: 41px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: #2189FF;
    border: 1px #2189FF;
    border-radius: 0 5px 5px 0;
}


.wraper .list-matters .matter-list {
    width: 900px;
}

#warp-list .matterList {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

#warp-list .matterList .name-type {
    cursor: pointer;
}

#warp-list .name-type {
    position: relative;
}

#warp-list .name-type .warp-name {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 1;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 28px;
}

#warp-list .name-type .warp-option {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -5px;
}

#warp-list .name-type .warp-option .type-list {
    margin: 10px;
}

#warp-list .name-type .warp-option .type-list:nth-child(1) {
    width: 44px;
    height: 17px;
    opacity: 1;
    border: 1px solid #1aa8c0;
    border-radius: 5px;
    color: #1aa8c0;
    line-height: 17px;
    text-align: center;
}

#warp-list .name-type .warp-option .type-list:nth-child(2) {
    width: 44px;
    height: 17px;
    opacity: 1;
    background: #4b9fff;
    color: #fff;
    border-radius: 4px;
    line-height: 17px;
    text-align: center;
}

#warp-list .name-type .warp-option .type-list:nth-child(3) {
    width: 44px;
    height: 17px;
    opacity: 1;
    background-color: #E7B13D;
    color: #fff;
    border-radius: 5px;
    line-height: 17px;
    text-align: center;
}

.date-depart-field {
    display: -ms-flexbox;
    display: flex;
    color: #666666;
    line-height: 45px;
    font-size: 14px;
}

.date-depart-field .public-time {
    display: -ms-flexbox;
    display: flex;
}

.date-depart-field .public-time:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

.warp-counter {
    display: -ms-flexbox;
    display: flex;
}

.warp-counter .collection {
    display: -ms-flexbox;
    display: flex;
}

.warp-counter .base-table {
    margin: 0 20px 0 50px;
    width: 44px;
    height: 17px;
    opacity: 1;
    font-size: 12px;
    background-color: #009fb9;
    border-radius: 5px;
    color: #fff;
    line-height: 17px;
    text-align: center;
}

.warp-counter .base-file {
    margin: 0 20px 0 0;
    width: 44px;
    height: 17px;
    font-size: 12px;
    opacity: 1;
    background-color: #4ba0ff;
    border-radius: 5px;
    color: #fff;
    line-height: 17px;
    text-align: center;
}

.warp-counter .base-interface {
    margin: 0 20px 0 0;
    width: 44px;
    height: 17px;
    font-size: 12px;
    opacity: 1;
    background-color: #e7b13d;
    border-radius: 5px;
    color: #fff;
    line-height: 17px;
    text-align: center;
}

.warp-counter .collection:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    margin-right: 50px;
}

.warp-counter .collection .collection-font {
    line-height: 16px;
    margin-left: 5px;
    color: #333333;
    font-size: 12px;
}

.warp-counter .collection img {
    width: 13px;
    height: 13px;
}

/*  分页*/
/*列表分页底部按钮*/
div.tablefooter {
    width: 1200px;
    color: #4f6d95;
}

.tablefooter .float-left {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
}

.tablefooter .float-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

select.pageLength {
    border: 1px solid #d0daea;
    border-radius: 4px;
    height: 24px;
    color: #666666;
    padding-left: 3px;
}

select.pageLength:focus {
    border: 1px solid #81c7f7;
    outline: none;
}

.pageBtn {
    height: 24px;
    width: 35px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 6px;
    color: #666666;
    text-align: center;
    /*padding: 1px;*/
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    outline: 0;
}

.firstOrLast {
    width: 50px;
}

.pageBtn:hover {
    background-color: #26a2f7;
    border: 1px solid #26a2f7;
    color: #FFFFFF;
}

input.pageNo {
    width: 30px;
    text-align: center;
    border-radius: 2px;
    padding-left: 0px;
    border: 1px solid #d0daea;
    height: 22px;
    color: #4f6d95;
}

.line-content .content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 22px;
    width: 220px;
    margin-left: 5px;
    opacity: 1;
    font-size: 15px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #333333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.fontColor {
    background-color: #2189FF;
    color: #fff !important;
}

.data-counter .scenario {
    display: -ms-flexbox;
    display: flex;
}

.data-counter .scenario img:nth-child(1) {
    width: 146px;
    height: 86px;
}

.data-counter .scenario img:nth-child(2) {
    margin-top: 60px;
    width: 1035px;
    height: 3px;
}

.data-counter .scenario-list {
    overflow: hidden;
}

.scenario-list .warp-rect {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 208px;
    float: left;
    margin: 15px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.scenario-list .warp-rect:hover {
    box-shadow: 0px 2px 12px 3px rgba(0, 111, 252, 0.15);
}

.rect-logo {
    opacity: 1;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 35px;
}

.rect-logo img {
    margin: auto;
    width: 58px;
    height: 56px;
    opacity: 1;
}

.rect-logo:nth-child(3) {
    color: #2189FF;
    font-size: 26px;
}

.rect-logo:nth-child(2) {
    margin-top: 15px;
    font-size: 22px;
}

.rect-logo span {
    color: #333333;
    margin-left: 5px;
    font-size: 15px;
}

.rect-logo span1 {
    color: #2189FF;
    font-size: 26px;
}

.hot-data .popular {
    width: 580px;
    margin: auto;
}

.hot-popular .popular {
    width: 1200px;
    margin: auto
}

.data-counter .data-visits, .data-trends {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 15px;
    vertical-align: top;
}

.popular-warpper, .visits-width {
    width: 566px;
}

.popular-warpper .popular-title01 {
    width: 115px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular-warpper .popular-title02 {
    width: 175px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular-warpper .popular-title03 {
    width: 210px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular-warpper .popular-title04 {
    width: 145px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular-warpper01 .popular-title05 {
    width: 275px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular-title01, .popular-title02 .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.popular-title01, .popular-title03 .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.popular-title03 .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.popular-title03 .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.popular-title01, .popular-title05 .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.popular-title05 .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.popular-title05 .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.popular-title01, .popular-title04 .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.popular-title04 .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.popular-title04 .hot-En {
    font-size: 12px;
    color: #707A8C;
}


.popular-title01 .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.popular-title01 .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.popular-title02 .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.popular-title02 .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.popular-warpper .line-t01 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 3px;
    width: 445px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular-warpper .line-t02 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 385px;
}

.popular-warpper .line-t03 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 350px;
}

.popular-warpper .line-t04 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 415px;
}

.popular-warpper01 .line-t05 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 890px;
}

.visits-width, .trends-width {
    width: 566px;
    height: 314px;
    border: 1px solid #eeeeee;
}

.visits-width01 {
    width: 1170px;
    height: 314px;
    border: 1px solid #eeeeee;
}

#visits-echarts, #trends-echarts, #visits-echarts01, #trends-echarts02 {
    width: 100%;
    height: 300px;
}

#visits-echarts05 {
    width: 1150x;
    height: 310px;
}

.data-classification {
    padding: 15px;
}

* {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
}

img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}

.banner {
    width: 100%;
    height: 350px;
    position: relative;
}

.banner > ul {
    width: 100%;
    height: 100%;

    position: relative;
}

.banner > ul > li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    opacity: 0;
}

.banner > ul > li.active {
    opacity: 1;
}

.banner > ol {
    width: 160px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    background-color: rgba(50, 50, 50, 0.5);

    display: -ms-flexbox;

    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
}

.banner > ol > li {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}

.banner > ol > li.active {
    background-color: #4349b6;
}

.banner > div {
    width: 40px;
    height: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(50, 50, 50, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: white;
}

.banner > div.left {
    left: 5%;
}

.banner > div.right {
    right: 5%;
}

.scroll-numbers {
    width: 100%;
    height: 80px;
    background-color: #EFF2F8;
}

.scroll-numbers .number {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.scroll-numbers .number .scroll-t {
    opacity: 1;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.scroll-numbers .number .fontColor-01 {
    font-size: 20px;
    color: #333333;
}

.scroll-numbers .number .fontColor-02 {
    font-size: 40px;
    color: #2189FF;
    font-style: italic;
}

.domain-department {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.domain-department #tabs {
    text-align: center;
    margin-top: 50px;
}

.domain-department #tabs .domain {
    margin-left: -50px;
}

.domain-department #tabs .domain-img {
    background-image: url(../img/domain1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.domain-department #tabs .do-name {
    color: #2189FF;
    font-size: 25px;
    margin-top: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.domain-department #tabs .active {
    background-color: #2189FF;
}

.domain-department #tabs .active .domain-img {
    background-image: url(../img/domain.png);
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

.domain-department #tabs .active .do-name {
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.domain-department #tabs .department-img {
    background-image: url(../img/department.png);
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    vertical-align: middle;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
}
.domain-department #tabs .county-img {
    background-image: url(../img/dtIcon-hover.png);
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    vertical-align: middle;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
}

.domain-department #tabs .active .county-img {
    background-image: url(../img/dtIcon-hover1.png);
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    vertical-align: middle;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
}

.domain-department #tabs .active .department-img {
    background-image: url(../img/department1.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 10px;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
}

.domain-department #tabs .borderRadius {
    width: 280px;
    height: 60px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 1;
    border-radius: 32px;
    box-shadow: 0px 2px 12px 3px rgba(0, 111, 252, 0.15);
    cursor: pointer;
}

.domain-department #tabs .department {
    margin-left: 65px;
}
.domain-department #tabs .county {
    margin-left: -50px;
}

#domain-main {
    width: 1200px;
    margin: 30px auto;
}

#domain-main .main-font {
    padding: 15px;
    width: 100px;
    height: 110px;
    float: left;
    margin: 20px;
}

#domain-main .main-font:hover {
    box-shadow: 0px 2px 12px 3px rgba(0, 111, 252, 0.15);
}

#domain-main .main-font img {
    width: 68px;
    margin-left: 20px;
    height: 66px;
}

#domain-main .main-font .font-style {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

#department-main {
    width: 1200px;
    margin: 30px auto;
}

#department-main .main-font {
    width: 195px;
    height: 50px;
    float: left;
    margin: 22px;
    cursor: pointer;
}

#department-main .main-font:hover {
    cursor: pointer;
}

#department-main .main-font .font-style:hover {
    color: #2189FF;
    border-bottom: 1px solid #2189FF;
    cursor: pointer;
}

#department-main .main-font .font-style {
    color: #333333;
    background-color: #f3f2f8;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}


#county-main {
    width: 1200px;
    margin: 30px auto;
}

#county-main .main-font {
    width: 195px;
    height: 50px;
    float: left;
    margin: 22px;
    cursor: pointer;
}

#county-main .main-font:hover {
    cursor: pointer;
}

#county-main .main-font .font-style:hover {
    color: #2189FF;
    border-bottom: 1px solid #2189FF;
    cursor: pointer;
}

#county-main .main-font .font-style {
    color: #333333;
    background-color: #f3f2f8;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}


.application-scenario {
    width: 100%;
    background-image: url(../img/scenario.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.application-scenario .scenario {
    width: 1200px;
    margin: auto;
}

.application-scenario .scenario .dist {
    background-image: url(../img/application.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 220px;
    height: 105px;
    margin: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.application-scenario .scenario #scenario-name {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.application-scenario .scenario #scenario-name .main-font {
    float: left;
    width: 50px;
    margin: 23px;
}

.application-scenario .scenario #scenario-name .main-font img {
    width: 34px;
    height: 42px;
}

.application-scenario .scenario #scenario-name .main-font .font-style {
    font-size: 18px;
    cursor: pointer;
}

.hot-popular {
    width: 100%;
    /* height: 400px; */
    background: #fff;
    padding-bottom: 15px;
}

.popular .popular-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 96px;
    margin-top: 20px;
}

.popular .popular-title .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.popular .popular-title .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.popular .popular-title .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.popular .line-t {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1055px;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.popular .line-t1 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* width: 1055px; */
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hot-popular #hot-popular-list {
    overflow: hidden;
}

.hot-popular #hot-popular-list #popular-list {
    margin: auto;
    width: 1200px;
}

.hot-popular #hot-popular-list .hot-use {
    width: 220px;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    position: relative;
    margin: 5px;
    float: left;
}

.hot-popular #hot-popular-list .hot-use .app {
    background-image: url(../img/app.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 54px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.hot-popular #hot-popular-list .hot-use .content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hot-popular #hot-popular-list .hot-use .content .hot-logo {
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.hot-popular #hot-popular-list .hot-use .content .hot-logo img {
    width: 68px;
    height: 68px;
    margin: auto;
    opacity: 1;
}

.hot-popular #hot-popular-list .hot-use .content .hot-title {
    /* width: 80px; */
    opacity: 1;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 58px;
    cursor: pointer;
}

.hot-popular #hot-popular-list .hot-use .content .cjdw01 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.hot-popular #hot-popular-list .hot-use .content
.cjdw, .fbsj, .ssly {
    width: 100%;
    opacity: 1;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 30px;
}

.commentScore {
    text-align: center;
    width: 70%;
    overflow: hidden;
    margin: auto;
}

.dim { /*默认是灰色的星星*/
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    background: url('../img/start1.png');
    background-size: 100%;
}

.highlight { /*评论是几就会点亮几颗星星*/
    float: left;
    width: 20px;
    margin: 5px;
    height: 20px;
    background: url('../img/start2.png');
    background-size: 100%;
}

.resource-distribution {
    width: 100%;
    height: 400px;
    background: #fff;
}

.resource-distribution .popular {
    width: 1200px;
    margin: auto;
}

.resource-distribution .popular .popular-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 235px;
    margin-top: 20px;
}

.resource-distribution .popular .popular-title .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.resource-distribution .popular .popular-title .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.resource-distribution .popular .popular-title .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.resource-distribution .popular .line-t {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 915px;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.resource-distribution #resource-distribution-list {
    overflow: hidden;
}

.resource-distribution #resource-distribution-list #distribution-charts {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 1200px;
    height: 300px;
}

.resource-distribution #resource-distribution-list .tabs {
    width: 1275px;
    text-align: right;
}

.resource-distribution #resource-distribution-list .tabs .tabs-btn {
    background: #ffffff;
    border: 1px solid #e9e9e9;
}

.resource-distribution #resource-distribution-list .tabs .public {
    width: 60px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    height: 22px;
    cursor: pointer;
}

.resource-distribution #resource-distribution-list .tabs .actives {
    border: 1px solid #2189FF;
    color: #ffffff;
    background-color: #2189FF;

}

.hotData-hotService {
    width: 100%;
    background: #fff;
}

.hotData-hotService .data-service {
    width: 1200px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
}

.hotData-hotService .hot-data {
    width: 580px;
    margin: 10px;

}

.hotData-hotService .hot-data .popular-data {
    width: 535px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    padding: 20px;
}


#popular-data .hot-content {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

#popular-data .hot-content .first-line {
    width: 100%;
    line-height: 40px;
}

#popular-data .hot-content .first-line .hot-n, .hot-isTop, .hot-time {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#popular-data .hot-content .first-line .hot-n {
    font-size: 16px;
}

#popular-data .hot-content .first-line .hot-isTop {
    width: 40px;
    background-color: #2189FF;
    color: #fff;
    height: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

#popular-data .hot-content .first-line .hot-time {
    font-size: 16px;
    float: right;
}

#popular-data .hot-content .hot-provider {
    width: 100%;
    line-height: 25px;
}

#popular-data .hot-content .hot-provider span {
    font-size: 14px;
    line-height: 22px;
}


#popular-data-service .hot-content {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

#popular-data-service .hot-content .first-line {
    width: 100%;
    line-height: 40px;
}

#popular-data-service .hot-content .first-line .hot-n, .hot-isTop, .hot-time {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#popular-data-service .hot-content .first-line .hot-n {
    font-size: 16px;
}

#popular-data-service .hot-content .first-line .hot-isTop {
    width: 40px;
    background-color: #2189FF;
    color: #fff;
    height: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

#popular-data-service .hot-content .first-line .hot-time {
    font-size: 16px;
    float: right;
}

#popular-data-service .hot-content .hot-provider {
    width: 100%;
    line-height: 25px;
}

#popular-data-service .hot-content .hot-provider span {
    font-size: 14px;
    line-height: 22px;
}


.hotData-hotService .hot-data .popular {
    position: relative;
    margin: auto;

}

.hotData-hotService .hot-data .popular .more-actions {
    position: absolute;
    top: 30px;
    font-size: 16px;
    color: #2189FF;
    cursor: pointer;
    right: 0;
}

.hotData-hotService .hot-data .popular .popular-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 96px;
    margin-top: 20px;
}

.hotData-hotService .hot-data .popular .popular-title01 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 122px;
    margin-top: 20px;
}

.hotData-hotService .hot-data .popular .popular-title .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.hotData-hotService .hot-data .popular .popular-title .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.hotData-hotService .hot-data .popular .popular-title .fontWeight {
    text-align: left;
    font-weight: 500;
}

.hotData-hotService .hot-data .popular .popular-title01 .hot-Cn {
    font-size: 24px;
    color: #2189FF;
}

.hotData-hotService .hot-data .popular .popular-title01 .hot-En {
    font-size: 12px;
    color: #707A8C;
}

.hotData-hotService .hot-data .popular .popular-title01 .fontWeight {
    line-height: 33px;
    text-align: left;
    font-weight: 500;
}

.hotData-hotService .hot-data .popular .line-t {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 515px;
    height: 3px;
    margin-left: -35px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hotData-hotService .hot-data .popular .line-t01 {
    background-image: url(../img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 454px;
    height: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


.hot-popular #hot-popular-list-dataUse {
    overflow: hidden;
    margin-top: 30px;
}

.hot-popular #hot-popular-list-dataUse #popular-list {
    margin: auto;
    width: 1200px;
}

.hot-popular #hot-popular-list-dataUse .hot-use {
    width: 228px;
    float: left;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    position: relative;
    margin: 5px;
    cursor: pointer;
}

.sum-counter {
    font-size: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hot-popular #hot-popular-list-dataUse .hot-use .app {
    background-image: url(../img/app.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 54px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.hot-popular #hot-popular-list-dataUse .hot-use .content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hot-popular #hot-popular-list-dataUse .hot-use .content .hot-logo {
    text-align: center;
    width: 100%;
}

.hot-popular #hot-popular-list-dataUse .hot-use .content .hot-logo img {
    width: 68px;
    height: 68px;
    margin: auto;
    opacity: 1;
}

.hot-popular #hot-popular-list-dataUse .hot-use .content .hot-title {
    /* width: 80px; */
    opacity: 1;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 58px;
}

.hot-popular #hot-popular-list-dataUse .hot-use .content .cjdw01 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.hot-popular #hot-popular-list-dataUse .hot-use .content
.cjdw, .fbsj, .ssly {
    width: 100%;
    opacity: 1;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 30px;
}

.more-views {
    text-align: center;
}

.warp-more {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.node-root {
    width: 100%;
    padding: 0;
    font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
}

ul.node-root li a {
    display: block;
    text-decoration: none;
    font-weight: bolder;
    text-align: left;
    border-radius: 2px;
    cursor: pointer;
}

ul.node-root li a:hover {
    /* background-color: #157dff; */
    /* color: white !important; */
}

ul.node-root ul {
    display: none;
}

ul.node-root ul li {
    clear: both;
}

ul.node-root ul li a {
    outline: 0;
}

ul.node-root ul li a:hover {
    background-color: #157dff;
    color: white !important;
}

ul.node-root ul ul li a {
    color: silver;
}

ul.node-root ul ul li a:hover {
    background-color: #157dff;
    color: white !important;
}

ul.node-root span {
    float: right;
    cursor: pointer;
}

.userInstructions .content-header {
    width: 100%;
    height: 200px;
    background: url(../img/header-titlebg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 56px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 200px;
    letter-spacing: 11px;
}

.userInstructions .content-tab {
    /* display: ; */
    position: relative;
    top: -23px;
    text-align: center;
    margin-bottom: 17px;
}

.userInstructions .content-tab li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 140px;
    border-radius: 4px;
    height: 46px;
    background: linear-gradient(0deg, #e4e4e4, #f3f3f3 50%, #f7f7f7);
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #929292;
    line-height: 46px;
    cursor: pointer;
}

.userInstructions .content-tab li.active {
    color: #fefdfd;
    background: #157dff;
}

.userInstructions .part-bg {
    background: url(../img/part-bg.png) no-repeat;
    background-size: 1920px 817px;
    background-position: 0 0;
}

.userInstructions .part-box {
    width: 1200px;
    background-color: #ffffff;
    border: 1px solid #dfe8ef;
    margin: 0 auto 40px auto;
    padding: 40px;
    box-sizing: border-box;
    display: none;
}

.userInstructions .part-box.active {
    display: block;
}

.userInstructions .part-box1 {
    background-image: url(../img/part-box1-bg.png);
    background-repeat: no-repeat;
    background-size: 1404px 544px;
    background-position: right bottom;
}

.userInstructions .part-box2 {
    background-image: url(../img/part-box2-bg.png);
    background-repeat: no-repeat;
    background-size: 1383px 544px;
    background-position: right bottom;
}

.userInstructions .part-box4 {
    border-right: none;
    border-bottom: none;
    background-image: url(../img/part-box4-bg.png);
    background-repeat: no-repeat;
    background-size: 1404px 407px;
    background-position: right bottom;
}

.userInstructions .part-box h3 {
    position: relative;
    font-size: 22px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    padding-bottom: 20px;

}

.userInstructions .part-box h3::after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../img/part-title-line.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.userInstructions .part-box1 h4 {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: justify;
    color: #333;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.userInstructions .part-box1 h5 {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 300;
    text-align: justify;
    font-weight: normal;
    color: #666;
    line-height: 24px;
    margin: 5px 0;
}

.part-box2 img {
    width: 707px;
    height: 468px;
    margin: 30px auto;
}

.userInstructions .part-box p {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    text-align: justify;
    font-weight: 300;
    color: #666;
    line-height: 24px;
    text-indent: 1.5em;
}

.userInstructions .part-box4 h3 {
    margin-bottom: 120px;

}

.userInstructions .part-box4 p {
    text-align: center;
}

#userInstructionsPart3 {
    background: none;
    border: none;
    position: relative;
}

#userInstructionsPart3 .left-menu {
    width: 285px;
    min-height: 900px;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 18px;
    box-sizing: border-box;
}


#userInstructionsPart3 .leaf-first a {
    font-size: 18px;
    font-family: 'PingFangSC, PingFangSC-Semibold';
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 25px;
    line-height: 55px;
    text-indent: 1em;
    height: 55px;
}

#userInstructionsPart3 .leaf-second a {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 22px;
    line-height: 40px;
    text-indent: 1em;
    height: 40px;
}

#userInstructionsPart3 .leaf-third a {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 40px;
    height: 40px;
    text-indent: 2em;
}

#userInstructionsPart3 .node-root {
    padding-top: 10px;
}

#userInstructionsPart3 .leaf-first {
    position: relative;
}

#userInstructionsPart3 .leaf-first::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #2189ff;
    position: absolute;
    top: 25px;
    left: 0;
}

#userInstructionsPart3 .open {
    background: url(../img/node-arr.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    margin-top: 20px;
}

#userInstructionsPart3 .leaf-second .open {
    margin-top: 10px;
}

#userInstructionsPart3 .close {
    transform: rotate(180deg);
    background: url(../img/node-arr.png) no-repeat;
    width: 16px;
    margin-top: 20px;
    height: 16px;
    background-size: 100% 100%;
}

#userInstructionsPart3 .leaf-second .close {
    margin-top: 10px;
}

#userInstructionsPart3 .right-cont {
    margin-left: 305px;
    min-height: 900px;
    max-height: 900px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #dfe8ef;
    font-family: 'SimHei';
    padding: 30px;
    box-sizing: border-box;
}

#userInstructionsPart3 .right-cont h1 {
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 48px;
}

#userInstructionsPart3 .right-cont h2 {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 45px;
}

#userInstructionsPart3 .right-cont h3 {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    padding: 0;
    line-height: 40px;
}

#userInstructionsPart3 .right-cont h3::after {
    display: none;
}

#userInstructionsPart3 .right-cont p {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #333333;
    line-height: 20px;
}

#userInstructionsPart3 .right-cont img {
    margin: 10px 0;
}

@keyframes rote {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.api_li_title {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 20px;
    background: #2189FF;
    margin-right: 10px
}

.api_baseinfo_title {
    width: 220px;
    font-weight: 500;
    text-align: right;
    padding-right: 20px;
    background: #FAFAFA
}

.api_baseinfo_content {
    color: #555658;
    background: #FFFFFF;
    text-align: left;
    padding-left: 20px;
    height: 45px;
    border: 1px solid #EFEFEF;
    font-size: 14px;
}

.api_params_th {
    height: 45px;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-align: center;
}


.lazyCB {
    background: url(../img/newsdefault.jpg) no-repeat center;
}

.new-versions {
    padding: 10px 15px;
    margin-bottom: 15px;
    overflow: auto;
    border: 1px solid #f4f4f4;
    background-color: #fff;
}

.new-versions .sub-content {
    font-size: 13px;
}

.new-versions .sub_title {
    width: 8%;
    height: 100%;
    line-height: 40px;
    float: left;
    color: #999999;
}

.new-versions .title-height {
    line-height: 20px;
}

.new-versions .sub_list {
    width: 90%;
    height: 100%;
    float: left;
    color: #666666;
}

.new-versions .get-theme {
    position: relative;
    padding-left: 60px;
}

.new-versions .get-theme li {
    position: relative;
    height: 40px;
    float: left;
    line-height: 40px;
    margin-right: 40px;
    cursor: pointer;
}

.new-versions .get-theme li:before {
    position: absolute;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    left: -9px;
    top: 19px;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #666666;
    border-radius: 50%;
}

.new-versions .get-theme .unlimit {
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-versions .get-theme .unlimit-all {
    position: absolute;
    left: 0;
}

.new-versions .get-theme .active {
    color: #1d7ad9;
}

.new-versions .sub-content:after {
    display: block;
    content: '';
    clear: both;
}

.new-versions .condition-content {
    width: 90%;
    font-size: 12px;
}

.new-versions .condition-content .fa {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.new-versions .condition-content .s-tions {
    height: 20px;
    float: left;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 20px;
    background-color: #1d7ad9;
    color: #fff;
}

.new-versions .condition-content .s-tions .fa {
    margin-left: 5px;
    cursor: pointer;
}

.new-versions .condition-content .cityName {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* vertical-align: middle;*/
}

.new-versions .condition-content .fa-times {
    font-weight: bold;
}

.new-versions .condition-content .condition {
    height: 100%;
    float: left;
    line-height: 20px;
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
    color: #1d7ad9;
}

.new-page {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.new-page .left-page {
    float: left;
    width: 300px;
    border: 1px solid #d2e4f9;
}

.new-page .item-title {
    height: 38px;
    line-height: 38px;
    background: #429df8;
    color: #fff;
    font-size: 16px;
    text-indent: 16px;
}

.new-page .item-pice li {
    height: 36px;
    line-height: 36px;
    margin: 3px 0 1px;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.new-page .item-pice .active {
    color: #1d7ad9;
}

.new-page .item-pice li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 6px;
    height: 8px;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../img/right-triangle.png) no-repeat center;
}

.new-page .right-page {
    min-height: 500px;
}

.new-page .now-loc {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background: #efefef;
    font-size: 12px;
    border-bottom: 1px solid #999;
}

.new-page .now-loc span {
    color: #666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3px;
}

.new-page .page-list li:hover {
    color: #474545;
}

.new-page .page-list .page-name {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.new-page .page-list .page-time {
    float: right;
}

.new-page .page-num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-left: 12px;
    border: 1px solid #999;
    font-size: 14px;
    color: #666;
}


/* 详情页 */

.new-details {
    padding: 30px 60px 10px;
    border: 1px solid #ccc;
}

.new-details .news-title {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}

.new-details .news-info {
    position: relative;
    height: 52px;
    padding-left: 30px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.new-details .news-info span {
    margin: 0 15px;
    font-size: 15px;
    line-height: 32px;
}

.new-details .news-info a {
    margin: 0 3px;
    cursor: pointer;
}

.new-details .news-info a:hover {
    text-decoration: none;
}

.new-details i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.new-details .share-icon {
    position: absolute;
    top: 20px;
    right: 0;
}

.new-details .share-icon i {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    cursor: pointer;
}

.new-details .share-icon .weixin {
    background: url(../img/weixin.gif) no-repeat center;
}

.new-details .share-icon .weibo {
    background: url(../img/new-share-icons.gif) no-repeat 0 -390px;
}

.new-details .share-icon .add {
    background: url(../img/share-add-icon.gif) no-repeat center;
}

.new-details .main-text {
    padding: 20px 23px;
    min-height: 200px;
    font-size: 16px;
}

.new-details .main-text p {
    line-height: 36px;
}

.new-details .main-text .inscribe {
    text-align: right;
}

.new-details .opertion-btn {
    margin: 40px 0 20px;
    text-align: right;
}

.new-details .opertion-btn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.new-details .opertion-btn span:hover {
    color: #4178be;
}

.new-details .opertion-btn i {
    margin-right: 6px;
    width: 20px;
    height: 23px;
    vertical-align: middle;
}

.new-details .opertion-btn .print-icon {
    background: url(../img/print-icon.png) no-repeat top;
}

.new-details .opertion-btn .close-icon {
    background: url(../img/close-icon.png) no-repeat top;
}

.new-details .other-article li {
    float: left;
    width: 50%;
    color: #666;
}

.new-details .other-article li p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.new-details .other-article .next-article {
    text-align: right;
}


/*# sourceMappingURL=style.css.map */

.order-text {
    height: 36px;
    padding: 0 5px;
    line-height: 36px;
}

.order-text li {
    height: 100%;
    float: left;
    padding: 0 10px;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    margin-left: 20px;
}

.order-text li i,
.order-text li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.order-text li:first-child {
    margin-left: 0px;
}

.order-text .drop_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 7px;
    width: 7px;
    background: url(../img/wy_pic/drop_icon.png) center no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
}

.order-text .active {
    font-weight: bold;
    color: #1d7ad9;
}

.order-text .active .drop_icon {
    background: url(../img/wy_pic/drop_icon-h.png) center no-repeat;
    background-size: 100% 100%;
}


/* 标题 */

.place-title {
    padding: 0 8px 0 16px;
    height: 46px;
    line-height: 46px;
    background: #04befe;
    background: -moz-linear-gradient(left, #04befe 0%, #4381ec 100%);
    background: -webkit-gradient(linear, left right, left right, color-stop(0%, #04befe), color-stop(100%, #4381ec));
    background: -webkit-linear-gradient(left, #04befe 0%, #4381ec 100%);
    background: -o-linear-gradient(left, #04befe 0%, #4381ec 100%);
    background: -ms-linear-gradient(left, #04befe 0%, #4381ec 100%);
    background: linear-gradient(to right, #04befe 0%, #4381ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04befe', endColorstr='#4381ec', GradientType=1);
}

:root ..place-title {
    filter: none;
}

.place-title i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.place-title .place-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.place-title .place-name {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.place-title .provincial-icon {
    background: url(../img/provincial-icon.png) no-repeat center;
}

.place-title .city-icon {
    background: url(../img/city-icon.png) no-repeat center;
}

.place-title .place-updown {
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
    cursor: pointer;
    text-align: center;
}

.place-title .place-updown i {
    width: 14px;
    height: 14px;
    background: url('../img/pick-up-icon.png') center no-repeat;
}

.place-title .place-updown .pack-up {
    background: url('../img/wy_pic/add_a_icon.png') center no-repeat;
}


/* 服务目录-左侧菜单 */

.service-directory-place {
    width: 260px;
}

.service-directory-place .new-search-box {
    display: block;
    width: 99.5%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    outline: none;
    border: none;
    border-bottom: 1px solid #d2e4f9;
    text-indent: 14px;
}

.service-directory-place .place-conten-list {
    padding: 8px 0;
    max-height: 594px;
}

.service-directory-place .place-conten-list li:hover {
    background: #4381ec;
    background: -moz-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: -webkit-gradient(linear, left right, left right, color-stop(0%, #4381ec), color-stop(100%, #04befe));
    background: -webkit-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: -o-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: -ms-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: linear-gradient(to right, #4381ec 0%, #04befe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4381ec', endColorstr='#04befe', GradientType=1);
    color: #fff;
    color: #fff;
}

.service-directory-place .place-conten-list .active {
    background: #4381ec;
    background: -moz-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: -webkit-gradient(linear, left right, left right, color-stop(0%, #4381ec), color-stop(100%, #04befe));
    background: -webkit-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: -o-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: -ms-linear-gradient(left, #4381ec 0%, #04befe 100%);
    background: linear-gradient(to right, #4381ec 0%, #04befe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4381ec', endColorstr='#04befe', GradientType=1);
    color: #fff;
}

:root ..service-directory-place .place-conten-list .active {
    filter: none;
}

.service-directory-place .place-conten-list li {
    padding: 0 20px 0 14px;
    height: 30px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
}

.service-directory-place .place-conten-list li h5 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    max-width: 160px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-directory-place .place-conten-list li span {
    float: right;
    line-height: 30px;
}


/*.h_wrap{
  margin-bottom: 50px;
}*/

.h_wrap .h_details {
    width: 1180px;
    margin: 30px auto;
}

.h_wrap .h_details .details_top {
    padding: 20px;
    border: 1px solid #eff3f7;
}

.h_wrap .h_details .details_top h4 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 864px;
    height: 20px;
    margin-bottom: 18px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #4284EC;
    line-height: 20px;
}

.h_wrap .h_details .details_top .hLink {
    float: right;
}

.h_wrap .h_details .details_top .hLink li {
    float: left;
    margin-left: 10px;
    padding: 0 9px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 4px;
}

.h_wrap .h_details .details_top .hLink li i {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 1px;
    vertical-align: middle;
}

.h_wrap .h_details .details_top .hLink li span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.h_wrap .h_details .details_top .hLink .hShare {
    border: 1px solid #FF7569;
}

.h_wrap .h_details .details_top .hLink .hShare i {
    background: url(../img/hShareC.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hShare span {
    color: #FF7569;
}

.h_wrap .h_details .details_top .hLink .hShare:hover {
    background: #FF7569;
}

.h_wrap .h_details .details_top .hLink .hShare:hover i {
    background: url(../img/hShareChover.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hShare:hover span {
    color: #fff;
}

.h_wrap .h_details .details_top .hLink .hShareC {
    cursor: pointer;
    width: 63px;
    height: 22px;
    background: url(../img/hShareHover.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hShareC i {
    margin: 5px 10px 0 8px;
    float: left;
    width: 11px;
    height: 12px;
    background: url(../img/hShareChover.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hShareC span {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hLink .hCollection {
    border: 1px solid #2798d4;
    /*background: url(../img/hCollection.png) no-repeat center;*/
}

.h_wrap .h_details .details_top .hLink .hCollection i {
    background: url(../img/hCollectionC.png) no-repeat top;
}

.h_wrap .h_details .details_top .hLink .hCollection span {
    color: #2798d4;
}

.h_wrap .h_details .details_top .hLink .hCollection:hover {
    background: #2798d4;
    /*background:url(../img/hCollectionHover.png) no-repeat center;*/
}

.h_wrap .h_details .details_top .hLink .hCollection:hover i {
    height: 14px;
    background: url(../img/hCollectionChover.png) no-repeat top;
}

.h_wrap .h_details .details_top .hLink .hCollection:hover span {
    color: #FFFFFF;
}

.h_wrap .h_details .details_top .hLink .hCollectionC {
    background: url(../img/hCollectionHover.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hCollectionC i {
    background: url(../img/hCollectionChover.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hCollectionC span {
    color: #FFFFFF;
}

.h_wrap .h_details .details_top .hLink .hError {
    border: 1px solid #5d7b9f;
}

.h_wrap .h_details .details_top .hLink .hError i {
    background: url(../img/hErrorC.png) no-repeat top;
}

.h_wrap .h_details .details_top .hLink .hError span {
    color: #5d7b9f;
}

.h_wrap .h_details .details_top .hLink .hError:hover {
    background: #5d7b9f;
}

.h_wrap .h_details .details_top .hLink .hError:hover i {
    background: url(../img/hErrorChover.png) no-repeat top;
}

.h_wrap .h_details .details_top .hLink .hError:hover span {
    color: #fff;
}

.h_wrap .h_details .details_top .hLink .hErrorC {
    cursor: pointer;
    width: 63px;
    height: 22px;
    background: url(../img/hErrorClick.png) no-repeat center;
    margin-left: 10px;
}

.h_wrap .h_details .details_top .hLink .hErrorC i {
    margin: 5px 10px 0 10px;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../img/hErrorChover.png) no-repeat center;
}

.h_wrap .h_details .details_top .hLink .hErrorC span {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hLan {
    margin: 20px 0 0 21px;
    width: 190px;
}

.h_wrap .h_details .details_top .hLan li {
    float: left;
}

.h_wrap .h_details .details_top .hLan .hXlS {
    cursor: pointer;
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #45D979;
    font-size: 12px;
    color: #45D979;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hLan .hXlS:hover {
    background: #45D979;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hfile .xlsActive {
    background: #45D979;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hXML {
    cursor: pointer;
    margin-left: 5px;
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #F7D034;
    font-size: 12px;
    color: #F7D034;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hLan .hXML:hover {
    background: #F7D034;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hJSON {
    cursor: pointer;
    margin-left: 5px;
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #FC7C36;
    font-size: 12px;
    color: #FC7C36;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hLan .hJSON:hover {
    background: #FC7C36;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hfile .jsonActive {
    background: #FC7C36;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hCSV {
    cursor: pointer;
    margin-left: 5px;
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #F7D034;
    font-size: 12px;
    color: #F7D034;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hLan .hCSV:hover {
    background: #F7D034;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hfile .csvActive {
    background: #F7D034;
    color: #fff;
}

.h_wrap .h_details .details_top .hLan .hfile {
    margin-left: 5px;
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_top .hStar {
    width: 700px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 10px;
}

.h_wrap .h_details .details_top .hStar li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin-left: 2px;
    width: 14px;
    height: 13px;
    background: url(../img/hStart.png) no-repeat center;
}

.h_wrap .h_details .details_top .hTime {
    float: left;
}

.h_wrap .h_details .details_top .hTime li {
    float: left;
}

.h_wrap .h_details .details_top .hTime li p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999999;
}

.h_wrap .h_details .details_top .hTime li span {
    font-size: 14px;
    color: #666666;
}

.h_wrap .h_details .details_top .hTime .htL {
    margin-left: 40px;
}

.h_wrap .h_details .details_top .hIcon {
    float: right;
}

.h_wrap .h_details .details_top .hIcon .hLine {
    float: left;
    width: 2px;
    height: 15px;
    background: #999999;
    margin: 0 10px 0 10px;
}

.h_wrap .h_details .details_top .hIcon li {
    float: left;
}

.h_wrap .h_details .details_top .hIcon li .hDownload {
    margin-right: 10px;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../img/hDownload.png) no-repeat center;
}

.h_wrap .h_details .details_top .hIcon li .hLook {
    margin-right: 10px;
    float: left;
    width: 19px;
    height: 13px;
    background: url(../img/hLook.png) no-repeat center;
}

.h_wrap .h_details .details_top .hIcon li span {
    text-indent: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
}

.h_wrap .h_details .details_top .hDat {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1140px;
    height: 50px;
    background: #eff3f7;
    margin-top: 12px;
}

.h_wrap .h_details .details_top .hDat p {
    text-indent: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999999;
    line-height: 50px;
    vertical-align: middle;
}

.h_wrap .h_details .details_top .hDat span {
    width: 1044px;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.h_wrap .h_details .details_middle {
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
}

.h_wrap .h_details .details_middle .dm_toggle {
    height: 40px;
}

.h_wrap .h_details .details_middle .dm_toggle ul {
    text-align: center;
}

.h_wrap .h_details .details_middle .dm_toggle ul li {
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 237px;
    margin-left: -10px;
    background: url(../img/big_hide.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul li span {
    line-height: 40px;
    font-size: 16px;
    color: #8A95A7;
}

.h_wrap .h_details .details_middle .dm_toggle ul li i {
    display: inline-block;
    width: 23px;
    height: 17px;
    vertical-align: sub;
    margin-right: 12px;
}

.h_wrap .h_details .details_middle .dm_toggle ul li .dataC {
    background: url(../img/dataCc_hide.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul li .dataCi {
    background: url(../img/dataC_hide.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul li .dataCs {
    background: url(../img/dataCs_hide.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul li .dataCd {
    background: url(../img/dataCd_hide.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul li .dataCf {
    background: url(../img/interflow-icon.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active {
    position: relative;
    z-index: 50;
    background: url(../img/big_show.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active span {
    color: #FFF;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active .dataC {
    background: url(../img/dataCc_show.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active .dataCi {
    background: url(../img/dataC_show.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active .dataCs {
    background: url(../img/dataCs_show.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active .dataCd {
    background: url(../img/dataCd_show.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_toggle ul .active .dataCf {
    background: url(../img/interflow-icon-h.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_content {
    max-height: 345px;
    width: 1140px;
    padding: 20px;
    border: 1px solid #eff3f7;
    position: relative;
}

.h_wrap .h_details .details_middle .dataCon {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.h_wrap .h_details .details_middle .dataCon thead {
    background: #F0F0F0;
    border: 1px solid #E6E6E6;
}

.h_wrap .h_details .details_middle .dataCon thead th {
    height: 40px;
    border: 1px solid #EFF3F7;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.h_wrap .h_details .details_middle .dataCon thead hNum {
    width: 50px;
}

.h_wrap .h_details .details_middle .dataCon tbody td {
    height: 40px;
    border: 1px solid #EFF3F7;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.h_wrap .h_details .details_middle .dataCon tbody tr .text-left {
    width: 160px;
    text-align: left !important;
    padding: 2px 22px !important;
}

.h_wrap .h_details .details_middle .dataCon tbody tr:hover td {
    cursor: pointer;
    color: #4284EC;
}

.h_wrap .h_details .details_middle .dm_content1h {
    height: 236px;
}

.h_wrap .h_details .details_middle .dataCs_con .h_search {
    margin: 21px 0 0 295px;
    border: none;
    width: 600px;
    height: 38px;
    outline: none;
    background: url(../img/h_search.png) no-repeat center;
    font-size: 12px;
    text-indent: 13px;
    line-height: 34px;
    color: #999999;
}

.h_wrap .h_details .details_middle .dataCs_con .h_searchC {
    background: url(../img/h_searchC.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dataCs_con .h_Date {
    margin: 16px 0 0 20px;
    width: 1140px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.h_wrap .h_details .details_middle .dataCs_con .h_Date th {
    width: 33.3%;
    height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    border: 1px solid #E6E6E6;
    text-indent: 10px;
}

.h_wrap .h_details .details_middle .dataCs_con .h_Date td {
    width: 33.3%;
    height: 40px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    border: 1px solid #E6E6E6;
    text-indent: 10px;
}

.h_wrap .h_details .details_middle .dataCs_con .h_Date tr:hover td {
    cursor: pointer;
    color: #4284EC;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow {
    margin: 10px auto 0;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow p {
    float: left;
    font-size: 14px;
    line-height: 36px;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow span {
    padding-left: 5px;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect {
    position: relative;
    margin-left: 4px;
    float: left;
    width: 60px;
    height: 36px;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .selectText {
    position: relative;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .selectText input {
    width: 60px;
    height: 36px;
    float: left;
    text-indent: 13px;
    line-height: 36px;
    border: 1px solid #E6E6E6;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .selectText .jj {
    position: absolute;
    right: 0;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 36px;
    text-align: center;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .selectText .jj i {
    position: relative;
    top: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 8px;
    height: 4px;
    background: url(../img/h_polygon.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .h_top {
    width: 130px;
    border: 1px solid #ededed;
    position: absolute;
    top: -400px;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .h_top li {
    cursor: pointer;
    height: 40px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    text-indent: 15px;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .h_top .hOdd {
    background: #ffffff;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .h_top .hEven {
    background: #f5f5f5;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .hSelect .h_top .liClick {
    background: #108cee;
    color: #ffffff;
}

.h_wrap .h_details .details_middle .dataCs_con .hShow .selectP {
    margin-left: 5px;
}

.h_wrap .h_details .details_middle .dataCs_con .hPaging {
    width: 335px;
    font-size: 0;
    margin: 10px 20px 20px 830px;
}

.h_wrap .h_details .details_middle .dataCs_con .hPaging .h_first {
    border-left: 1px solid #E6E6E6;
}

.h_wrap .h_details .details_middle .dataCs_con .hPaging li {
    cursor: pointer;
    border: 1px solid #E6E6E6;
    border-left: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}

.h_wrap .h_details .details_middle .dataCs_con .hPaging .hPage {
    width: 37px;
    height: 36px;
    background: #1CA6F7;
    color: #FFFFFF;
}

.h_wrap .h_details .details_middle .dm_content2h {
    height: 334px;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 2px;
    width: 49px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb1 {
    border: 1px solid #E74C3C;
    color: #E74C3C;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb1h {
    background: #E74C3C;
    color: #fff;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb2 {
    border: 1px solid #45D979;
    color: #45D979;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb2h {
    background: #45D979;
    color: #fff;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb3 {
    border: 1px solid #F7D034;
    color: #F7D034;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb3h {
    background: #F7D034;
    color: #fff;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb4 {
    border: 1px solid #FC7C36;
    color: #FC7C36;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hButton .bb4h {
    background: #FC7C36;
    color: #fff;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hAll {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hAll .hUnselect {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 7px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    background: url(../img/hUnselect.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hAll .hUnselectClick {
    background: url(../img/xuanicon.png) no-repeat center;
    width: 14px;
    height: 14px;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .hAll p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #2A72C3;
    font-size: 12px;
    line-height: 12px;
}

.h_wrap .h_details .details_middle .dataCdCon .hFormat .bach_b {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 63px;
    height: 22px;
    margin-left: 7px;
    background: url(../img/bach_b.png) no-repeat center;
    font-size: 12px;
    color: #2A72C3;
    text-align: center;
    line-height: 22px;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList {
    margin-top: 24px;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtTitle {
    width: 109px;
    height: 25px;
    background: url(../img/dtTitle.png) no-repeat center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon {
    width: 1140px;
    border-bottom: 1px solid #e6e6e6;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li {
    width: 1140px;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li i {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 0 0 21px;
    width: 14px;
    height: 14px;
    background: url(../img/unselect.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li .liClick {
    background: url(../img/xuanicon.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li span {
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li .hName {
    margin-left: 9px;
    cursor: pointer;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li .addName {
    font-size: 12px;
    color: #4284EC;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li .hNdate {
    float: right;
    margin-right: 12px;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon li .hDown {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 36px;
    height: 22px;
    color: #4284EC;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background: url(../img/hDown.png) no-repeat center;
    margin-left: 39px;
}

.h_wrap .h_details .details_middle .dataCdCon .dateList .dtCon .lastLi {
    border-bottom: 1px solid #E6E6E6;
}

.h_wrap .h_details .details_middle .dm_content3h {
    height: 304px;
}

.h_wrap .h_details .details_middle .dm_content4 .dataAna {
    margin: 25px 0 0 21px;
    width: 1139px;
    height: 302px;
    background: #efefef;
}

.h_wrap .h_details .details_middle .dm_content4 .dataAna .setUp_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 26px;
    height: 26px;
    margin: 20px 0 0 20px;
    background: url(../img/hSet.png) no-repeat center;
}

.h_wrap .h_details .details_middle .dm_content4 .dataAna p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
}

.h_wrap .h_details .details_middle .dm_content4 .dataAna p span {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
}

.h_wrap .h_details .details_middle .dm_content4 .dataAna p span:hover {
    color: #1ca6f7;
}

.h_wrap .h_details .details_middle .dm_content4h {
    height: 347px;
}

.h_wrap .h_details .details_bottom {
    margin-top: 25px;
    width: 1180px;
    background: #FFFFFF;
    border: 1px solid #EFF3F7;
}

.h_wrap .h_details .details_bottom .db_toggle {
    margin: 0 auto;
    width: 352px;
    height: 25px;
}

.h_wrap .h_details .details_bottom .db_toggle ul li {
    margin-top: -2px;
    width: 126px;
    height: 25px;
    float: left;
    margin-right: -10px;
    background: url(../img/little_hide.png) no-repeat center;
    font-size: 16px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.h_wrap .h_details .details_bottom .db_toggle ul .hClickLit {
    position: relative;
    width: 126px;
    height: 28px;
    z-index: 999;
    background: url(../img/little_show.png) no-repeat center;
    color: #FFFFFF;
}

.h_wrap .h_details .db_table {
    width: 100%;
}

.h_wrap .h_details .db_table tr {
    height: 49px;
}

.h_wrap .h_details .db_table tr td {
    border: 1px solid #A6CAF3;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    text-indent: 11px;
}

.h_wrap .h_details .db_table tr .ts {
    width: 133px;
    background: #F5F9FD;
}

.h_wrap .h_details .db_table tr .tss {
    width: 178px;
    background: #F5F9FD;
}

.h_wrap .h_details .details_bottom .db_table tr .yry {
    width: 684px;
    background: #FFFFFF;
}

.h_wrap .h_details .details_bottom .db_table tr .yryx {
    width: 1008px;
    background: #FFFFFF;
}

.h_wrap .h_details .details_bottom .db_connection {
    font-size: 0;
    margin-top: 13px;
}

.h_wrap .h_details .details_bottom .db_connection div {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25%;
}

.h_wrap .h_details .details_bottom .db_connection div .hTitle {
    width: 298px;
    height: 36px;
    background: #e9f4f7;
    line-height: 36px;
    font-size: 16px;
    text-indent: 23px;
    border-left: 2px solid #108cee;
}

.h_wrap .h_details .details_bottom .db_connection div .hTitle1 {
    margin-left: -5px;
}

.h_wrap .h_details .details_bottom .db_connection div .hTitle2 {
    margin-left: -5px;
}

.h_wrap .h_details .details_bottom .db_connection div .hTitle3 {
    margin-left: -5px;
}

.h_wrap .h_details .details_bottom .db_connection div div {
    width: 100%;
    height: 200px;
}

.h_wrap .h_details .details_bottom .db_connection div div ul {
    margin: 0 0 31px 30px;
}

.h_wrap .h_details .details_bottom .db_connection div div ul li {
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
}

.h_wrap .h_details .details_bottom .db_connection div div ul li:hover {
    color: #4284EC;
}


/* /* 面包屑 */

.F-crumbs {
    height: 56px;
}

.F-crumbs i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999;
    line-height: 56px;
    font-style: normal;
}

.F-crumbs span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999;
    line-height: 56px;
    cursor: pointer;
}

.F-crumbs span:hover {
    color: #108cee;
}

.F-crumbs .b-color {
    color: #108cee;
}

.F-crumbs .f-dis {
    margin: 0 10px;
}


/* 文档中心 */

.fileBox {
    width: 1180px;
    margin: 0 auto 50px;
}

.fileBox .fileCon {
    height: 1016px;
    border: 1px #e0e0e0 solid;
}

.fileBox .F-left {
    float: left;
    width: 285px;
    height: 1016px;
    border-right: 1px #e0e0e0 solid;
}

.fileBox .F-left h3 {
    height: 55px;
    padding-left: 40px;
    font-size: 16px;
    color: #000;
    line-height: 55px;
    border-bottom: 1px #e0e0e0 solid;
}

.fileBox .F-left h4 {
    height: 56px;
    padding-left: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 56px;
}

.fileBox .F-left .li-top {
    margin-top: -14px;
}

.fileBox .F-left dl {
    margin: 0;
}

.fileBox .F-left dt {
    padding-left: 20px;
    cursor: pointer;
}

.fileBox .F-left dt i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../img/r-n-point.png) no-repeat center;
}

.fileBox .F-left dt span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    line-height: 39px;
}

.fileBox .F-left dt:hover {
    background: #eff1f3;
}

.fileBox .F-left dt:hover i {
    background: url(../img/r-h-point.png) no-repeat center;
}

.fileBox .F-left dt:hover span {
    color: #76a5de;
}

.fileBox .F-left dd {
    padding-left: 30px;
    cursor: pointer;
    display: none;
}

.fileBox .F-left dd i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../img/r-n-point.png) no-repeat center;
}

.fileBox .F-left dd span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    line-height: 39px;
}

.fileBox .F-left dd:hover {
    background: #eff1f3;
}

.fileBox .F-left dd:hover i {
    background: url(../img/r-h-point.png) no-repeat center;
}

.fileBox .F-left dd:hover span {
    color: #76a5de;
}

.fileBox .F-left .active i {
    background: url(../img/b-h-point.png) no-repeat center !important;
}

.fileBox .F-left .active span {
    color: #76a5de;
}

.fileBox .F-left .no-child {
    text-indent: 0.3em;
}

.fileBox .F-left .li-bg {
    background: #eff1f3;
}

.fileBox .F-left .li-bg span {
    color: #76a5de !important;
}

.fileBox .F-left ul li {
    padding-left: 46px;
    cursor: pointer;
    display: none;
}

.fileBox .F-left ul li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../img/r-n-point.png) no-repeat center;
}

.fileBox .F-left ul li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    line-height: 39px;
}

.fileBox .F-left ul li:hover {
    background: #eff1f3;
}

.fileBox .F-left ul li:hover span {
    color: #76a5de;
}

.fileBox .F-right {
    float: right;
    width: 800px;
    padding: 0 46px;
    position: relative;
}

.fileBox .F-right h2 {
    font-size: 20px;
    color: #333;
    line-height: 52px;
}

.fileBox .R-time {
    position: absolute;
    right: 30px;
    top: 82px;
}

.fileBox .R-time h5 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}

.fileBox .R-time span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

.fileBox .R-time em {
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}

.fileBox .right-crumbs span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #76a5de;
    line-height: 60px;
    cursor: pointer;
}

.fileBox .right-crumbs span:hover {
    color: #999;
}

.fileBox .right-crumbs i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    margin: 0 5px;
    color: #999;
}

.fileBox .right-crumbs .p-now {
    color: #999;
}

.fileBox .R-video {
    width: 800px;
    height: 273px;
    background: url(../img/video.png);
}

.fileBox .intro {
    margin-top: 30px;
}

.fileBox .intro p {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    text-align: justify;
}

.fileBox .advant li h3 {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 18px;
    font-weight: bold;
}

.fileBox .advant li p {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}

.fileBox .case-img {
    margin: 0 -5px;
}

.fileBox .case-img div {
    float: left;
    margin: 0 5px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.fileBox .case-img .case-img1 {
    background: url(../img/case-img1.png);
}

.fileBox .case-img .case-img2 {
    background: url(../img/case-img2.png);
}

.fileBox .case-img .case-img3 {
    background: url(../img/case-img3.png);
}


/* 开发者中心 */

.develBox .devBanner {
    padding-top: 75px;
    height: 445px;
    background: url(../img/dev-banner.png) no-repeat center;
}

.develBox .devBanner ul {
    margin: 39px auto 0;
    width: 910px;
}

.develBox .devBanner ul li {
    float: left;
    width: 130px;
}

.develBox .devBanner ul li span {
    display: block;
    margin: 0 auto;
    width: 57px;
    height: 57px;
    background: url(../img/num-bg.png) no-repeat center;
    font-size: 36px;
    color: #042A68;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
}

.develBox .devBanner ul li i {
    display: block;
    margin: 23px auto;
    width: 83px;
    height: 10px;
    background: url(../img/flow-line.png) no-repeat center;
}

.develBox .devBanner ul .F-option {
    width: 130px;
    margin-top: 39px;
}

.develBox .devBanner ul .F-option h5 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
}

.develBox .devBanner .devBut {
    margin: 54px auto 0;
    width: 187px;
}

.develBox .devBanner .devBut button {
    outline: none;
    border: none;
    background: #f4b44f;
    color: #fff;
    font-size: 18px;
    width: 187px;
    height: 46px;
    cursor: pointer;
}

.develBox .devBanner .devBut:hover button {
    color: #f4b44f;
    background: #fff;
}

.develBox .bannerTit {
    position: relative;
}

.develBox .bannerTit h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.develBox .bannerTit i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    bottom: -14px;
    left: 48%;
    width: 62px;
    height: 2px;
    background: #F4B44F;
}

.develBox .devApp {
    height: 203px;
    padding: 46px 0;
}

.develBox .devApp ul {
    margin: 0 auto;
    width: 1180px;
}

.develBox .devApp ul li {
    width: 295px;
    float: left;
}

.develBox .devApp ul li i {
    display: block;
    margin: 0 auto;
}

.develBox .devApp ul li h4 {
    font-size: 24px;
    color: #4988CE;
    text-align: center;
    font-weight: bold;
}

.develBox .devApp ul li span {
    display: block;
    font-size: 18px;
    color: #d7d7d7;
    text-align: center;
}

.develBox .devApp ul li p {
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
}

.develBox .devApp ul li .des1 {
    width: 150px;
}

.develBox .devApp ul li .des2 {
    width: 188px;
}

.develBox .devApp ul li .des3 {
    width: 168px;
}

.develBox .devApp ul .app-li1 i {
    width: 76px;
    height: 59px;
    background: url(../img/app-icon1.png) no-repeat center;
}

.develBox .devApp ul .app-li2 i {
    width: 64px;
    height: 59px;
    background: url(../img/app-icon2.png) no-repeat center;
}

.develBox .devApp ul .app-li3 i {
    width: 59px;
    height: 59px;
    background: url(../img/app-icon3.png) no-repeat center;
}

.develBox .devApp ul .app-li4 i {
    width: 61px;
    height: 60px;
    background: url(../img/app-icon4.png) no-repeat center;
}

.develBox .devApi {
    height: 345px;
    padding-top: 38px;
    background: url(../img/api-bg.png) no-repeat center;
}

.develBox .devApi ul {
    margin: 0 auto;
    width: 1230px;
}

.develBox .devApi ul li {
    float: left;
    width: 390px;
    background: url(../img/sq-bg.png) no-repeat center;
}

.develBox .devApi ul li i {
    display: block;
    margin: 0 auto;
}

.develBox .devApi ul li h4 {
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin-top: 24px;
}

.develBox .devApi ul .api-li1 {
    position: relative;
}

.develBox .devApi ul .list1 {
    padding-top: 27px;
    height: 266px;
    width: 390px;
    background: url(../img/sq-bg.png) no-repeat center;
}

.develBox .devApi ul .list1 i {
    width: 111px;
    height: 111px;
    background: url(../img/api-icon1-h.png) no-repeat center;
}

.develBox .devApi ul .list1 h6 {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin: 21px 0;
    text-align: center;
}

.develBox .devApi ul .list1 button {
    display: block;
    width: 179px;
    height: 38px;
    background: #498AD1;
    border: none;
    outline: none;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.develBox .devApi ul .list1 button:hover {
    color: #fffc00;
}

.develBox .devApi ul .list2 {
    padding-top: 70px;
    height: 223px;
    width: 390px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/sq-bg.png) no-repeat center;
}

.develBox .devApi ul .list2 i {
    width: 111px;
    height: 111px;
    background: url(../img/api-icon1.png) no-repeat center;
}

.develBox .devApi ul .api-li1:hover .list2 {
    display: none;
}

.develBox .devApi ul .api-li2 {
    position: relative;
    margin: 0 30px;
}

.develBox .devApi ul .list3 {
    padding-top: 27px;
    height: 266px;
    margin: 0 30px;
}

.develBox .devApi ul .list3 i {
    width: 107px;
    height: 107px;
    background: url(../img/api-icon2-h.png) no-repeat center;
}

.develBox .devApi ul .list3 h6 {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin: 21px 0;
    text-align: center;
}

.develBox .devApi ul .list3 button {
    display: block;
    width: 179px;
    height: 38px;
    background: #498AD1;
    border: none;
    outline: none;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.develBox .devApi ul .list3 button:hover {
    color: #fffc00;
}

.develBox .devApi ul .list4 {
    padding-top: 70px;
    height: 223px;
    width: 390px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/sq-bg.png) no-repeat center;
}

.develBox .devApi ul .list4 i {
    width: 111px;
    height: 111px;
    background: url(../img/api-icon2.png) no-repeat center;
}

.develBox .devApi ul .api-li2:hover .list4 {
    display: none;
}

.develBox .devApi ul .api-li3 {
    position: relative;
}

.develBox .devApi ul .list5 {
    padding-top: 27px;
    height: 266px;
    margin: 0 30px;
}

.develBox .devApi ul .list5 i {
    width: 107px;
    height: 107px;
    background: url(../img/api-icon3-h.png) no-repeat center;
}

.develBox .devApi ul .list5 h6 {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin: 21px 0;
    text-align: center;
}

.develBox .devApi ul .list5 button {
    display: block;
    width: 179px;
    height: 38px;
    background: #498AD1;
    border: none;
    outline: none;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.develBox .devApi ul .list5 button:hover {
    color: #fffc00;
}

.develBox .devApi ul .list6 {
    padding-top: 70px;
    height: 223px;
    width: 390px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/sq-bg.png) no-repeat center;
}

.develBox .devApi ul .list6 i {
    width: 111px;
    height: 111px;
    background: url(../img/api-icon3.png) no-repeat center;
}

.develBox .devApi ul .api-li3:hover .list6 {
    display: none;
}


/* 开放统计 */

.staticBox {
    min-width: 1180px;
    height: 3094px;
    background: url(../img/data-bg.png) no-repeat center;
}

.staticBox .OS-header {
    height: 73px;
    padding-top: 15px;
    background: url(../img/title-bg.png) no-repeat center;
    margin: 0 auto;
    position: relative;
}

.staticBox .OS-header .title-text {
    width: 518px;
    height: 57px;
    background: url(../img/data-title.png) no-repeat center;
    margin: 0 auto;
}

.staticBox .OS-header .t-r {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin-left: 318px;
    height: 88px;
}

.staticBox .OS-header .home-icon {
    position: absolute;
    top: 12px;
    left: 28px;
    cursor: pointer;
}

.staticBox .OS-header .home-icon i {
    display: block;
    width: 21px;
    height: 18px;
    margin: 0 auto;
    background: url(../img/home-icon.png) no-repeat center;
}

.staticBox .OS-header .home-icon span {
    font-size: 14px;
    color: #BAEBFF;
}

.staticBox .sq-l {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    margin-right: 588px;
    height: 2918px;
    overflow: hidden;
}

.staticBox .sq-l i {
    display: block;
    width: 145px;
    height: 100%;
    background: url(../img/border-l.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 60%;
}

.staticBox .sq-r {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    margin-left: 588px;
    height: 2918px;
    overflow: hidden;
}

.staticBox .sq-r i {
    display: block;
    width: 145px;
    height: 100%;
    background: url(../img/border-r.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 60%;
}

.staticBox .sq-b {
    position: absolute;
    height: 25px;
    top: 2893px;
    left: 50%;
    right: 0;
    margin-left: -588px;
}

.staticBox .sq-b i {
    position: absolute;
    display: block;
    width: 1176px;
    height: 100%;
    background: url(../img/border-bottom.png) no-repeat center;
}

.staticBox .sq-b-m {
    width: 501px;
    height: 25px;
    background: url(../img/border-bottom.png) no-repeat center;
    margin: 0 auto;
}

.staticBox .sq-b-l {
    position: absolute;
    left: 9.92%;
    right: 67.2%;
    height: 16px;
    top: 9px;
    background: url(../img/border-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.staticBox .sq-b-r {
    position: absolute;
    right: 9.91%;
    left: 67.2%;
    height: 16px;
    top: 9px;
    bottom: 0;
    background: url(../img/border-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.OS-main {
    position: relative;
    margin-top: 44px;
    height: 2918px;
}

.OS-main .OS-con {
    width: 1180px;
    margin: 0 auto;
}

.OS-main .topTable {
    width: 1179px;
    height: 171px;
    background: url(../img/ds-bg.png) no-repeat center;
    margin: 0 auto;
    position: relative;
    top: -22px;
    z-index: 100;
}

.OS-main .topTable ul li {
    width: 215px;
    float: left;
    padding: 22px 0 0 78px;
}

.OS-main .topTable .t-r {
    float: left;
    margin-left: 16px;
}

.OS-main .topTable .t-r em {
    display: block;
    font-size: 40px;
    font-family: reducto_condensed_ssiCn;
    color: #00D7FD;
    line-height: 40px;
}

.OS-main .topTable .t-r span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.OS-main .topTable .t-icon1 {
    float: left;
    width: 37px;
    height: 52px;
    background: url(../img/data-icon1.png) no-repeat center;
}

.OS-main .topTable .t-icon2 {
    float: left;
    width: 44px;
    height: 52px;
    background: url(../img/data-icon2.png) no-repeat center;
}

.OS-main .topTable .t-icon3 {
    float: left;
    width: 38px;
    height: 52px;
    background: url(../img/data-icon3.png) no-repeat center;
}

.OS-main .topTable .t-icon4 {
    float: left;
    width: 42px;
    height: 50px;
    background: url(../img/data-icon4.png) no-repeat center;
}

.OS-main .topTable .t-icon5 {
    float: left;
    width: 49px;
    height: 49px;
    background: url(../img/data-icon5.png) no-repeat center;
}

.OS-main .topTable .t-icon6 {
    float: left;
    width: 44px;
    height: 50px;
    background: url(../img/data-icon6.png) no-repeat center;
}

.OS-main .topTable .t-icon7 {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../img/data-icon7.png) no-repeat center;
}

.OS-main h2 {
    font-size: 20px;
    color: #BAEBFF;
    text-align: center;
    line-height: 70px;
}

.OS-main .firstFloor {
    margin-top: 26px;
}

.OS-main .firstFloor .chart1 {
    float: left;
    width: 756px;
    height: 870px;
    background: url(../img/border1.png) no-repeat center;
}

.OS-main .firstFloor .chart1-r {
    float: right;
}

.OS-main .firstFloor .chart2 {
    width: 402px;
    height: 554px;
    background: url(../img/border2.png) no-repeat center;
}

.OS-main .firstFloor .chart3 {
    margin-top: 10px;
    width: 402px;
    height: 307px;
    background: url(../img/border3.png) no-repeat center;
}

.OS-main .secondFloor {
    margin-top: 4px;
}

.OS-main .secondFloor .chart4 {
    float: left;
    width: 282px;
    height: 329px;
    background: url(../img/border4.png) no-repeat center;
}

.OS-main .secondFloor .chart5 {
    margin: 0 auto;
    width: 576px;
    height: 329px;
    background: url(../img/border5.png) no-repeat center;
}

.OS-main .secondFloor .chart6 {
    float: right;
    width: 282px;
    height: 329px;
    background: url(../img/border6.png) no-repeat center;
}

.OS-main .threeFloor {
    margin-top: 4px;
}

.OS-main .threeFloor .chart7 {
    position: relative;
    float: left;
    width: 878px;
    height: 331px;
    background: url(../img/border7.png) no-repeat center;
}

.OS-main .threeFloor .chart8 {
    float: right;
    width: 282px;
    height: 331px;
    background: url(../img/border4.png) no-repeat center;
}

.OS-main .chart7-li ul {
    position: absolute;
    top: 70px;
    left: 23px;
}

.OS-main .chart7-li ul li {
    float: left;
    width: 72px;
    height: 27px;
    background: url(../img/li-bg.png) no-repeat center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
}

.OS-main .chart7-li ul .li-hover {
    background: url(../img/li-hover.png) no-repeat center;
}

.OS-main .fourFloor {
    margin-top: 4px;
}

.OS-main .fourFloor .chart9 {
    position: relative;
    float: left;
    width: 579px;
    height: 380px;
    background: url(../img/border9.png) no-repeat center;
}

.OS-main .fourFloor .chart10 {
    float: right;
    width: 579px;
    height: 380px;
    background: url(../img/border9.png) no-repeat center;
}

.OS-main .chart11 {
    margin-top: 4px;
    height: 328px;
    background: url(../img/border10.png) no-repeat center;
}

.OS-main .lastFloor {
    margin-top: 4px;
}

.OS-main .lastFloor .chart12 {
    float: left;
    width: 579px;
    height: 380px;
    background: url(../img/border9.png) no-repeat center;
}

.OS-main .lastFloor .chart13 {
    float: right;
    width: 579px;
    height: 380px;
    background: url(../img/border9.png) no-repeat center;
}

.OS-main #chart1 {
    width: 756px;
    height: 800px;
}

.OS-main #chart2 {
    width: 402px;
    height: 466px;
}

.OS-main .W-chart3 {
    width: 402px;
    height: 234px;
}

.OS-main #chart4 {
    width: 278px;
    height: 260px;
}

.OS-main #chart5 {
    width: 570px;
    height: 260px;
}

.OS-main #chart6 {
    width: 278px;
    height: 260px;
}

.OS-main #chart7 {
    width: 878px;
    height: 252px;
}

.OS-main #chart7_2 {
    display: none;
    width: 878px;
    height: 252px;
}

.OS-main #chart7_3 {
    display: none;
    width: 878px;
    height: 252px;
}

.OS-main #chart7_4 {
    display: none;
    width: 878px;
    height: 252px;
}

.OS-main #chart7_5 {
    display: none;
    width: 878px;
    height: 252px;
}

.OS-main #chart8 {
    width: 278px;
    height: 260px;
}

.OS-main #chart9 {
    width: 580px;
    height: 310px;
}

.OS-main #chart9_2 {
    display: none;
    width: 580px;
    height: 310px;
}

.OS-main #chart10 {
    width: 580px;
    height: 310px;
}

.OS-main #chart11_1 {
    float: left;
    width: 16.6%;
    height: 264px;
}

.OS-main #chart11_2 {
    float: left;
    width: 16.6%;
    height: 264px;
}

.OS-main #chart11_3 {
    float: left;
    width: 16.6%;
    height: 264px;
}

.OS-main #chart11_4 {
    float: left;
    width: 16.6%;
    height: 264px;
}

.OS-main #chart11_5 {
    float: left;
    width: 16.6%;
    height: 264px;
}

.OS-main #chart11_6 {
    float: left;
    width: 16.6%;
    height: 264px;
}

.OS-main #chart12 {
    width: 579px;
    height: 300px;
}

.OS-main #chart13 {
    width: 579px;
    height: 300px;
}

.OS-main #tagbox {
    position: relative;
    margin: 0 auto;
}

.OS-main #tagbox a {
    position: absolute;
    padding: 3px 6px;
    font-family: Microsoft YaHei;
    color: #fff;
    TOP: 0px;
    font-weight: bold;
    text-decoration: none;
    left: 0px;
}

.OS-main #tagbox .color1 {
    color: #fff;
}

.OS-main #tagbox .color2 {
    color: #AEF4A4;
}

.OS-main #tagbox .color3 {
    color: #00D7FD;
}

.OS-main #tagbox .color4 {
    color: #FFB400;
}


/*API目录*/

.API_conts {
    width: 1180px;
    margin: 0 auto;
}

.API_crumbs {
    margin-top: 20px;
}

.API_crumbs li {
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #999999;
    cursor: pointer;
}

.API_crumbs .crumbs_f {
    margin: 0 5px;
}

.API_crumbs .crumbs_col {
    color: #108cee !important;
}

.API_crumbs .crumbs_hov:hover {
    color: #108cee;
}

.API_content {
    margin-bottom: 20px;
}

.API_content .API_content_L {
    float: left;
    width: 914px;
}

.API_content .API_content_R {
    width: 210px;
    padding-left: 56px;
}

.API_content .API_content_R .API_content_Rtitle {
    padding-bottom: 8px;
    border-bottom: 2px solid #ebeef0;
}

.API_content .API_content_R .API_content_Rtitle span {
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    border-bottom: 3px solid #108cee;
}

.API_content .API_content_R .API_content_Rconts {
    margin: 14px 0 0 0;
    max-height: 322px;
    overflow: hidden;
}

.API_content .API_content_R .API_content_Rconts li .API_num {
    float: left;
    margin: 6px 11px 6px 4px;
    width: 19px;
    height: 19px;
    background: url(../img/API_num_bj2.png) no-repeat;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.API_content .API_content_R .API_content_Rconts li .API_num.one-two {
    background: url(../img/API_num_bj.png) no-repeat;
}

.API_content .API_content_R .API_content_Rconts li .API_num2 {
    float: left;
    margin: 6px 11px 6px 4px;
    width: 19px;
    height: 19px;
    background: url(../img/API_num_bj2.png) no-repeat;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.API_content .API_content_R .API_content_Rconts li span {
    float: left;
    width: 176px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    cursor: pointer;
}

.API_content .API_content_R .API_content_Rconts li:hover span {
    color: #1CA6F7;
}

.API_service {
    padding: 15px 20px 10px;
    border: 1px solid #EFF3F7;
}

.API_service .API_service_btn {
    float: right;
}

.API_service .API_service_btn button {
    outline: none;
    border-radius: 4px;
    padding: 1px 8px;
    cursor: pointer;
    margin-left: 10px;
    background: #fff;
}

.API_service .API_service_btn button i {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.API_service .API_service_btn button span {
    display: inline-block;
    vertical-align: middle;
}

.API_service .API_service_btn .API_service_btn1 {
    border: 1px solid #2798d4;
    color: #2798d4;
}

.API_service .API_service_btn .API_service_btn1 i {
    background: url(../img/hCollectionC.png) no-repeat center;
    background-size: 100% 100%;
}

.API_service .API_service_btn .API_service_btn2 {
    border: 1px solid #26cf79;
    color: #26cf79;
}

.API_service .API_service_btn .API_service_btn2 i {
    background: url(../img/hxliconh1.png) no-repeat center;
    background-size: 100% 100%;
}

.API_service .API_service_btn .API_service_btn3 {
    border: 1px solid #f07d6f;
    color: #f07d6f;
}

.API_service .API_service_btn .API_service_btn3 i {
    background: url(../img/hxliconh3.png) no-repeat center;
    background-size: 100% 100%;
}

.API_service .API_service_btn .API_service_btn1:hover {
    background: #2798d4;
    color: #fff;
}

.API_service .API_service_btn .API_service_btn1:hover i {
    background: url(../img/hCollectionChover.png) no-repeat center;
    background-size: 100% 100%;
}

.API_service .API_service_btn .API_service_btn2:hover i {
    background: url(../img/hxlicon1.png) no-repeat center;
    background-size: 100% 100%;
}

.API_service .API_service_btn .API_service_btn3:hover i {
    background: url(../img/hxlicon3.png) no-repeat center;
    background-size: 100% 100%;
}

.API_service .API_service_btn .API_service_btn2:hover {
    background: #26cf79;
    color: #fff;
}

.API_service .API_service_btn .API_service_btn3:hover {
    background: #f07d6f;
    color: #fff;
}

.API_service .API_service_conts {
    float: left;
}

.API_service .API_service_conts .API_service_title {
    font-size: 20px;
    color: #4284ec;
    line-height: 20px;
    font-weight: bold;
}

.API_service .API_service_conts p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.API_service .API_service_conts .p_mar {
    margin: 10px 40px 0 0;
    display: inline-block;
}

.API_service .API_service_conts .p_mar span {
    margin: 0 20px 0 0;
}

.API_service .API_service_btna {
    float: right;
}

.API_service .API_service_btna .API_service_btn {
    float: left;
    text-align: center;
    margin: 8px 0 0 10px;
    padding: 0 10px 0 10px;
    height: 22px;
    border: 1px solid #EFF3F7;
    outline: none;
    cursor: pointer;
    font-size: 0;
}

.API_service .API_service_btna .API_service_btn i {
    float: left;
}

.API_service .API_service_btna .API_service_btn .API_service_ico1 {
    margin: 4px 9px 0 0;
    width: 13px;
    height: 13px;
    background: url(../img/API_service_ico1.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn .API_service_ico2 {
    margin: 3px 9px 0 0;
    width: 13px;
    height: 15px;
    background: url(../img/API_service_ico2.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn .API_service_ico3 {
    margin: 5px 9px 0 0;
    width: 11px;
    height: 12px;
    background: url(../img/API_service_ico3.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn span {
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}

.API_service .API_service_btna .API_service_btn:hover {
    border: 1px solid #BEE0F2;
    background: #E9F4FB;
}

.API_service .API_service_btna .API_service_btn:hover .API_service_ico1 {
    background: url(../img/API_service_ico1.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn:hover .API_service_ico2 {
    background: url(../img/API_service_ico2.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn:hover .API_service_ico3 {
    background: url(../img/API_service_ico3.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn:hover span {
    color: #FF7569;
}

.API_service .API_service_btna .API_service_btn_active {
    border: 1px solid #2798D4;
    background: #2798D4;
}

.API_service .API_service_btna .API_service_btn_active .API_service_ico1 {
    background: url(../img/API_service_hico1.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn_active .API_service_ico2 {
    background: url(../img/API_service_hico2.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn_active .API_service_ico3 {
    background: url(../img/API_service_hico3.png) no-repeat;
}

.API_service .API_service_btna .API_service_btn_active span {
    color: #fff;
}

.API_decript {
    margin: 20px 0 60px 0;
    padding-bottom: 20px;
    border: 1px solid #EFF3F7;
}

.API_decript li {
    margin-top: 8px;
}

.API_decript li:hover .API_decript_title span {
    color: #1CA6F7;
}

.API_decript .API_decript_title {
    border-bottom: 1px solid #d2d2d2;
    background-color: #f8f8f8;
    cursor: pointer;
}

.API_decript .API_decript_title span {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.API_decript .API_decript_title i {
    float: right;
    margin: 15px 20px 0 0;
    width: 7px;
    height: 12px;
    background: url(../img/API_arrow_icon.png) no-repeat;
}

.API_decript .API_dec_title_active {
    background-color: #eff3f7;
}

.API_decript .API_dec_title_active span {
    color: #3b81ea;
}

.API_decript .API_dec_title_active i {
    margin: 19px 20px 0 0;
    width: 12px;
    height: 6px;
    background: url(../img/dec_arrow.png) no-repeat;
}

.API_decript .API_decript_conts {
    padding: 10px 20px 0 20px;
}

.API_decript .API_decript_conts .API_dec_title {
    font-size: 16px;
    font-weight: 400;
    color: #108CEE;
    line-height: 36px;
}

.API_decript .API_decript_conts .API_dec_dec {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.API_decript .API_decript_conts .title_mar {
    margin-top: 20px;
}

.API_decript .API_decript_conts .API_dec_titles {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.API_decript .API_decript_conts .API_tab1 {
    width: 100%;
}

.API_decript .API_decript_conts .API_tab1 thead tr td {
    text-indent: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    border: 1px solid #DEEAEC;
    background-color: #f4fafe;
}

.API_decript .API_decript_conts .API_tab1 thead tr .tab1_wid1 {
    width: 25.5%;
}

.API_decript .API_decript_conts .API_tab1 thead tr .tab1_wid2 {
    width: 20.5%;
}

.API_decript .API_decript_conts .API_tab1 thead tr .tab1_wid3 {
    width: 15%;
}

.API_decript .API_decript_conts .API_tab1 thead tr .tab1_wid4 {
    width: 39%;
}

.API_decript .API_decript_conts .API_tab1 thead tr .tab1_wid5 {
    width: 74.5%;
}

.API_decript .API_decript_conts .API_tab1 tbody .tab1_tr td {
    text-indent: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    background: #EBEEF0;
    border: 1px solid #DEEAEC;
}

.API_decript .API_decript_conts .API_tab1 tbody .tab2_tr td {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    border: 1px solid #DEEAEC;
}

.API_decript .API_decript_conts .titles_mar1 {
    margin-top: 18px;
}

.API_decript .API_decript_conts .titles_mar2 {
    margin-top: 12px;
}

.API_decript .API_decript_conts .API_p_mar {
    margin-bottom: 30px;
}


/*个人页-收藏数据*/

.content_main {
    width: 1180px;
    margin: 0 auto;
}

.person_crumbs {
    margin-top: 20px;
}

.person_crumbs li {
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    cursor: pointer;
}

.person_crumbs .crumbs_hov:hover {
    color: #108cee;
}

.person_crumbs .crumbs_f {
    margin: 0 5px;
}

.person_conts {
    /* margin-top: 16px;*/
    position: relative;
}

.person_conts .person_left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 178px;
    min-height: 830px;
    background-color: #F7F7F7;
}


.person_conts .person_left .person_left_top .left_top_btn {
    margin-top: 16px;
}


.person_conts .person_left .person_down {
    height: 660px;
}

.ctrl_list .ctrl_list_frist {
    font-size: 0;
    margin: 8px 12px 0;
    border-bottom: 1px solid #000000;
}

.ctrl_list .ctrl_list_frist i {
    float: left;
    margin: 0 8px;
    width: 21px;
    height: 22px;
}

.ctrl_list .ctrl_list_frist .ctrl_icon_1 {
    background: url(../img/ctrl_icon_1.png) no-repeat;
}

.ctrl_list .ctrl_list_frist .ctrl_icon_2 {
    background: url(../img/ctrl_icon_2.png) no-repeat;
}

.ctrl_list .ctrl_list_frist span {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.ctrl_list .ctrl_mar {
    margin-top: 8px;
}

.ctrl_list .ctrl_list_other {
    font-size: 0;
    padding: 0 12px;
    cursor: pointer;
}

.ctrl_list .ctrl_list_other i {
    float: left;
    width: 18px;
    height: 18px;
    margin: 7px 9px;
    background: red;
}

.ctrl_list .ctrl_list_other .ctrl_icon1 {
    background: url(../img/ctrl_icon1.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon2 {
    background: url(../img/ctrl_icon2.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon3 {
    background: url(../img/ctrl_icon3.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon4 {
    background: url(../img/ctrl_icon4.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon5 {
    background: url(../img/ctrl_icon5.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon6 {
    background: url(../img/ctrl_icon6.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon7 {
    background: url(../img/ctrl_icon7.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon8 {
    background: url(../img/ctrl_icon8.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon9 {
    background: url(../img/ctrl_icon9.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon10 {
    background: url(../img/ctrl_icon10.png) no-repeat;
}

.ctrl_list .ctrl_list_other .ctrl_icon11 {
    background: url(../img/ctrl_icon11.png) no-repeat;
}

.ctrl_list .ctrl_list_other span {
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 32px;
}

.ctrl_list .ctrl_list_other_active {
    background-color: #19AAE8;
}

.ctrl_list .ctrl_list_other_active i {
    background: yellow;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon1 {
    background: url(../img/ctrl_icon_hover1.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon2 {
    background: url(../img/ctrl_icon_hover2.png) no-repeat !important;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon3 {
    background: url(../img/ctrl_icon_hover3.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon4 {
    background: url(../img/ctrl_icon_hover4.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon5 {
    background: url(../img/ctrl_icon_hover5.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon6 {
    background: url(../img/ctrl_icon_hover6.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon7 {
    background: url(../img/ctrl_icon_hover7.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon8 {
    background: url(../img/ctrl_icon_hover8.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon9 {
    background: url(../img/ctrl_icon_hover9.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon10 {
    background: url(../img/ctrl_icon_hover10.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active .ctrl_icon11 {
    background: url(../img/ctrl_icon_hover11.png) no-repeat;
}

.ctrl_list .ctrl_list_other_active span {
    color: #fff !important;
}

.ctrl_mar2 {
    margin-top: 10px;
}

.person_right {
    margin-left: 208px;
    min-height: 830px;
}

.person_right .personR_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #2779FF;
}

.person_right .personR_title span {
    font-size: 18px;
    font-weight: 500;
    color: #2779FF;
    line-height: 24px;
}

.person_right .person_infor {
    margin-top: 20px;
    width: 805px;
    padding: 20px 30px 15px 20px;
    border: 1px solid #A6CAF3;
}

.person_right .person_infor .person_infor_title {
    overflow: hidden;
    bo5der-bottom: 1px solid #D2E4F9;
}

.person_right .person_infor .person_infor_title span {
    float: left;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.person_right .person_infor .person_infor_title .per_hover {
    cursor: pointer;
}

.person_right .person_infor .person_infor_main {
    font-size: 0;
    margin-top: 7px;
    overflow: hidden;
}

.person_right .person_infor .person_infor_main span {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 18px;
}

.person_right .person_infor .person_infor_main .new-info {
    margin-right: 16px;
    color: #000;
}

.person_right .person_infor .person_infor_inf {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}

.person_right .person_infor .per_inf_choose {
    margin: 15px 0 0 0;
    overflow: hidden;
}

.person_right .person_infor .per_inf_choose .perinf_choose_inf {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.person_right .person_infor .per_inf_choose .per_choose_btn {
    float: right;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li {
    float: left;
    padding: 2px 10px;
    margin-left: 8px;
    border: 1px solid #2798d4;
    cursor: pointer;
    border-radius: 4px;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li i {
    float: left;
    margin: 2px 9px 0 0px;
    width: 14px;
    height: 16px;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li .per_choose_icon1 {
    background: url(../img/hCollectionC.png) no-repeat;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li .per_choose_icon2 {
    background: url(../img/per_choose_icon2.png);
}

.person_right .person_infor .per_inf_choose .per_choose_btn li .per_choose_icon3 {
    background: url(../img/per_choose_icon3.png);
}

.person_right .person_infor .per_inf_choose .per_choose_btn li span {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #2798d4;
    line-height: 18px;
    cursor: pointer;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li:hover {
    background: #2798d4;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li:hover .per_choose_icon1 {
    margin: 4px 9px 0 0px;
    height: 14px;
    background: url(../img/hCollectionChover.png) no-repeat;
}

.person_right .person_infor .per_inf_choose .per_choose_btn li:hover span {
    color: #fff;
}

.person_right .person_infor:hover {
    padding: 20px 110px 25px 25px;
    margin-left: -4px;
    border: none !important;
    background: url(../img/person_infor_hover.png) no-repeat;
}

.person_right .person_infor:hover .person_infor_title .per_hover {
    color: #2779FF;
}


/*个人页-收藏应用*/

.menu_content li {
    width: 820px;
    height: 138px;
    margin-top: 20px;
    padding: 0 18px;
    border: 1px solid #d2e4f9;
    overflow: hidden;
}

.menu_content li .menu_icon {
    float: left;
    margin: 32px 22px 32px 0;
    width: 73px;
    height: 73px;
    background: url(../img/picture.png) no-repeat;
}

.menu_content li .menu_icon3 {
    float: left;
    margin-left: 8px;
    margin-top: 20px;
    background-size: 100% 100% !important;
    width: 64px;
    height: 64px;
}

.menu_content li .menu_icon4 {
    float: left;
    margin-left: 8px;
    margin-top: 20px;
    background-size: 100% 100% !important;
    width: 64px;
    height: 64px;
    background: url(../img/wy_pic/love_city_icon.png) no-repeat;
}

.menu_content li .menu_infor {
    margin-left: 95px;
}

.menu_content li .menu_infor .menu_title {
    border-bottom: 1px solid #D2E4F9;
    overflow: hidden;
}

.menu_content li .menu_infor .menu_title .menu_title_name {
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}

.menu_content li .menu_infor .menu_title .menu_title_name.menu_title_hov {
    cursor: pointer;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*加宽度width属来兼容部分浏览*/
}

.menu_content li .menu_infor .menu_title .menu_title_opera {
    float: right;
    font-size: 0;
    cursor: pointer;
    margin-top: 10px;
    padding: 2px 7px;
    border-radius: 4px;
    border: 1px solid #2798d4;
}

.menu_content li .menu_infor .menu_title .menu_title_opera i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 6px;
    width: 14px;
    height: 16px;
    background: url(../img/hCollectionC.png) no-repeat;
}

.menu_content li .menu_infor .menu_title .menu_title_opera span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #2798d4;
}

.menu_content li .menu_infor .menu_title .menu_title_opera:hover {
    background: #2798d4;
}

.menu_content li .menu_infor .menu_title .menu_title_opera:hover i {
    height: 14px;
    background: url(../img/hCollectionChover.png) no-repeat;
}

.menu_content li .menu_infor .menu_title .menu_title_opera:hover span {
    color: #fff;
}

.menu_content li .menu_infor .menu_author {
    overflow: hidden;
}

.menu_content li .menu_infor .menu_author span {
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu_content li .menu_infor .menu_author .menu_wap {
    width: 664px;
}

.menu_content li:hover {
    padding: 7px 22px 0 22px;
    margin-left: -4px;
    border: none !important;
    background: url(../img/person_infor_hover.png) no-repeat;
}

.menu_content li:hover .menu_infor .menu_title_hov {
    color: #2779FF;
}


/*个人页-注册开发者*/

.creastR_title {
    padding-bottom: 5px;
    /*width: 750px;*/
    border-bottom: 1px solid #2779FF;
}

.creastR_title span {
    font-size: 18px;
    font-weight: 500;
    color: #2779FF;
    line-height: 24px;
}

.regist-new {
    margin: 30px 0 0 20px;
}

.creastR_opera {
    margin-top: 14px;
    overflow: hidden;
}

.creastR_opera .creastR_opera_conts {
    float: left;
}

.creastR_opera .creastR_opera_conts span {
    float: left;
    width: 122px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}

.creastR_opera .creastR_opera_conts span em {
    padding: 0 4px 0 6px;
    font-size: 12px;
    color: #FF0000;
}

.creastR_opera .creastR_opera_conts .creastR_int {
    float: left;
    text-indent: 14px;
    width: 456px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #A1A1A1;
    outline: none;
}

.creastR_opera .creastR_spea {
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 28px;
    text-indent: 20px;
}

.creastR_opera .creastR_opera_index {
    text-indent: 16px;
}

.creastR_reserve {
    margin-top: 32px;
    margin-left: 122px;
    width: 99px;
    height: 30px;
    background: #1CA6F7;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    outline: none;
    border: none;
    cursor: pointer;
}


/*个人页-应用创建*/

.buildR_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #2779FF;
}

.buildR_title span {
    font-size: 18px;
    font-weight: 500;
    color: #2779FF;
    line-height: 24px;
}

.buildR_opera {
    margin-top: 20px;
}

.buildR_opera .buildR_opera_conts {
    height: 30px;
}

.buildR_opera .buildR_opera_conts span {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.buildR_opera .buildR_opera_conts span em {
    padding-right: 10px;
    font-size: 12px;
    color: #FF0000;
}

.buildR_opera .buildR_opera_conts .buildR_int {
    float: left;
    text-indent: 12px;
    width: 580px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #A1A1A1;
    outline: none;
}

.buildR_opera .buildR_opera_conts .buildR_txt {
    float: left;
    text-indent: 14px;
    line-height: 42px;
    width: 580px;
    height: 197px;
    border: 1px solid #A1A1A1;
    outline: none;
    resize: none
}

.buildR_opera .buildR_spea {
    text-indent: 122px;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.buildR_opera2 {
    margin-top: 20px;
}


/*.buildR_opera2 .buildR_opera_conts{
  height: 197px;
}*/

.buildR_opera2 .buildR_opera_conts span {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.buildR_opera2 .buildR_opera_conts span em {
    padding-right: 10px;
    font-size: 12px;
    color: #FF0000;
}

.buildR_opera2 .buildR_opera_conts .buildR_int {
    float: left;
    text-indent: 14px;
    width: 580px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #A1A1A1;
    outline: none;
}

.buildR_opera2 .buildR_opera_conts .buildR_txt {
    float: left;
    padding: 6px 12px;
    line-height: 24px;
    width: 556px;
    height: 140px;
    border: 1px solid #A1A1A1;
    outline: none;
    resize: none
}

.buildR_opera2 .buildR_spea {
    text-indent: 122px;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.buildR_opera1 {
    margin-top: 20px;
}

.buildR_opera1 .buildR_opera_conts {
    height: 30px;
}

.buildR_opera1 .buildR_opera_conts span {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.buildR_opera3 {
    margin-top: 20px;
}


/*.buildR_opera3 .buildR_opera_conts{
  height: 88px;
}*/

.buildR_opera3 .buildR_opera_conts span {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.buildR_opera3 .buildR_opera_conts .new-butt {
    float: left;
    width: 25%;
}

.buildR_opera3 .buildR_opera_conts .new-butt .new-text {
    width: 44%;
}

.buildR_opera3 .buildR_opera_conts p {
    margin-left: 110px;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    padding-bottom: 10px;
}

.buildR_opera_btnA {
    position: relative;
    float: left;
}

.buildR_opera_btn {
    float: left;
    width: 234px;
    height: 28px;
    border: 1px solid #A1A1A1;
    cursor: pointer;
}

.buildR_opera_btn #type_info {
    font-size: 10px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    color: red;
    display: inline-block;
    text-indent: 10px;
    margin-top: 3px;
}

.error-recovery .error-line #desc_info {
    font-size: 10px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    color: red;
    display: inline-block;
    text-indent: 10px;
}

.error-recovery .error-line.two-hei {
    height: 134px;
}

.buildR_opera_btnA .buildR_opera_btn span {
    float: left;
    text-indent: 12px;
    width: 194px;
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}

.buildR_opera_btn i {
    float: left;
    width: 12px;
    height: 6px;
    background: url(../img/dec_arrow.png) no-repeat;
    margin: 12px 20px 10px 8px;
}

.input_select {
    position: absolute;
    width: 234px;
    /*height: 220px;*/
    left: 0;
    top: 29px;
    background-color: #fff;
    border: 1px solid #A1A1A1;
    z-index: 999;
}

.input_select li {
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 28px;
    padding: 0 10px;
    border-bottom: 1px solid #A1A1A1;
    cursor: pointer;
}

.input_select li:hover {
    color: #fff;
    background-color: #19AAE8;
}

.input_select .last {
    border-bottom: none !important;
}


/*.buildR_mar{
  margin-left: 38px;
}*/


/*.pic_butt{
  margin-top: 20px;
}*/

.pic_butt .pic_btn {
    display: inline-block;
    width: 170px;
    height: 30px;
    background: #1CA6F7;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}

.pic_butt .buildR_txt {
    display: block;
    margin: 7px 0 0 110px;
    padding: 6px 12px;
    line-height: 24px;
    width: 556px;
    height: 140px;
    border: 1px solid #A1A1A1;
    outline: none;
    resize: none
}

.pic_butt .pic_butt_cho {
    margin-left: 110px;
}

.pic_butt .pic_butt_cho .pic_frame {
    float: left;
    margin: 10px 8px 0 0;
    width: 13px;
    height: 13px;
    border: 1px solid #999;
    cursor: pointer;
}

.pic_butt .pic_butt_cho span {
    float: left;
    font-size: 12px;
    color: #333333;
    line-height: 36px;
}

.pic_butt .pic_butt_cho span em {
    color: #0D3400;
}

.pic_butt .pic_butt_cho .pic_frame_active {
    margin: 10px 9px 0 0;
    width: 14px;
    height: 14px;
    border: none !important;
    background: url(../img/choose_ico.png) no-repeat;
}

.pic_butt2 {
    padding: 10px 0 44px 0;
}

.pic_butt2 .pic_btn {
    display: block;
    margin-left: 110px;
    width: 99px;
    height: 30px;
    background: #1CA6F7;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}


/*开放指数*/

.ZW-header-T {
    background: #fff;
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 2;
}

.ZW-header-T .cont {
    width: 1180px;
    margin: 0 auto;
}

.ZW-header-T .logo {
    float: left;
    padding-top: 26px;
}

.ZW-header-T .logo h2 {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #3b81ea;
    font-weight: 900;
    letter-spacing: 2.5px;
}

.ZW-header-T .logo p {
    font-size: 10px;
    color: #3b81ea;
    font-weight: normal;
}

.ZW-header-T .nav {
    float: left;
    margin-top: 22px;
}

.ZW-header-T .nav li {
    float: left;
    position: relative;
    cursor: pointer;
}

.ZW-header-T .nav .tel {
    padding: 0 24px;
    text-align: center;
    font-size: 0;
    color: #333;
    height: 60px;
}

.ZW-header-T .nav .tel h3 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.ZW-header-T .nav .tel p {
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
}

.ZW-header-T .nav .tel .arrow {
    background: url(../img/arrow.png);
    width: 8px;
    height: 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 2px;
}

.ZW-header-T .nav .drop-down {
    width: 148px;
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -74px;
    display: none;
    transition: all 4s ease-in-out;
}

.ZW-header-T .nav .bg .t {
    background: url(../img/drop-down-t-bg.png);
    width: 148px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.ZW-header-T .nav .bg .b {
    background: url(../img/drop-down-b-bg.png);
    width: 148px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ZW-header-T .nav .bg .m {
    background: url(../img/drop-down-m-bg.png);
    width: 148px;
    position: absolute;
    top: 14px;
    bottom: 19px;
}

.ZW-header-T .nav dl {
    padding: 14px 13px 20px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.ZW-header-T .nav dl dd {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.ZW-header-T .nav dl .dd-active {
    color: #2779ff;
    background: #e8edf2;
}

.ZW-header-T .nav li:hover .tel {
    margin-top: -3px;
    color: #3b81ea;
    transition: all 0.3s ease-in-out;
}

.ZW-header-T .nav li:hover .tel .arrow {
    background: url(../img/arrow-h.png);
}

.ZW-header-T .nav li:hover .drop-down {
    display: block;
    transition: all 4s ease-in-out;
}

.ZW-header-T .login {
    float: right;
    font-size: 0;
    margin-top: 26px;
}

.ZW-header-T .login span {
    width: 97px;
    height: 38px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    text-align: center;
}

.ZW-header-T .login .sign-in {
    background: url(../img/signIn-bg.png) no-repeat center top;
    color: #fff;
}

.ZW-header-T .login .register {
    background: url(../img/register-bg.png) no-repeat center top;
    color: #fff;
    color: #209ef9;
}

.ZW-header-T .login .sign-out {
    background: url(../img/signOut-bg.png) no-repeat center top;
    color: #f44c4d;
}

.ZW-header-T .login .sign-in:hover {
    background: url(../img/signIn-h-bg.png) no-repeat center top;
}

.ZW-header-T .login .register:hover {
    background: url(../img/register-h-bg.png) no-repeat center top;
    color: #1f61d2;
}

.ZW-header-T .login .sign-out {
    background: url(../img/signOut-bg.png) no-repeat center top;
    color: #f55859;
}

.ZW-header-T .login .mar-l16 {
    margin-left: 16px;
}

.open_index {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.open_index .index_main {
    width: 1180px;
    margin: 0 auto;
}

.open_index .index-title {
    padding: 10px 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}

.open_index .index-intrduce {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.open_index .index-echarts {
    margin-top: 10px;
}

.open_index .index-echarts #index-echarts1 {
    float: left;
    width: 70%;
    height: 550px;
}

.open_index .index-echarts #index-echarts2 {
    float: left;
    width: 30%;
    height: 550px;
}

.area_index {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.area_index .area_main {
    width: 1180px;
    margin: 0 auto;
}

.area_index .area-title {
    padding: 10px 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}

.area_index .area-intrduce {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.area_index .area-echarts #area-echarts1 {
    float: left;
    width: 60%;
    height: 550px;
}

.area_index .area-echarts #area-echarts2 {
    float: left;
    width: 40%;
    height: 550px;
}

.label-index {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.label-index .label-main {
    width: 1180px;
    margin: 0 auto;
}

.label-index .label-main .label-title {
    padding: 10px 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}

.label-index .label-main .label_conts {
    margin-top: 15px;
}

.label-index .label-main .label_conts .label_contsL {
    float: left;
    width: 406px;
}

.label-index .label-main .label_conts .label_contsL .labelL_title {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    border-left: 4px solid #fff;
}

.label-index .label-main .label_conts .label_contsR {
    float: left;
    width: 772px;
}

.label-index .label-main .label_conts .label_contsR #label_echarts {
    width: 772px;
    height: 550px;
}

.label-list {
    padding: 0 35px 0 8px;
    margin: 24px 0 0;
    height: 560px;
    overflow: hidden;
}

.label-list li {
    border-bottom: 1px dashed #fff;
}

.label-list li .label_list_num {
    float: left;
    text-align: center;
    margin: 13px 13px 12px 0;
    width: 27px;
    height: 28px;
    background: url(../img/label_icon1.png) no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.label-list li .label_list_num2 {
    float: left;
    text-align: center;
    margin: 13px 13px 12px 0;
    width: 27px;
    height: 28px;
    background: url(../img/label_icon2.png) no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.label-list li .label_list_name {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label-list li .label_list_conts {
    float: right;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
}

.label-list li:hover .label_list_num {
    color: #2DCF66;
}

.label-list li:hover .label_list_num2 {
    color: #000;
}

.label-list li:hover .label_list_name {
    color: #000;
}

.label-list li:hover .label_list_conts {
    color: #000;
}


/*楼梯修改*/

#loutinav {
    width: 80px;
    position: fixed;
    top: 260px;
    right: 28px;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
    border: 1px solid #BDC0C3;
}

#loutinav ul li {
    width: 80px;
    height: 54px;
    border-bottom: 1px solid #ededed;
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #2D75E2;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
}

#loutinav ul li span {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loutinav ul li.active span {
    width: 100%;
    height: 100%;
    background: #2D75E2;
    color: #fff;
    display: block;
}

#loutinav ul li.active .louti-point-line1 {
    position: absolute;
    top: 122px;
    right: -60px;
    width: 43px;
    height: 43px;
    background: url(../img/point-line.png) no-repeat;
}

#loutinav ul li.active .louti-point-line2 {
    position: absolute;
    top: 109px;
    right: -60px;
    width: 43px;
    height: 43px;
    background: url(../img/point-line.png) no-repeat;
}

#loutinav ul li.active .louti-point-line3 {
    position: absolute;
    top: 93px;
    right: -60px;
    width: 43px;
    height: 43px;
    background: url(../img/point-line.png) no-repeat;
}

.louti-point1 {
    position: absolute;
    top: 135px;
    right: -47px;
    width: 17px;
    height: 17px;
    background: url(../img/louti-point1.png) no-repeat;
    z-index: 999;
}

.louti-point2 {
    position: absolute;
    top: 122px;
    right: -47px;
    width: 17px;
    height: 17px;
    background: url(../img/louti-point2.png) no-repeat;
    z-index: 999;
}

.louti-point3 {
    position: absolute;
    top: 106px;
    right: -47px;
    width: 17px;
    height: 17px;
    background: url(../img/louti-point3.png) no-repeat;
    z-index: 999;
}

.louti-list {
    position: relative;
}

.louti-list .louti-line {
    position: absolute;
    top: 144px;
    right: -40px;
    width: 2px;
    height: 81px;
    background: url(../img/louti-line.png) no-repeat;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 0;
    /* margin-top:25px; */
    border-radius: 1px;
    font-size: 14px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 10px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #f6f6f6;
    /* border:1px solid #ddd; */
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    /* margin-left:0;
	font-size: 0;
	width: 0;
	height: 0;
	padding: 0; */
}

.pagination > li:nth-child(2) > a,
.pagination > li:nth-child(2) > span {
    background: #2675f6;
    color: white;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 1px;
}

.pagination > li > a {
    border-radius: 1px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    cursor: default;
    background-color: #fff;
    color: #2675f6;
    font-weight: bold;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pageJump {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 0;
    margin: 25px 0 0 10px;
    border-radius: 1px;
    vertical-align: top;
    font-size: 14px;
}

.pageJump .button {
    border-radius: 1px;
    width: 54px;
    height: 33px;
    color: #fff;
    border: 1px solid #18a3f3;
    background: #18a3f3;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.pageJump input {
    width: 34px;
    height: 32px;
    line-height: 1.42857143;
    outline: none;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border: 1px solid #e8e8e8;
    border-radius: 1px;
}

.pageJump-lg .button,
.pageJump-lg input {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pageJump-sm .button,
.pageJump-sm input {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}


/*
* @Author: weiyu
* @Date:   2018-10-15 17:23:15
* @Last Modified by:   weiyu
* @Last Modified time: 2018-10-22 18:12:25
*/


/* 政务数据面包屑部分 */

.F_crumbs_wy {
    font-size: 12px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.F_crumbs_wy .to_next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    text-align: center;
}

.F_crumbs_wy .blue_color:hover {
    color: #42A5F5;
    cursor: pointer;
}


/* 调查问卷公共部分 */

.wy_government_data {
    width: 1180px;
    margin: 0 auto;
}

.wy_government_data .government_data_content {
    position: relative;
    padding-bottom: 50px;
}

.wy_government_data .government_data_content .wy_navigation_left {
    float: left;
    position: absolute;
    width: 240px;
    bottom: 0;
    top: 0;
    border-left: 1px solid #EFF3F7;
    border-right: 1px solid #EFF3F7;
    min-height: 100px;
}

.wy_government_data .government_data_content .wy_navigation_left li {
    font-size: 16px;
    line-height: 47px;
    cursor: pointer;
}

.wy_government_data .government_data_content .wy_navigation_left li h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 47px;
    margin-left: 10px;
    width: 150px;
    font-size: 14px;
}

.wy_government_data .government_data_content .wy_navigation_left li .nav_left_icon {
    width: 21px;
    height: 23px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 18px;
    position: relative;
    top: 5px;
    background: url('../img/wy_pic/nav_left_icon_no.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_government_data .government_data_content .wy_navigation_left li .nav_left_icon1 {
    width: 22px;
    height: 28px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 18px;
    position: relative;
    top: 5px;
    background: url('../img/wy_pic/nav_left_icon1_no.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_government_data .government_data_content .wy_navigation_left li .nav_right_icon {
    width: 10px;
    height: 17px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: green;
    position: relative;
    top: 3px;
    background: url('../img/wy_pic/nav_right_icon_no.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_government_data .government_data_content .wy_navigation_left .choose {
    border-left: 3px solid #3FBE72;
    background: #ebf7fa;
    color: #49a8f5;
}

.wy_government_data .government_data_content .wy_navigation_left .choose .nav_left_icon {
    margin-left: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url('../img/wy_pic/nav_left_icon.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_government_data .government_data_content .wy_navigation_left .choose .nav_right_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url('../img/wy_pic/nav_right_icon.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_government_data .government_data_content .wy_navigation_left .choose .nav_left_icon1 {
    margin-left: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url('../img/wy_pic/nav_left_icon1.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_government_data .government_data_content .content_right {
    margin-left: 275px;
    min-height: 100px;
}

.wy_government_data .government_data_content .content_right .government_data_title {
    color: #2779FF;
    height: 32px;
    line-height: 30px;
    border-bottom: 1px solid #2779FF;
    font-size: 18px;
}

.wy_government_data .government_data_content .content_right .government_data_title a {
    color: #2779FF;
    text-decoration: none;
}

.wy_government_data .government_data_content .content_right .government_data_title a.nest-a {
    border: 1px solid #2779FF;
    float: right;
    padding: 0 6px;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.wy_government_data .government_data_content .content_right .government_data_title a.nest-a:hover {
    color: #fff;
    background: #2779FF;
}

.wy_government_data .government_data_content #wy_feedback,
.wy_government_data .government_data_content #wy_questionnaire {
    display: none;
}


/* 最新调查问卷 */

.new_investigation_content {
    margin-top: 30px;
}

.new_investigation_content label {
    cursor: pointer;
    margin-right: 24px;
}

.new_investigation_content .new_investigation_table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-bottom: 45px;
}

.new_investigation_content .new_investigation_table .detail-gs {
    border: 1px solid #e2e3e3;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

.new_investigation_content .new_investigation_table .detail-news {
    border: 1px solid #e2e3e3;
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 0;
}

.new_investigation_content .new_investigation_table tr {
    height: 50px;
}

.new_investigation_content .new_investigation_table tr td {
    text-align: left;
    word-break: break-all;
}

.new_investigation_content .new_investigation_table .li_left_title {
    width: 230px;
    text-align: right;
}

.new_investigation_content .new_investigation_table .li_left_title span {
    color: red;
}

.new_investigation_content .new_investigation_table .li_left_title h4 {
    margin-right: 34px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.new_investigation_content .new_investigation_table .needing_title,
.new_investigation_content .new_investigation_table .fun_description,
.new_investigation_content .new_investigation_table .data_area {
    width: 506px;
    height: 28px;
    outline: none;
    text-indent: 10px;
    line-height: 28px;
    border: 1px solid #e2e3e3;
}

.new_investigation_content .sublim_buttom {
    border: 0;
    background: url('../img/wy_pic/button_bg.png') no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    height: 36px;
    width: 134px;
    margin: 0 auto;
    cursor: pointer;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}


/* 已有调查问卷,已有意见反馈 */

.existence_investigation_content,
.existence_opinion_content {
    margin-top: 30px;
}

.existence_investigation_content label,
.existence_opinion_content label {
    cursor: pointer;
}

.existence_investigation_content .existence_investigation_table,
.existence_investigation_content .existence_opinion_table,
.existence_opinion_content .existence_investigation_table,
.existence_opinion_content .existence_opinion_table {
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #333333;
    border: 1px solid #DEEBF1;
    border-collapse: collapse;
}

.existence_investigation_content .existence_investigation_table {
    table-layout: fixed;
}

.existence_opinion_content .existence_opinion_table {
    table-layout: fixed;
}

.existence_opinion_content .existence_opinion_table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.existence_investigation_content .existence_investigation_table tr,
.existence_investigation_content .existence_opinion_table tr,
.existence_opinion_content .existence_investigation_table tr,
.existence_opinion_content .existence_opinion_table tr {
    height: 47px;
    line-height: 47px;
    border: 1px solid #DEEBF1;
}

.existence_investigation_content .existence_investigation_table tr th,
.existence_investigation_content .existence_opinion_table tr th,
.existence_opinion_content .existence_investigation_table tr th,
.existence_opinion_content .existence_opinion_table tr th {
    text-align: center;
    font-size: 14px;
    background: #EFF6FA;
}

.existence_investigation_content .existence_investigation_table tr .already_replies,
.existence_investigation_content .existence_opinion_table tr .already_replies,
.existence_opinion_content .existence_investigation_table tr .already_replies,
.existence_opinion_content .existence_opinion_table tr .already_replies {
    color: #015293;
}

.existence_opinion_content .existence_opinion_table tr .already_replies {
    color: #f00;
}

.existence_opinion_content .existence_opinion_table tr .deal-color {
    color: green;
}

.existence_investigation_content .existence_investigation_table tr .no_replies,
.existence_investigation_content .existence_opinion_table tr .no_replies,
.existence_opinion_content .existence_investigation_table tr .no_replies,
.existence_opinion_content .existence_opinion_table tr .no_replies {
    color: #EB2020;
}

.existence_investigation_content .existence_investigation_table tr .waiting_replies,
.existence_investigation_content .existence_opinion_table tr .waiting_replies,
.existence_opinion_content .existence_investigation_table tr .waiting_replies,
.existence_opinion_content .existence_opinion_table tr .waiting_replies {
    color: #D49C15;
}

.existence_investigation_content .existence_investigation_table tr .table_check,
.existence_investigation_content .existence_opinion_table tr .table_check,
.existence_opinion_content .existence_investigation_table tr .table_check,
.existence_opinion_content .existence_opinion_table tr .table_check {
    text-align: center;
}

.existence_investigation_content .existence_investigation_table tr .table_check span,
.existence_investigation_content .existence_opinion_table tr .table_check span,
.existence_opinion_content .existence_investigation_table tr .table_check span,
.existence_opinion_content .existence_opinion_table tr .table_check span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 90px;
    height: 27px;
    background: url("../img/wy_pic/check_icon.png") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.existence_investigation_content .existence_investigation_table tr .ex_in_tatitle,
.existence_investigation_content .existence_investigation_table tr .ex_opinion_tdtitle,
.existence_investigation_content .existence_opinion_table tr .ex_in_tatitle,
.existence_investigation_content .existence_opinion_table tr .ex_opinion_tdtitle,
.existence_opinion_content .existence_investigation_table tr .ex_in_tatitle,
.existence_opinion_content .existence_investigation_table tr .ex_opinion_tdtitle,
.existence_opinion_content .existence_opinion_table tr .ex_in_tatitle,
.existence_opinion_content .existence_opinion_table tr .ex_opinion_tdtitle {
    text-align: left;
    cursor: pointer;
}

.existence_opinion_content .existence_opinion_table tr .ex_opinion_tdtitle,
.existence_investigation_content .existence_investigation_table tr .ex_in_tatitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.existence_investigation_content .existence_investigation_table .ex_in_no,
.existence_investigation_content .existence_opinion_table .ex_in_no,
.existence_opinion_content .existence_investigation_table .ex_in_no,
.existence_opinion_content .existence_opinion_table .ex_in_no {
    width: 70px;
}

.existence_investigation_content .existence_investigation_table .ex_opinion_no,
.existence_investigation_content .existence_opinion_table .ex_opinion_no,
.existence_opinion_content .existence_investigation_table .ex_opinion_no,
.existence_opinion_content .existence_opinion_table .ex_opinion_no {
    width: 90px;
}

.existence_investigation_content .existence_investigation_table .ex_in_title,
.existence_investigation_content .existence_opinion_table .ex_in_title,
.existence_opinion_content .existence_investigation_table .ex_in_title,
.existence_opinion_content .existence_opinion_table .ex_in_title {
    width: 320px;
}

.existence_investigation_content .existence_investigation_table .ex_opinion_title,
.existence_investigation_content .existence_opinion_table .ex_opinion_title,
.existence_opinion_content .existence_investigation_table .ex_opinion_title,
.existence_opinion_content .existence_opinion_table .ex_opinion_title {
    width: 250px;
}

.existence_investigation_content .existence_investigation_table .ex_opinion_friend,
.existence_investigation_content .existence_opinion_table .ex_opinion_friend,
.existence_opinion_content .existence_investigation_table .ex_opinion_friend,
.existence_opinion_content .existence_opinion_table .ex_opinion_friend {
    width: 90px;
}

.existence_investigation_content .existence_investigation_table .ex_in_time,
.existence_investigation_content .existence_investigation_table .ex_opinion_time,
.existence_investigation_content .existence_opinion_table .ex_in_time,
.existence_investigation_content .existence_opinion_table .ex_opinion_time,
.existence_opinion_content .existence_investigation_table .ex_in_time,
.existence_opinion_content .existence_investigation_table .ex_opinion_time,
.existence_opinion_content .existence_opinion_table .ex_in_time,
.existence_opinion_content .existence_opinion_table .ex_opinion_time {
    width: 170px;
}

.existence_investigation_content .existence_investigation_table .ex_in_state,
.existence_investigation_content .existence_investigation_table .ex_opinion_state,
.existence_investigation_content .existence_opinion_table .ex_in_state,
.existence_investigation_content .existence_opinion_table .ex_opinion_state,
.existence_opinion_content .existence_investigation_table .ex_in_state,
.existence_opinion_content .existence_investigation_table .ex_opinion_state,
.existence_opinion_content .existence_opinion_table .ex_in_state,
.existence_opinion_content .existence_opinion_table .ex_opinion_state {
    width: 100px;
}

.existence_investigation_content .button_page,
.existence_opinion_content .button_page {
    position: relative;
    padding-top: 20px;
}

.existence_investigation_content .button_page .page_show_data,
.existence_opinion_content .button_page .page_show_data {
    color: #333333;
    font-size: 12px;
    float: left;
}

.existence_investigation_content .button_page .page_show,
.existence_opinion_content .button_page .page_show {
    position: absolute;
    width: 80%;
    top: 10px;
    left: 240px;
}

.existence_investigation_content .button_page .page_number,
.existence_opinion_content .button_page .page_number {
    float: left;
    color: #333333;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}


/* 意见反馈 */

.feedback_content {
    margin: 0 auto;
}

.feedback_content .feedback_table {
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
}

.feedback_content .feedback_table td {
    word-break: break-all;
}

.feedback_content .feedback_table .detail-gs {
    border: 1px solid #e2e3e3;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

.feedback_content .feedback_table .detail-news {
    border: 1px solid #e2e3e3;
    padding: 0 10px;
    min-height: 30px;
    line-height: 30px;
    margin: 13px 0;
}

.feedback_content .feedback_table .table_left_title {
    width: 130px;
    font-size: 14px;
    color: #333333;
    text-align: right;
}

.feedback_content .feedback_table .table_left_title span {
    color: red;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.feedback_content .feedback_table .table_left_title h4 {
    display: inline-block;
    margin-right: 20px;
    *display: inline;
    *zoom: 1;
}

.feedback_content .feedback_table .feedback_input {
    border: 1px solid #e2e3e3;
    outline: none;
    line-height: 40px;
    width: 100%;
    height: 40px;
    text-indent: 10px;
}

.feedback_content .feedback_table textarea {
    border: 1px solid #e2e3e3;
    outline: none;
    text-indent: 10px;
    padding: 8px 0;
    line-height: 26px;
}

.feedback_content .feedback_table tr {
    height: 60px;
}

.feedback_content .feedback_table tr .feedback_code_td {
    width: 250px;
}

.feedback_content .feedback_table tr .feedback_code_td .feedback_code {
    border: 1px solid #999999;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
}

.feedback_content .feedback_table tr .feedback_proposal {
    border: 1px solid #999999;
    outline: none;
    height: 200px;
    resize: none;
    text-indent: 10px;
    padding-top: 5px;
    width: 100%;
    margin: 10px 0;
}

.feedback_content .feedback_table tr .code_pic_td {
    text-align: left;
}

.feedback_content .feedback_table tr .code_pic_td .code_pic {
    height: 40px;
    width: 105px;
    background: url('../img/wy_pic/code-bg.png') no-repeat center;
    background-size: 100% 100%;
    margin-left: 20px;
    cursor: pointer;
}

.feedback_content .submission_button {
    text-align: center;
}

.feedback_content .submission_button span {
    display: inline-block;
    border: 0;
    background: url('../img/wy_pic/button_bg.png') no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    height: 36px;
    width: 134px;
    cursor: pointer;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}


/* 首页带图标面包屑 */


.F_crumbs_hasicon .now_add {
    color: #C8C8C8;
}

.F_crumbs_hasicon .main_page {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 50px;
    color: #999999;
}


.F_crumbs_hasicon .to_next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    text-align: center;
    color: #999999;
}

.F_crumbs_hasicon .now_add_blue {
    color: #42A5F5;
}


/*.F_crumbs_hasicon .blue_color:hover{
  color: #42A5F5;
  cursor: pointer;
}*/


/* 应用详情 */

.wy_application_details {
    width: 1180px;
    margin: 0 auto;
}

.wy_application_details .application_details_content {
    padding-bottom: 50px;
}

.wy_application_details .application_details_content .application_main {
    border: 1px solid #EFF3F7;
    padding: 20px 0;
}

.wy_application_details .application_details_content .application_main .love_city_icon {
    width: 122px;
    height: 122px;
    background-size: 100% 100%;
    float: left;
    margin-left: 20px;
    background: url(../img/wy_pic/love_city_icon.png) no-repeat center;
}

.wy_application_details .application_details_content .application_main .logo_icon {
    width: 122px;
    height: 122px;
    background-size: 100% 100%;
    float: left;
    margin-left: 20px;
}

.wy_application_details .application_details_content .application_main .love_city_middle {
    width: 672px;
    height: 122px;
    float: left;
    margin-left: 15px;
}

.wy_application_details .application_details_content .application_main .love_city_name_label {
    position: relative;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: # #333333;
    font-size: 18px;
    margin-left: 20px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_eva_sha {
    position: absolute;
    top: 2px;
    right: 0;
    height: 22px;
    padding: 0 9px;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_eva_sha i {
    height: 15px;
    width: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 3px;
    left: -2px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_evaluate {
    color: #2797D3;
    border: 1px solid #2797D3;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_evaluate i {
    background: url('../img/wy_pic/label_evaluate.png') no-repeat center;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_evaluate:hover {
    /*background: url('../img/wy_pic/label_evaluate_hover1.png') no-repeat center;*/
    color: #fff;
    background: #2797D3;
    padding: 0 9px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_evaluate:hover i {
    background: url('../img/wy_pic/label_evaluate_hover.png') no-repeat center;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_share {
    background: url('../img/wy_pic/label_share1.png') no-repeat center;
    color: #FF7569;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_share i {
    background: url('../img/wy_pic/label_share.png') no-repeat center;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_share:hover {
    background: url('../img/wy_pic/label_share_hover1.png') no-repeat center;
    color: #fff;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_name_label .label_share:hover i {
    background: url('../img/wy_pic/label_share_hover.png') no-repeat center;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_evaluate {
    width: 672px;
    height: 87px;
    background: #F6F7F8;
    margin-top: 6px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_evaluate li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30.3%;
    margin-top: 8px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_evaluate li h5 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #999999;
    font-size: 12px;
    margin-left: 20px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_evaluate li span {
    color: #666666;
    font-size: 12px;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_evaluate .evaluate_star {
    width: 100%;
}

.wy_application_details .application_details_content .application_main .love_city_middle .love_city_evaluate .evaluate_star .star_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 15px;
    width: 90px;
    position: relative;
    top: 3px;
    background: url('../img/wy_pic/star_icon.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .application_main .love_city_right {
    height: 122px;
    float: right;
    margin-right: 25px;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download,
.wy_application_details .application_details_content .application_main .love_city_right .ios_download {
    float: left;
    width: 102px;
    height: 122px;
    text-align: center;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download h6,
.wy_application_details .application_details_content .application_main .love_city_right .ios_download h6 {
    color: #666666;
    font-size: 12px;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download i,
.wy_application_details .application_details_content .application_main .love_city_right .ios_download i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 102px;
    width: 102px;
    margin-top: 10px;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download .android_code,
.wy_application_details .application_details_content .application_main .love_city_right .android_download .android_code {
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download .ios_code,
.wy_application_details .application_details_content .application_main .love_city_right .ios_download .ios_code {
    /* margin-left: 20px; */
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download .android_code_back,
.wy_application_details .application_details_content .application_main .love_city_right .android_download .android_code_back {
    background-size: 100% 100% !important;
    background: url(../img/wy_pic/android_code.png) no-repeat center;
}

.wy_application_details .application_details_content .application_main .love_city_right .android_download .ios_code_back,
.wy_application_details .application_details_content .application_main .love_city_right .ios_download .ios_code_back {
    /* margin-left: 20px; */
    background-size: 100% 100% !important;
    background: url(../img/wy_pic/ios_code.png) no-repeat center;
}

.wy_application_details .application_details_content .application_main .love_city_right .ios_download {
    margin-left: 40px;
}

.wy_application_details .application_details_content .app_brief_intr {
    background: #f6f7f8;
    padding: 10px 0;
    margin: 20px 0;
}

.wy_application_details .application_details_content .app_brief_intr h5 {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
    line-height: 30px;
}

.wy_application_details .application_details_content .app_brief_intr p {
    font-size: 12px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    width: 1138px;
    margin: 0 auto;
}

.wy_application_details .application_details_content .app_img_show {
    width: 1180px;
}

.wy_application_details .application_details_content .app_img_show .app_show_content {
    position: relative;
    width: 1076px;
    margin: 0 auto;
}

.wy_application_details .application_details_content .app_img_show .app_show_content a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 32px;
    background: green;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.wy_application_details .application_details_content .app_img_show .app_show_content .prev_button {
    top: 220px;
    left: -25px;
    background: url('../img/wy_pic/app_left_button.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .app_img_show .app_show_content .prev_button:hover {
    background: url('../img/wy_pic/app_left_hover.png') no-repeat center;
}

.wy_application_details .application_details_content .app_img_show .app_show_content .next_button {
    top: 220px;
    right: -15px;
    background: url('../img/wy_pic/app_right_button.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .app_img_show .app_show_content .next_button:hover {
    background: url('../img/wy_pic/app_right_hover.png') no-repeat center;
}

.wy_application_details .application_details_content .app_img_show .app_show_content ul {
    width: 1076px;
}

.wy_application_details .application_details_content .app_img_show .app_show_content ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.wy_application_details .application_details_content .app_img_show .app_show_content ul li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 510px;
    width: 288px;
    cursor: pointer;
}

.wy_application_details .application_details_content .app_img_show .app_show_content ul li .show_img1 {
    background: url('../img/wy_pic/app_show_img1.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .app_img_show .app_show_content ul li .show_img2 {
    background: url('../img/wy_pic/app_show_img2.png') no-repeat center;
    background-size: 100% 100%;
}

.wy_application_details .application_details_content .app_img_show .app_show_content ul li .show_img3 {
    background: url('../img/wy_pic/app_show_img3.png') no-repeat center;
    background-size: 100% 100%;
}


/* 服务目录 */

.service_directory {
    width: 1180px;
    margin: 0 auto;
}

.service_directory .service_directory_content {
    padding-bottom: 50px;
}

.service_directory .service_directory_content .service_directory_left {
    float: left;
}


/* 标题部分 */

.service_directory .service_directory_content .service_directory_left .directory_title {
    width: 260px;
    height: 40px;
    background: #1CA6F7;
}

.service_directory .service_directory_content .service_directory_left .directory_title .directory_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 17px;
    width: 17px;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.service_directory .service_directory_content .service_directory_left .directory_title .service_directory_icon {
    background: url('../img/wy_pic/service_directory_icon.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_title .service_directory_icon2 {
    background: url('../img/wy_pic/service_directory_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_title .service_directory_icon3 {
    background: url('../img/wy_pic/service_directory_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_title .service_directory_icon4 {
    background: url('../img/wy_pic/service_directory_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_title h5 {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
}

.service_directory .service_directory_content .service_directory_left .directory_title .list_take_up {
    width: 28px;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    float: right;
    text-align: center;
}

.service_directory .service_directory_content .service_directory_left .directory_title .list_take_up i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 2px;
    background: #fff;
    position: relative;
    top: 6px;
}

.service_directory .service_directory_content .service_directory_left .directory_title .list_take_up1 {
    width: 28px;
    height: 40px;
    cursor: pointer;
    float: right;
    background: #45BAFF;
    text-align: center;
}

.service_directory .service_directory_content .service_directory_left .directory_title .list_take_up1 i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 14px;
    width: 14px;
    position: relative;
    top: 13px;
    background: url('../img/wy_pic/add_a_icon.png') center no-repeat;
    background-size: 100% 100%;
}


/* 内容部分 */

.service_directory .service_directory_content .service_directory_left .directory_content {
    width: 260px;
    padding-bottom: 20px;
}

.service_directory .service_directory_content .service_directory_left .directory_content li {
    width: 100%;
    color: #999999;
    cursor: pointer;
    height: 30px;
}

.service_directory .service_directory_content .service_directory_left .directory_content li h5 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 30px;
    margin-left: 20px;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service_directory .service_directory_content .service_directory_left .directory_content li span {
    float: right;
    line-height: 30px;
    margin-right: 20px;
}

.service_directory .service_directory_content .service_directory_left .directory_content li:hover {
    color: #3B81EA;
}

.service_directory .service_directory_content .service_directory_left .directory_content .small_title {
    color: #999999;
    width: 100%;
    text-align: right;
}

.service_directory .service_directory_content .service_directory_left .directory_content .small_title span {
    margin-right: 20px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .small_title:hover {
    color: #999999;
}

.service_directory .service_directory_content .service_directory_left .directory_content .service_field_content {
    height: 200px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .service_directory_content {
    height: 150px;
    width: 260px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .service_provider_content {
    height: 160px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content {
    width: 260px;
    height: 190px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li {
    width: 25%;
    float: left;
    text-align: center;
    height: 70px;
    margin-top: 20px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li h6 {
    font-size: 14px;
    color: #666666;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 50px;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon1 {
    background: url('../img/wy_pic/format_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon1:hover {
    background: url('../img/wy_pic/format_hover_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon2 {
    background: url('../img/wy_pic/format_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon2:hover {
    background: url('../img/wy_pic/format_hover_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon3 {
    background: url('../img/wy_pic/format_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon3:hover {
    background: url('../img/wy_pic/format_hover_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon4 {
    background: url('../img/wy_pic/format_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon4:hover {
    background: url('../img/wy_pic/format_hover_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon5 {
    background: url('../img/wy_pic/format_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li .format_icon5:hover {
    background: url('../img/wy_pic/format_hover_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_left .directory_content .data_format_content li:hover h6 {
    color: #42A5F5;
}

.service_directory .service_directory_content .service_directory_right {
    float: left;
    width: 905px;
    margin-left: 15px;
}

.service_directory .service_directory_content .service_directory_right .s_d_r_top {
    height: 25px;
    width: 100%;
    font-size: 20px;
    color: #666666;
    line-height: 25px;
}

.service_directory .service_directory_content .service_directory_right .s_d_r_top span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 5px;
    line-height: 25px;
    font-size: 24px;
    text-align: center;
    color: #ff7569;
}


/* 排序搜索 */

.service_directory .service_directory_content .service_directory_right .sort_search {
    padding: 0 15px;
    margin-top: 15px;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content {
    float: left;
    margin-top: 5px;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content h5 {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 13px;
    width: 16px;
    background: url('../img/wy_pic/sort_icon.png') center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin-left: 20px;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_drop {
    width: 98px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #8BB5E5;
    background: #f2f7fd;
    text-indent: 10px;
    cursor: pointer;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_drop span {
    font-size: 12px;
    color: #8BB5E5;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_drop i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 7px;
    width: 7px;
    background: url('../img/wy_pic/drop_icon.png') center no-repeat;
    background-size: 100% 100%;
    margin-left: 30px;
    position: relative;
    top: -2px;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_down {
    position: absolute;
    display: none;
    border: 1px solid #8BB5E5;
    border-top: 0;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_down li {
    background: #f2f7fd;
    border-top: 1px dashed #8BB5E5;
    height: 25px;
    line-height: 35px;
    height: 35px;
    width: 98px;
    text-indent: 10px;
    cursor: pointer;
    color: #8BB5E5;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_down .down_drop_on {
    color: #1CA6F7;
}

.service_directory .service_directory_content .service_directory_right .sort_search .sort_content .sort_choose .sort_down > li:first-child {
    border-top: 0;
}

.service_directory .service_directory_content .service_directory_right .sort_search .search_content {
    float: right;
    width: 250px;
    height: 33px;
    position: relative;
}

.service_directory .service_directory_content .service_directory_right .sort_search .search_content input {
    float: left;
    border: 0;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-indent: 10px;
    outline: none;
    background: url('../img/wy_pic/input_bg.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_right .sort_search .search_content .search_icon {
    position: absolute;
    width: 60px;
    height: 32px;
    right: 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: url('../img/wy_pic/search_button_icon.png') center no-repeat;
    background-size: 100% 100%;
}


/* 右侧列表 */

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main {
    position: relative;
    margin-top: 10px;
    padding: 14px 20px;
    border: 1px solid #d2e4f9;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main h3 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 .new_time,
.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 .provision_department,
.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 .release_date,
.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 .data_field {
    float: left;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 h5 {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 span {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 160px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line1 {
    margin-top: 10px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line2 {
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 90px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line2 h5 {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line2 span {
    color: #666666;
    font-size: 14px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line3 {
    margin-top: 20px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px 0 0 0;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label li {
    float: left;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label .type_xls {
    width: 38px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label .type_xml {
    width: 44px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label .type_json {
    width: 50px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label .type_csv {
    width: 42px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .small_label .type_rdf {
    width: 42px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .star_list {
    float: right;
    margin-top: 5px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .star_list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .star_list li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 15px;
    width: 15px;
    background: url('../img/wy_pic/star_one_icon.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line3 .star_list .star_half i {
    background: url('../img/wy_pic/star_half_icon.png') center no-repeat;
    background-size: 100% 100%;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .right_ul_line3 .evaluate_star5-5 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 17px;
    width: 92px;
    background: yellow;
    position: relative;
    top: -2px;
    margin-left: 20px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .download_read {
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .download_read .download_icon {
    background: url('../img/wy_pic/download_icon.png') center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 13px;
    width: 13px;
    position: relative;
    top: 2px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .download_read .download_number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 10px;
    border-right: 1px solid #999999;
    color: #999999;
    font-size: 14px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .download_read span {
    color: #999999;
    font-size: 14px;
}

.service_directory .service_directory_content .service_directory_right .directory_right_ul .right_ul_main .download_read .reading_icon {
    background: url('../img/wy_pic/reading_icon.png') center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 13px;
    width: 19px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.service_directory .service_directory_content .service_directory_right .mouseout_list h3 {
    color: #666666;
}

.service_directory .service_directory_content .service_directory_right .mouseout_list .small_label li {
    border: 1px solid #666666;
    color: #666666;
}

.service_directory .service_directory_content .service_directory_right .mouseover_list {
    border: 1px solid #a6caf3;
    background: #f7fdff;
}

.service_directory .service_directory_content .service_directory_right .mouseover_list h3 {
    color: #4284ec;
}

.service_directory .service_directory_content .service_directory_right .mouseover_list .type_xls {
    border: 1px solid #666666;
    /*color: #45D979;*/
}

.service_directory .service_directory_content .service_directory_right .mouseover_list .type_xml {
    border: 1px solid #666666;
    /*color: #F7D034;*/
}

.service_directory .service_directory_content .service_directory_right .mouseover_list .type_json {
    border: 1px solid #666666;
    /*color: #FC7C36;*/
}

.service_directory .service_directory_content .service_directory_right .mouseover_list .type_csv {
    border: 1px solid #666666;
    /*color: #45D979;*/
}

.service_directory .service_directory_content .service_directory_right .mouseover_list .type_rdf {
    border: 1px solid #666666;
    /*color: #F44C4D;*/
}

.service_directory .service_directory_content .pagination > li:first-child > a,
.service_directory .service_directory_content .pagination > li:first-child > span {
    font-size: 14px;
    padding: 6px 10px;
    color: #666;
    line-height: 1.42857143;
    margin-left: 0;
    border-radius: 1px;
}

.service_directory .service_directory_content .button_page {
    margin-top: 30px;
}

.service_directory .service_directory_content .button_page #page_show {
    float: left;
    margin-left: 13%;
}

.service_directory .service_directory_content .button_page .page_number {
    line-height: 33px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
}


/* 地图数据 */

.map_data {
    width: 1180px;
    margin: 0 auto;
}

.map_data .map_data_content {
    padding-bottom: 50px;
}

.map_data .map_data_content .map_left_main {
    float: left;
}

.map_data .map_data_content .map_left_main .map_left_title {
    width: 260px;
    height: 40px;
    background: #1CA6F7;
}

.map_data .map_data_content .map_left_main .map_left_title .map_left_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 17px;
    width: 17px;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.map_data .map_data_content .map_left_main .map_left_title .map_left_icon1 {
    background: url('../img/wy_pic/map_left_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_title .map_left_icon2 {
    background: url('../img/wy_pic/map_left_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_title h5 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up {
    width: 28px;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    float: right;
    text-align: center;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 2px;
    background: #fff;
    position: relative;
    top: 6px;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up1 {
    width: 28px;
    height: 40px;
    cursor: pointer;
    float: right;
    background: #45BAFF;
    text-align: center;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up1 i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 14px;
    width: 14px;
    position: relative;
    top: 13px;
    background: url('../img/wy_pic/add_a_icon.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content {
    width: 260px;
    border: 1px solid #EFF3F7;
    padding-bottom: 20px;
}

.map_data .map_data_content .map_left_main .map_left_content li {
    width: 100%;
    color: #999999;
    cursor: pointer;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content {
    width: 100%;
    height: 280px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li {
    width: 33%;
    float: left;
    height: 80px;
    text-align: center;
    margin-top: 17px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 60px;
    width: 60px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon1 {
    background: url('../img/wy_pic/map_data_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon1:hover {
    background: url('../img/wy_pic/map_data_on_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon2 {
    background: url('../img/wy_pic/map_data_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon2:hover {
    background: url('../img/wy_pic/map_data_on_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon3 {
    background: url('../img/wy_pic/map_data_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon3:hover {
    background: url('../img/wy_pic/map_data_on_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon4 {
    background: url('../img/wy_pic/map_data_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon4:hover {
    background: url('../img/wy_pic/map_data_on_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon5 {
    background: url('../img/wy_pic/map_data_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon5:hover {
    background: url('../img/wy_pic/map_data_on_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon6 {
    background: url('../img/wy_pic/map_data_icon6.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon6:hover {
    background: url('../img/wy_pic/map_data_on_icon6.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon7 {
    background: url('../img/wy_pic/map_data_icon7.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon7:hover {
    background: url('../img/wy_pic/map_data_on_icon7.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon8 {
    background: url('../img/wy_pic/map_data_icon8.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon8:hover {
    background: url('../img/wy_pic/map_data_on_icon8.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon9 {
    background: url('../img/wy_pic/map_data_icon9.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon9:hover {
    background: url('../img/wy_pic/map_data_on_icon9.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon10 {
    background: url('../img/wy_pic/map_data_icon10.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon10:hover {
    background: url('../img/wy_pic/map_data_on_icon10.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon11 {
    background: url('../img/wy_pic/map_data_icon11.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon11:hover {
    background: url('../img/wy_pic/map_data_on_icon11.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon12 {
    background: url('../img/wy_pic/map_data_icon12.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon12:hover {
    background: url('../img/wy_pic/map_data_on_icon12.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon13 {
    background: url('../img/wy_pic/map_data_icon13.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon13:hover {
    background: url('../img/wy_pic/map_data_on_icon13.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon14 {
    background: url('../img/wy_pic/map_data_icon14.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon14:hover {
    background: url('../img/wy_pic/map_data_on_icon14.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li h6 {
    font-size: 12px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li:hover {
    color: #42A5F5;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content {
    height: 252px;
    width: 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content h5 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    line-height: 44px;
    margin-left: 10px;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content h5:hover {
    color: #1CA6F7;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_div {
    width: 68px;
    height: 21px;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
    text-align: center;
    border: 1px solid #FF7569;
    color: #FF7569;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 15px;
    width: 18px;
    vertical-align: middle;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add {
    background: url('../img/wy_pic/add_add_icon.png') center no-repeat;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_div:hover {
    background: #FF7569;
    color: #fff;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_div:hover i {
    background: url('../img/wy_pic/add_add_on_icon.png') center no-repeat;
}

.map_data .map_data_content .map_right_main {
    float: right;
    width: 900px;
    height: 655px;
    border: 1px solid #EFF3F7;
    position: relative;
}

.map_data .map_data_content .map_right_main .map_content {
    background: #EFF3F7;
    width: 890px;
    height: 644px;
    margin: 0 auto;
    margin-top: 5px;
}

.map_data .map_data_content .map_right_main .map_tools {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.map_data .map_data_content .map_right_main .map_tools li {
    margin: 0 auto;
    margin-top: 3px;
    width: 25px;
    height: 25px;
}

.map_data .map_data_content .map_right_main .map_tools li i {
    width: 100%;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon1 {
    background: url('../img/wy_pic/tools_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon2 {
    background: url('../img/wy_pic/tools_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon3 {
    background: url('../img/wy_pic/tools_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon4 {
    background: url('../img/wy_pic/tools_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools .li_direction {
    width: 50px;
    height: 50px;
}

.map_data .map_data_content .map_right_main .map_tools .li_direction i {
    width: 100%;
    height: 100%;
    background: url('../img/wy_pic/direction_icon.png') center no-repeat;
    background-size: 100% 100%;
}


/* 应用列表 */

.app_list {
    width: 1180px;
    margin: 0 auto;
    padding: 20px 0 50px;
}

.app_list .app_nav_tab {
    width: 100%;
    margin-top: 20px;
}

.app_list .app_nav_tab ul {
    width: 925px;
    margin: 0 auto;
}

.app_list .app_nav_tab ul li {
    float: left;
    width: 238px;
    height: 36px;
    margin-left: -10px;
    background: url('../img/wy_pic/app_nav_bg.png') center no-repeat;
    background-size: 100% 100%;
    color: #666666;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
}

.app_list .app_nav_tab ul li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -10px;
}

.app_list .app_nav_tab ul li .nav_main_icon1 {
    width: 15px;
    height: 15px;
    background: url('../img/wy_pic/nav_main_no_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul li .nav_main_icon2 {
    width: 16px;
    height: 16px;
    background: url('../img/wy_pic/nav_main_no_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul li .nav_main_icon3 {
    width: 20px;
    height: 15px;
    background: url('../img/wy_pic/nav_main_no_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul li .nav_main_icon4 {
    width: 17px;
    height: 17px;
    background: url('../img/wy_pic/nav_main_no_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul .wy_nav_choose {
    height: 40px;
    /* width: 248px; */
    position: relative;
    z-index: 50;
    margin-top: -5px;
    background: url('../img/wy_pic/app_nav_choose.png') center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.app_list .app_nav_tab ul .wy_nav_choose .nav_main_icon1 {
    width: 18px;
    height: 18px;
    background: url('../img/wy_pic/nav_main_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul .wy_nav_choose .nav_main_icon2 {
    width: 21px;
    height: 21px;
    background: url('../img/wy_pic/nav_main_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul .wy_nav_choose .nav_main_icon3 {
    width: 25px;
    height: 19px;
    background: url('../img/wy_pic/nav_main_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_nav_tab ul .wy_nav_choose .nav_main_icon4 {
    width: 21px;
    height: 21px;
    background: url('../img/wy_pic/nav_main_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_content_main .app_content_ul {
    width: 100%;
}

.app_list .app_content_main .app_content_ul li {
    float: left;
    width: 33.3%;
    margin-top: 30px;
    cursor: pointer;
}

.app_list .app_content_main .app_content_ul li .app_list_main {
    width: 340px;
    height: 164px;
    margin: 0 auto;
    background: url('../img/wy_pic/app_list_bg.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_top .app_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 64px;
    height: 64px;
    margin-left: 20px;
    margin-top: 20px;
    background-size: 100% 100%;
}

.app_icon_back {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 64px;
    height: 64px;
    margin-left: 20px;
    margin-top: 20px;
    background-size: 100% 100% !important;
    background: url(../img/wy_pic/love_city_icon.png) no-repeat center;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_top .app_detail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 230px;
    margin-left: 10px;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_top .app_detail h3 {
    font-size: 18px;
    color: #333333;
    position: relative;
    top: 0px;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_top .app_detail p {
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_bottom {
    margin-top: 20px;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_bottom .li_bottom_left {
    float: left;
    margin-left: 20px;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_bottom .li_bottom_left .class_type {
    font-size: 14px;
    color: #26cf79;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_bottom .li_bottom_left .download_num {
    font-size: 16px;
    color: #8476fd;
}

.app_list .app_content_main .app_content_ul li .app_list_main .app_li_bottom .download_app_icon {
    float: right;
    width: 110px;
    height: 25px;
    margin-top: 15px;
    margin-right: 20px;
    background: url('../img/wy_pic/app_down_icon.png') center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.app_list .app_content_main .app_content_ul li .app_list_main:hover {
    background: url('../img/wy_pic/app_list_bg1.png') center no-repeat;
    background-size: 100% 100%;
}

.app_list .app_content_main .pagination > li:first-child > a,
.app_list .app_content_main .pagination > li:first-child > span {
    font-size: 14px;
    padding: 6px 10px;
    color: #666;
    line-height: 1.42857143;
    margin-left: 0;
    border-radius: 1px;
}

.app_list .app_content_main .button_page {
    margin-top: 50px;
}

.app_list .app_content_main .button_page #page_show {
    float: left;
    margin-left: 22%;
}

.app_list .app_content_main .button_page .page_number {
    line-height: 33px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
}

.ZW-main {
    margin-top: 60px;
    /* min-height:638px;*/
}

.ZW-footer .f-nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    background: #f2f2f2;
    text-align: center;
}

.ZW-footer .f-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    padding: 0 32px;
    border-right: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
}

.ZW-footer .f-nav li span {
    cursor: pointer;
}

.ZW-footer .f-nav .active span {
    color: #0f88eb;
}

.ZW-footer .f-nav .lastLi {
    border: none;
}

.ZW-footer .f-info {
    height: 134px;
    border-top: 1px solid #fff;
    background: #f2f2f2;
    text-align: center;
    padding-top: 46px;
}

.ZW-footer .f-info img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.ZW-footer .f-info .mar-lr20 {
    margin: 0 22px 0 14px;
}

.ZW-footer .f-info .info {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.ZW-footer .f-info .info p {
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 1.9;
}

.ZW-footer .f-info .info p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/guohui.png);
    width: 18px;
    height: 20px;
    margin-left: 52px;
}

.ZW-footer .f-info .info p span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.ZW-footer .f-info .info p .mar-l46 {
    margin-left: 46px;
}

.searchBox {
    background: url(../img/banner-img.png) no-repeat center;
    width: 100%;
    height: 383px;
}

.searchBox .num {
    text-align: center;
    font-size: 0;
    padding-top: 48px;
}

.searchBox .num li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 33px;
    position: relative;
}

.searchBox .num li em {
    font-family: 'Century-Gothic';
    font-size: 40px;
    color: #4284ec;
    height: 40px;
    line-height: 40px;
}

.searchBox .num li span {
    color: #4284ec;
    font-size: 14px;
    margin-left: 4px;
}

.searchBox .num li .icon {
    position: absolute;
    left: 10px;
    top: -11px;
    width: 19px;
    height: 19px;
}

.searchBox .num li .num-icon1 {
    background: url(../img/num-icon1.png);
}

.searchBox .num li .num-icon2 {
    background: url(../img/num-icon2.png);
}

.searchBox .num li .num-icon3 {
    background: url(../img/num-icon3.png);
}

.searchBox .num li .num-icon4 {
    background: url(../img/num-icon4.png);
}

.searchBox .tabs {
    text-align: center;
    margin-top: 44px;
}

.searchBox .tabs ul {
    font-size: 0;
}

.searchBox .tabs li {
    width: 154px;
    height: 56px;
    line-height: 58px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    font-size: 16px;
    color: #3b81ea;
    text-align: center;
    cursor: pointer;
}

.searchBox .tabs .l-bg {
    background: url(../img/s-tabs-l-bg.png);
}

.searchBox .tabs .r-bg {
    background: url(../img/s-tabs-r-bg.png);
}

.searchBox .tabs .l-bg.active {
    background: url(../img/s-tabs-l-a-bg.png);
    color: #fff;
}

.searchBox .tabs .r-bg.active {
    background: url(../img/s-tabs-r-a-bg.png);
    color: #fff;
}

.searchBox .search {
    position: relative;
    padding: 20px 0 0;
}

.searchBox .hot-words .search-text {
    text-align: center;
    font-size: 0;
}

.searchBox .search label {
    display: block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 12px;
    border: 1px solid #26acf7;
    border-radius: 20px;
    text-align: center;
}

.searchBox .search i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/search-icon.png);
    width: 20px;
    height: 20px;
    margin: 0 29px;
}

.searchBox .search input {
    width: 640px;
    height: 38px;
    line-height: 38px;
    margin-right: 40px;
    border: none;
    outline: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
}

.searchBox .hot-words .hot-search {
    margin: 0 20px 0 44px;
}

.searchBox .search span {
    /*background: url(../img/searchBtn-bg.png);
  position:absolute;
  top: 21px;
  right: 48px;
  width: 148px;
  height: 38px;
  line-height: 38px;
  cursor:pointer;
  background:#f6685e;
  border-radius:20px;*/
    position: absolute;
    top: 21px;
    right: 0;
    height: 38px;
    width: 50px;
    background: url(../img/home-search-icon.png) no-repeat center;
    cursor: pointer;
}

.searchBox .search span:hover {
    /*background: url(../img/searchBtn-a-bg.png);*/
    opacity: 0.8;
}

.searchBox .hot-words {
    margin: -6px auto 0;
    padding: 0 54px;
    width: 780px;
    height: 111px;
    background: url(../img/selection-conditions-bg.png);
}

.searchBox .hot-words i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/hot-words.png);
    width: 12px;
    height: 14px;
}

.searchBox .hot-words b {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 10px;
}

.searchBox .hot-words span {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 0 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.searchBox .selection-conditions {
    /* background: url(../img/selection-conditions-bg.png);
  width: 888px;
  height: 51px;
  margin: -60px auto 0; */
    margin: -6px auto 0;
    width: 928px;
    height: 74px;
    background: url(../img/searchBg.png);
    /* padding-top: 60px; */
}

.searchBox .selection-conditions ul {
    padding: 27px 9px 0;
    text-align: center;
}

.searchBox .selection-conditions li {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.searchBox .selection-conditions .tel {
    padding: 0 38px;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #ffada6;
}

.searchBox .selection-conditions .tel span {
    font-size: 16px;
    color: #515a6e;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.searchBox .selection-conditions .tel i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/down-arrow.png);
    width: 9px;
    height: 6px;
    margin-left: 9px;
}

.searchBox .selection-conditions .drow-up {
    background: url(../img/drow-up-bg.png);
    width: 134px;
    height: 198px;
    padding: 7px 9px 13px;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -76px;
    display: none;
    z-index: 999;
}

.searchBox .selection-conditions .drow-up .niceScroll {
    height: 192px;
}

.searchBox .selection-conditions .drow-up dd {
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #515a6e;
    cursor: pointer;
}

.searchBox .selection-conditions .drow-up dd:hover,
.searchBox .selection-conditions .drow-up dd.active {
    color: #3b81ea;
    background: #f3f3f3;
}

.searchBox .selection-conditions li:hover .tel i {
    background: url(../img/up-arrow.png);
}

.searchBox .selection-conditions li:hover .tel span {
    color: #3b81ea;
}

.searchBox .selection-conditions li:hover .drow-up {
    display: block;
}

.searchBox .selection-conditions .lastLi .tel {
    border: none;
}

.zw-data {
    background: url(../img/zw-data-bg.png);
    width: 100%;
    height: 359px;
    position: relative;
    z-index: 40;
}

.zw-data .tabs {
    text-align: center;
    position: relative;
    top: -7px;
}

.zw-data .tabs ul {
    font-size: 0;
}

.zw-data .tabs li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../img/data-tabs-bg.png) no-repeat center top;
    width: 327px;
    height: 67px;
    line-height: 62px;
    font-size: 18px;
    color: #8a95a7;
    text-align: center;
    margin: 0 -14px;
    cursor: pointer;
}

.zw-data .tabs li.active {
    background: url(../img/data-tabs-h-bg.png) no-repeat center top;
    color: #fff;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.zw-data .zw-tabs-info {
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
}

.zw-data .row {
    margin: 0 -20px;
}

.zw-data .col-4 {
    width: 24.9%;
    float: left;
    margin: 18px 0 22px;
}

.zw-data .piece {
    margin: 0 20px;
    cursor: pointer;
}

.zw-data .piece h3 {
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.zw-data .piece span {
    font-size: 12px;
    color: #999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-weight: bold;
}

.zw-data .piece b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
}

.zw-data .piece p {
    margin: 6px 0;
}

.zw-data .piece p b {
    font-style: normal;
    width: 72px;
    height: 17px;
    border: 1px solid;
    font-size: 12px;
}

.zw-data .piece p .bor-c-g {
    border-color: #2dcf66;
    color: #2dcf66;
}

.zw-data .piece p .bor-c-r {
    border-color: #f6685e;
    color: #f6685e;
}

.zw-data .piece .time {
    color: #666;
    font-weight: bold;
}

.zw-data .piece .mar-l10 {
    margin-left: 10px;
}

.zw-data .piece:hover h3 {
    color: #3b81ea;
}

.zw-data .piece:hover p .bor-c-g {
    border-color: #2dcf66;
    color: #fff;
    background: #2dcf66;
}

.zw-data .piece:hover p .bor-c-r {
    border-color: #f6685e;
    color: #fff;
    background: #f6685e;
}

.zw-data .piece:hover .time {
    color: #666;
    font-weight: bold;
}

.zw-data .piece:hover .mar-l10 {
    margin-left: 10px;
}

.zw-data .moveData {
    background: url(../img/moveData-bg.png);
    width: 176px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ZW-tel {
    text-align: center;
    position: relative;
    margin-bottom: 26px;
}

.ZW-tel h2 {
    font-size: 28px;
    line-height: 30px;
    color: #3b81ea;
}

.ZW-tel p {
    font-size: 12px;
    color: #999999;
}

.ZW-tel .line {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -586px;
    background: url(../img/p-a-line.png);
    width: 1173px;
    height: 21px;
}

.popular-application {
    height: 427px;
    padding-top: 27px;
    background: #fff;
    position: relative;
    z-index: 50;
}

.popular-application .p-a-info {
    width: 1102px;
    margin: 0 auto;
}

.popular-application .row {
    margin: 0 -23px;
}

.popular-application .col-3 {
    width: 33.28%;
    float: left;
    height: 138px;
}

.popular-application .piece {
    margin: 0 23px 19px;
    height: 105px;
    padding: 15px 19px 0;
    position: relative;
    cursor: pointer;
}

.popular-application .piece .bg {
    background: url(../img/p-a-bg.png) no-repeat center;
    width: 339px;
    height: 119px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -59px;
    margin-left: -170px;
    z-index: -1;
}

.popular-application .piece img {
    display: block;
    float: left;
}

.popular-application .piece .info {
    margin-left: 82px;
}

.popular-application .piece .info h3 {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popular-application .piece .info p {
    font-size: 12px;
    color: #666666;
    margin: 2px 0 4px;
}

.popular-application .piece .download-size i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.popular-application .piece .download-size span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 8px;
}

.popular-application .piece .download-size .download {
    float: left;
}

.popular-application .piece .download-size .download i {
    background: url(../img/download-icon.png);
    width: 10px;
    height: 12px;
}

.popular-application .piece .download-size .download span {
    font-size: 16px;
    color: #8476fd;
}

.popular-application .piece .download-size .size {
    float: right;
}

.popular-application .piece .download-size .size i {
    background: url(../img/size-ratio.png);
    width: 16px;
    height: 17px;
}

.popular-application .piece .download-size .size span {
    font-size: 14px;
    color: #26cf79;
}

.popular-application .piece:hover {
    margin: -2px 23px 19px;
}

.popular-application .piece:hover .bg {
    background: url(../img/p-a-h-bg.png) no-repeat center;
    width: 357px;
    height: 138px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -69px;
    margin-left: -178px;
    z-index: -1;
}

.popular-application .moveApplication {
    background: url(../img/moveApplication-bg.png);
    width: 176px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #3b81ea;
    margin-top: 16px;
    cursor: pointer;
}

.data-classification {
    padding: 27px 0 35px;
    position: relative;
    z-index: 30;
    background: #fff;
/ / max-height: 630 px;
}

.data-classification .data-c-tabs {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
}

.data-classification .data-c-tabs .line {
    width: 100%;
    height: 1px;
    background: #e8edf2;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.data-classification .data-c-tabs li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../img/data-c-tabs-bg.png) no-repeat center;
    width: 223px;
    height: 68px;
    line-height: 68px;
    margin: 0 18px;
    cursor: pointer;
}

.data-classification .data-c-tabs li span {
    font-size: 18px;
    color: #8a95a7;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.data-classification .data-c-tabs li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.data-classification .data-c-tabs li .icon1 {
    background: url(../img/data-c-icon1.png) no-repeat center;
}

.data-classification .data-c-tabs li .icon2 {
    background: url(../img/data-c-icon2.png) no-repeat center;
}

.data-classification .data-c-tabs li .icon3 {
    background: url(../img/data-c-icon3.png) no-repeat center;
}

.data-classification .data-c-tabs li.active,
.data-classification .data-c-tabs li:hover {
    background: url(../img/data-c-tabs-a-bg.png) no-repeat center;
}

.data-classification .data-c-tabs li.active span,
.data-classification .data-c-tabs li:hover span {
    color: #fff;
    font-weight: bold;
}

.data-classification .data-c-tabs li.active .icon1,
.data-classification .data-c-tabs li:hover .icon1 {
    background: url(../img/data-c-a-icon1.png) no-repeat center;
}

.data-classification .data-c-tabs li.active .icon2,
.data-classification .data-c-tabs li:hover .icon2 {
    background: url(../img/data-c-a-icon2.png) no-repeat center;
}

.data-classification .data-c-tabs li.active .icon3,
.data-classification .data-c-tabs li:hover .icon3 {
    background: url(../img/data-c-a-icon3.png) no-repeat center;
}

.data-classification .theme {
    width: 1180px;
    margin: 0 auto;
}

.data-classification .theme li {
    width: 11.1%;
    float: left;
    cursor: pointer;
}

.data-classification .theme li p {
    font-size: 14px;
    color: #666666;
    width: 80px;
    height: 52px;
    text-align: center;
    margin: 10px auto 0;
}

.data-classification .theme .icon {
    background: url(../img/d-c-i-liBg.png) no-repeat center;
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto;
    text-align: center;
}

.data-classification .theme .icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 12px;
}

.data-classification .theme li:hover .icon,
.data-classification .theme li.active .icon {
    background: url(../img/d-c-i-h-liBg.png) no-repeat center;
}

.data-classification .theme li:hover p,
.data-classification .theme li.active p {
    color: #f6685e;
}

.data-classification .fields {
    width: 1180px;
    margin: 0 auto;
}

.data-classification .fields li {
    width: 11.1%;
    float: left;
    cursor: pointer;
}

.data-classification .fields li p {
    font-size: 14px;
    color: #666666;
    width: 80px;
    height: 52px;
    text-align: center;
    margin: 10px auto 0;
}

.data-classification .fields .icon {
    background: url(../img/d-c-i-liBg.png) no-repeat center;
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto;
    text-align: center;
}

.data-classification .fields li:hover .icon,
.data-classification .fields li.active .icon {
    background: url(../img/d-c-i-h-liBg.png) no-repeat center;
}

.data-classification .fields .icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 12px;
}

.data-classification .fields li:hover p,
.data-classification .fields li.active p {
    color: #f6685e;
}

.data-classification .department {
    width: 1180px;
    margin: 0 auto;
}

.data-classification .department .tel {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}

.data-classification .department .tel span {
    font-size: 16px;
    color: #4284ec;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 16px;
    padding: 0 16px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.data-classification .department .tel .line {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #e8edf2;
}

.data-classification .telBg ul {
    font-size: 0;
}

.data-classification .telBg li {
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.data-classification .telBg li span {
    color: #666666;
    position: relative;
    z-index: 10;
}

.data-classification .telBg .line-bg {
    height: 14px;
    position: absolute;
    left: 0;
    top: 28px;
    right: 0;
}

.data-classification .telBg .line-bg .l {
    background: url(../img/department-l-bg.png);
    width: 25px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.data-classification .telBg .line-bg .m {
    background: url(../img/department-m-bg.png);
    height: 14px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
}

.data-classification .telBg .line-bg .r {
    background: url(../img/department-r-bg.png);
    width: 25px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.data-classification .telBg .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.data-classification .telBg .hover-bg .l {
    background: url(../img/telBg-l-bg.png);
    width: 5px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
}

.data-classification .telBg .hover-bg .m {
    background: url(../img/telBg-m-bg.png);
    height: 27px;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
}

.data-classification .telBg .hover-bg .r {
    background: url(../img/telBg-r-bg.png);
    width: 6px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
}

.data-classification .telBg li:hover .hover-bg,
.data-classification .telBg li.active .hover-bg {
    display: block;
}

.data-classification .telBg li:hover .line-bg .l,
.data-classification .telBg li.active .line-bg .l {
    display: none;
}

.data-classification .telBg li:hover .line-bg .m,
.data-classification .telBg li.active .line-bg .m {
    display: none;
}

.data-classification .telBg li:hover .line-bg .r,
.data-classification .telBg li.active .line-bg .r {
    display: none;
}

.data-classification .telBg li:hover span,
.data-classification .telBg li.active span {
    color: #fff;
}

.data-classification .area {
    padding: 0 20px;
}

.data-classification .area li {
    margin: 0 8px 28px;
    width: 126px;
}

.data-classification .area li span {
    font-size: 16px;
}

.data-classification .departmentInfo {
    padding: 0 20px;
}

.data-classification .departmentInfo li {
    width: 12.49%;
    margin-bottom: 26px;
}

.data-classification .departmentInfo li span {
    text-align: center;
    font-size: 14px;
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.data-classification .more-fields {
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.data-classification .more-fields i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../img/more-fields-icon.png);
    width: 11px;
    height: 9px;
}

.data-classification .more-fields p {
    font-size: 12px;
    color: #3b81ea;
    font-weight: bold;
}

.loading {
    position: fixed;
    top: 30%;
    z-index: 1200;
    background: url(../img/wy_pic/loading.gif) top center no-repeat;
    width: 100%;
    height: 140px;
    margin: auto auto;
}


/* 注册页 */

.register-page {
    width: 1200px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e7ecf4;
    margin: 120px auto 20px;
    text-align: center;
}

.register-page h2 {
    font-size: 26px;
    color: #0078ff;
    line-height: 100px;
}

.register-page .register-content {
    width: 735px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.register-page .register-content li {
    line-height: 36px;
    padding: 8px 0;
}

.register-page .register-content .register-name {
    float: left;
    width: 90px;
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    color: #333;
    text-align: right;
    font-size: 14px;
}

.register-page .register-content .register-name cite {
    margin: 5px;
    color: #ee2929;
}

.register-page .register-content .register-msg {
    margin-left: 120px;
    text-align: left;
}

.register-page .register-content .input-text {
    height: 34px;
    line-height: 34px;
    width: 99%;
    border: 1px solid #e7ecf4;
    outline: none;
    text-indent: 10px;
}

.register-page .register-content span {
    float: left;
    padding-top: 3px;
    height: 20px;
    line-height: 20px;
    color: #f00;
}

.register-page .register-content .input-text:hover {
    border: 1px solid #d6dae0;
}

.register-page .register-content .input-focus {
    border: 1px solid #d6dae0;
}

.register-page .register-content .auth-code {
    float: left;
    width: 100px;
}

.register-page .register-content .code-img {
    width: 100px;
    height: 34px;
    margin-left: 120px;
    border: 1px solid #e7ecf4;
}

.register-page .register-content .code-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.register-page .register-content .the-radio {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}

.register-page .register-content .the-radio i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    background: url(../img/radio-icon.png) no-repeat center;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}

.register-page .register-content .the-radio .i-select {
    background: url(../img/radio-select-icon.png) no-repeat center;
}

.register-page .oper-btn {
    padding: 10px 0 50px 0;
}

.register-page .oper-btn button {
    padding: 8px 24px;
    background: #0078ff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 14px;
    border: none;
}

.register-page .oper-btn button:hover {
    opacity: 0.8;
}


/* 数据目录详情-数据预览样式 */

.dm_content .dataCs_con {
    position: absolute;
    width: 1138px;
}

.dm_content .crosswise-scrollbar {
    max-width: 1138px;
    padding-bottom: 4px;
    border-left: 1px solid #EFF3F7;
    border-right: 1px solid #EFF3F7;
}

.dm_content .crosswise-scrollbar .data_preview {
    min-width: 1138px;
}

.dm_content .crosswise-scrollbar .data_preview td,
.dm_content .crosswise-scrollbar .data_preview th {
    height: 40px;
    color: #666;
    border: 1px solid #EFF3F7;
    font-size: 14px;
    text-indent: 12px;
}

.dm_content .crosswise-scrollbar .data_preview th {
    font-size: 16px;
    color: #333;
    background: #F0F0F0;
    font-weight: 400;
}

.dm_content .crosswise-scrollbar .data_preview tr:hover td {
    color: #4284EC;
    cursor: pointer;
}

.hompa-wraper {
    position: relative;
    top: 100px;
}


/*解决谷歌浏览器保存密码后黄色背景样式*/

:-webkit-autofill {
    /*-webkit-text-fill-color: #fff !important;*/
    transition: background-color 5000s ease-in-out 0s;
}


/* 数据目录详情星星样式*/

.details_top .star_list {
    float: right;
    margin-top: 2px;
}

.details_top .star_list li {
    display: inline-block;
}

.details_top .star_list li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 15px;
    width: 15px;
    background: url(../img/wy_pic/star_one_icon.png) center no-repeat;
    background-size: 100% 100%;
}

.h_wrap .h_details .details_middle .dm_change {
    max-height: 530px !important;
    height: 530px !important;
    overflow: visible !important;
}


/* 意见反馈,提示框样式修改 */

.sweet-alert {
    width: 420px !important;
    margin-left: -210px !important;
}

.sweet-alert .sa-icon {
    float: left;
    margin-left: 56px !important;
}

.sweet-alert h2 {
    margin-right: 43px;
}

.sweet-alert button {
    margin: 0 5px 0 5px !important;
}

.sa-button-container {
    clear: both;
}


/*# sourceMappingURL=style.css.map */


/* modifiedData */

.modified-data {
    margin-left: 208px;
    min-height: 830px;
}

.modified-data .modify-tab {
    padding: 20px 30px 0 20px;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
}

.modified-data .modify-tab li {
    float: left;
    padding: 0 20px;
    height: 39px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    color: #555;
    border: 1px solid transparent;
    cursor: pointer;
}

.modified-data .modify-tab .active {
    line-height: 40px;
    color: #1492ff;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid transparent;
}

.modified-data .modify-tab .personal-modify {
    display: none;
    float: right;
    padding: 0;
    line-height: 22px;
}

.modified-data .modify-tab .personal-modify a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 56px;
    height: 26px;
    line-height: 26px;
    margin-left: 24px;
    font-size: 14px;
    background: #1492ff;
    color: #fff;
    border-radius: 3px;
    border: 0;
    text-align: center;
}

.modified-data .modify-tab .personal-modify a:hover {
    text-decoration: none;
}

.modified-data .modify-tab .personal-modify .sure-btn {
    display: none;
}

.modified-data .modify-block {
    padding: 33px 20px;
}

.modified-data .modify-block li {
    padding: 12px 10px 5px;
    font-size: 15px;
    border-bottom: 1px dashed #c2c2c2;
    overflow: hidden;
}

.modified-data .modify-block li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.modified-data .modify-block .modify-icon,
.modified-data .modify-block .modify-name,
.modified-data .modify-block .modify-content {
    float: left;
}

.modified-data .modify-block .modify-icon {
    width: 8.33333%;
    line-height: 44px;
}

.modified-data .modify-block .modify-name {
    width: 25%;
    text-align: left;
    color: #333;
    margin-top: 0;
    padding-top: 0;
    line-height: 44px;
}

.modified-data .modify-block .modify-content {
    width: 50%;
    line-height: 44px;
}

.modified-data .modify-block .muser-name {
    outline: none;
    border: none;
}

.modified-data .modify-block .prompt-text {
    display: none;
    line-height: 14px;
    font-size: 12px;
    color: red;
}

.modified-data .modify-block .modify-btn {
    float: right;
    width: 16.66667%;
    line-height: 44px;
    text-align: right;
}

.modified-data .modify-block .modify-btn a {
    color: #1492ff;
}

.modified-data .modify-block .icon-user3 {
    width: 25px;
    height: 28px;
    background-image: url(../img/icons-picture.png);
    background-position: -386px -832px;
}

.modified-data .modify-block .btn-name {
    margin-left: 12px;
}

.modified-data .modify-block .sure-btn {
    display: none;
}

.modified-data .modify-block .icon-pwd3 {
    width: 24px;
    height: 28px;
    background-image: url(../img/icons-picture.png);
    background-position: -411px -832px;
}

.modified-data .modify-block .icon-mobile3 {
    width: 18px;
    height: 29px;
    background-image: url(../img/icons-picture.png);
    background-position: -316px -866px;
}

.modified-data .modify-block .icon-realname3 {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons-picture.png);
    background-position: -656px -650px;
}

.modified-data .modify-block .icon-mail3 {
    width: 29px;
    height: 22px;
    background-image: url(../img/icons-picture.png);
    background-position: -1411px -507px;
}

.modified-data .modify-block .icon-security3 {
    width: 26px;
    height: 29px;
    background-image: url(../img/icons-picture.png);
    background-position: -1894px -753px;
}

.modified-data .modify-block .back-box {
    float: left;
    width: 300px;
    height: 20px;
    background: #e1e2e4;
    border-radius: 86px;
    margin-top: 12px;
    overflow: hidden;
}

.modified-data .modify-block .iner-box {
    width: 100px;
    height: 20px;
    background: #fc9647;
}

.modified-data .modify-block .password-level {
    float: left;
    margin: 12px 0 0 32px;
}

.modified-data .modify-block .icon-unbind {
    width: 31px;
    height: 29px;
    background-image: url(../img/icons-picture.png);
    background-position: -686px -650px;
}

.modified-data .modify-block .icon-authorization-logo {
    width: 32px;
    height: 32px;
    background-image: url(../img/icons-picture.png);
    background-position: -1455px -572px;
}

.modified-data .show-name .muser-name {
    width: 190px;
    padding: 7px 0 7px 10px;
    font-size: 12px;
    border: 1px solid #ccd0d6;
}

.modified-data .show-name .prompt-text {
    display: block;
}

.modified-data .show-name .modify-long {
    width: 310px;
}

.modified-data .personal-content {
    float: left;
    line-height: 44px;
}

.modified-data .icon-nickname3 {
    width: 28px;
    height: 26px;
    background-image: url(../img/icons-picture.png);
    background-position: -1660px -572px;
}

.modified-data .icon-location3 {
    width: 24px;
    height: 26px;
    background-image: url(../img/icons-picture.png);
    background-position: -831px -650px;
}

.modified-data .icon-passport3 {
    width: 30px;
    height: 23px;
    background-image: url(../img/icons-picture.png);
    background-position: -1321px -507px;
}

.modified-data .icon-military3 {
    width: 30px;
    height: 23px;
    background-image: url(../img/icons-picture.png);
    background-position: -1351px -507px;
}


/* 修改密码 */

.modified-data i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.modified-data .modify-flow {
    position: relative;
    height: 90px;
    margin: 30px auto 40px;
    width: 500px;
}

.modified-data .step-line {
    position: absolute;
    top: 32px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #e3e3e3;
    z-index: 1;
}

.modified-data .step-pice {
    padding: 0 2px;
    font-size: 13px;
    color: #333;
    text-align: center;
    background: #fff;
}

.modified-data .step-pice p {
    line-height: 26px;
}

.modified-data .step-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.modified-data .step-two {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -38px;
    z-index: 2;
}

.modified-data .step-three {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.modified-data .step-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 66px;
    height: 38px;
    padding: 14px 0;
    border-radius: 50%;
    background: #e4e4e4;
    color: #999;
}

.modified-data .step-item i {
    background-image: url(../img/icons-picture.png);
}

.modified-data .step-item .pwd-two {
    width: 35px;
    height: 26px;
    margin-top: 5px;
    background-position: -1625px -572px;
}

.modified-data .step-item .pwd-three {
    width: 26px;
    height: 33px;
    margin-top: 2px;
    background-position: -1892px -720px;
}

.modified-data .step-done {
    background: #1492ff;
}

.modified-data .step-done .pwd-one {
    width: 31px;
    height: 34px;
    background-position: -1424px -572px;
}

.modified-data .step-done .pwd-two {
    background-position: -1590px -572px;
}

.modified-data .step-done .pwd-three {
    background-position: -1866px -720px;
}

.modified-data .modify-box {
    padding-bottom: 50px;
}

.modified-data .modify-pwd {
    padding-right: 30px;
}

.modified-data .modify-pwd li {
    padding: 12px 10px 5px;
    font-size: 17px;
    color: #333;
    text-align: center;
}

.modified-data .modify-pwd .pwd-world {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 130px;
    line-height: 44px;
    text-align: right;
    vertical-align: middle;
}

.modified-data .modify-pwd .pwd-world cite {
    color: #ff7900;
    padding-right: 2px;
}

.modified-data .pwd-msg {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 507px;
    height: 46px;
    text-align: left;
    vertical-align: middle;
}

.modified-data .validation {
    width: 360px;
    height: 44px;
    border-radius: 0;
    opacity: 1;
    font-size: 12px;
    font-family: inherit;
}

.modified-data .validation i {
    height: 39px;
    vertical-align: middle;
    background-image: url(../img/icons-picture.png);
}

.modified-data .validation input {
    height: 44px;
    line-height: 44px;
    border: none;
    outline: none;
    color: #999;
    font-size: 17px;
    vertical-align: middle;
}

.modified-data .validation input:placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.modified-data .validation input:-ms-input-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.modified-data .validation input::placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.modified-data .validation .num-code {
    color: #333;
}

.modified-data .auth-code {
    float: left;
    border: 1px solid #ccd0d6;
}

.modified-data .get-code {
    float: right;
    width: 124px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #29cea2;
    background-color: #e1f8f2;
    color: #666;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

.modified-data .bg-mobile {
    margin: 0 9px;
    width: 18px;
    background-position: -855px -643px;
}

.modified-data .bg-key {
    margin: 0 13px;
    width: 13px;
    background-position: -1854px -564px;
}

.modified-data .step-btn {
    margin-top: 50px;
    text-align: center;
}

.modified-data .step-btn button {
    padding: 0 36px;
    width: 243px;
    height: 45px;
    margin: 0 10px;
    color: #fff;
    font-size: 17px;
    border-radius: 2px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.modified-data .step-btn .go-back {
    background: #29cea2;
}

.modified-data .step-btn .next-step {
    background: #1492ff;
}

.modified-data .being-revised .validation {
    width: 506px;
    height: 45px;
    border: 1px solid #ccd0d6;
}

.modified-data .being-revised .num-code {
    width: 90%;
}

.modified-data .pwd-rules {
    padding-right: 40px;
    line-height: 18px;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

.modified-data .bg-lock {
    margin: 0 11px;
    width: 18px;
    height: 23px !important;
    background-position: -789px -544px;
}

.modified-data .pwd-finish .icon-user-success {
    margin: 0 auto;
    width: 78px;
    height: 109px;
    background-image: url(../img/icons-picture.png);
    background-position: -110px -720px;
}

.modified-data .pwd-finish p {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
}

.modified-data .go-personal {
    background: #29cea2;
}


/* 修改手机号 */

.modified-data .icon-mobile4 {
    width: 23px;
    height: 34px;
    margin-top: 2px;
    background-position: -339px -832px;
}

.modified-data .step-done .icon-mobile4 {
    background-position: -316px -832px;
}

.modified-data .warn-text {
    width: 778px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    margin: 50px auto 30px;
    font-size: 14px;
    color: #595453;
    background: #fef0ef;
    border: 1px solid #fddbd8;
}

.modified-data .warn-icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    background-image: url(../img/icons-picture.png);
    background-position: -1656px -507px;
}


/* 邮箱绑定 */

.modified-data .bg-email {
    height: 39px;
    width: 39px;
    background-image: url(/assets/images/icons.png);
    background-position: -364px -650px;
}


/*数据目录详情纠错弹窗*/

.error-recovery {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    z-index: 1000;
}

.error-recovery .buildR_opera_btn {
    width: 270px;
}

.error-recovery .error-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 340px;
    margin-top: -170px;
    margin-left: -250px;
    background: #fff;
}

.error-recovery .error-title {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #04befe;
    font-size: 16px;
    color: #fff;
}

.error-recovery .error-title i {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: url(../img/close-window.png) no-repeat center;
    cursor: pointer;
}

.error-recovery .error-msg {
    padding: 30px 50px 0;
}

.error-recovery .error-line {
    margin-bottom: 20px;
}

.error-recovery .error-line.ones-hei {
    margin-bottom: 24px;
}

.error-recovery .error-kind {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

.error-recovery .error-kind .kind-reds {
    color: red;
}

.error-recovery .error-text {
    margin-left: 110px;
    position: relative;
}

.error-recovery .error-text textarea {
    width: 250px;
    resize: none;
    padding: 10px;
    font-size: 14px;
    outline: none;
    border: 1px solid #A1A1A1;
}

.error-recovery .opre-btn {
    border-top: 1px solid #A1A1A1;
    text-align: right;
    padding: 17px 50px;
}

.error-recovery .opre-btn button {
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
    margin: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    border: 1px solid #A1A1A1;
}

.error-recovery .opre-btn .active {
    color: #fff;
    background: #04befe;
    border: 1px solid #04befe;
}

.error-recovery .error-text input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    outline: none;
    border: none;
    text-indent: 12px;
    background: url(../img/dec_arrow.png) no-repeat 240px;
    cursor: pointer;
}

.error-recovery .error-text .input_select {
    width: 270px;
    border-bottom: none;
}

.error-recovery .error-text .input_select li {
    text-align: left;
}


/* 交流互动——发表评论 */

.interaction-exp {
    padding: 6px 12px;
}

.interaction-exp .dec-title {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 13px;
}

.interaction-exp .tit-text {
    height: 25px;
    line-height: 25px;
    max-width: 77px;
    text-align: center;
    border-bottom: 1px solid #478dfc;
    margin-bottom: -1px;
}

.interaction-exp .tit-6 {
    display: inline-table;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    background: url(../img/comment.png) no-repeat center;
}

.interaction-exp .tit-word {
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    color: #478dfc;
    vertical-align: middle;
}

.interaction-exp .evaluate-list {
    list-style: none;
    margin-bottom: 15px;
    float: right;
}

.interaction-exp .evaluate-list > li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
}

.interaction-exp .star {
    display: inline-table;
    height: 18px;
    width: 18px;
    background: url(../img/evaluate-beforestar.png) no-repeat;
    vertical-align: text-bottom;
}

.interaction-exp #score {
    cursor: auto;
}

.interaction-exp .number {
    font-family: "PingFangSC-Regular";
    font-size: 18px;
    height: 25px;
    color: #fdad00;
}

.interaction-exp .score-unit {
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    margin-top: 0px;
    color: #666666;
}

.interaction-exp .text-input {
    padding: 14px 18px;
    position: relative;
    border: 1px solid #478dfc;
}

.interaction-exp .textarea-input {
    height: 148px;
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: none;
    border: none;
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #333333;
}

.interaction-exp .tx-num {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #E9E9E9;
}

.interaction-exp .hint {
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #e6e6e6;
    position: absolute;
    top: 14px;
    left: 20px;
}

.interaction-exp .sub-btn {
    text-align: right;
}

.interaction-exp .sub-btn .add-comment {
    padding: 9px 23px;
    background: url(../img/sub-btn-bg.png) no-repeat;
    border: none;
    font-family: "PingFangSC-Medium";
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 24px;
    outline: none;
}


.listnewContainer .informationTitle .titleTip {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background: #FF6A08;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    margin-right: 5px;
}

.listnewContainer .informationTitle .titleText {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #2189FF;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.listnewContainer .informationTitle .titleLeftCon {
    float: left;
    cursor: pointer;
}

.listnewContainer .informationTitle .titleRightCon {
    float: right;
}

.listnewContainer .informationTitle .titleRightCon li {
    float: right;
    cursor: pointer;
    margin-left: 20px;
}

.listnewContainer .informationTitle .titleRightCon li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.listnewContainer .informationTitle .titleRightCon li .titleRtshare-icon1 {
    width: 12px;
    height: 11px;
    background: url(../img/titleRtshare-icon1.png);
}

.listnewContainer .informationTitle .titleRightCon li .titleRtshare-icon2 {
    width: 11px;
    height: 10px;
    background: url(../img/titleRtshare-icon2.png);
}

.listnewContainer .informationTitle .titleRightCon li .titleRtshare-icon3 {
    width: 10px;
    height: 8px;
    background: url(../img/titleRtshare-icon3.png);
}

.listnewContainer .informationTitle .titleRightCon li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}

.listnewContainer .informationTitle .titleRightCon li:hover span {
    color: #FF6A08;
}

.listnewContainer .informationTitle .titleRightCon li:hover .titleRtshare-icon1 {
    background: url(../img/titleRtshare-hover1.png);
}

.listnewContainer .informationTitle .titleRightCon li:hover .titleRtshare-icon2 {
    background: url(../img/titleRtshare-hover2.png);
}

.listnewContainer .informationTitle .titleRightCon li:hover .titleRtshare-icon3 {
    background: url(../img/titleRtshare-hover3.png);
}

.listnewContainer .informationTitle .layui-rate {
    padding: 0 5px 0 0;
}

.listnewContainer .informationTitle .layui-rate li i.layui-icon {
    font-size: 16px;
}

.listnewContainer .informationTitle .layui-inline {
    color: #FF5D27;
    font-size: 14px;
}

.listnewContainer .informationMsg {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listnewContainer .informationBotlist {
    padding: 15px 0;
}

.listnewContainer .informationBotlist li {
    float: left;
    font-size: 12px;
    color: #666666;
    border-right: 1px solid #DBDBDB;
    padding-right: 10px;
    margin-right: 10px
}

.listnewContainer .informationBotlist li:last-child {
    border-right: none;
}

.listnewContainer .tableToptabList li {
    float: left;
    width: 100px;
    height: 36px;
    background: #F3F3F3;
    border: 1px solid #EFEFEF;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin-right: 6px
}

.listnewContainer .tableToptabList li.active {
    background: #2189FF;
    border: 1px solid #2189FF;
    border-bottom: none;
    color: #ffffff;
}

.listnewContainer .informationTable {
    margin-bottom: 50px;
}

.listnewContainer .informationTable .noMsgcon {
    text-align: center;
}

.listnewContainer .informationTable .noMsgcon td {
    padding: 20px 0;
}

.listnewContainer .informationTable table {
    width: 100%;
    table-layout: fixed;
}

.listnewContainer .informationTable table th {
    height: 45px;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-align: center;
}

.listnewContainer .informationTable table td {
    height: 45px;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listnewContainer .informationTable table td span {
    cursor: pointer;
}
.listnewContainer .fixedWidth {
    width: 1200px;
    margin: auto;
}
.listnewContainer .fixedWidth .crumbMain {
    line-height: 30px;
}
.listnewContainer .informationTable table tr {
    background: #ffffff;
}

.listnewContainer .informationTable table .blueText {
    color: #2189FF;
}

.listnewContainer .informationTable table .greenText {
    color: #00A1BC;
}

.listnewContainer .informationTable table .redText {
    color: #F67988;
}

.listnewContainer .informationTableEven table tr:nth-child(even) {
    background: #FAFAFA;
}

.listnewContainer .informationTableEven table tr:nth-child(odd) {
    background: #FFFFFF;
}

.listnewContainer .informationTableCol {
    margin-bottom: 50px;
}

.listnewContainer .informationTableCol table {
    width: 100%;
}

.listnewContainer .informationTableCol table td {
    height: 45px;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    color: #333333;
}

.listnewContainer .informationTableCol table td p {
    padding: 4px 0;
}

.listnewContainer .informationTableCol table tr td:nth-child(odd) {
    background: #FAFAFA;
    font-weight: 500;
    text-align: right;
    padding-right: 20px;
}

.listnewContainer .informationTableCol table tr td:nth-child(even) {
    color: #555658;
    background: #FFFFFF;
    text-align: left;
    padding-left: 20px;
}

.listnewContainer .APIContent {
    padding: 0 20px;
    border: 1px solid #DBDBDB;
    margin-bottom: 50px;
}

.listnewContainer .APIContent .marginBot0 {
    margin-bottom: 0;
}

.listnewContainer .APIContent .informationListCol table tr td:nth-child(1) {
    width: 220px;
}

.listnewContainer .tableTopTitle {
    line-height: 30px;
    margin-top: 10px;
    page-break-after: auto;
}

.listnewContainer .tableTopTitle i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 3px;
    height: 20px;
    background: #2189FF;
    margin-right: 10px;
}

.listnewContainer .tableTopTitle span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.listnewContainer .downLoadMainlist {
    border: 1px solid #DBDBDB;
    margin-bottom: 50px;
}

.listnewContainer .downLoadMainlist .searchMaincon {
    padding: 20px 20px 10px 20px;
}

.listnewContainer .downLoadMainlist .searchMaincon .searchtopcon {
    margin-bottom: 20px;
}

.listnewContainer .downLoadMainlist .searchleftMain {
    float: left;
    width: 500px;
    height: 36px;
    background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
}

.listnewContainer .downLoadMainlist .searchleftMain input {
    width: 414px;
    height: 100%;
    border: 1px solid #D9D9D9;
    border-right: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: top;
    font-size: 14px;
}

.listnewContainer .downLoadMainlist .searchleftMain button {
    width: 86px;
    height: 100%;
    border: 1px solid #D9D9D9;
    border-left: none;
    box-sizing: border-box;
    outline: none;
    background: #2189FF;
    cursor: pointer;
}

.listnewContainer .downLoadMainlist .searchleftMain button i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../img/searchIcon.png');
    margin-right: 10px;
}

.listnewContainer .downLoadMainlist .searchleftMain button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

.listnewContainer .downLoadMainlist .searchrightMain {
    float: right;
}

.listnewContainer .downLoadMainlist .searchrightMain span {
    color: #DBDBDB
}

.listnewContainer .downLoadMainlist .dateInput {
    width: 135px;
    height: 36px;
    line-height: 36px;
    background: #ffffff url(../img/dateInput-icon.png) 114px center no-repeat;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

.listnewContainer .downLoadMainlist .searchblueBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    background: #2189FF;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
}

.listnewContainer .downLoadMainlist .dataDescript {
    float: right;
    font-size: 12px;
    color: #FF0000;
}

.listnewContainer .downLoadMainlist.plnewContainer {
    padding: 0 20px;
}

.listnewContainer .downLoadMainlist.plnewContainer .newsmainCon .newsListcon li {
    width: 50%;
    padding-bottom: 20px;
}

.listnewContainer .downLoadMainlist.plnewContainer .newsmainCon .newsListcon li h3 {
    line-height: 60px;
}

.listnewContainer .downLoadMainlist.plnewContainer .newsmainCon .newsListcon li p {
    height: 85px;
    overflow: hidden;
}

.listnewContainer .downLoadMainlist.plnewContainer .newsmainCon .newsListcon .newsBotlist {
    margin-top: 10px;
}

.listnewContainer .dataTypelist {
    float: left;
}

.listnewContainer .dataTypelist li {
    float: left;
    width: 46px;
    height: 16px;
    box-sizing: border-box;
    font: 10px/1.0 '思源黑体';
    text-align: center;
    line-height: 14px;
    margin-right: 4px;
}

.listnewContainer .dataTypelist .datatype1 {
    border: 1px solid #015293;
    color: #015293
}

.listnewContainer .dataTypelist .datatype1.active {
    background: #015293;
    color: #ffffff;
}

.listnewContainer .dataTypelist .datatype2 {
    border: 1px solid #009FB9;
    color: #009FB9
}

.listnewContainer .dataTypelist .datatype2.active {
    background: #009FB9;
    color: #ffffff;
}

.listnewContainer .dataTypelist .datatype3 {
    border: 1px solid #4BA0FF;
    color: #4BA0FF
}

.listnewContainer .dataTypelist .datatype3.active {
    background: #4BA0FF;
    color: #ffffff;
}

.listnewContainer .dataTypelist .datatype4 {
    border: 1px solid #E6B03D;
    color: #E6B03D
}

.listnewContainer .dataTypelist .datatype4.active {
    background: #E6B03D;
    color: #ffffff;
}

.listnewContainer .dataTypelist .datatype5 {
    border: 1px solid #E7808A;
    color: #E7808A
}

.listnewContainer .dataTypelist .datatype5.active {
    background: #E7808A;
    color: #ffffff;
}

.listnewContainer .downLoadTable {
    margin-bottom: 0;
}

.listnewContainer .downLoadTable .checkBox {
    cursor: pointer;
}

.listnewContainer .downLoadTable table tr {
    border: 1px solid #EFEFEF;
}

.listnewContainer .downLoadTable table td,
.listnewContainer .downLoadTable table th {
    border: none;
    font-weight: 400;
}

.listnewContainer .downLoadTable table .leftTextalign {
    text-align: left;
}

.listnewContainer .downLoadTable table li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font: 12px/1.0 '思源黑体';
    color: #999999;
    padding: 0 10px;
    border-right: 1px solid #DBDBDB
}

.listnewContainer .downLoadTable table li:last-child {
    border-right: 0;
}

.listnewContainer .downLoadTable .warning .downloadBtn {
    background: #2189FF;
    border: 1px solid #2189FF;
}

.listnewContainer .downLoadTable .warning .downloadBtn i {
    background: url(../img/downBtn-hoverIcon.png);
}

.listnewContainer .downLoadTable .warning .downloadBtn span {
    color: #ffffff;
}

.listnewContainer .downLoadTable .downloadBtn {
    width: 68px;
    height: 26px;
    border: 1px solid #D9D9D9;
    outline: none;
    background: #ffffff;
    cursor: pointer;
}

.listnewContainer .downLoadTable .downloadBtn i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../img/downBtn-icon.png);
    margin-right: 4px;
}

.listnewContainer .downLoadTable .downloadBtn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}

.listnewContainer .downLoadTable .downloadBtn:hover {
    background: #2189FF;
    border: 1px solid #2189FF;
}

.listnewContainer .downLoadTable .downloadBtn:hover i {
    background: url(../img/downBtn-hoverIcon.png);
}

.listnewContainer .downLoadTable .downloadBtn:hover span {
    color: #ffffff;
}

.listnewContainer .newdataListleftCon {
    float: left;
    width: 300px;
}

.listnewContainer .newdataListleftCon .typeCheckCon {
    border: 1px solid #DBDBDB;
    margin-bottom: 20px;
}

.listnewContainer .newdataListleftCon .typeToptab li {
    text-align: center;
    background: #F5F5F5;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    font-weight: 500
}

.listnewContainer .newdataListleftCon .typeToptab li.active {
    background: #2189FF;
    color: #ffffff;
}

.listnewContainer .newdataListleftCon .typeBotMainlist {
    height: 370px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px 0;
}

.listnewContainer .newdataListleftCon .typeBotMainlist .mainlistScroll {
    height: 315px;
    padding-top: 10px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist .allDatacon {
    padding: 0 30px;
    overflow: hidden;
}

.listnewContainer .newdataListleftCon .typeBotMainlist .allDatacon .allBtn {
    float: left;
    background: #2189FF;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 4px 10px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist .allDatacon .typeNum {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist li {
    padding: 0 30px;
    font-size: 0;
    line-height: 32px;
    cursor: pointer;
}

.listnewContainer .newdataListleftCon .typeBotMainlist li span,
.listnewContainer .newdataListleftCon .typeBotMainlist li label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listnewContainer .newdataListleftCon .typeBotMainlist li .checkBox {
    margin-right: 10px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist li.warning span,
.listnewContainer .newdataListleftCon .typeBotMainlist li.warning label {
    color: #1890FF;
}

.listnewContainer .newdataListleftCon .typeBotMainlist .typeName {
    width: 70%;
    text-align: left;
}

.listnewContainer .newdataListleftCon .typeBotMainlist .typeNum {
    width: 30%;
    text-align: right;
}

.listnewContainer .newdataListleftCon .typeBotMainlist dl {
    padding: 0 20px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist dl dd {
    width: 50%;
    float: left;
    text-align: center;
    height: 120px;
    line-height: 120px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist dl dd img {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.listnewContainer .newdataListleftCon .typeToptitle {
    border-bottom: 1px solid #EDEDED;
    line-height: 40px;
    margin: 0 20px;
}

.listnewContainer .newdataListleftCon .typeToptitle .titleLfName {
    float: left;
    border-bottom: 4px solid #1890FF;
}

.listnewContainer .newdataListleftCon .typeToptitle .titleLfName span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.listnewContainer .newdataListleftCon .typeToptitle .titleLfName i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
}

.listnewContainer .newdataListleftCon .typeToptitle .titleLfName .titleName-lficon1 {
    width: 17px;
    height: 18px;
    background: url(../img/titleName-lficon1.png);
}

.listnewContainer .newdataListleftCon .typeToptitle .titleLfName .titleName-lficon2 {
    width: 17px;
    height: 20px;
    background: url(../img/titleName-lficon2.png);
}

.listnewContainer .newdataListleftCon .typeToptitle .titleRtMore {
    float: right;
    cursor: pointer;
    color: #1890FF;
    line-height: 46px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist2 {
    height: auto;
}

.listnewContainer .newdataListleftCon .typeBotMainlist3 {
    height: 341px;
}

.listnewContainer .newdataListleftCon .typeBotMainlist3 li {
    cursor: pointer
}

.listnewContainer .newdataListleftCon .typeBotMainlist3 li:hover span {
    color: #1890FF;
}

.listnewContainer .newdataListrightCon {
    margin-left: 330px;
    overflow: hidden;
}

.listnewContainer .newdataListrightCon .checkTypelist {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;
}

.listnewContainer .newdataListrightCon .checkTypelist li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
}

.listnewContainer .newdataListrightCon .checkTypelist li label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font: 14px/1.0 '思源黑体';
    color: #333333;
}

.listnewContainer .newdataListrightCon .checkTypelist li input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.listnewContainer .newdataListrightCon .datalistSelectcon {
    padding: 10px 0 20px 0;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataLflist {
    float: left;
    padding-top: 8px;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataLflist li {
    float: left;
    font: 12px/1.0 '思源黑体';
    color: #666666;
    border-right: 1px solid #666666;
    padding-right: 10px;
    margin-right: 10px;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataLflist li span {
    color: #1890FF;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataLflist li:last-child {
    border-right: none;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect {
    float: right;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-form-label {
    font-size: 14px;
    color: #666666;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-input-block {
    height: 28px;
    min-height: 28px;
    margin-left: 90px;
    width: 110px;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-form-label {
    line-height: 28px;
    padding: 0;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-input,
.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-select,
.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-textarea {
    height: 28px;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-form-select dl {
    top: 28px;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-form-select dl dd.layui-this {
    background-color: #2189FF;
}

.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-form-select dl dd,
.listnewContainer .newdataListrightCon .datalistSelectcon .dataRtselect .layui-form-select dl dt {
    line-height: 28px;
}

.listnewContainer .newdataListrightCon .rtlistCon .informationBotlist {
    padding: 0;
}

.listnewContainer .newdataListrightCon .rtlistCon .newdateSharelist {
    padding: 15px 0;
}

.listnewContainer .newdataListrightCon .informationTypeRt {
    padding-top: 20px;
}

.listnewContainer .newdataListrightCon .APIdataListselect {
    padding: 0 0 20px 0;
}

.listnewContainer .newdataListrightCon .APIdataListselect .dataRtselect button {
    border: 1px solid #DBDBDB;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    width: 76px;
    height: 26px
}

.listnewContainer .newdataListrightCon .APIdataListselect .dataRtselect button.activeSelecttype {
    background: linear-gradient(360deg, rgba(33, 137, 255, 1) 0%, rgba(150, 193, 255, 1) 100%);
    color: #ffffff;
    border: none;
}

.listnewContainer .newdateSharelist li {
    float: left;
    cursor: pointer;
    margin-right: 20px;
}

.listnewContainer .newdateSharelist li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.listnewContainer .newdateSharelist li .titleRtshare-icon1 {
    width: 12px;
    height: 11px;
    background: url(../img/titleRtshare-icon1.png);
}

.listnewContainer .newdateSharelist li .titleRtshare-icon2 {
    width: 11px;
    height: 10px;
    background: url(../img/titleRtshare-icon2.png);
}

.listnewContainer .newdateSharelist li .titleRtshare-icon3 {
    width: 10px;
    height: 8px;
    background: url(../img/titleRtshare-icon3.png);
}

.listnewContainer .newdateSharelist li .titleRtshare-icon4 {
    width: 12px;
    height: 12px;
    background: url(../img/titleRtshare-icon4.png);
}

.listnewContainer .newdateSharelist li .titleRtshare-icon5 {
    width: 9px;
    height: 9px;
    background: url(../img/titleRtshare-icon5.png);
}

.listnewContainer .newdateSharelist li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}

.listnewContainer .newdateSharelist li:hover span,
.listnewContainer .newdateSharelist li.active span {
    color: #FF6A08;
}

.listnewContainer .newdateSharelist li:hover .titleRtshare-icon1,
.listnewContainer .newdateSharelist li.active .titleRtshare-icon1 {
    background: url(../img/titleRtshare-hover1.png);
}

.listnewContainer .newdateSharelist li:hover .titleRtshare-icon2,
.listnewContainer .newdateSharelist li.active .titleRtshare-icon2 {
    background: url(../img/titleRtshare-hover2.png);
}

.listnewContainer .newdateSharelist li:hover .titleRtshare-icon3,
.listnewContainer .newdateSharelist li.active .titleRtshare-icon3 {
    background: url(../img/titleRtshare-hover3.png);
}

.listnewContainer .newdateSharelist li:hover .titleRtshare-icon4,
.listnewContainer .newdateSharelist li.active .titleRtshare-icon4 {
    background: url(../img/titleRtshare-hover4.png);
}

.listnewContainer .newdateSharelist li:hover .titleRtshare-icon5,
.listnewContainer .newdateSharelist li.active .titleRtshare-icon5 {
    background: url(../img/titleRtshare-hover5.png);
}

.listnewContainer .floatRt {
    float: right;
}

.listnewContainer .newPageCon {
    text-align: center;
    padding: 30px 0;
}

.listnewContainer .newPageCon .layui-laypage a:hover {
    color: #2189FF;
}

.listnewContainer .newPageCon .layui-laypage a:hover {
    color: #005BAC;
}

.listnewContainer .newPageCon .layui-laypage .layui-laypage-curr .layui-laypage-em {
    left: 0;
    top: 0;
    padding: 0;
}

.listnewContainer .newPageCon .layui-laypage a,
.listnewContainer .newPageCon .layui-laypage span {
    margin: 0 5px;
    background: #FFFFFF;
    border: 1px solid #d0d2d7;
    border-radius: 3px;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.listnewContainer .newPageCon .layui-laypage-prev i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 9px;
    height: 16px;
    background: url('../img/prev-pagehover.png') no-repeat;
}

.listnewContainer .newPageCon .layui-laypage-next i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 9px;
    height: 16px;
    background: url('../img/next-pagehover.png') no-repeat;
}

.listnewContainer .newPageCon .layui-laypage .layui-laypage-prev.layui-disabled i,
.listnewContainer .newPageCon .layui-laypage .layui-laypage-prev.layui-disabled:hover i {
    background: url('../img/prev-page.png') no-repeat;
    cursor: not-allowed !important;
}

.listnewContainer .newPageCon .layui-laypage .layui-laypage-next.layui-disabled i,
.listnewContainer .newPageCon .layui-laypage .layui-laypage-next.layui-disabled:hover i {
    background: url('../img/next-page.png') no-repeat;
    cursor: not-allowed !important;
}

.listnewContainer .newPageCon .layui-laypage select {
    background: #FFFFFF;
}

.listnewContainer .newPageCon .layui-laypage .layui-laypage-count,
.listnewContainer .newPageCon .layui-laypage .layui-laypage-limits,
.listnewContainer .newPageCon .layui-laypage .layui-laypage-skip {
    border: none;
}

.listnewContainer .newPageCon .layui-laypage input:focus,
.listnewContainer .newPageCon .layui-laypage select:focus {
    border-color: #d0d2d7 !important;
}

.listnewContainer .metadataFilterCon {
    position: relative;
    min-height: 300px;
    background: #f8f9fd;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(219, 219, 219, 1);
    padding: 0 20px;
}

.listnewContainer .metadataFilterCon h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 50px;
}

.listnewContainer .metadataFilterCon .filterBotbtn {
    position: absolute;
    bottom: -37px;
    left: 50%;
    height: 38px;
    width: 230px;
    margin-left: -115px;
    background: #f8f9fd;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(219, 219, 219, 1);
    outline: none;
    cursor: pointer;
    border-top: none;
}

.listnewContainer .metadataFilterCon .filterBotbtn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.listnewContainer .metadataFilterCon .filterBotbtn i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../img/filterUparrow.png);
    margin-left: 10px;
}

.listnewContainer .metadataFilterCon .filterBotbtn.slideUpBtn i {
    background: url(../img/filterDownarrow.png);
}

.listnewContainer .metadataFilterCon.metadataFilterHalf .filterBotbtn i {
    background: url(../img/filterDownarrow.png);
}

.listnewContainer .metadataFilterList {
    position: relative;
    line-height: 48px;
}

.listnewContainer .metadataFilterList h3 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #333333;
}

.listnewContainer .metadataFilterList .filterListMain {
    margin-left: 95px;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
}

.listnewContainer .metadataFilterList .filterListMain ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 980px;
}

.listnewContainer .metadataFilterList .filterListMain li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    padding: 0 13px;
    height: 24px;
    line-height: 24px;
    border: 1px solid transparent;
    /* box-sizing: border-box; */
    cursor: pointer
}

.listnewContainer .metadataFilterList .filterListMain li.active {
    color: #2189FF;
    border: 1px solid #2189FF;
    background: #ffffff;
    font-weight: bold;
}

.listnewContainer .metadataFilterList .unlimitedBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #0088FF;
    font-size: 14px;
    color: #2189FF;
    font-weight: bold;
    cursor: pointer;
    margin-top: 12px;
}

.listnewContainer .metadataFilterList .filterListmore {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 65px;
    height: 24px;
    background: #2189FF;
    border: none;
    outline: none;
    margin-top: 12px;
    cursor: pointer;
}

.listnewContainer .metadataFilterList .filterListmore span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #FFFFFF;
}

.listnewContainer .metadataFilterList .filterListmore i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../img/moreDown.png);
    margin-left: 5px;
}

.listnewContainer .metadataFilterList:last-child .filterListMain {
    border-bottom: none;
}

.listnewContainer .metadataFilterList.metadataSelect {
    padding: 10px 0 20px 0;
}

.listnewContainer .metadataFilterList.metadataSelect .filterListMain {
    border-bottom: none;
    overflow: visible !important;
}

.listnewContainer .metadataFilterList.metadataSelect .downLoadMainlist {
    border: none;
    margin-bottom: 0;
    margin-left: 30px;
}

.listnewContainer .metadataFilterList.metadataSelect .downLoadMainlist label {
    color: #666666;
    font-size: 14px;
}

.listnewContainer .metadataFilterList.metadataSelect .downLoadMainlist .dateInput {
    height: 28px;
    color: #B4B4B4;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-form-label {
    font-size: 14px;
    color: #666666;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-form-select {
    height: 28px;
    min-height: 28px;
    width: 110px;
    color: #B4B4B4;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-form-label {
    line-height: 28px;
    padding: 0;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-input,
.listnewContainer .metadataFilterList.metadataSelect .layui-select,
.listnewContainer .metadataFilterList.metadataSelect .layui-textarea {
    height: 28px;
    color: #B4B4B4;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-form-select dl {
    top: 28px;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-form-select dl dd.layui-this {
    background-color: #2189FF;
}

.listnewContainer .metadataFilterList.metadataSelect .layui-form-select dl dd,
.listnewContainer .metadataFilterList.metadataSelect .layui-form-select dl dt {
    line-height: 28px;
}

.listnewContainer .metadataFilterList.moreHeightauto .filterListMain {
    height: auto !important;
}

.listnewContainer .metadataFilterList.moreHeightauto .filterListmore i {
    background: url(../img/moreUp.png);
}

.listnewContainer .newsDetailCon {
    border: 1px solid #DBDBDB;
    margin: 20px 0 50px 0;
    padding: 20px 40px;
}

.listnewContainer .newsDetailCon h2 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.listnewContainer .newsDetailCon .newsDetailMsglist {
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 0;
    margin-top: 15px;
}

.listnewContainer .newsDetailCon .leftDetailmsg {
    float: left;
}

.listnewContainer .newsDetailCon .leftDetailmsg li {
    float: left;
    font-size: 14px;
    color: #999999;
    margin-right: 30px;
}

.listnewContainer .newsDetailCon .rightDetaildate {
    float: right;
    font-size: 14px;
    color: #999999;
}

.listnewContainer .newsDetailCon .newsTextmain {
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.listnewContainer .newsDetailCon .newsTextmain p {
    text-indent: 2em;
}

.listnewContainer .personalCenterCon {
    margin-bottom: 50px;
}

.listnewContainer .personalCenterCon .personalCenterLfcon {
    width: 250px;
    float: left;
}

.listnewContainer .personalCenterCon .personalHeader {
    height: 60px;
    background: #1890FF;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.listnewContainer .personalCenterCon .personalLflist {
    border: 1px solid #DBDBDB;
    padding: 0 12px;
}

.listnewContainer .personalCenterCon .personalLflist li {
    border-bottom: 1px solid #eeeeee;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    cursor: pointer;
}

.listnewContainer .personalCenterCon .personalLflist li span {
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.listnewContainer .personalCenterCon .personalLflist li label {
    float: left;
    width: 56px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.listnewContainer .personalCenterCon .personalLflist li label i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon1 {
    width: 19px;
    height: 24px;
    background: url(../img/personalIcon1.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon2 {
    width: 20px;
    height: 22px;
    background: url(../img/personalIcon2.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon3 {
    width: 19px;
    height: 19px;
    background: url(../img/personalIcon3.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon4 {
    width: 19px;
    height: 16px;
    background: url(../img/personalIcon4.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon5 {
    width: 19px;
    height: 19px;
    background: url(../img/personalIcon5.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon6 {
    width: 19px;
    height: 17px;
    background: url(../img/personalIcon6.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon7 {
    width: 20px;
    height: 18px;
    background: url(../img/personalIcon7.png);
}

.listnewContainer .personalCenterCon .personalLflist li .personalIcon8 {
    width: 21px;
    height: 20px;
    background: url(../img/personalIcon8.png);
}

.listnewContainer .personalCenterCon .personalLflist li .rtArrow {
    float: right;
    width: 6px;
    height: 10px;
    background: url(../img/personal-rtarrow.png);
    margin-top: 25px;
}

.listnewContainer .personalCenterCon .personalLflist li:last-child {
    border-bottom: none;
}

.listnewContainer .personalCenterCon .personalLflist li.active span {
    color: #1890FF;
}

.listnewContainer .personalCenterCon .personalLflist li.active .rtArrow {
    background: url(../img/personal-rtarrow-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon1 {
    background: url(../img/personalIcon1-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon2 {
    background: url(../img/personalIcon2-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon3 {
    background: url(../img/personalIcon3-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon4 {
    background: url(../img/personalIcon4-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon5 {
    background: url(../img/personalIcon5-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon6 {
    background: url(../img/personalIcon6-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon7 {
    background: url(../img/personalIcon7-hover.png);
}

.listnewContainer .personalCenterCon .personalLflist li.active .personalIcon8 {
    background: url(../img/personalIcon8-hover.png);
}

.listnewContainer .personalCenterCon .personalCenterRtcon {
    margin-left: 290px;
    overflow: hidden;
}

.listnewContainer .personalCenterCon .personalCenterRtcon .informationListCol table tr td:nth-child(1) {
    width: 220px;
}

.listnewContainer .personalCenterCon .personalCenterRtcon .marginBot0 {
    margin-bottom: 0;
}

.listnewContainer .personalCenterCon .personalListtitle {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;
}

.listnewContainer .personalCenterCon .lefttitleName {
    float: left;
    border-bottom: 4px solid #1890FF;
    line-height: 30px;
}

.listnewContainer .personalCenterCon .lefttitleName i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 8px;
}

.listnewContainer .personalCenterCon .lefttitleName span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.listnewContainer .personalCenterCon .lefttitleName .titleIcon-apply {
    width: 18px;
    height: 19px;
    background: url(../img/titleIcon-apply.png);
}

.listnewContainer .personalCenterCon .lefttitleName .titleIcon-transfer {
    width: 18px;
    height: 14px;
    background: url(../img/titleIcon-transfer.png);
}

.listnewContainer .personalCenterCon .rightTitleSearch {
    float: right;
}

.listnewContainer .personalCenterCon .perrsonalsearchCon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 300px;
    height: 30px;
    border: 1px solid #DBDBDB;
    background: #ffffff;
    margin-left: 10px;
}

.listnewContainer .personalCenterCon .perrsonalsearchCon input {
    float: left;
    width: 245px;
    background: #fff;
    border: none;
    outline: none;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.listnewContainer .personalCenterCon .perrsonalsearchCon button {
    float: right;
    width: 54px;
    background: #2189FF;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

.listnewContainer .personalCenterCon .perrsonalsearchCon button i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../img/searchIcon-small.png)
}

.listnewContainer .personalCenterCon .dispose-rtcon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 110px;
    height: 30px;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    position: relative;
}

.listnewContainer .personalCenterCon .dispose-rtcon .select-input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333333;
    text-indent: 11px;
    padding-right: 10%;
    background: url('../img/dispose-xia.png') 95% center no-repeat;
    cursor: pointer;
}

.listnewContainer .personalCenterCon .dispose-rtcon .riskoption-con {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 10;
    border: 1px solid #dbdbdb;
    background: #ffffff;
}

.listnewContainer .personalCenterCon .dispose-rtcon .riskoption-con dl dt {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding-left: 11px;
    cursor: pointer
}

.listnewContainer .personalCenterCon .dispose-rtcon .riskoption-con dl dt:hover {
    background: #2189FF;
    color: #ffffff;
}

.listnewContainer .personalCenterCon .dispose-rtcon.active-select .select-input {
    background: url('../img/dispose-shang.png') 95% center no-repeat;
}

.listnewContainer .personalCenterCon .personalMsgTip {
    padding: 10px 0;
    line-height: 20px;
}

.listnewContainer .personalCenterCon .personalMsgTip .tipName {
    font-size: 12px;
    color: #FF0019;
}

.listnewContainer .personalCenterCon .personalMsgTip .tipMsg {
    font-size: 12px;
    color: #666666;
}

.listnewContainer .personalCenterCon .personalHomelist {
    margin: 0 -10px;
    font-size: 0;
}

.listnewContainer .personalCenterCon .personalHomelist li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.listnewContainer .personalCenterCon .personalHomelist li .informationTable {
    min-height: 230px;
    border: 1px solid #EFEFEF;
    text-align: center;
}

.listnewContainer .personalCenterCon .personalHomelist li .informationTable img {
    margin: 30px 0 10px 0;
}

.listnewContainer .personalCenterCon .personalHomelist li .informationTable p {
    font-size: 16px;
    color: #ACACAC;
}

.listnewContainer .personalCenterCon .personalHomelist .informationTable {
    margin-bottom: 20px;
}

.listnewContainer .personalCenterCon .personalHomeTitle {
    margin-bottom: 20px;
}

.listnewContainer .personalCenterCon .personalHomeTitle i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    margin-right: 10px;
}

.listnewContainer .personalCenterCon .personalHomeTitle span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

.listnewContainer .personalCenterCon .personalHomeTitle .myresourceIcon {
    width: 35px;
    height: 33px;
    background: url('../img/myresourceIcon.png');
}

.listnewContainer .personalCenterCon .personalHomeTitle .mynTeractionIcon {
    width: 34px;
    height: 35px;
    background: url('../img/mynTeractionIcon.png');
}

.listnewContainer .personalCenterCon .personalHomeTitle .myAppsIcon {
    width: 35px;
    height: 35px;
    background: url('../img/myAppsIcon.png');
}

.listnewContainer .personalCenterCon .personalHomeTitle .myActivitiesIcon {
    width: 35px;
    height: 35px;
    background: url('../img/myActivitiesIcon.png');
}

.ZW-main {
/ / margin-top: 60 px;
    /* min-height:638px;*/
}

/* 地图数据 */

.map_data {
    width: 1180px;
    margin: 0 auto;
}

.map_data .map_data_content {
    padding-bottom: 50px;
}

.map_data .map_data_content .map_left_main {
    float: left;
}

.map_data .map_data_content .map_left_main .map_left_title {
    width: 260px;
    height: 40px;
    background: #1CA6F7;
}

.map_data .map_data_content .map_left_main .map_left_title .map_left_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 17px;
    width: 17px;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.map_data .map_data_content .map_left_main .map_left_title .map_left_icon1 {
    background: url('../img/wy_pic/map_left_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_title .map_left_icon2 {
    background: url('../img/wy_pic/map_left_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_title h5 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up {
    width: 28px;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    float: right;
    text-align: center;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 2px;
    background: #fff;
    position: relative;
    top: 6px;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up1 {
    width: 28px;
    height: 40px;
    cursor: pointer;
    float: right;
    background: #45BAFF;
    text-align: center;
}

.map_data .map_data_content .map_left_main .map_left_title .list_take_up1 i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 14px;
    width: 14px;
    position: relative;
    top: 13px;
    background: url('../img/wy_pic/add_a_icon.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content {
    width: 260px;
    border: 1px solid #EFF3F7;
    padding-bottom: 20px;
}

.map_data .map_data_content .map_left_main .map_left_content li {
    width: 100%;
    color: #999999;
    cursor: pointer;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content {
    width: 100%;
    height: 280px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li {
    width: 33%;
    float: left;
    height: 80px;
    text-align: center;
    margin-top: 17px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 60px;
    width: 60px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon1 {
    background: url('../img/wy_pic/map_data_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon1:hover {
    background: url('../img/wy_pic/map_data_on_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon1 {
    background: url('../img/wy_pic/map_data_on_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon2 {
    background: url('../img/wy_pic/map_data_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon2:hover {
    background: url('../img/wy_pic/map_data_on_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon2 {
    background: url('../img/wy_pic/map_data_on_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon3 {
    background: url('../img/wy_pic/map_data_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon3:hover {
    background: url('../img/wy_pic/map_data_on_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon3 {
    background: url('../img/wy_pic/map_data_on_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon4 {
    background: url('../img/wy_pic/map_data_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon4:hover {
    background: url('../img/wy_pic/map_data_on_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon4 {
    background: url('../img/wy_pic/map_data_on_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon5 {
    background: url('../img/wy_pic/map_data_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon5:hover {
    background: url('../img/wy_pic/map_data_on_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon5 {
    background: url('../img/wy_pic/map_data_on_icon5.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon6 {
    background: url('../img/wy_pic/map_data_icon6.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon6:hover {
    background: url('../img/wy_pic/map_data_on_icon6.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon6 {
    background: url('../img/wy_pic/map_data_on_icon6.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon7 {
    background: url('../img/wy_pic/map_data_icon7.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon7:hover {
    background: url('../img/wy_pic/map_data_on_icon7.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon7 {
    background: url('../img/wy_pic/map_data_on_icon7.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon8 {
    background: url('../img/wy_pic/map_data_icon8.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon8:hover {
    background: url('../img/wy_pic/map_data_on_icon8.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon8 {
    background: url('../img/wy_pic/map_data_on_icon8.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon9 {
    background: url('../img/wy_pic/map_data_icon9.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon9:hover {
    background: url('../img/wy_pic/map_data_on_icon9.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon9 {
    background: url('../img/wy_pic/map_data_on_icon9.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon10 {
    background: url('../img/wy_pic/map_data_icon10.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon10:hover {
    background: url('../img/wy_pic/map_data_on_icon10.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon10 {
    background: url('../img/wy_pic/map_data_on_icon10.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon11 {
    background: url('../img/wy_pic/map_data_icon11.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon11:hover {
    background: url('../img/wy_pic/map_data_on_icon11.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon11 {
    background: url('../img/wy_pic/map_data_on_icon11.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon12 {
    background: url('../img/wy_pic/map_data_icon12.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon12:hover {
    background: url('../img/wy_pic/map_data_on_icon12.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon12 {
    background: url('../img/wy_pic/map_data_on_icon12.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon13 {
    background: url('../img/wy_pic/map_data_icon13.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon13:hover {
    background: url('../img/wy_pic/map_data_on_icon13.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon13 {
    background: url('../img/wy_pic/map_data_on_icon13.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon14 {
    background: url('../img/wy_pic/map_data_icon14.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li .map_data_icon14:hover {
    background: url('../img/wy_pic/map_data_on_icon14.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active .map_data_icon14 {
    background: url('../img/wy_pic/map_data_on_icon14.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li h6 {
    font-size: 12px;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li:hover {
    color: #42A5F5;
}

.map_data .map_data_content .map_left_main .map_left_content .map_field_content li.active {
    color: #42A5F5;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content {
    height: 252px;
    width: 100%;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    line-height: 44px;
    margin-left: 10px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content h5:hover {
    color: #1CA6F7;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_div {
    width: 68px;
    height: 21px;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
    text-align: center;
    border: 1px solid #FF7569;
    color: #FF7569;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 15px;
    width: 18px;
    vertical-align: middle;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add {
    background: url('../img/wy_pic/add_add_icon.png') center no-repeat;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_on {
    background: url('../img/wy_pic/add_add_on_icon.png') center no-repeat;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_div:hover {
    background: #FF7569;
    color: #fff;
}

.map_data .map_data_content .map_left_main .map_left_content .ecological_civilization_content .add_add_div:hover i {
    background: url('../img/wy_pic/add_add_on_icon.png') center no-repeat;
}

.map_data .map_data_content .map_right_main {
    float: right;
    width: 900px;
    height: 655px;
    border: 1px solid #EFF3F7;
    position: relative;
}

.map_data .map_data_content .map_right_main .map_content {
    background: #EFF3F7;
    width: 890px;
    height: 644px;
    margin: 0 auto;
    margin-top: 5px;
}

.map_data .map_data_content .map_right_main .map_tools {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.map_data .map_data_content .map_right_main .map_tools li {
    margin: 0 auto;
    margin-top: 3px;
    width: 25px;
    height: 25px;
}

.map_data .map_data_content .map_right_main .map_tools li i {
    width: 100%;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon1 {
    background: url('../img/wy_pic/tools_icon1.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon2 {
    background: url('../img/wy_pic/tools_icon2.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon3 {
    background: url('../img/wy_pic/tools_icon3.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools li .tools_icon4 {
    background: url('../img/wy_pic/tools_icon4.png') center no-repeat;
    background-size: 100% 100%;
}

.map_data .map_data_content .map_right_main .map_tools .li_direction {
    width: 50px;
    height: 50px;
}

.map_data .map_data_content .map_right_main .map_tools .li_direction i {
    width: 100%;
    height: 100%;
    background: url('../img/wy_pic/direction_icon.png') center no-repeat;
    background-size: 100% 100%;
}

/* 首页带图标面包屑 */

.F_crumbs_hasicon {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}


.person_conts .person_left .person_left_top .left_top_btn button {
    float: left;
    height: 36px;
    background: #232323;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    outline: none;
    border: none;
    cursor: pointer;
}


.person_conts .person_left .person_left_top .left_top_btn .left_top_btnR {
    width: 89px;
}


.person_conts .person_left .person_left_top {
    /*height: 142px;*/
    padding-top: 22px;
    /*background: url(../img/person_left_top_ico.png) no-repeat;*/
}

.person_conts .person_left .person_left_top img {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}


.person_conts .person_left .person_left_top .left_top_btn .left_top_btnL {
    width: 100%;
    /* border-right: 1px solid #fff;*/
}


.F_crumbs_hasicon .main_page i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 12px;
    width: 12px;
    background: url('../img/wy_pic/wy_home_icon.png') center no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}


.plWraper {
    margin: 0 auto;
    min-width: 1200px;
    overflow-x: hidden;
}

.plWraper .fixedWidth {
    width: 1200px;
    margin: 0 auto;
}

.plWraper .plnewHeader {
    background: #fff;
    height: 19%;
    box-sizing: border-box;
}

.plWraper .plnewHeader .leftTitle {
    float: left;
    padding-top: 20px;
}

.plWraper .plnewHeader .leftTitle h2 {
    font-size: 28px;
    color: #333;
    font-weight: 800;
    letter-spacing: 1px;
}

.plWraper .plnewHeader .leftTitle p {
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
}

.plWraper .plnewHeader .rightlistCon {
    float: right;
}

.plWraper .plnewHeader .rightlistCon .topLogin {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 30px;
    box-sizing: border-box;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
}

.plWraper .plnewHeader .rightlistCon .topLogin i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../img/loginUser-icon.png');
    margin-right: 12px;
}

.plWraper .plnewHeader .rightlistCon .topLogin span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    color: #0C45E9;
    cursor: pointer;
}

.plWraper .plnewHeader .rightlistCon .loginOut {
    display: none;
    position: absolute;
    left: -10px;
    top: 30px;
    width: 90px;
    padding: 6px 0;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 10px #DBDBDB
}

.plWraper .plnewHeader .rightlistCon .loginOut:hover {
    color: #0C45E9;
}

.plWraper .plnewHeader .rightlistCon .childMenubg {
    display: none;
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    height: 68px;
    line-height: 68px;
    background: #fff;
    z-index: 998;
    border-top: 1px solid #DBDBDB;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 98px;
    box-sizing: border-box;
    padding-top: 20px;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li {
    float: left;
    cursor: pointer;
    width: 90px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li p {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li i {
    display: block;
    margin: 0 auto 10px auto;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover p,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab p {
    color: #2189FF;
    font-weight: bold;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .syIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .syIcon {
    background: url('../img/syIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .sjIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .sjIcon {
    background: url('../img/sjIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .apiIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .apiIcon {
    background: url('../img/apiIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .yyIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .yyIcon {
    background: url('../img/yyIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .hxIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .hxIcon {
    background: url('../img/hxIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .zxIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .zxIcon {
    background: url('../img/zxIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .hdIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .hdIcon {
    background: url('../img/hdIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li:hover .dtIcon,
.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab .dtIcon {
    background: url('../img/dtIcon-hover.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon li.activeTab {
    border-bottom: 6px solid #2189FF;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .childMenucon {
    display: none;
    position: absolute;
    top: 78px;
    left: -550px;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .childMenucon dl {
    text-align: center;
    line-height: 68px;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .childMenucon dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    font-size: 18px;
    color: #333333;
    margin: 0 30px
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .childMenucon dt:hover {
    color: #2189FF;
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .syIcon {
    width: 24px;
    height: 24px;
    background: url('../img/syIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .sjIcon {
    width: 26px;
    height: 24px;
    background: url('../img/sjIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .apiIcon {
    width: 24px;
    height: 24px;
    background: url('../img/apiIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .yyIcon {
    width: 24px;
    height: 24px;
    background: url('../img/yyIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .hxIcon {
    width: 24px;
    height: 24px;
    background: url('../img/hxIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .zxIcon {
    width: 23px;
    height: 24px;
    background: url('../img/zxIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .hdIconhdIcon {
    width: 23px;
    height: 24px;
    background: url('../img/hdIcon.png');
}

.plWraper .plnewHeader .rightlistCon .topMenuscon .dtIcon {
    width: 28px;
    height: 28px;
    margin: -2px auto 8px auto;
    background: url('../img/dtIcon.png');
}

.plWraper .plnewContainer .newBanner {
    position: relative;
    height: 468px;
    background: url(../img/newBannerpl.jpg) no-repeat center;
    background-size: 100% 100%;
}

.plWraper .plnewContainer .bannerAnimation {
    position: absolute;
    top: 40px;
    right: 0;
    width: 363px;
    height: 394px;
    background: url(../img/animationMain.png);
    z-index: 2;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon1 {
    position: absolute;
    top: -20px;
    left: 110px;
    width: 112px;
    height: 128px;
    background: url(../img/animationIcon1.png);
    animation: updown 5s linear infinite;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon2 {
    position: absolute;
    bottom: 70px;
    left: -90px;
    width: 90px;
    height: 80px;
    background: url(../img/animationIcon2.png);
    animation: updown 5s linear infinite;
    animation-delay: 1s;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon3 {
    position: absolute;
    top: -10px;
    right: 70px;
    width: 54px;
    height: 60px;
    background: url(../img/animationIcon3.png);
    animation: updown2 5s linear infinite;
    animation-delay: 2s;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon4 {
    position: absolute;
    bottom: 90px;
    right: -90px;
    width: 85px;
    height: 86px;
    background: url(../img/animationIcon4.png);
    animation: updown 5s linear infinite;
    animation-delay: 1.5s;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon5 {
    position: absolute;
    bottom: 90px;
    left: 90px;
    width: 32px;
    height: 35px;
    background: url(../img/animationIcon5.png);
    animation: updown 5s linear infinite;
    animation-delay: 1s;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon6 {
    position: absolute;
    top: 90px;
    left: -100px;
    width: 59px;
    height: 48px;
    background: url(../img/animationIcon6.png);
    animation: updown3 5s linear infinite;
    animation-delay: 0.5s;
}

.plWraper .plnewContainer .bannerAnimation .animationIcon7 {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 69px;
    height: 78px;
    background: url(../img/animationIcon7.png);
    animation: updown3 5s linear infinite;
    animation-delay: 0.5s;
}

.plWraper .plnewContainer .whiteCircle1 {
    position: absolute;
    top: -60px;
    right: -90px;
    width: 520px;
    height: 520px;
    border: 2px solid #fff;
    border-radius: 100%;
    transform: rotateX(70deg) rotateY(-20deg);
    z-index: 1;
    animation: scrollAll 8s linear infinite;
}

.plWraper .plnewContainer .whiteCircle1 .scrollCircle {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../img/animationCircle.png);
    background-size: 100% 100%;
}

.plWraper .plnewContainer .whiteCircle1 .circleIcon1 {
    top: 260px;
    left: -14px;
}

.plWraper .plnewContainer .whiteCircle1 .circleIcon2 {
    top: 260px;
    right: -14px;
}

.plWraper .plnewContainer .whiteCircle1 .circleIcon3 {
    bottom: -14px;
    left: 260px;
}

.plWraper .plnewContainer .whiteCircle1 .circleIcon4 {
    top: -14px;
    left: 260px;
}

.plWraper .plnewContainer .whiteCircle2 {
    position: absolute;
    top: -60px;
    right: -90px;
    width: 520px;
    height: 520px;
    border: 1px solid #fff;
    border-radius: 100%;
    transform: rotateX(70deg) rotateY(-5deg);
    animation: scrollAllbot 8s linear infinite;
    z-index: 1;
}

.plWraper .plnewContainer .whiteCircle2 .scrollCircle {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../img/animationCircle.png);
    background-size: 100% 100%;
}

.plWraper .plnewContainer .whiteCircle2 .circleIcon1 {
    top: 260px;
    left: -14px;
}

.plWraper .plnewContainer .whiteCircle2 .circleIcon2 {
    top: 260px;
    right: -14px;
}

.plWraper .plnewContainer .whiteCircle2 .circleIcon3 {
    bottom: -14px;
    left: 260px;
}

.plWraper .plnewContainer .whiteCircle2 .circleIcon4 {
    top: -14px;
    left: 260px;
}

.plWraper .plnewContainer .bannerTopcon {
    padding-top: 110px;
    height: 468px;
    box-sizing: border-box;
    position: relative;
}

.plWraper .plnewContainer .bannerTopcon h1 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
}

.plWraper .plnewContainer .bannerTopcon .searchCon {
    margin: 30px 0 10px 0;
}

.plWraper .plnewContainer .bannerTopcon .searchMain {
    width: 535px;
    height: 58px;
    background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.plWraper .plnewContainer .bannerTopcon .searchMain input {
    width: 405px;
    height: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: top;
    font-size: 18px;
}

.plWraper .plnewContainer .bannerTopcon .searchMain button {
    width: 130px;
    height: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    background: #2189FF;
    cursor: pointer;
}

.plWraper .plnewContainer .bannerTopcon .searchMain button i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../img/searchIcon.png');
    margin-right: 10px;
}

.plWraper .plnewContainer .bannerTopcon .searchMain button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
}

.plWraper .plnewContainer .bannerTopcon .dataBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 130px;
    height: 58px;
    border: none;
    box-sizing: border-box;
    outline: none;
    background: #2189FF;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    margin-left: 8px;
}

.plWraper .plnewContainer .bannerTopcon .typeBtncon li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8)
}

.plWraper .plnewContainer .bannerTopcon .typeBtncon li:hover,
.plWraper .plnewContainer .bannerTopcon .typeBtncon li.activeType {
    background: linear-gradient(180deg, rgba(118, 213, 255, 1) 0%, rgba(33, 119, 255, 1) 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 64, 156, 0.79);
}

.plWraper .plnewContainer .bannerBotcon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.plWraper .plnewContainer .bannerBotcon li {
    float: left;
    width: 14.28%;
    height: 100px;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer
}

.plWraper .plnewContainer .bannerBotcon li:hover,
.plWraper .plnewContainer .bannerBotcon li.activeData {
/ / background: #2189FF;
}

.plWraper .plnewContainer .bannerBotcon li:hover .bannerdataTop p,
.plWraper .plnewContainer .bannerBotcon li.activeData .bannerdataTop p {
    color: rgba(255, 255, 255, 1);
}

.plWraper .plnewContainer .bannerBotcon li:hover .botNumber,
.plWraper .plnewContainer .bannerBotcon li.activeData .botNumber {
    color: rgba(255, 255, 255, 1);
}

.plWraper .plnewContainer .bannerBotcon .bannerdataTop p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 14px;
    padding-top: 20px;
}

.plWraper .plnewContainer .bannerBotcon .bannerdataTop span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: #FF6A08;
    border-radius: 10px;
    padding: 2px 5px;
    color: #fff;
    margin-top: 15px;
}

.plWraper .plnewContainer .bannerBotcon .botNumber {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 50px;
}

.plWraper .plnewContainer .bannerBotcon .botNumber em {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    margin-right: 10px;
}

.plWraper .plnewContainer .secondDatacon {
    background: #ffffff;
    height: 530px;
    box-sizing: border-box;
    padding: 40px 0;
}

.plWraper .plnewContainer .secondDatacon .secondTitle h3 {
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 100px;
}

.plWraper .plnewContainer .secondDatacon .secondTitle p {
    float: right;
    padding-top: 30px;
}

.plWraper .plnewContainer .secondDatacon .secondTitle p span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    margin-left: 10px;
}

.plWraper .plnewContainer .hotDataCon {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 20px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList li {
    border: 1px solid #DBDBDB;
    height: 90px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    overflow: hidden
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot {
    height: 110px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover .leftNumber,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot .leftNumber {
    height: 108px;
    line-height: 108px;
    background: url('../img/hoverNumbg.png');
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover .leftNumber span,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot .leftNumber span {
    display: none;
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover .leftNumber em,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot .leftNumber em {
    font-size: 48px;
    color: #FFFFFF;
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover .rightMsgcon .messageTitle h3,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot .rightMsgcon .messageTitle h3 {
    color: #2189FF;
    line-height: 54px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover .rightMsgcon .messageTitle span,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot .rightMsgcon .messageTitle span {
    width: 43px;
    height: 20px;
    box-sizing: border-box;
    color: #ffffff;
    background: url('../img/hottopBg.png');
    padding-left: 14px;
    line-height: 24px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList li:hover .rightMsgcon .messageMain,
.plWraper .plnewContainer .hotDataCon .hotDataList li.activeHot .rightMsgcon .messageMain {
    height: 90px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .leftNumber {
    float: left;
    width: 110px;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
    line-height: 90px;
    transition: all 0.5s ease;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .leftNumber span {
    font-size: 32px;
    font-weight: bold;
    color: #2189FF;
    margin-right: 10px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .leftNumber em {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .rightMsgcon {
    overflow: hidden;
    padding: 10px 0;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .rightMsgcon .messageMain {
    height: 70px;
    border-left: 1px solid #DBDBDB;
    padding: 0 30px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .rightMsgcon .messageMain p {
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .rightMsgcon .messageTitle h3 {
    font-size: 16px;
    color: #333333;
/ / font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    line-height: 40px;
}

.plWraper .plnewContainer .hotDataCon .hotDataList .rightMsgcon .messageTitle span {
    margin-top: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
    color: #2189FF;
    font-weight: bold;
    line-height: 24px;
}

.plWraper .plnewContainer .newAPIcon {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
}

.plWraper .plnewContainer .newAPIcon .newApiList li {
    height: 90px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    transition: height 0.5s
}

.plWraper .plnewContainer .newAPIcon .newApiList li:hover,
.plWraper .plnewContainer .newAPIcon .newApiList li.activeAPI {
    height: 110px;
}

.plWraper .plnewContainer .newAPIcon .newApiList li:hover .leftNumber,
.plWraper .plnewContainer .newAPIcon .newApiList li.activeAPI .leftNumber {
    display: none;
}

.plWraper .plnewContainer .newAPIcon .newApiList li:hover .rightMsgcon,
.plWraper .plnewContainer .newAPIcon .newApiList li.activeAPI .rightMsgcon {
    padding: 10px 10px 10px 0;
}

.plWraper .plnewContainer .newAPIcon .newApiList li:hover .rightMsgcon .messageTitle,
.plWraper .plnewContainer .newAPIcon .newApiList li.activeAPI .rightMsgcon .messageTitle {
    color: #2189FF;
    line-height: 34px;
}

.plWraper .plnewContainer .newAPIcon .newApiList li:hover .rightMsgcon p,
.plWraper .plnewContainer .newAPIcon .newApiList li.activeAPI .rightMsgcon p {
    line-height: 30px;
}

.plWraper .plnewContainer .newAPIcon .newApiList .leftNumber {
    float: left;
    width: 110px;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
    line-height: 90px;
}

.plWraper .plnewContainer .newAPIcon .newApiList .leftNumber b {
    color: #999999;
    font-size: 42px;
    font-weight: bold;
}

.plWraper .plnewContainer .newAPIcon .newApiList .leftNumber span {
    font-size: 24px;
    font-weight: bold;
    color: #2189FF;
    margin: 0 4px;
}

.plWraper .plnewContainer .newAPIcon .newApiList .leftNumber em {
    color: #999999;
    font-size: 24px;
}

.plWraper .plnewContainer .newAPIcon .newApiList .rightMsgcon {
    overflow: hidden;
    padding: 10px 10px 10px 30px;
}

.plWraper .plnewContainer .newAPIcon .newApiList .rightMsgcon p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
}

.plWraper .plnewContainer .newAPIcon .newApiList .rightMsgcon .messageTitle {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.plWraper .plnewContainer .newAPIcon .newCataList li {
    border: 1px solid #DBDBDB;
    height: 90px;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    overflow: hidden
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot {
    height: 110px;
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover .leftNumber,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot .leftNumber {
    height: 108px;
    line-height: 108px;
    background: url('../img/hoverNumbg.png');
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover .leftNumber span,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot .leftNumber span {
    display: none;
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover .leftNumber em,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot .leftNumber em {
    font-size: 48px;
    color: #FFFFFF;
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover .rightMsgcon .messageTitle h3,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot .rightMsgcon .messageTitle h3 {
    color: #2189FF;
    line-height: 54px;
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover .rightMsgcon .messageTitle span,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot .rightMsgcon .messageTitle span {
    width: 43px;
    height: 20px;
    box-sizing: border-box;
    color: #ffffff;
    background: url('../img/hottopBg.png');
    padding-left: 14px;
    line-height: 24px;
}

.plWraper .plnewContainer .newAPIcon .newCataList li:hover .rightMsgcon .messageMain,
.plWraper .plnewContainer .newAPIcon .newCataList li.activeHot .rightMsgcon .messageMain {
    height: 90px;
}

.plWraper .plnewContainer .newAPIcon .newCataList .leftNumber {
    float: left;
    width: 110px;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
    line-height: 90px;
    transition: all 0.5s ease;
}

.plWraper .plnewContainer .newAPIcon .newCataList .leftNumber span {
    font-size: 32px;
    font-weight: bold;
    color: #2189FF;
    margin-right: 10px;
}

.plWraper .plnewContainer .newAPIcon .newCataList .leftNumber em {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}

.plWraper .plnewContainer .newAPIcon .newCataList .rightMsgcon {
    overflow: hidden;
    padding: 5px 0;
}

.plWraper .plnewContainer .newAPIcon .newCataList .rightMsgcon .messageMain {
    height: 70px;
    border-left: 1px solid #DBDBDB;
    padding: 0 30px;
}

.plWraper .plnewContainer .newAPIcon .newCataList .rightMsgcon .messageMain p {
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plWraper .plnewContainer .newAPIcon .newCataList .rightMsgcon .messageTitle h3 {
    font-size: 16px;
    color: #333333;
/ / font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    line-height: 40px;
}

.plWraper .plnewContainer .newAPIcon .newCataList .rightMsgcon .messageTitle span {
    margin-top: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
    color: #2189FF;
    font-weight: bold;
    line-height: 24px;
}

.plWraper .plnewContainer .thirdDatacon {
    height: 591px;
    background: url('../img/thirdBg.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 60px 0;
}

.plWraper .plnewContainer .typeOfData .topTypeMenu {
    margin: 0 -8px 25px -8px;
}

.plWraper .plnewContainer .typeOfData .topTypeMenu li {
    width: 227px;
    height: 66px;
    background: #394463;
    box-sizing: border-box;
    float: left;
    margin: 0 8px;
    cursor: pointer;
    text-align: center;
    line-height: 66px;
}

.plWraper .plnewContainer .typeOfData .topTypeMenu li i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 16px;
}

.plWraper .plnewContainer .typeOfData .topTypeMenu li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.plWraper .plnewContainer .typeOfData .topTypeMenu li:hover,
.plWraper .plnewContainer .typeOfData .topTypeMenu li.activeMenu {
    background: url('../img/newTypeof-hover.png');
}

.plWraper .plnewContainer .typeOfData .topTypeMenu .hyIcon {
    width: 26px;
    height: 26px;
    background: url('../img/hyIcon.png');
}

.plWraper .plnewContainer .typeOfData .topTypeMenu .ztIcon {
    width: 26px;
    height: 26px;
    background: url('../img/ztIcon.png');
}

.plWraper .plnewContainer .typeOfData .topTypeMenu .lyIcon {
    width: 26px;
    height: 26px;
    background: url('../img/lyIcon.png');
}

.plWraper .plnewContainer .typeOfData .topTypeMenu .fwIcon {
    width: 30px;
    height: 26px;
    background: url('../img/fwIcon.png');
}

.plWraper .plnewContainer .typeOfData .topTypeMenu .bmIcon {
    width: 28px;
    height: 26px;
    background: url('../img/bmIcon.png');
}

.plWraper .plnewContainer .typeOfData .typelistCon {
    height: 380px;
    box-sizing: border-box;
    background: #ffffff;
}

.plWraper .plnewContainer .typeOfData .typelistCon ul {
    padding: 46px 10px 0 10px;
}

.plWraper .plnewContainer .typeOfData .typelistCon li {
    float: left;
    width: 131px;
    height: 131px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    margin: 0 18px 36px 18px;
    cursor: pointer;
    position: relative;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .normalList {
    transition: all 0.3s ease-in;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .normalList p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding: 0 8px;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .normalList .normalIcon {
    height: 86px;
    line-height: 86px;
    text-align: center;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .normalList .normalIcon img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .hoverList {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/typehoverBg.png');
    padding: 30px 15px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .hoverList h4 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .hoverList p {
    font-size: 14px;
    color: #FFFFFF;
}

.plWraper .plnewContainer .typeOfData .typelistCon li .hoverList p em {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 10px;
}

.plWraper .plnewContainer .typeOfData .typelistCon li:hover,
.plWraper .plnewContainer .typeOfData .typelistCon li.activelist {
    border: none;
    box-shadow: 0 0 28px #a7a7a7;
}

.plWraper .plnewContainer .typeOfData .typelistCon li:hover .normalList,
.plWraper .plnewContainer .typeOfData .typelistCon li.activelist .normalList {
    transform: rotateZ(180deg);
    opacity: 0;
}

.plWraper .plnewContainer .typeOfData .typelistCon li:hover .hoverList,
.plWraper .plnewContainer .typeOfData .typelistCon li.activelist .hoverList {
    opacity: 1;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist {
    padding: 30px 10px 0 10px;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li {
    border: none;
    width: 20%;
    margin: 0;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    display: table;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li span {
    display: none;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li span em {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 10px;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li:hover {
    background: url('../img/typehoverBg.png');
    background-size: 100% 100%;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li:hover p {
    color: #fff;
}

.plWraper .plnewContainer .typeOfData .typelistCon .partmentlist li:hover span {
    display: block;
    color: #fff;
}

.plWraper .plnewContainer .forthDatacon {
    background: #ffffff;
    padding: 40px 0;
}

.plWraper .plnewContainer .datalistTitle {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.plWraper .plnewContainer .moreBtnenter {
    width: 180px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    background: #fff;
    outline: none;
    cursor: pointer;
    display: block;
    margin: 30px auto 0 auto;
}

.plWraper .plnewContainer .moreBtnenter span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
}

.plWraper .plnewContainer .moreBtnenter i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url('../img/newarrowRight.png');
    margin-left: 10px;
}

.plWraper .plnewContainer .themeScene .themeListcon {
    margin: 0 -42px;
}

.plWraper .plnewContainer .themeScene .themeListcon li {
    width: 344px;
    float: left;
    box-sizing: border-box;
    margin: 0 42px;
    cursor: pointer;
    transition: all .5s ease
}

.plWraper .plnewContainer .themeScene .themeListcon li:hover {
    margin-top: -20px;
    box-shadow: 0 0 28px #a6a6a6;
}

.plWraper .plnewContainer .themeScene .themeListcon li:hover .themeMsgcon h3 span {
    color: #2189FF;
    border-bottom: 4px solid #2189FF;
}

.plWraper .plnewContainer .themeScene .themeListcon li:hover .themeImgcon {
    overflow: hidden;
}

.plWraper .plnewContainer .themeScene .themeListcon li:hover .themeImgcon img {
    transform: scale(1.1);
}

.plWraper .plnewContainer .themeScene .themeListcon li:hover .themeImgcon .maskLayer {
    opacity: 1;
}

.plWraper .plnewContainer .themeScene .themeListcon li:hover .themeImgcon b {
    transform: scale(2);
    opacity: 1;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeImgcon {
    width: 344px;
    height: 240px;
    position: relative;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeImgcon img {
    width: 100%;
    height: 100%;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeImgcon .maskLayer {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../img/maskLayer.png');
    transition: opacity 0.5s;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeImgcon b {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    line-height: 240px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    transition: opacity 0.5s;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeMsgcon {
    border: 1px solid #DBDBDB;
    margin-top: -10px;
    padding: 20px;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeMsgcon h3 {
    margin-bottom: 10px;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeMsgcon h3 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 32px;
    color: #333333;
    font-weight: 500;
    border-bottom: 4px solid #ffffff;
}

.plWraper .plnewContainer .themeScene .themeListcon .themeMsgcon p {
    font-size: 16px;
    color: #666666;
}

.plWraper .plnewContainer .fifthDatacon {
    background: #F1F4FB;
    padding: 40px 0;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li {
    float: left;
    width: 400px;
    height: 200px;
    box-sizing: border-box;
    padding: 0 40px;
    cursor: pointer;
    transition: all .3s ease;
    transform: scale(0.9);
}

.plWraper .plnewContainer .newsmainCon .newsListcon li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 66px;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li:hover,
.plWraper .plnewContainer .newsmainCon .newsListcon li.active {
    z-index: 2;
    transform: scale(1);
    background-image: url('../img/newsHoverbg.png');
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, .2);
    padding: 0 40px;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li:hover h3,
.plWraper .plnewContainer .newsmainCon .newsListcon li.active h3 {
    color: #ffffff;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li:hover p,
.plWraper .plnewContainer .newsmainCon .newsListcon li.active p {
    color: #ffffff;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li:hover .newsBotlist span,
.plWraper .plnewContainer .newsmainCon .newsListcon li.active .newsBotlist span {
    color: #ffffff;
}

.plWraper .plnewContainer .newsmainCon .newsListcon li:hover .newsBotlist .dateIcon,
.plWraper .plnewContainer .newsmainCon .newsListcon li.active .newsBotlist .dateIcon {
    background: url('../img/whiteDate-icon.png');
}

.plWraper .plnewContainer .newsmainCon .newsListcon li:hover .newsBotlist .enterIcon,
.plWraper .plnewContainer .newsmainCon .newsListcon li.active .newsBotlist .enterIcon {
    opacity: 1;
}

.plWraper .plnewContainer .newsmainCon .newsBotlist {
    margin-top: 26px;
}

.plWraper .plnewContainer .newsmainCon .newsBotlist span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}

.plWraper .plnewContainer .newsmainCon .newsBotlist .dateIcon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url('../img/grayDate-icon.png');
    margin-right: 8px;
}

.plWraper .plnewContainer .newsmainCon .newsBotlist .enterIcon {
    opacity: 0;
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 43px;
    height: 24px;
    background: url('../img/whiteEnter-icon.png');
}

.plWraper .plnewFooter {
    background: #282D3C;
}

.plWraper .plnewFooter .footerCon {
    padding: 40px 0 30px 100px;
    box-sizing: border-box;
}

.plWraper .plnewFooter .footerCon img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 30px;
}

.plWraper .plnewFooter .footerMsgcon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.plWraper .plnewFooter .footerMsgcon .footerlist1 {
    margin-bottom: 25px;
}

.plWraper .plnewFooter .footerMsgcon .footerlist1 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    height: 20px;
    padding: 0 15px
}

.plWraper .plnewFooter .footerMsgcon .footerlist1 li:last-child {
    border-right: none;
}

.plWraper .plnewFooter .footerMsgcon .footerlist2 {
    margin-bottom: 12px;
}

.plWraper .plnewFooter .footerMsgcon .footerlist2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 390px;
    padding-left: 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.plWraper .plnewFooter .footerMsgcon p {
    padding-left: 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.F_crumbs_hasicon {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.F_crumbs_hasicon .now_add {
    color: #C8C8C8;
}

.F_crumbs_hasicon .main_page {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 50px;
    color: #999999;
}

.F_crumbs_hasicon .main_page i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 12px;
    width: 12px;
    background: url('../img/wy_pic/wy_home_icon.png') center no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.F_crumbs_hasicon .to_next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    text-align: center;
    color: #999999;
}

.F_crumbs_hasicon .now_add_blue {
    color: #42A5F5;
}


.hompa-wraper {
    position: relative;
    top: 100px;
}

.content_main {
    width: 1180px;
    margin: 0 auto;
}

.listnewContainer .listNewbannercon {
    background: url(../img/listbanner.png) center;
    height: 230px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 90px;
}

.listnewContainer .listNewbannercon .searchCon {
    margin: 0 0 10px 0;
}

.listnewContainer .listNewbannercon .searchMain {
    width: 535px;
    height: 50px;
    background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border-radius: 5px;
}

.listnewContainer .listNewbannercon .searchMain input {
    width: 405px;
    height: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
    border-radius: 5px;
}

.listnewContainer .listNewbannercon .searchMain button {
    width: 126px;
    height: 100%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    outline: none;
    background: #2189FF;
    cursor: pointer;
    border-radius: 5px;
}

.listnewContainer .listNewbannercon .searchMain button i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../img/searchIcon.png');
    margin-right: 10px;
}

.listnewContainer .listNewbannercon .searchMain button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
}

.listnewContainer .listNewbannercon .dataBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 130px;
    height: 50px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    outline: none;
    background: #2189FF;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    margin-left: 8px;
    border-radius: 5px;
}

.listnewContainer .listNewbannercon .typeBtncon li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 60px;
    height: 40px;
/ / padding: 0 15 px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8)
}

.listnewContainer .listNewbannercon .typeBtncon li:hover,
.listnewContainer .listNewbannercon .typeBtncon li.activeType {
    font-weight: 900;
    font-size: 16px;
}


/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=style.css.map */
