/****************************** components ******************************/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix,
.container:after,
.row:after,
ul {
    *zoom: 1;
}

.clearfix:after,
.container:after,
.row:after,
ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.content img {
    max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
    box-sizing: content-box;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mg5 {
    margin: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pd5 {
    padding: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mg10 {
    margin: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pd10 {
    padding: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mg15 {
    margin: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pd15 {
    padding: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mg20 {
    margin: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pd20 {
    padding: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mg25 {
    margin: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pd25 {
    padding: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mg30 {
    margin: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pd30 {
    padding: 30px;
}

.ml35 {
    margin-left: 35px;
}

.mt35 {
    margin-top: 35px;
}

.mr35 {
    margin-right: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.mg35 {
    margin: 35px;
}

.pl35 {
    padding-left: 35px;
}

.pt35 {
    padding-top: 35px;
}

.pr35 {
    padding-right: 35px;
}

.pb35 {
    padding-bottom: 35px;
}

.pd35 {
    padding: 35px;
}

.ml40 {
    margin-left: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mg40 {
    margin: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pd40 {
    padding: 40px;
}

.ml45 {
    margin-left: 45px;
}

.mt45 {
    margin-top: 45px;
}

.mr45 {
    margin-right: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.mg45 {
    margin: 45px;
}

.pl45 {
    padding-left: 45px;
}

.pt45 {
    padding-top: 45px;
}

.pr45 {
    padding-right: 45px;
}

.pb45 {
    padding-bottom: 45px;
}

.pd45 {
    padding: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mg50 {
    margin: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pd50 {
    padding: 50px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

.yunu-infocontent-body img {
    max-width: 100%;
    display: block;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 微软雅黑, \\5FAE\8F6F\96C5\9ED1, arial;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
    cursor: pointer;
}

a {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
    font: 14px/1.5 微软雅黑, \\5FAE\8F6F\96C5\9ED1, arial;
    color: #333;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.icon {
    background: url(../img/icon.png) no-repeat;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 145px;

}

.header .head_top_content {
    width: 100%;
    height: 102px;
    background: url(../img/top_b.png) no-repeat center;
}

.header .head_top_content .head_logo {
    padding-top: 15px;
}

.header .head_top_content .head_logo img {
    display: block;
    margin-right: 15px;
    float: left;
}

.header .head_top_content .fr {
    width: 35%;
    margin-top: 28px;
}



.header .head_top_content .fr p {
    line-height: 36px;
    padding-top: 7px;
    padding-left: 60px;
    background-position: -28px -123px;
    color: #5d5d5d;
    font-size: 24px;
}

.header .head_top_content .fr p i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}

.header .head_top_content .fr p span {
    display: inline-block;
    font-size: 18px;

}

.header .pc_nav {
    width: 100%;
    height: 43px;
    background: #008a9e;
}

.header .head_nav ul li {
    height: 43px;
    width: 10.5%;
    float: left;
    line-height: 43px;
    position: relative;
    text-align: center;
}

.header .head_nav ul li>a {
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    display: block;
}

.header .head_nav ul li.on>a {
    background: #47a58a;
    color: #fff;
}

.header .head_nav ul li .v_list {
    position: absolute;
    width: 100%;
    top: 43px;
    background: #086AAC;
    left: 0;
    z-index: 99;
    display: none;
}

.header .head_nav ul li .v_list a {
    width: 100%;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    transition: .5s;
    text-align: center;
    display: block;
}

.header .head_nav ul li .v_list a:hover {
    background: #FF9900;
    color: #fff;
}

.header .head_nav ul li:hover>a {
    background: #47a58a;
    color: #fff;
}

.pc_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pc_banner .pcbanner .swiper-slide img {
    width: 100%;
    display: block;
}

.pc_banner .pcbanner .pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 99;
}

.pc_banner .pcbanner .pagination span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
    margin: 0 3px;
    opacity: 1;
}

.pc_banner .pcbanner .pagination span.swiper-pagination-bullet-active {
    background: #008a9e;
    color: #fff;
}

.pc_banner .pcbanner .next {
    position: absolute;
    right: 5%;
    top: 45%;
    z-index: 99;
    height: 45px;
    width: 45px;
    background: url(../img/bannerri.png);
    opacity: 0.8;
    background-size: 100%;
    cursor: pointer;
    outline: 0;
}

.pc_banner .pcbanner .next:hover {
    opacity: 1;
}

.pc_banner .pcbanner .prev {
    position: absolute;
    left: 5%;
    top: 45%;
    z-index: 99;
    height: 45px;
    width: 45px;
    background: url(../img/bannerle.png);
    opacity: 0.8;
    background-size: 100%;
    cursor: pointer;
    outline: 0;
}

.pc_banner .pcbanner .prev:hover {
    opacity: 1;
}


.main {
    width: 100%;
}

.i_box1 {
    width: 100%;
    padding-bottom: 40px;
}

.i_box1 .i_box1_content {
    width: 100%;
}

.i_box1 .i_box1_content .i_box1_tit {
    height: 70px;
    text-align: center;
    background: url(../img/text.png) center no-repeat;

}

.i_box1 .i_box1_content .i_box1_tit span {
    text-indent: -99999px;
    display: inline-block;
}

.i_box1 .i_box1_content .i_box1_tit i {
    font-style: normal;
}

.i_box1_content .main_l {
    background: #008a9e;
}

.i_box1_content .main_l li {
    float: left;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #;
}

.i_box1_content .main_l li a {
    text-align: center;
}

.i_box1_content .main_l li span {
    color: #fff
}

.i_box1_content .main_l ul li:hover,
.i_box1_content .main_l ul li.on {
    background: #fff;
    border: 1px solid #008a9e;
}

.i_box1_content .main_l ul li:hover span,
.i_box1_content .main_l ul li.on span {
    color: #008a9e;
}

.main_l {
    width: 21.667%;
    position: relative;
    z-index: 89;
}

.main_l .lef_tit {
    width: 100%;
    height: 65px;
    background: #008a9e;
}

.main_l .lef_tit span {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    padding-top: 8px;
}

.main_l .lef_tit i {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    display: block;
    color: #fff;
}

.main_l ul li a {
    width: 100%;
    height: 48px;
    display: block;
}

.main_l ul li a span {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.main_l ul li a i {
    float: right;
    font-style: normal;
}



.container .main_l ul li.on span,
.container .main_l ul li.open ._a span,
.container .main_l ul li:hover span{
    color: #fff;
}
.container .main_l .sub_name:hover ._a{
     background: #008a9e;
}
.container .main_l .clearfix {
    box-shadow: 0px 4px 5px 1px #ddd
}

.container .main_l ul li {
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.container .main_l .clearfix .sub_name i {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 24px;
    background-position: -24px -207px;
    z-index: 99;
}


.container .main_l .clearfix .open ._a,
.container .main_l .clearfix .sub_name.on ._a,
.container .main_l .clearfix .sub_name ._a:hover {
    background: #008a9e;
}

.container .main_l .clearfix .sub_name.on i,
.container .main_l .clearfix .open i,
.container .main_l .clearfix .sub_name:hover i
{
    background-position: -65px -207px;
}
.container .main_l .clearfix .sub_name i:hover{
    background-position: -65px -207px;
    background-color: #47a58a;
}
.container .main_l .clearfix .on i,
.container .main_l .clearfix .open i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.container .main_l .clearfix .on ul {
    display: block;
}
.container .main_l .clearfix .chi_ul {
    display: none;

}
.container .main_l .clearfix .chi_ul a{
      padding-left: 15px;
}
.container .main_l .chi_ul li.on,
.container .main_l .chi_ul li:hover {
    background: #008a9e;
    color: #fff
}
.main_r {
    width: 78%;
    float: right;
    padding-left: 3%;
}

.pro_list {
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
}

.pro_list ul li {
    width: 380px;
    margin-right: 25px;
    margin-bottom: 28px;
    float: left;
    border: 1px solid #eee;
}

.pro_list ul li a .imgauto {
    width: 100%;
    height: 250px;
}

.pro_list ul li a .imgauto img {
    display: block;
    width: 380px;
    height: 250px;
    transform: scale(1);
    transition: .5s
}

.pro_list ul li a:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.pro_list ul li a span {
    display: block;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
}

.pro_list ul li:nth-child(3n) {
    margin-right: 0;
}

.pro_list ul li:hover {
    border: 1px solid #008a9e;
}

.pro_list ul li:hover img {
    opacity: .6;
}

.pro_list ul li:hover span {
    color: #008a9e;
}

.i_box2 {
    width: 100%;
    padding: 40px 0 50px 0;
    overflow: hidden;
    background: #f2f2f2;
}

.i_box2 .i_box2_content {
    width: 100%;
    padding: 10px;
}

.i_box2 .i_box2_content .flimg {
    width: 43%;
    height: 335px;
    float: left;
}

.i_box2 .i_box2_content .flimg img {
    width: 500px;
    height: 335px;
    float: left;
}

.i_box2 .i_box2_content .i_box2_text {
    width: 53%;
    margin-left: 4%;
    margin-top: 26px;
    padding: 0;
    border: none;
}

.i_box2 .i_box2_content .i_box2_text p {
    color: #4c4c4c;
    font-size: 14px;
    display: block;
    line-height: 35px;
}

.i_box2 .i_box2_content .i_box2_text .more {
    display: block;
    width: 155px;
    line-height: 35px;
    background: #008a9e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
}

.i_box2 .i_box2_content .i_box2_text .more:hover {
    text-decoration: underline;
}

.i_box3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.i_box3 .center {
    position: relative;
}

.i_box3 .i_box3_content .i_box3_tit {
    height: 75px;
    background: url(../img/new_ext.png) left no-repeat;
    border-bottom: 1px solid #a0a0a0;
}

.i_box3 .i_box3_content .i_box3_tit span {
    display: block;
    text-indent: -9999px;
}

.i_box3_content .new_list {
    width: 100%;
    padding-bottom: 8px;
}

.i_box3_content .new_list .hd {
    position: absolute;
    right: 0;
    top: 15px;
}

.i_box3_content .new_list .hd li {
    width: 95px;
    line-height: 35px;
    float: left;
    text-align: center;
}

.i_box3_content .new_list .hd li.on,
.i_box3_content .new_list .hd li:hover {
    background: #008a9e;
    color: #fff;
}

.i_box3_content .new_list .hd li .i_box3_content .new_list .bd ul li {
    padding-bottom: 15px;
    margin-top: 15px;

}

.i_box3_content .new_list .bd ul li .i_box3_img {
    width: 385px;
    height: 215px;

}

.i_box3_content .new_list .bd ul li .i_box3_img img {
    display: block;
    width: 385px;
    height: 215px;
    border-radius: 8px;
    transform: scale(1);
    transition: .5s;
}


.i_box3_content .new_list .bd ul li i {
    font-style: normal;
    text-align: center;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.i_box3_content .new_list .bd ul li .i_box3_text {
    width: 100%;
}

.i_box3_content .new_list .bd ul li .i_box3_text span {
    font-size: 18px;
    color: #333;
    line-height: 140%;
    font-weight: 400;
    display: block;
}

.i_box3_content .new_list .bd ul li:hover .i_box3_text span {
    color: #008a9e;

}

.i_box3_content .new_list .bd ul li .i_box3_text p {
    font-size: 12px;
    color: #808080;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-indent: .1rem;
}

.i_box3_content .new_list .bd ul li .more {
    width: 150px;
    height: 18px;
    color: #7f7f7f;
    background: url(../img/icon.png) no-repeat right;
    background-position: 65px -184px;
    display: inline-block;
}

.i_box3_content .new_list .bd ul li .i_box3_text_fist {
    width: 65%;
}

.i_box3_content .new_list .bd ul li .i_box3_text_fist p {
    width: 88%;
    font-size: 14px;
}

.i_box3_content .new_list .bd ul li .i_box3_text_fist .time span {
    display: block;
    text-align: right;
}

.i_box3_content .new_list .bd ul li .i_box3_text_fist .time i {
    color: #008a9e;
    font-size: 24px;
}

.i_box3_content .new_list .bd ul li.new_li {
    width: 48%;
    padding: 8px 20px;
    margin-top: 15px;
    float: left;
    margin-right: 2%;
    box-shadow: 1px 0px 5px 1px #ccc;
    border-radius: 3px;

}

.i_box3_content .new_list .new_li:nth-child(2n+1) {
    margin-right: 0;
}

.i_box3_content .new_list .new_li i {
    color: #7f7f7f
}

.i_box4 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0 0;
}

.i_box4 .i_box4_tit {
    width: 20%;
    padding: 25px 20px;
    height: 420px;
    background: #008a9e;
    color: #fff;
}

.i_box4 .i_box4_tit h3 {
    width: 165px;

    font-weight: normal;
    line-height: 35px;
    font-size: 24px;

}

.i_box4 .i_box4_tit span {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 55px;
    font-size: 24px;
    text-align: center;
}

.i_box4 .i_box4_tit p {
    line-height: 35px;
    text-align: center;
}

.i_box4 .i_box4_tit a {
    display: block;
    width: 120px;
    line-height: 35px;
    background: #fff;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

.i_box4 .i_box4_tit a:hover {
    color: #008a9e
}

.i_box4 .i_box4_content {
    width: 80%;
    overflow: hidden;
}

.i_box4 .i_box4_content ul li {
    width: 305px;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 15px;
    float: left;
    position: relative;
}

.i_box4 .i_box4_content ul li .imgauto {
    width: 100%;
    height: 205px;
    overflow: hidden;

}

.i_box4 .i_box4_content ul li .imgauto img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: .5s
}

.i_box4 .i_box4_content .title {
    top: auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.i_box4 .i_box4_content ul li .title {
    width: 305px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.i_box4 .i_box4_content ul li:hover .imgauto img {
    transform: scale(1.1);
    transition: .5s
}

.i_box4 .i_box4_content ul li:hover .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.i_box4 .i_box4_a {
    width: 100%;
    margin-top: 60px;
}

.i_box4 .i_box4_a a {
    background: url(../img/more.png) no-repeat;
    width: 89px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    margin: 0 auto;
    display: block;
}


.flink {
    width: 100%;
    border-bottom: 1px solid #b2aaaa;
}

.flink .flink_tit {
    width: 8%;
    float: left;
}

.flink .flink_tit span {
    height: 55px;
    color: #b2aaaa;
    font-size: 14px;
    position: relative;
    z-index: 9;
    display: block;
    text-align: center;
    line-height: 55px;
}

.flink .flink_list {
    width: 92%;
    height: 55px;
    float: right;
}

.flink .flink_list ul li {
    line-height: 55px;
    float: left;
    margin-right: 28px;
}

.flink .flink_list ul li a {
    font-size: 16px;
    color: #b2aaaa;
}

.flink .flink_list ul li a:hover {
    color: #008a9e;
}

.footer {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background: #333;
}

.footer .foot_nav dl {
    padding: 0 35px;
    float: left;
    color: #e5e5e5
}

.footer .foot_nav dl h3 {
    font-size: 20px;
    font-weight: normal;
    color: #e5e5e5;
    margin-bottom: 15px;
    ;
}

.footer .foot_nav dl h3 span {
    font-size: 30px;
}

.footer .foot_nav dd {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 35px;
}

.footer .foot_nav dl dd:hover a {
    color: #008a9e;
}

.footer .fr {
    padding-top: 15px;
}

.footer .fr img {
    float: left;
}

.footer .fr .foot_contact {
    padding-left: 20px;
    float: left;
}

.footer .fr .foot_contact p {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}

.footer .fr .foot_contact p.icon {
    padding-left: 45px;
    height: 31px;
    line-height: 25px;
    background-position: -35px -240px;
    font-size: 18px;
}

.footer .fr .foot_contact p.icon span {
   /* font-size: 25px;
    font-weight: bold;*/
}

.page_banner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.page_banner img {
    width: 100%;
}

.container {
    width: 100%;
}

.container .main_l {
    margin-top: -65px
}

.news_list {
    width: 100%;
    padding: 10px;
}

.news_list ul li {
    width: 100%;
    float: left;
    height: 38px;
    padding-top: 9px;
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 8px;
}

.news_list ul li a {
    float: left;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.news_list ul li p {
    float: right;
    font-size: 12px;
    color: #666;
}

.news_list ul li:hover a {
    color: #036aac;
}

.news_list figure {
    margin-bottom: 15px;

    box-shadow: 0px 1px 10px 1px #eee;
    position: relative;
}

.news_list dl {
    height: 88px;
    padding: 8px;
    background: #f2f2f2;
}

.news_list dl dt {
    color: #008a9e;
}

.news_list dl dd {
    width: 46%;
    line-height: 70px;
    float: left;
    margin-top: 15px;
    margin-left: 2%;
}

.news_list dl dd i {
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
}

.news_list dl dd span {
    display: inline-block;
    float: left;
    line-height: 35px;
}

.news_list dl dd.tel i {
    margin-right: 10px;
    background-position: 0px -286px;
}

.news_list dl dd.add i {
    background-position: -35px -287px;
}

.news_list figure .text .desc {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    height: 45px;
    color: #fff;
    padding: 8px;
    background: rgba(0, 0, 0, .5);

}

.news_list figure .text img {
    width: 100%;
}

.news_list figure:hover .desc {
    display: block;
}

.cont_list {
    height: 210px;
    padding-top: 20px;
    padding-left: 25px;
    background: #f2f2f2;
}

.cont_list li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}

.cont_list li i {
    float: left;
    margin-right: 8px;
    display: inline-block;
    width: 35px;
    height: 45px;
}

.cont_list li.tel i {
    background-position: 0px -280px;
}

.cont_list li.add i {
    background-position: -35px -280px;
}

.cont_list li.email i {
    background-position: -33px -324px;
}

.crumbs {
    width: 100%;
    height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc
}

.crumbs p {
    width: 100%;
    height: 34px;
    color: #666;
    line-height: 34px;
}

.crumbs p a {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.crumbs p a:last-child {
    color: #008a9e
}

.show_pages {
    padding-top: 20px;
}

.show_pages p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 6px;
}

.show_pages p a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.content_tit h3 {
    font-size: 21px;
    color: #426100;
    padding: 3px 0;
    line-height: 1.7em;
    text-align: center;
    font-weight: normal;
}

.content_tit p {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px;
}

.content_tit p span {
    line-height: 21px;
    font-size: 12px;
    color: #666;
    margin: 0 5px;
}

.pro_content {
    width: 100%;
    margin: 20px 0;
}

.pro_content .pro_pic {
    width: 100%;
}

.pro_content .pro_text {
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: 0 auto;
}

.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.pc-slide .view {
    border: 1px solid #ddd;
}

.pc-slide .view .swiper-slide {
    width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
    width: 100%;
    min-height: 350px;
    padding: 20px;
    box-sizing: border-box;
}

.pc-slide .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #008a9e
}

.page_title {
    border-bottom: 1px solid #008a9e;
    padding-top: 15px;
}

.page_title h3 {
    width: 140px;
    height: 42px;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: #fff;
    line-height: 42px;
    background: #008a9e;
    text-align: center;
    font-weight: normal;
}

.page_content {
    width: 100%;
    overflow: hidden;
}

.content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

.content img {
    display: block;
    margin: 0 auto;
}


.page_pic figure {
    margin: 0;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.page_pic figure a .imgauto {
    width: 100%;
    height: 217px;
    padding: 5px;
    overflow: hidden;
}

.page_pic figure a .imgauto img {
    transform: scale(1);
    transition: .5s;
}

.page_pic figure a span {
    display: block;
    margin: 8px 0;
    text-align: center;
    font-size: 14px;
}

.page_pic figure:nth-child(3n) {
    margin-right: 0;
}

.page_pic figure :hover a .imgauto img {
    opacity: .6;
    transform: scale(1.1);
    transition: .5s;
}

.page_pic figure:hover span {
    color: #036aac;
}

.iet {
    height: 30px;
    width: 100%;
    background: #fff3d7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.iet p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 30px;
}

.iet p a {
    color: #3aba50;
    font-size: 12px;
}

.iet span {
    position: absolute;
    right: 5%;
    top: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.iet span i {
    font-size: 12px;
    color: #333;
    padding-left: 5px;
    font-style: normal;
}

.liuyan {
    width: 100%;
    margin-top: 10px;
    background: #008a9e;
    padding: 15px;
    margin-top: 25px;
}

.liuyan div {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #fff;
}

.liuyan div p {
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    font-size: 18px;
}

.liuyan .tel p {

    background-position: -32px -77px;
}

.liuyan .tel span {
    font-size: 14px;
}

.liuyan .add p {
    background-position: 0px -367px;
}

.liuyan span {
    display: block;
    padding-left: 35px;
}

.content_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px 0;
}

.content_img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.show_guest {
    margin-top: 20px;
    width: 100%;
}

.show_guest .fl {
    width: 39%;
    padding: 0 20px;
    position: relative;
}

.show_guest .fl i {
    width: 1px;
    font-style: normal;
    display: block;
    height: 458px;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 0;
}

.show_guest .fl .guestbook {
    width: 100%;
    height: 148px;
    padding: 15px 0;
    background: #fff;
    position: relative;
    z-index: 99;
    top: 155px;
}

.show_guest .fl .guestbook b {
    width: 100%;
    height: 118px;
    overflow: hidden;
    display: block;
    position: absolute;
}

.show_guest .fl .guestbook b img {
    width: 100%;
    position: absolute;
    top: -70px;
}

.show_guest .fl .guestbook p {
    position: absolute;
    width: 100%;
    height: 118px;
    top: 15px;
    left: 0;
    padding-top: 26px;
}

.show_guest .fl .guestbook p strong {
    font-size: 29px;
    line-height: 43px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #fff;
}

.show_guest .fl .guestbook p span {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.show_guest .fr {
    width: 60%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    float: none;
    margin: 0 auto;
}

.show_guest .fr p {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    padding-left: 100px;
}

.show_guest .fr p span {
    padding-right: 10px;
    line-height: 37px;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

.show_guest .fr p input {
    width: 100%;
    height: 37px;
    border: none;
    border: 1px solid #ddd;
    font-size: 12px;
    text-indent: 5px;
    outline: 0;
}

.show_guest .fr p textarea {
    width: 100%;
    height: 100px;
    border: none;
    border: 1px solid #ddd;
    font-size: 12px;
    text-indent: 5px;
    outline: 0;
}

.show_guest .fr p.yanz {}

.show_guest .fr p.yanz span {
    float: left;
    padding-right: 10px;
}

.show_guest .fr p.yanz input {
    width: 40%;
    float: left;
}

.show_guest .fr p.yanz img {
    height: 37px;
    display: block;
    float: right;
}

.show_guest .fr p .btn {
    height: 49px;
    border: none;
    border-radius: 4px;
    background: #0269ab;
    color: #fff;
}

.show_guest .fr p .btn:hover {
    background: #00aff1;
}

.pro_tag {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    line-height: 40px;
    margin-top: 20px;
}

.pro_tag span {
    font-size: 14px;
    color: #333;
}

.pro_tag a {
    font-size: 11px;
    color: #666;
    padding-right: 15px;
}

.pro_tag a:hover {
    color: #036aac;
}

.pages .pagination {
    text-align: center;
    height: auto;
}

.pages .pagination a {
    padding: 0 13px;
    line-height: 28px;
    height: 28px;
    float: none;
    display: inline-block;
}

.pages .pagination p {
    padding: 0 13px;
    line-height: 28px;
    height: 28px;
    float: none;
    display: inline-block;
}


.case_list {
    width: 100%;
    margin-top: 30px;
}

.case_list ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px 1px #eee;
    background: #f2f2f2
}

.case_list ul li .fl.time {
    width: 125px;
    background: #808080;
    padding: 15px;
}

.case_list ul li .fl.time span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.case_list ul li .fl.time .d {
    font-size: 30px;

}

.case_list ul li .fl .imgauto {
    width: 100%;
    height: 185px;
}

.case_list ul li .fl .imgauto img {
    max-width: 100%;
    max-height: 100%;
}

.case_list ul li .fr.desc {
    width: 85%;
    padding-left: 20px;
}

.case_list ul li .fr span {
    font-size: 18px;
    color: #000;
    display: block;
    padding-top: 8px;
}

.case_list ul li .fr p {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 10px;
    line-height: 24px;
    height: 55px;
    padding-right: 8px;
    overflow: hidden;
}

.case_list ul li:hover {
    box-shadow: 0px 1px 10px 1px #008a9e;
}

.case_list ul li:hover .time {
    background: #008a9e
}

.case_list ul li:hover .fr span {
    color: #008a9e;
}



.right_fix {
    position: fixed;
    right: 1%;
    top: 35%;
    z-index: 99;
}

.right_fix .text li {
    position: relative;
    width: 80px;
    background: #008a9e;
    border-top: 1px solid #eee;
    border-radius: 10px;
    margin-top: 2px;
}

.right_fix .text li:first-child {
    border: none;
}

.right_fix .text li .pic {
    width: 100%;
    padding: 8px 0;
}

.right_fix .text li .pic img {
    height: 30px;
    display: block;
    width: auto;
    margin: 0 auto;
}

.right_fix .text li .text {
    background: #eee;
    padding: 8px;
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    display: none;
}

.right_fix .text li .text img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.right_fix .text li i {
    display: block;
    width: 35px;
    height: 30px;
    margin: 7px auto;
}

.right_fix .text li.kf i {
    background-position: -31px 3px;
}

.right_fix .text li.kf .text {
    width: 80px;
    left: -80px;
}

.right_fix .text li.kf .qq {
    background-position: -37px -367px;
}

.right_fix .text li.wcha i {
    background-position: -32px -40px;
}

.right_fix .text li.tel .text {
    width: 245px;
    left: -245px
}

.right_fix .text li.tel i {
    background-position: -30px -80px;
}

.right_fix .text li.tel i.t {
    display: inline-block;
    height: 35px;
    background-position: -32px -77px;
    background-color: #008a9e;
    border-radius: 50%;
}

.right_fix .text li.tel .text span {
    display: inline-block;
    line-height: 45px;
}
.right_fix .text li.dpico .ico{
    background: url(../img/dpico.png) no-repeat;
    background-size: 34px;
}
.right_fix .text li .pic .img1 {
    display: block;
}

.right_fix .text li .pic .img2 {
    display: none;
}

.right_fix .text li .pic span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 8px;
}



.right_fix .text li .text1 {
    height: 73px;
    position: absolute;
    left: -220px;
    top: 7px;
    width: 220px;
    display: none;
}

.right_fix .text li .text1 .search {
    position: relative;
    background: #036aac;
    padding: 8px;
}

.right_fix .text li .text1 .inp1 {
    width: 100%;
    background: #fff;
    height: 42px;
    border: none;
    outline: 0;
    padding-left: 5px;
}

.right_fix .text li .text1 .btn_sub {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 42px;
    background: url('../img/seah.png') no-repeat center #fff;
    background-size: 16px;
    border: none;
    outline: 0;
}

.right_fix .text li:hover {
    background: #47a58a;
    cursor: pointer;
}

.right_fix .text li:hover .pic .img1 {
    display: none;
}

.right_fix .text li:hover .pic .img2 {
    display: block;
}

.right_fix .text li:hover .text {
    display: block;
}

.right_fix .text li:hover .text1 {
    display: block;
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
}

#message .m-content {
    margin-top: 10%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
    width: 494px;
    margin: 48px auto 0;
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    width: auto;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 80px;
}

.btn-1 input.focus {
    background: #007ccb;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}