/* Minification failed. Returning unminified contents.
(1987,13): run-time error CSS1035: Expected colon, found ';'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-family: sans-serif; /* 1 */
}

/**
 * Remove default margin. s
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
/* ReSharper disable once Html.TagNotResolved */
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

/* ReSharper disable once Html.TagNotResolved */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

    input[type="search"] {
        -moz-box-sizing: content-box;
        -webkit-appearance: textfield; /* 1 */
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

body, html, h2, h3, h4, h1, h5, h6, span, p, i, dl, ol, ul, li, dt, a, img {
    font-family: '微软雅黑';
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

a {
    color: #5c5b5b;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: bottom;
}

.clear {
    zoom: 1;
}

    .clear:after {
        clear: both;
        content: '';
        display: block;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.op_index {
    background: #fff;
}

input {
    outline: none;
}

.ing_index {
    width: 260px;
}

.foot_index dl {
    margin: 0 auto;
    width: 480px;
}

    .foot_index dl dt {
        background: url(../images/beijing_1.png);
        float: left;
        height: 48px;
        margin-right: 12px;
        width: 108px;
    }

.foot_op p {
    color: #fff;
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
}

.foot_op > p > a {
    color: #fff;
    text-decoration: underline;
}

.foot_index dt.foot_1 {
    background-position: 2px -528px;
}

.foot_index dt.foot_2 {
    background-position: -131px -528px;
}

.foot_index dt.foot_3 {
    background-position: -267px -528px;
}

.foot_index dt.foot_4 {
    background-position: -399px -528px;
}

.foot_pot {
    background: #505050;
    min-width: 1024px;
    width: 100%;
}

.foot_op {
    text-align: center;
}

.foot_po_tu li {
    text-align: center;
    color: #fff;
    display: inline-block;
}

    .foot_po_tu li a {
        color: #fff;
    }

    .foot_po_tu li span {
        margin: 0 5px;
    }

.foot_po_tu {
    padding-top: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.foot_index {
    padding: 24px 0;
}

.hrdengd1 {
    background: #b70008;
    height: 7px;
    min-width: 1024px;
    width: 100%;
}

.nav {
    background: url(/images/jian1.png) repeat;
    height: 100px;
    min-width: 1024px;
    width: 100%;
}

.nav_1 {
    margin-left: 84px;
}

    .nav_1 li {
        float: left;
        font-size: 14px;
        margin-left: 40px;
        margin-top: 40px;
        padding-bottom: 36px;
    }

        .nav_1 li.active > a {
            color: #B80909;
        }

        .nav_1 li a {
            color: #515151;
            font-size: 14px;
            font-weight: bold;
        }

.logoindex {
    margin-top: 16px;
}

.text_xiaoren {
    margin-right: 13px;
    width: 174px;
}

.zenxi_box h2 {
    color: #c7030c;
    font-family: '微软雅黑';
    font-size: 18px;
}

    .zenxi_box h2 span {
        color: #5f5f5f;
        font-family: '微软雅黑';
        font-size: 13px;
    }

.likai_box h2 a {
    color: #717171;
}

.zhenxi_box {
    margin: 13px auto;
}

.pl_sanjiao_l {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #858585;
    border-top: 4px solid transparent;
    height: 0;
    margin-top: 3px;
    width: 0;
}

.pl_sanjiao_l_now {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page_box_left {
    border: 1px solid #eaeaea;
    margin: 0 auto;
    width: 220px;
}

.pl_box_l {
    -ms-border-radius: 2px;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin: 0 auto;
    margin-top: 10px;
    width: 195px;
}

.pl_op_l a {
    color: #5c5c5c;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.border_ko_l {
    color: #858585;
    margin-right: 10px;
}

.ki_box {
    margin-left: 14px;
}

.pl_sanjiao_l {
    margin-right: 10px;
}

.juli_top {
    margin-top: 8px;
}

.page_l_up {
    margin: 0 auto;
    width: 195px;
}

.sibling_l {
    cursor: pointer;
    display: none;
    margin: 0 auto;
    width: 168px;
}

    .sibling_l li {
        box-sizing: border-box;
        display: block;
        position: relative;
        border-bottom: 1px dashed #c5c5c5;
    }

    .sibling_l > li > a {
        box-sizing: border-box;
        display: block;
        line-height: 20px;
        padding: 10px 0;
        color: #5c5c5c;
        position: relative;
    }

        .sibling_l > li > a > span {
            box-sizing: border-box;
            display: inline-block;
            color: #5c5c5c;
            margin: 0 5px 0 15px;
        }

.page_box_left {
    padding-bottom: 12px;
}

.ko_opp_right {
    border: 1px solid #eaeaea;
    padding: 15px;
    width: 760px;
}

.img_mop img {
    display: block;
    margin: 20px auto;
}

.opp_pduanluo p {
    color: #5c5c5c;
    line-height: 25px;
    margin: 0 auto;
    margin-bottom: 34px;
    text-indent: 20px;
    width: 745px;
}

    .opp_pduanluo p > span {
        /*display: block;*/
        text-indent: 20px;
    }

.op_index_l {
    margin: 24px auto;
}

.kefu_img img {
    display: block;
    margin: 0 auto;
}

.zenxi_box span {
    margin-left: 8px;
}

.pl_now {
    background: #c90d16;
}

    .pl_now a {
        color: #fff;
    }

    .pl_now h4 {
        color: #fff;
    }

    .pl_now .pl_sanjiao_l {
        border-left: 6px solid #fff;
    }

    .pl_now .border_ko_l {
        color: #FFF;
    }

ul.sibling_l > li.pl_now1 > a, ul.sibling_l > li.pl_now1 > a > span {
    color: #F00;
}

.img_mdkbos_lpo img {
    display: block;
    margin: 20px auto;
}

.nav_1 li {
    position: relative;
}

.nav_1 .now_nav_2 .sanjian_op {
    border-bottom: 8px solid #b70008;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    left: 21px;
    position: absolute;
    top: 40px;
    width: 0;
}

.ko_opp_mov {
    background: #fff;
    left: -225px;
    position: absolute;
    top: 53px;
    width: 550px;
    z-index: 9999;
    box-shadow: 2px 4px 6px #ccc;
    border-radius: 4px;
}

.nav_1 .ko_opp_mov .ko_mov {
    border-right: 1px dashed #909191;
    float: left;
    margin-left: 36px;
    margin-top: 14px;
    /*width: 650px;*/
}

    .nav_1 .ko_opp_mov .ko_mov:last-child {
        border-right: none;
    }

    .nav_1 .ko_opp_mov .ko_mov dt a {
        color: #5c5c5c;
        font-weight: normal;
        line-height: 35px;
    }

.ko_mov dt.active > a {
    color: #b80909 !important;
    font-weight: bold !important;
}

.bnox {
    display: none;
}

.wsc_index ul li {
    float: left;
}

.kohop_index {
    background: #fff;
    border: 1px solid #f7f7f7;
}

.wsc_index ul {
    left: 0;
    position: relative;
    top: 0;
}

.page_box_lt {
    width: 222px;
}

.wsc_index {
    overflow: hidden;
    width: 984px;
}

.index_banner > img {
    border: none;
    height: auto;
    width: 100%;
    min-width: 1024px;
}

.hrdengd {
    background: #b70008;
    height: 44px;
    min-width: 1024px;
    width: 100%;
}

.kuand h2 {
    color: #fff;
    line-height: 44px;
    width: 300px;
}

.kuand a {
    color: #fff;
    line-height: 44px;
}

.background_warry {
    background: url(/images/bj.png) no-repeat center;
    height: 430px;
    min-width: 1024px;
    padding-top: 90px;
}

.index_i {
    margin: 44px auto 0;
    width: 552px;
}

.opkius {
    background: url(/images/beijin_icon.png) no-repeat center;
}

.logo {
    background-position: 0 0;
    height: 81px;
    margin: 0 auto;
    width: 579px;
}

.input {
    background-position: -14px -117px;
    height: 51px;
    width: 476px;
}

.suoshou {
    background-position: -498px -120px;
    height: 50px;
    width: 70px;
}

.input input {
    border: 0 none;
    height: 30px;
    margin: 10px 0 0 15px;
    width: 350px;
    font-size: 20px;
}

.liucheng {
    margin: 20px auto 0;
    width: 532px;
}

.shuziliuc h2 {
    color: #5c5c5c;
    margin-top: 3px;
}

.index_op span {
    font-family: '微软雅黑';
}

.backgroound_quanju {
    background: #ececec;
}

.index_op {
    margin-right: 10px;
}

    .index_op a {
        -ms-border-radius: 50%;
        background: #c3c3c3;
        border-radius: 50%;
        color: #fff;
        height: 18px;
        line-height: 18px;
        text-align: center;
        width: 18px;
    }

    .index_op span {
        margin: 2px 0 0 5px;
    }

        .index_op span i {
            margin-left: 5px;
            padding-top: 2px;
        }

.text_wenben {
    color: #747474;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 56px;
    text-align: center;
}

.index_opk li {
    background: url(/images/beijin_icon.png) no-repeat;
    float: left;
    height: 61px;
    margin-right: 26px;
    padding-top: 75px;
    text-align: center;
    width: 61px;
}

    .index_opk li a {
        color: #898989;
    }

    .index_opk li.index_now_1 {
        background-position: -23px -297px;
    }

    .index_opk li.index_now_2 {
        background-position: -123px -297px;
    }

    .index_opk li.index_now_3 {
        background-position: -214px -297px;
    }

    .index_opk li.index_now_4 {
        background-position: -303px -297px;
    }

    .index_opk li.index_now_5 {
        background-position: -397px -297px;
    }

    .index_opk li.index_now_6 {
        background-position: -486px -297px;
    }

.op_index_op h2 {
    background: #fff;
    border-top: 3px solid #b70008;
    color: #b70008;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 130px;
}

.op_ix_op h2 {
    background: url(/images/jianbianbeij.png);
    height: 22px;
    padding-left: 329px;
    padding-top: 15px;
    width: 40px;
}

.index_pl {
    background: #fff;
    width: 500px;
}

    .index_pl li {
        border-bottom: 1px dashed #ababab;
        color: #5c5c5c;
        height: 36px;
        line-height: 36px;
        margin: 0 auto;
        width: 460px;
    }

        .index_pl li:hover a {
            color: #B70008;
        }

        .index_pl li span {
            margin-right: 5px;
        }

        .index_pl li h3 a,
        .index_pl li h2 a {
            color: #5c5c5c;
        }

/*.index_pl li h3 {
            margin-right: 15px;
        }*/

.img_zongti_index {
    background: #fff;
    margin: 16px auto 20px;
    width: 460px;
}

.index_po {
    margin-left: 58px;
    margin-top: 28px;
}

.ing_index p {
    color: #5c5c5c;
    line-height: 25px;
}

.index_po h2 {
    -ms-border-radius: 5px;
    background: #b70008;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    text-align: center;
    width: 87px;
}

    .index_po h2 a {
        color: #fff;
    }

.op_inx_op {
    background: url(/images/jianbianbeij.png);
    height: 37px;
    margin-top: 22px;
    position: relative;
    top: 2px;
}

    .op_inx_op h3 {
        color: #5c5b5b;
    }

    .op_inx_op h2 {
        border-right: 1px solid #ededed;
        color: #5c5b5b;
        cursor: pointer;
        font-size: 14px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        width: 130px;
    }

    .op_inx_op .now {
        background: #fff;
        border-bottom: none;
        border-top: 3px solid #b70008;
        color: #b70008;
        font-weight: bold;
    }

    .op_inx_op h2.now {
        margin-top: -3px;
    }

.op_x_op h2 {
    width: 892px;
}

.op_x_op {
    background: url(/images/jianbianbeij.png);
    border: 1px solid #ededed;
    height: 37px;
}

.op_inx_op H3 {
    margin-right: 15px;
    margin-top: 15px;
}

.ing_iex p {
    width: 460px;
}

.cla_dex .index_pl li {
    width: 320px;
}

.cla_dex .index_pl {
    width: 330px;
}

.find_1 {
    background: #fff;
    padding-top: 25px;
    width: 692px;
}

.img_idex img {
    margin-bottom: 11px;
    margin-left: 15px;
}

.ing_iex p {
    color: #5c5c5c;
    line-height: 30px;
    margin-left: 18px;
    margin-top: 7px;
}

.index_po h2.index_opk_opk {
    margin-left: 320px;
}

.h2_find_1 {
    border: 1px solid #ededed;
    display: none;
}

.index_quanju {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 1024px;
}

.kohop_index {
    margin-top: 22px;
}

    .kohop_index img {
        border: 1px solid #f2f2f2;
    }

.index_pl li.index_opk_ho {
    border-bottom: none;
}

.index_waay {
    background: url(../images/xiangshudian.png) repeat-x;
    background-position: 0 18px;
    margin-top: 40px;
    text-align: center;
}

    .index_waay h2 a {
        background: #FFF;
        color: #b70008;
        font-family: '微软雅黑';
        font-size: 26px;
        padding-left: 18px;
        padding-right: 18px;
        text-align: center;
    }

    .index_waay p {
        color: #555555;
        font-size: 16px;
        margin-top: 14px;
        text-align: center;
    }

.ul_xiaoren li {
    background: #f5f5f5;
    float: left;
    height: 138px;
    margin: 0 6px;
    margin-top: 12px;
    width: 328px;
}

.img_xiaoren img {
    margin-left: 5px;
    margin-top: 5px;
}

.text_xiaoren h2 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: bold;
    margin: 36px 0 10px 0;
}

.text_xiaoren p {
    color: #5c5c5c;
    line-height: 20px;
}

.ul_xiaoren {
    margin-top: 31px;
}

.yl_index {
    margin-top: 17px;
}

    .yl_index li {
        float: left;
        margin: 8px;
        margin-top: 15px;
        width: 240px;
    }

        .yl_index li p {
            color: #5c5c5c;
            line-height: 20px;
            margin-top: 10px;
            width: 240px;
        }

        .yl_index li a {
            color: #b70008;
            display: block;
            margin-left: 173px;
            margin-top: 10px;
        }

.img_box {
    position: relative;
}

.index_box {
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    -o-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

    .index_box h2 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 45px;
    }

.index_pox {
    margin-top: 44px;
}

    .index_pox li {
        float: left;
        margin: 0 23px;
        text-align: center;
        width: 210px;
    }

        .index_pox li a {
            color: #434343;
            display: block;
            font-size: 14px;
            margin-top: 17px;
            text-align: center;
        }

.tubiao_index {
    margin-top: 40px;
}

    .tubiao_index img {
        display: block;
        margin: 0 auto;
    }

.index_kos_1 {
    position: absolute;
}

.tubiao_index {
    height: 465px;
    position: relative;
    width: 1024px;
}

.pos_index {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 12PX;
    width: 275px;
}

.index_kos_1 p {
    color: #474747;
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 275px;
}

.pos_index h3 {
    -ms-border-radius: 5px;
    background: #f08924;
    border-radius: 5px;
    color: #FFF;
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

.pos_index h2 {
    color: #dc720a;
    font-family: '微软雅黑';
    font-size: 22px;
    margin-left: 10px;
    margin-top: 5px;
}

.ojg_index {
    margin: 34px 0;
}

    .ojg_index li {
        background: #e7e7e7;
        color: #5c5c5c;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
        margin: 0 1px;
        position: relative;
        text-align: center;
        width: 202px;
    }

    .ojg_index .now_i {
        background: #c5262c;
        color: #fff;
    }

.noe_1 {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #c5262c;
    bottom: -12px;
    height: 0;
    left: 48%;
    position: absolute;
    width: 0;
}

.dl_index {
    display: none;
}

    .dl_index dt {
        float: left;
        height: 160px;
        margin: 0 15px;
        text-align: center;
        width: 173px;
    }

        .dl_index dt h2 {
            margin: 16px 0;
        }

        .dl_index dt h3 {
            margin-top: 6px;
        }

.guagn_img a {
    color: #fff;
    display: block;
    position: absolute;
}

.guagn_img {
    position: relative;
}

.border_index {
    border: 1px solid #f5f5f5;
    width: 500px;
}

.margin_index {
    margin: 20px auto;
}

.index_text h2 {
    color: #505050;
    font-family: '微软雅黑';
    font-size: 14px;
    text-align: center;
}

    .index_text h2 span {
        color: #c80d0d;
        font-family: '微软雅黑';
        font-size: 18px;
        text-align: center;
    }

.jiaru_q {
    background: url(/images/index1.png) no-repeat center;
    height: 962px;
    margin-top: 34px;
    width: 1022px;
}

.jiaru_op h2 {
    color: #5c5b5b;
    font-size: 14px;
    font-weight: bold;
}

.jiaru_op {
    width: 335px;
}

    .jiaru_op p {
        color: #5c5b5b;
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
        width: 335px;
    }

.jiaru_w h2 {
    color: #b70909;
    font-family: '微软雅黑';
    font-size: 20px;
    margin-right: 28px;
    margin-top: 89px;
}

.jiaru_img {
    margin-right: 114px;
}

.jiaru_op {
    margin-left: 106px;
    margin-top: 60px;
}

.jiaru_pok {
    margin-right: 99px;
    margin-top: 53px;
}

.jia_pok {
    margin-top: 50px;
}

.jiaru_k {
    margin-top: 52px;
}

.jiaru_mdk h2.jiaru_opk {
    margin-left: 12px;
    margin-right: 0;
}

.jiaru_mdk {
    margin-left: 132px;
    margin-top: -3px;
}

.jiaru_opo {
    margin-top: -6px;
}

.jairu_mdk_opk {
    margin-top: -9px;
}

.jiaru_lkpoi {
    border: 1px solid #f2f2f2;
    margin: 15px 0;
}

.op_index_index {
    overflow: hidden;
    width: 100px;
}

    .op_index_index h2 {
        margin-left: -14px;
    }

.jiaru_index {
    width: 500px;
}

.jiaru_op_index h2 {
    width: 71px;
}

.img_index img {
    margin-left: 10px;
}

.jiaru_ing_index p {
    margin-right: 14px;
}

.index_po h2.jiaru_h2_index {
    margin-left: 90px;
}

.remove_index {
    margin-left: 15px;
}

    .remove_index h2 {
        color: #c7030c;
        font-size: 14px;
        font-weight: bold;
        margin: 21px 0;
    }

#mdk_post li {
    float: left;
    margin: 0 5px 15px 5px;
    text-align: center;
    width: 141px;
}

    #mdk_post li h2 {
        color: #5c5c5c;
        margin-top: 8px;
    }

#mdk_post {
    margin: 0 auto;
    width: 756px;
}

.img_opk_lpo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

#index_okl {
    margin-top: 15px;
}

.text_box_a h1 {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 15px 0;
    text-align: center;
}

.text_box_a h3 {
    color: #5c5c5c;
    text-align: center;
}

    .text_box_a h3 span {
        margin-left: 18px;
    }

.text_box_a {
    border-bottom: 1px dashed #a3a3a3;
    margin: 0 auto;
    padding-bottom: 24px;
    width: 745px;
}

.fexiang_iob h2 {
    margin-left: 560px;
}

.fexiang_iob {
    border-bottom: 1px dashed #a3a3a3;
    margin: 0 auto;
    padding-bottom: 14px;
    width: 745px;
    height: 30px;
}

.koboset_box a {
    color: #5c5c5c;
}

.koboset_index {
    padding: 16px 0;
    border-top: 1px dashed #a3a3a3;
    width: 745px;
}

.index_pdf {
    margin: 0 auto;
    width: 750px;
}

.display_index a {
    color: #5c5c5c;
    display: block;
}

.display_index img {
    margin-right: 10px;
    margin-top: 3px;
}

.tusibotu_index li {
    border-bottom: 1px dashed #ababab;
    margin-top: 10px;
    padding-bottom: 13px;
}

    .tusibotu_index li:last-child {
        border-bottom: none;
    }

.fanye_op a {
    border-radius: 4px;
    background: #f1f1f1;
    color: #717171;
    margin: 5px 4px 10px 4px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
}

.fanye_op {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .fanye_op .a_a_a {
        background: #c53339;
        color: #fff;
    }

.bent {
    -moz-filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -ms-opacity: 0;
    -o-filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 48px;
    opacity: 0;
    width: 69px;
}

.ok {
    padding-bottom: 22px;
}

.diplay_dian a {
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    word-wrap: normal; /* for IE */
}

.index_pl li h2 {
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 254px;
    word-wrap: normal; /* for IE */
}

/*复活*/

.dongtai_waiwei {
    margin: 33px auto;
    width: 900px;
}

.dongtai_1 {
    height: 185px;
}

.dongtai_obj {
    -ms-border-radius: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 124px;
    margin-top: 32px;
    position: relative;
    width: 370px;
}

.sanjiao {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: -22px;
    top: 40px;
    transform: rotate(45deg);
    width: 40px;
}

.dontai_obj_1 {
    margin: 0 auto;
    position: relative;
    width: 350px;
    z-index: 9999999999;
}

    .dontai_obj_1 h2 {
        color: #5c5b5b;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0 10px 0;
    }

    .dontai_obj_1 p {
        color: #5c5b5b;
        font-size: 12px;
        line-height: 20px;
    }

.dongtai_yuanzhu {
    background: #e6e6e6;
    height: 185px;
    margin-left: 60px;
    width: 16px;
}

.dongtaiyuan {
    -ms-border-radius: 50%;
    background: #e6e6e6;
    border-radius: 50%;
    height: 47px;
    margin-left: -17px;
    margin-top: 68px;
    padding-top: 4px;
    width: 50px;
}

.dongtaihongyuan {
    -ms-border-radius: 50%;
    background: #c90101;
    border-radius: 50%;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    height: 42px;
    margin-left: 4px;
    text-align: center;
    width: 42px;
}

.dongtai_3_1 {
    margin-right: 75px;
    width: 345px;
}

    .dongtai_3_1 h2 {
        color: #b70909;
        font-family: '微软雅黑';
        font-size: 20px;
        margin-right: 20px;
        margin-top: 77px;
    }

.dongtai_3_2 {
    margin-left: 82px;
    margin-right: -55px;
}

.sanjiao_1 {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: -22px;
}

.dongtai_obj_1 {
    margin-right: 21px;
}

dl.ko_mov > .fl {
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}

/*专题1css*/
.item_z_t {
    margin-top: 37px;
}

.item_z_left {
    width: 490px;
}

.item_z_img {
    width: 490px;
    height: 300px;
    border: 1px solid #e3e3e3;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.iterm_img {
    border: none;
}

.item_z_ul li {
    float: left;
    width: 113px;
    height: 86px;
    border: 1px solid #e3e3e3;
    text-align: center;
    margin: 11px 3px;
    position: relative;
}

    .item_z_ul li img {
        margin-top: 6px;
    }

.item_z_ul .sanjiao_now {
    border: 1px solid #F00;
}

.sanjiao_nhow {
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #F00;
    position: absolute;
    left: 50px;
    top: -7px;
}

.item_pot {
    height: 140px;
    background: #f7f7f7;
}

.item_z_right {
    width: 500px;
}

.item_pos p,
.item_pos h1 {
    color: #5c5c5c;
}

.item_pos h1 {
    text-indent: 25px;
    line-height: 24px;
}

.item_pos p {
    color: #5c5c5c;
    line-height: 24px;
    margin-top: 15px;
}

    .item_pos p span {
        color: #b70008;
        font-size: 20px;
        font-weight: bold;
        margin-right: 10px;
    }

.item_pot {
    padding-top: 1px;
    margin-top: 18px;
}

    .item_pot h2 {
        color: #b70008;
        font-size: 20px;
        font-weight: bold;
        width: 480px;
        margin: 10px;
        auto;
        margin-top: 10px;
    }

    .item_pot p {
        color: #5c5c5c;
        line-height: 24px;
        margin-top: 20px;
        width: 480px;
        margin: 0 auto;
    }

    .item_pot a {
        display: block;
        width: 90px;
        height: 30px;
        background: #bc262d;
        color: #fff;
        text-align: center;
        line-height: 30px;
        margin-top: 15px;
        margin-left: 398px;
    }

.item_z_t {
    height: 404px;
    overflow: hidden;
}

.portext_m_ul li {
    width: 256px;
    float: left;
}

    .portext_m_ul li a {
        display: block;
        width: 220px;
        margin: 0 auto;
        line-height: 24px;
    }

        .portext_m_ul li a h2 {
            margin: 12px 0;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #5c5c5c;
        }

.portext_m {
    margin-top: 35px;
}

.perter_n_ul {
    margin-top: 20px;
}

    .perter_n_ul li {
        float: left;
        width: 327px;
        margin: 20px 7px 0px;
    }

        .perter_n_ul li h2 {
            text-align: center;
            color: #5c5c5c;
            font-weight: bold;
            margin: 15px 0px;
            font-size: 16px;
        }

        .perter_n_ul li p {
            color: #5c5c5c;
            line-height: 24px;
        }

.jiaru_h2__zt {
    color: #444444;
    font-size: 18px;
    margin-top: 30px;
}

.active_postor li {
    float: left;
    width: 242px;
    margin: 0 7px;
}



.active_img {
    position: relative;
}

.active_img_opres {
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    -o-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#CC000000');
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

    .active_img_opres h2 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 45px;
    }

.active_postor p {
    margin-top: 20px;
    line-height: 24px;
    color: #5c5c5c;
}

.active_right {
    width: 530px;
}

.ooks_right {
    width: 480px;
}

.active_postor a {
    display: block;
    color: #b70008;
    margin-top: 10px;
    margin-left: 165px;
}

.active_postor {
    margin-top: 24px;
}

.ooks_left h2 {
    width: 38px;
    height: 38px;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #fff;
    background: #f2924c;
}

.ooks_right h2 {
    color: #5c5c5c;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ooks_right p {
    color: #5c5c5c;
    line-height: 24px;
}

.active_right {
    margin-top: 50px;
}

.active_left_left {
    margin-bottom: 15px;
}

.pinpai_photo {
    margin-top: 40px;
}

.pinpai_photo_background {
    background: #fafafc;
}

.guagngao_img {
    margin-top: 42px;
}

.perter_k_ul li img {
    border: 1px solid #ccc;
}

.perter_k_ul {
    margin: 36px 0px;
}

    .perter_k_ul li h2 {
        color: #5c5c5c;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0px;
    }

    .perter_k_ul li {
        width: 234px;
        float: left;
        margin: 0 11px;
    }

        .perter_k_ul li p {
            line-height: 24px;
            color: #5c5c5c;
        }

.item_z_img dl dt {
    display: none;
}

.ind_banner {
    width: 100%;
    overflow: hidden;
}

    .ind_banner img {
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

.active_posmouover h3 {
    color: #b70008;
    font-size: 26px;
    font-weight: bold;
}

.active_posmouover p {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px;
    line-height: 35px;
}

.active_looks_left {
    margin-top: 0px;
}

.item_p_o_ztou li {
    float: left;
    width: 146px;
    text-align: center;
}

    .item_p_o_ztou li dl dt a {
        color: #5c5c5c;
        font-size: 14px;
        margin-top: 15px;
        display: block;
    }

.ojg_index_post {
    margin: 24px 0px;
}

.item_poss h2 {
    color: #c57026;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item_poss a {
    color: #5c5c5c;
    line-height: 23px;
}

.item_poss {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
}

    .item_poss:last-child {
        border-bottom: none;
    }

.item_z_t {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.protres_img {
    width: 130px;
    height: 130px;
    border: 5px solid #cacac8;
    overflow: hidden;
    border-radius: 50%;
}

.tiaogang_1 {
    width: 20px;
    height: 7px;
    background: #cacac8;
    margin-top: 67px;
}

.tgext_tes {
    width: 326px;
    height: 135px;
    background: #f2f2f2;
}

    .tgext_tes h2 {
        color: #c57026;
        font-size: 16px;
        font-weight: bold;
        margin-top: 24px;
        margin-left: 21px;
    }

    .tgext_tes p {
        margin-left: 21px;
        color: #5c5c5c;
        line-height: 24px;
        margin-top: 14px;
        width: 290px;
    }

.portext_m_o_z {
    margin-bottom: 34px;
}

.portext_m_o_z_ops {
    margin-top: 34px;
}

.background_ops {
    background: url(../images/png_1s.png) no-repeat center;
    width: 1006px;
    height: 768px;
}

.backgrounds_left h2 {
    color: #c57026;
    font-size: 16px;
    font-weight: bold;
}

.backgrounds_left {
    width: 430px;
}

    .backgrounds_left p {
        line-height: 24px;
        color: #5c5c5c;
        margin-top: 20px;
        margin-left: 15px;
    }

    .backgrounds_left h2.h1_op {
        margin-top: 30px;
        margin-top: 75px;
        margin-left: 15px;
    }

    .backgrounds_left h2.h2_op {
        margin-top: 36px;
        margin-left: 15px;
    }

    .backgrounds_left h2.h3_op {
        margin-top: 36px;
        margin-left: 28px;
    }

    .backgrounds_left p.h3_op {
        margin-left: 28px;
    }

    .backgrounds_left h2.h4_op {
        margin-top: 14px;
        margin-left: 10px;
    }

    .backgrounds_left p.h4_op {
        margin-left: 14px;
    }

.backgroundopsk_room {
    background: url(../images/lookhaos.png) no-repeat;
    width: 455px;
    height: 504px;
    margin-top: 22px;
    padding-top: 1px;
}

.q1 {
    margin-left: 360px;
    width: 500px;
}

    .q1 h2 {
        font-size: 16px;
        color: #c57026;
        font-weight: bold;
        margin-top: 15px;
    }

    .q1 p {
        color: #5c5c5c;
        line-height: 24px;
        margin: 15px 0px;
    }

.q2 {
    margin-top: 60px;
    margin-left: 460px;
}

.q3 {
    margin-top: 60px;
    margin-left: 460px;
}

.q4 {
    margin-top: 60px;
    margin-left: 360px;
}

.ul_ops li h2 {
    text-align: center;
    color: #c57026;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 16px;
}

.ul_ops li p {
    color: #5c5c5c;
    line-height: 23px;
    width: 189px;
    margin-left: auto;
    margin-right: auto;
}

.ul_ops li {
    float: left;
    margin-top: 30px;
    width: 204px;
}

.item_o_ztou {
    display: none;
}

.opsjg_oks li {
    float: left;
}

    .opsjg_oks li h2 {
        color: #da575e;
        margin-bottom: 10px;
        margin-top: 37px;
    }

.index_waay {
    position: relative;
}

.postiton_io {
    position: absolute;
    left: 55px;
    top: 5px;
}

.postiton_is {
    position: absolute;
    right: 0px;
    top: 18px;
}

.postiton_io h2 {
    font-size: 26px;
    font-weight: bold;
    color: #b70008;
}

.postiton_is h2 {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #b70008;
}

.opks_item li {
    float: left;
}

.op_ix_op {
    background: #f8f8f8;
}




/*2015-9-9新增专题内容代码*/
.qudao_item {
    margin-top: 40px;
}

.qudao_right .item_box h2 {
    color: #db651d;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.qudao_right .item_box p {
    color: #5c5c5c;
    font-size: 14px;
    margin-left: 15px;
}

.qudao_right .item_box .sanjiao_opp_qudao {
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 25px solid #f6f6f6;
    position: absolute;
    left: -25px;
    top: 24%;
}

.item_box {
    width: 380px;
    height: 70px;
    position: relative;
    background: #f6f6f6;
    margin-bottom: 15px;
    padding-top: 1px;
}

.qudao_background {
    background: url(../images/fa_3.jpg) no-repeat center;
    width: 675px;
    height: 428px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}

.din_dian {
    position: absolute;
    z-index: 99999;
    width: 126px;
}

    .din_dian h2 {
        color: #5c5c5c;
        font-size: 16px;
        font-weight: bold;
    }

        .din_dian h2.hb {
            color: #da641c;
        }

    .din_dian p {
        color: #5c5c5c;
        font-size: 14px;
        margin-top: 8px;
    }

.din_dian1 {
    left: 386px;
    top: 10px;
}

.din_dian2 {
    left: 572px;
    top: 104px;
}

.din_dian3 {
    left: 682px;
    top: 243px;
}

.din_dian4 {
    left: -15px;
    top: 88px;
}

.din_dian5 {
    left: -118px;
    top: 240px;
}

.qudao_zhongjian_box {
    padding-top: 1px;
}

    .qudao_zhongjian_box h2 {
        color: #5c5c5c;
        font-size: 20px;
        text-align: center;
        margin-top: 279px;
        margin-bottom: 25px;
    }

    .qudao_zhongjian_box p {
        color: #5c5c5c;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
    }

.mokuai_3_background {
    background: url(../images/fa_4.jpg) no-repeat center;
    width: 808px;
    height: 401px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 1px;
}

    .mokuai_3_background .mokuai_3 h2 {
        color: #da641c;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
    }

        .mokuai_3_background .mokuai_3 h2 span {
            color: #aaaaaa;
            font-size: 14px;
            margin-left: 10px;
        }

    .mokuai_3_background .mokuai_3 p {
        color: #5c5c5c;
        font-size: 14px;
    }

    .mokuai_3_background .mokuai_3_1 {
        margin-left: 156px;
        margin-top: 33px;
    }

    .mokuai_3_background .mokuai_3_2 {
        margin-left: 82px;
        margin-top: 73px;
    }

    .mokuai_3_background .mokuai_3_3 {
        margin-left: 134px;
        margin-top: 98px;
    }

.background_lpstop {
    background: url(../images/fa_10.jpg) no-repeat center;
    width: 808px;
    height: 533px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.diwei_indxe {
    position: absolute;
    width: 159px;
}

    .diwei_indxe h2 {
        color: #da641c;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .diwei_indxe h2 span {
            font-size: 24px;
        }

    .diwei_indxe p {
        color: #5c5c5c;
        font-size: 14px;
        line-height: 24px;
    }

.diwei_indxe_1 {
    left: 498px;
    top: -26px;
}

.diwei_indxe_2 {
    left: 612px;
    top: 91px;
}

.diwei_indxe_3 {
    left: 624px;
    top: 351px;
}

.diwei_indxe_4 {
    left: 548px;
    top: 475px;
}

.diwei_indxe_5 {
    left: 124px;
    top: 478px;
}

.diwei_indxe_6 {
    left: 0px;
    top: 350px;
}

.diwei_indxe_7 {
    left: 15px;
    top: 140px;
}

.diwei_indxe_8 {
    left: 80px;
    top: 10px;
}

.img_qudao_item {
    margin-top: 77px;
    margin-bottom: 31px;
}

.qudiao_top {
    margin-top: 0px;
}

.o_qin_item h2 {
    padding-left: 849px;
    padding-top: 15px;
    width: 44px;
    height: 25px;
}

.opsdou_item {
    border-left: 1px solid #f5f5f5;
}

.img_qudao {
    margin-top: 28px;
}

.cla_dex {
    position: relative;
}

.find_2 {
    position: absolute;
    right: 1px;
    top: 38px;
}
/*
   海报轮播
*/
.banner_lunbo {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .banner_lunbo .nub {
        width: 1920px;
        height: auto;
        position: relative;
        left: 50%;
        margin-left: -960px;
        min-width: 1024px;
        height: 391px;
    }

        .banner_lunbo .nub .ben_img {
            height: 391px;
            width: 5760px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .banner_lunbo .nub .ben_img img {
                float: left;
            }

    .banner_lunbo .but {
        position: absolute;
        left: 47%;
        bottom: 10px;
    }

        .banner_lunbo .but span {
            float: left;
            width: 15px;
            height: 15px;
            background: #fff;
            border-radius: 50%;
            cursor: pointer;
            margin-right: 5px;
        }

            .banner_lunbo .but span.on {
                background: red;
            }
/*
   海报轮播
*/
/*查询结果*/
.charsexun {
    border: 1px solid #e6e7e8;
    background: #fafafa;
    margin-top: 18px;
}

#fanhui {
    margin-left: 900px;
    margin-top: 18px;
    display: block;
}

.item_puse {
    /*width: 134px;*/
    height: 38px;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-size: 20px;
    color: #c30e16;
}

.charsexun p.ppp {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
}

    .charsexun p.ppp i {
        font-size: 14px;
        font-weight: bold;
        color: #b70008;
    }

.charsexun h2.hhh {
    font-size: 14px;
    color: #595656;
    text-align: center;
    line-height: 30px;
    margin: 28px 0px;
}

    .charsexun h2.hhh img {
        margin-right: 5px;
    }

#DataGridList {
    width: 100%;
    border-collapse: collapse;

    background-color: #fff;
}

    #DataGridList td {
        text-align: center;
        line-height: 40px;
        color: #5c5c5c;
	border: 1px solid #e2e2e2;
    }

    #DataGridList th {
        line-height: 40px;
        font-size: 12px;
	border: 1px solid #e2e2e2;
        color: #626262;
        background: url(/images/background0.jpg) repeat-x;
        background-size: 100% 100%;
    }

#toub {
    text-align: center;
    line-height: 40px;
    color: #b70008;
    font-size: 16px;
    background: #f8f8f8;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    border-bottom: none;
}

.xiangguan {
    margin: 20px 0px;
    border: 1px solid #ededed;
}

    .xiangguan h2 {
        text-align: center;
        line-height: 40px;
        color: #b70008;
        font-size: 16px;
        background: #f8f8f8;
        font-weight: bold;
        border-bottom: 1px solid #ededed;
    }

.ul_img_xg li {
    width: 233px;
    float: left;
    overflow: hidden;
    margin: 0 11px;
}

    .ul_img_xg li img {
        margin-top: 17px;
        margin-bottom: 15px;
        width: 235px;
        height: 130px;
    }

    .ul_img_xg li a {
        text-align: center;
        display: block;
        margin-bottom: 21px;
    }

.border_box {
    border: 1px solid #ededed;
    margin-bottom: 15px;
}
/*查询结果*/
/*404页面*/
.txd_404 {
    width: 1200px;
    margin: 0 auto;
}

.kong_404 {
    margin: 60px 0;
}

.text_404 {
    margin-right: 60px;
    margin-top: 188px;
}

    .text_404 h2 {
        font-size: 26px;
        color: #444444;
    }

    .text_404 p {
        font-size: 18px;
        color: #c8c8c8;
    }

.ty_404 {
    margin: 24px 0;
}

    .ty_404 h3 a {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #c1c1c1;
    }

    .ty_404 h3 span {
        font-size: 18px;
        color: #c8c8c8;
        margin-left: 10px;
    }

.fan_404 {
    margin-top: 20px;
}

    .fan_404 a {
        display: inline-block;
        width: 106px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        border-radius: 5px;
        background: #d2151d;
        color: #fff;
    }

        .fan_404 a:last-child {
            margin-left: 25px;
        }

/*404结束*/
/*防伪码表单*/
.opkius {
    position: relative;
}

#nubem {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 10px;
    border: 1px solid #CECECE;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
}
/*防伪码表单*/
/*百度分享*/
#bdshare {
    position: absolute;
    right: 5px;
    bottom: 17px;
}

.text_box_a {
    position: relative;
}
/*百度分享*/
/*回到顶部*/
#SHs {
    width: 55px;
    height: 55px;
    background: #b2b2b2;
    text-align: center;
    line-height: 47px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    display: none;
}
/*回到顶部*/

/*QQ在线联系*/

#kefu{
	background:url(/images/kefu.png) no-repeat;
	width:120px;
	height:415px;
	position:fixed;
	right:0;
	transition:1s;
	top:60%;
	margin-top:-207px;
	z-index:101;
}
.kefu_ul li{
	overflow:hidden;
	margin-bottom:12px;
}
.kefu_ul{
	clear:both;
}
.kefu_ul_img{
	float:left;
	width:48px;
	height:48px;
	overflow:hidden;
	border-radius:5px;
	margin-left:8px;
}
.kefu_ul_img img{
	width:100%;
	height:inherit;
}
.kefu_ul_box{
	float:left;
	margin-left:6px;
}
.kefu_ul_box h2{
	font-size:15px;
	color:#AD0012;
	font-family:"微软雅黑";
	margin-bottom:5px;	
}
.kefu_ul_box span{
	display:block;
	width:50px;
	height:18px;
	line-height:18px;
	text-align:center;
	border-radius:20px;
	color:#fff;
	background:#AD0012;
	font-size:12px;
	margin-left:1px;
	margin-top:1px;
}
.kefu_ul_box span a{
	color:#fff;
}
.kefu_ul_div{
	width:52px;
	height:20px;
	border-radius:21px;
	border:1px solid #AD0012;
}
.kefu_ul{
	margin-top:110px;
}
/*QQ在线联系*/

/*随机特征码确认*/
.link_box {
    CURSOR: default;
    TEXT-ALIGN: left;
}

.link_head {
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 23px;
    width: 100%;
}

.link_text {
    PADDING-LEFT: 2px;
    BACKGROUND: #fff;
}

.link_arrow0 {
    border-color: -moz-use-text-color;
    border-radius: 4px;
    font: 14px marlett;
    text-align: center;
    transform: rotate(90deg);
    width: 22px;
}

.link_arrow1 {
    BORDER-RIGHT: #fff 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: buttonshadow 1px solid;
    PADDING-LEFT: 2px;
    border-radius: 4px;
    transform: rotate(90deg);
    BACKGROUND: buttonface;
    PADDING-BOTTOM: 0px;
    FONT: 14px marlett;
    BORDER-LEFT: buttonshadow 1px solid;
    WIDTH: 22px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: buttonshadow 1px solid;
    HEIGHT: 100%;
    TEXT-ALIGN: center;
}

.link_value {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    position: absolute;
    margin-top: -1px;
    width: 56px;
    height: 114px;
}

.link_record0 {
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 2px;
    BACKGROUND: #fff;
    WIDTH: 100%;
    COLOR: #000;
    HEIGHT: 22px;
}

.link_record1 {
    BORDER-TOP: #047 1px solid;
    PADDING-LEFT: 2px;
    BACKGROUND: #058;
    WIDTH: 100%;
    COLOR: #fe0;
    HEIGHT: 20px;
}

.btn {
    box-sizing: border-box;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #fff;
    border-color: #dedede;
    color: #5c5c5c;
}

.btn-success {
    background-color: #b70008;
    border-color: #f7f7f7;
    color: #fff;
}
/*随机特征码确认*/
/*导航条跟随滚动条*/
body {
    margin-top: 100px;
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0px;
}
/*导航条跟随滚动条*/
#buttonC a {font-size:14px}
.color2 {font-size:13px}
.contented,.contented p,.contented div,.contented span {font-size:14px !important;line-height:24px !important;}
#buttonC > table > tbody > tr:nth-child(5) > td p {font-size:14px !important}
