/****************************** components ******************************/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-family: "微软雅黑";
}


/* 解决手机上面看PC端页面显示在左侧的问题 */

body {
    min-width: 1300px;
}


/* .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;
} */


/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.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;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
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;
    font-size: 14px;
}

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: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
    color: #5a5a5a;
    font-size: 12px;
}

body {
    background: #f9f9f9;
}

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

.header {
    width: 100%;
    height: 46px;
    background: #303030;
}

.header .box {
    float: left;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.header .center {
    height: 80px;
}

.header .box .city {
    position: relative;
}

.header .box .city p {
    cursor: pointer;
    font-size: 14px;
    color: #039fec;
    line-height: 20px;
    display: block;
    padding-left: 20px;
    background: url(../../images/region_dz/icmap.png) no-repeat left center;
}

.header .box .city p span {
    color: #999;
}

.header .box .city .city_text {
    position: absolute;
    width: 330px;
    top: 10px;
    left: 25px;
    z-index: 1200;
    display: none;
}

.header .box .city .citybtn a:hover,
.header .box .city .citybtn a:hover span {
    color: #00a2e9;
}

.header .box .city .city_text img {
    height: 16px;
    margin-left: 66px;
}

.header .box .city .city_text ul {
    padding: 10px 20px;
    background: #fff;
    margin-top: -6px;
}

.header .box .city .city_text ul li {
    width: 100%;
    float: left;
    margin: 7px 0;
}

.header .box .city .city_text ul li a {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #2ca8e6;
    line-height: 24px;
}

.header .box .city .city_text ul li .city_son {
    width: 260px;
    float: left;
}

.header .box .city .city_text ul li .city_son a {
    font-weight: normal;
    color: #666;
    margin-left: 20px;
    font-size: 14px;
}

.header .box .city .city_text ul li .city_son a:hover {
    color: #2ca8e6;
}

.header .box .text a {
    font-size: 14px;
    color: #999;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* line-height: 46px; */
    margin-left: 10px;
}

.header .box .text p {
    font-size: 14px;
    color: #999;
    line-height: 100%;
    /* border-left: 1px solid #999; */
    /* margin-left: 8px; */
    /* padding-left: 8px; */
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
    z-index: 1000;
}

.header .text {
    width: 100%;
}

.header .text .logo {
    width: 15%;
    height: 100%;
    /* padding-top: 6px; */
}

.header .text .logo a {
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .text .logo a img {
    height: 68px;
    vertical-align: middle;
}

.header .text .fr {
    float: left;
    width: 70%;
}

.header .text .fr .nav {
    width: 100%;
}

.header .text .fr .nav ul {
    float: right;
}

.header .text .fr .nav ul li {
    float: left;
    /* margin-left: 30px; */
}

.header .text .fr .nav ul li a {
    width: 100%;
    text-align: center;
    line-height: 77px;
    padding: 0 18px;
    font-size: 15px;
    color: #333;
    display: block;
    /* border-bottom: 3px solid #fff; */
    font-weight: bold;
}

.header .text .fr .nav ul li a:hover {
    color: #ff6000;
    border-bottom: 3px solid #ff6000;
}

.header .text .fr .nav ul li a.active {
    color: #ff6000;
    border-bottom: 3px solid #ff6000;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

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

.banner .box {
    width: 100%;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.box_menu {
    width: 290px;
    height: 480px;
    float: left;
    background: #333;
    position: relative;
    padding-top: 30px;
}

.box_menu ul li {
    width: 100%;
    padding-left: 30px;
    line-height: 50px;
}

.box_menu ul li .list a {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.box_menu ul li .list a:first-child {
    font-size: 16px;
    margin-left: 0;
    margin-right: 10px;
}

.box_menu ul li .text {
    position: absolute;
    left: 290px;
    top: 0;
    width: 910px;
    height: 480px;
    background: #fff;
    z-index: 999;
    display: none;
    padding-top: 30px;
    padding-left: 45px;
}

.box_menu ul li .text .fl {
    width: 150px;
}

.box_menu ul li .text .fl a {
    line-height: 50px;
    font-size: 16px;
    text-decoration: underline;
    padding-bottom: 1px;
    display: block;
}

.box_menu ul li .text .fl a:hover {
    color: #039fec;
}

.box_menu ul li .text .fr {
    width: 710px;
    float: left;
    padding-right: 5%;
}

.box_menu ul li .text .fr a {
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 45px;
}

.box_menu ul li .text .fr a:hover {
    color: #039fec;
}

.box_menu ul li:hover {
    background: #fff;
}

.box_menu ul li:hover .list a {
    color: #666;
}

.box_menu ul li:hover .list a:hover {
    color: #039fec;
}

.box_menu ul li:hover .text {
    display: block;
}

.banner_list {
    width: 910px !important;
    height: 480px;
    float: left;
    overflow: hidden;
}

.banner_list ul li {
    width: 910px;
}

.banner_list ul li img {
    width: 910px;
    height: 480px;
}

.banner_btn {
    text-align: center;
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: 10px;
    overflow: hidden;
    width: 91px;
    height: 24px;
    background: url(../../img/bannerbg.png) no-repeat center;
}

.banner_btn span {
    margin-top: 4px;
    display: block;
}

.banner_btn a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer;
    background: none;
    margin: 0 3px;
    border: solid 1px #ccc;
}

.banner_btn a.in {
    background: #fff;
    border: solid 1px #fff;
}

.main {
    width: 100%;
}

.box_tit {
    width: 100%;
}

.box_tit span {
    display: block;
    font-size: 20px;
    color: #01a5ec;
    text-align: center;
    line-height: 110%;
    font-weight: bold;
}

.box_tit p {
    display: block;
    font-size: 16px;
    color: #bfe5f5;
    text-align: center;
    line-height: 160%;
}

.i_box1 {
    width: 100%;
    margin-top: 40px;
}

.i_box1 .list {
    width: 100%;
    z-index: 99;
    margin-top: 20px;
}

.i_box1 .list ul li {
    width: 25%;
    float: left;
    padding: 20px;
}

.i_box1 .list ul li:nth-child(4n) {
    margin-right: 0;
}

.i_box1 .list ul li .pic {
    width: 100%;
    position: relative;
}

.i_box1 .list ul li .pic img {
    display: block;
    width: 100%;
    height: 260px;
}

.i_box1 .list ul li .pic span {
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 34px;
    background: #039fec;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 34px;
    color: #fff;
    border-bottom-right-radius: 10px;
}

.i_box1 .list ul li .text a {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.i_box1 .list ul li .text p {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 15px;
}

.i_box1 .list ul li:hover {
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.i_box2 {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.i_box2 .box {
    width: 100%;
    padding: 30px 20px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
}

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

.i_box2 .list .fl {
    width: 560px;
}

.i_box2 .list .fl img {
    width: 560px;
    height: 376px;
}

.i_box2 .list .fl span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 9px;
}

.i_box2 .list .fl span:hover {
    color: #039fec;
}

.i_box2 .list .fl p {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 2px;
}

.i_box2 .list .fr {
    width: 600px;
}

.i_box2 .list .fr ul {
    width: 100%;
}

.i_box2 .list .fr ul li {
    width: 45%;
    margin-left: 5%;
    float: left;
    margin-bottom: 20px;
}

.i_box2 .list .fr ul li img {
    width: 270px;
    height: 152px;
    display: block;
}

.i_box2 .list .fr ul li span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 9px;
}

.i_box2 .list .fr ul li span:hover {
    color: #039fec;
}

.i_box2 .list .fr ul li p {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 2px;
}

.i_box3 {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.i_box3 .box {
    width: 100%;
}

.i_box3 .box .list {
    width: 23%;
    padding: 20px 16px;
    margin: 10px 0;
    float: left;
    margin-left: 2.66%;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #eee;
}

.i_box3 .box .list img {
    display: block;
    margin: 0 auto;
    height: 35px;
    margin-top: 20px;
}

.i_box3 .box .list h3 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #01a5ec;
    margin-top: 15px;
}

.i_box3 .box .list ul {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.i_box3 .box .list ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.i_box3 .box .list ul li a:hover {
    color: #039fec;
}

.i_box3 .box .list .more img {
    height: auto;
}

.i_box3 .box .list:first-child {
    margin-left: 0;
}

.i_box3 .box .list:hover {
    box-shadow: 0px 1px 10px 1px #ccc;
}

.i_box4 {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.i_box4 .list ul li {
    float: left;
    margin-right: 23.66px;
    margin-top: 23.66px;
}

.i_box4 .list ul li .imgauto {
    height: 90px;
    width: 180px;
    padding: 15px;
    background: #fff;
}

.i_box4 .list ul li:nth-child(6n) {
    margin-right: 0;
}

.footer {
    width: 100%;
    padding: 45px 0;
    margin-top: 60px;
    background: #fff;
}

.footer .foot_text1 .fl a {
    float: left;
    padding-left: 70px;
    margin-right: 70px;
    border-left: 1px solid #ccc;
}

.footer .foot_text1 .fl a img {
    display: block;
    margin: 0 auto;
}

.footer .foot_text1 .fl a span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #ccc;
    margin-top: 15px;
}

.footer .foot_text1 .fl a:first-child {
    padding: 0;
    border: none;
}

.footer .foot_text1 .fr span {
    display: block;
    font-size: 24px;
    color: #01a5ec;
    text-align: right;
}

.footer .foot_text1 .fr p {
    font-size: 14px;
    color: #01a5ec;
    text-align: right;
    margin-top: 5px;
}

.footer .foot_text2 {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #ccc;
}

.footer .foot_text2 .fl .foot_nav a {
    border-left: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    float: left;
    text-align: center;
    padding-left: 32px;
    margin-right: 32px;
}

.footer .foot_text2 .fl .foot_nav a:first-child {
    border: none;
    padding: 0;
}

.footer .foot_text2 .fl .foot_nav a:hover {
    color: #01a5ec;
}

.footer .foot_text2 .fl .copyright {
    width: 100%;
    margin-top: 15px;
}

.footer .foot_text2 .fl .copyright p {
    font-size: 14px;
    color: #ccc;
    display: block;
}

.footer .foot_text2 .fl .copyright p a {
    font-size: 14px;
    color: #ccc;
}

.footer .foot_text2 .fr img {
    width: 60px;
}

.currson {
    width: 100%;
}

.currson .text {
    height: 62px;
    line-height: 62px;
}

.currson .text select {
    width: 110px;
    height: 26px;
    background: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    outline: 0;
    border: none;
    border: 1px solid #dc4711;
    font-size: 14px;
    color: #666;
}

.currson .text select::-ms-expand {
    display: none;
}

.currson .text select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/template/default/index/img/selected.png") no-repeat scroll right center transparent;
    background-size: 12px 12px;
    background-position-x: 96%;
    padding-right: 14px;
}

.currson .text p {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* margin-left: 30px; */
}

.currson .text p a {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.currson .text p a:hover {
    color: #01a5ec;
}

.pro_shaix .box {
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 20px;
    box-shadow: 0px 1px 10px 1px #eee;
    background: #fff;
}

.pro_shaix .box .nav_group_item {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    border-top: none;
    position: relative;
    overflow: hidden;
}

.pro_shaix .box .nav_group_item .item_name {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    width: 90px;
    padding-left: 5px;
}

.pro_shaix .box .nav_group_item .item_list {
    width: 1065px;
    float: left;
}

.pro_shaix .box .nav_group_item .item_list a {
    margin-right: 40px;
    float: left;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.pro_shaix .box .nav_group_item .item_list a:hover {
    color: #01a5ec;
}

.pro_shaix .box .nav_group_item .item_list a.active {
    color: #01a5ec;
    font-weight: bold;
}

.pro_shaix .box .nav_group_item .clickbtn {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    z-index: 19;
    background: url(../../img/xiajt.png) no-repeat center;
    cursor: pointer;
}

.pro_shaix .box .nav_group_item.heightauto {
    height: auto;
    z-index: 29;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.pro_shaix .text {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
}

.pro_shaix .text a {
    width: 105px;
    height: 32px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    margin-right: 8px;
}

.pro_shaix .text a:hover {
    border: 1px solid #01a5ec;
}

.pro_shaix .text a.on {
    border: 1px solid #01a5ec;
}

.pro_list {
    width: 100%;
}

.pro_list ul li {
    width: 23%;
    float: left;
    margin-top: 2.66%;
    margin-right: 2.66%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.pro_list ul li .imgauto {
    width: 256px;
    height: 256px;
}

.pro_list ul li strong {
    font-size: 14px;
    color: #ee2751;
    display: block;
    margin-top: 8px;
}

.pro_list ul li strong i {
    font-style: normal;
    font-size: 20px;
    color: #ee2751;
    font-weight: bold;
    padding-right: 5px;
}

.pro_list ul li p {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_list ul li p.coor {
    color: #b2b2b2;
}

.pro_list ul li span {
    font-size: 14px;
    width: 36px;
    height: 20px;
    background: #039fec;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-top: 5px;
}

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

.pro_text1 {
    width: 100%;
    padding: 30px;
    /* padding-bottom: 15px; */
    background: #fff;
}

.pro_text1 .fl {
    position: relative;
    width: 420px;
}

.pro_text1 .fl img {
    width: 100%;
    display: block;
}

.pro_text1 .fl .topInfo {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    text-align: right;
    padding-top: 16px;
    padding-right: 16px;
    font-size: 20px;
    color: #fff;
    background: url(/template/default/index/img/top_right.png) no-repeat center center;
    background-size: contain;
}

.pro_text1 .fl p {
    margin-top: 10px;
}

.pro_text1 .fl p span {
    line-height: 30px;
    padding-left: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: url(../../img/gou.png) no-repeat left center;
    margin-left: 20px;
    font-size: 14px;
    color: #999;
}

.pro_text1 .fl p span:first-child {
    margin-left: 0;
}

.pro_text1 .fr {
    position: relative;
    width: 690px;
}

.pro_text1 .fr .fr_tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pro_text1 .fr .fr_tit h1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    display: block;
    line-height: 24px;
    margin-right: 20px;
}

.pro_text1 .fr .fr_tit p {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    display: block;
}

.pro_text1 .fr .price {
    height: 64px;
    width: 100%;
    margin-top: 18px;
    overflow: hidden;
}

.pro_text1 .fr .price span {
    float: left;
    font-size: 14px;
    color: #666;
    letter-spacing: 10px;
    line-height: 64px;
    padding-left: 20px;
}

.pro_text1 .fr .price strong {
    font-weight: normal;
    font-size: 14px;
    color: #ec3232;
    line-height: 60px;
    float: left;
}

.pro_text1 .fr .price strong i {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
}

.pro_text1 .fr .price em {
    font-style: normal;
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 64px;
    margin-left: 30px;
    text-decoration: line-through;
}

.pro_text1 .fr .text {
    width: 362px;
    margin-top: 16px;
}

.pro_text1 .fr .text p {
    width: 100%;
    float: left;
    margin: 8px 0;
}

.pro_text1 .fr .text p span {
    float: left;
    font-size: 14px;
    color: #666;
    width: 65px;
    line-height: 32px;
}

.pro_text1 .fr .text p a {
    padding: 0 12px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #acacac;
    font-size: 14px;
    color: #999;
    float: left;
    margin-left: 10px;
    outline: 0;
    margin-bottom: 10px;
}

.pro_text1 .fr .text p a.on {
    color: #dc4711;
    border: 1px solid #dc4711;
}

.pro_text1 .fr .more {
    margin-top: 20px;
    padding-top: 20px;
}

.pro_text1 .fr .more a {
    width: 200px;
    height: 48px;
    background-image: linear-gradient(133deg, #f7ce3d 0%, #f66027 100%);
    box-shadow: 1px 2px 4px 0px #facebd;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    display: block;
}

.pro_text1 .fr .refer_commission_box {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pro_text1 .fr .refer_commission {
    width: 240px;
    height: 349px;
    background-color: #ffffff;
    box-shadow: 4px 2px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
    padding-top: 50px;
}

.pro_text1 .fr .refer_commission img {
    width: 110px;
    height: 110px;
}

.pro_text1 .fr .refer_commission h3 {
    font-size: 22px;
    color: #232223;
    margin-top: 24px;
}

.pro_text1 .fr .refer_commission p {
    margin-top: 6px;
    font-size: 16px;
    color: #9b9b9b;
}

.pro_text1 .fr .refer_commission a {
    display: inline-block;
    width: 112px;
    height: 33px;
    background-color: #dc4711;
    border-radius: 8px;
    line-height: 33px;
    margin-top: 24px;
    font-size: 18px;
    color: #fff;
}

.pro_text1 .fr .refer_refund {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.pro_text1 .fr .refer_refund a {
    font-size: 14px;
    color: #9b9b9b;
}

.pro_text1 .fr .refer_refund a img {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 2px;
}


/* 
.pro_text2 {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  padding: 30px 0;
}

.pro_text2 .probox {
  width: 100%;
}

.pro_text2 .probox .protitle h2 {
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #dc4711;
  margin-bottom: 30px;
}

.pro_text2 .probox .protitle h2 i {
  display: inline-block;
  width: 12px;
  height: 60px;
  background-color: #dc4711;
  margin-right: 32px;
}

.pro_text2 .probox .hd {
  width: 100%;
  padding: 0 30px;
  border-bottom: 1px solid #ccc;
}

.pro_text2 .probox .hd li {
  font-size: 16px;
  color: #000;
  float: left;
  margin-right: 50px;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}

.pro_text2 .probox .hd li.on {
  color: #dc4711;
  border-bottom: 3px solid #dc4711;
}

.pro_text2 .probox .bd {
  width: 100%;
}

.pro_text2 .probox .bd ul .text_content .queslist {
  width: 100%;
  padding: 0 30px;
}

.pro_text2 .probox .bd ul .text_content .queslist .inhd {
  margin-top: 30px;
  border: none;
}

.pro_text2 .probox .bd ul .text_content .queslist .inhd li {
  width: 105px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  float: left;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
}

.pro_text2 .probox .bd ul .text_content .queslist .inhd li.on {
  color: #dc4711;
  border: 1px solid #dc4711;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item {
  width: 100%;
  float: left;
  margin-top: 35px;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item .li_tit {
  width: 100%;
  float: left;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item .li_tit img {
  width: 22px;
  margin: 9.5px 14px;
  float: left;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item .li_tit span {
  height: 43px;
  background: #f5fbfe;
  float: left;
  width: 1090px;
  font-size: 14px;
  color: #333;
  line-height: 43px;
  padding: 0 15px;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item .li_desc {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item .li_desc img {
  width: 22px;
  margin: 9.5px 14px;
  float: left;
} */


/* test 样式开始 */

.pro_text2 {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    padding: 30px 0;
}

.pro_text2 .probox {
    width: 100%;
}

.pro_text2 .probox .protitle h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    color: #dc4711;
    margin-bottom: 30px;
}

.pro_text2 .probox .protitle h2 i {
    display: inline-block;
    width: 12px;
    height: 60px;
    background-color: #dc4711;
    margin-right: 32px;
}

.pro_text2 .probox .hd {
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #ccc;
}

.pro_text2 .probox .hd li {
    font-size: 16px;
    color: #000;
    float: left;
    margin-right: 50px;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
}

.pro_text2 .probox .hd li.on {
    color: #dc4711;
    border-bottom: 3px solid #dc4711;
}

.pro_text2 .probox .bd {
    width: 100%;
}

.pro_text2 .probox .bd ul {
    width: 100%;
    padding: 0 30px;
}

.pro_text2 .probox .bd ul .list .item {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.pro_text2 .probox .bd ul .list .item .li_tit {
    width: 100%;
    float: left;
}

.pro_text2 .probox .bd ul .list .item .li_tit img {
    display: inline-block;
    width: 22px;
    margin: 9.5px 14px;
    float: left;
}

.pro_text2 .probox .bd ul .list .item .li_tit span {
    height: 43px;
    background: #f5fbfe;
    float: left;
    width: 1090px;
    font-size: 14px;
    color: #333;
    line-height: 43px;
    padding: 0 15px;
}

.pro_text2 .probox .bd ul .list .item .li_desc {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.pro_text2 .probox .bd ul .list .item .li_desc img {
    width: 22px;
    margin: 9.5px 14px;
    float: left;
}


/* test 样式结束 */

.proart_content {
    float: left;
    background: #f8f8f8;
    padding: 15px;
    width: 1090px;
}

.pro_text2 .probox .bd ul .text_content .queslist .inbd .list .item .li_desc p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.text_content {
    width: 100%;
    min-height: 1px;
}

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

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

.art_text .textfl {
    width: 820px;
    float: left;
}

.art_text .textfl .new_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-right: 1px solid #f4f4f4;
}

.art_text .textfl .new_banner img {
    width: 760px;
    height: 340px;
    display: block;
}

.art_text .textfr {
    width: 380px;
    float: right;
}

.art_text .textfr .customer_service {
    position: relative;
    width: 380px;
    height: 400px;
    background-color: #fff;
}

.art_text .textfr .customer_service .customer_service_box {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 310px;
    height: 340px;
    background-color: #ffffff;
    box-shadow: 4px 2px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 42px 24px;
}

.code_mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 25%;
    background-color: rgba(0, 0, 0, .8);
}

.code_mask img {
    width: 60%;
    vertical-align: middle;
}

.code_mask span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.art_text .textfr .consulter_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    align-items: baseline;
}

.art_text .textfr .consulter_info img {
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.art_text .textfr .consulter_word h3 {
    font-size: 22px;
    font-weight: 400;
    color: #232223;
    margin-bottom: 5px;
}

.art_text .textfr .consulter_word h3 strong {
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #dc4711;
}

.art_text .textfr .consulter_word span {
    font-size: 16px;
    color: #232223;
}

.art_text .textfr .consulter_intro {
    font-size: 14px;
    color: #656565;
    margin-top: 25px;
    margin-bottom: 30px;
}

.art_text .textfr .refer_btn {
    text-align: center;
}

.art_text .textfr .refer_btn a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background-color: #dc4711;
    border-radius: 8px;
    border: solid 1px #dc4711;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.art_text .textfr .fr_text1 {
    width: 100%;
    background: #fff;
    padding: 20px 20px 20px 40px;
}

.art_text .textfr .fr_text1 h3 {
    font-size: 14px;
    color: #dc4711;
    font-weight: normal;
    display: block;
}

.art_text .textfr .fr_text1 .search {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
}

.art_text .textfr .fr_text1 .search input {
    width: 250px;
    height: 34px;
    border: none;
    border: 1px solid #dc4711;
    line-height: 32px;
    padding-left: 10px;
    float: left;
    outline: 0;
}

.art_text .textfr .fr_text1 .search .subbtn {
    width: 70px;
    float: left;
    background: #dc4711;
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: center;
    border: 1px solid #dc4711;
}

.art_text .textfr .fr_text1 .list {
    width: 100%;
    margin-top: 12px;
}

.art_text .textfr .fr_text1 .list a {
    width: 32%;
    margin-right: 2%;
    float: left;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 8px;
}

.art_text .textfr .fr_text1 .list a:nth-child(3n) {
    margin-right: 0;
}


/* 详情页面样式 */

.art_text .detailfr {
    width: 360px;
}

.art_text .detailfr .customer_service {
    position: relative;
    width: 360px;
    height: 400px;
    background-color: #fff;
}

.art_text .detailfr .customer_service .customer_service_box {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 310px;
    height: 340px;
    background-color: #ffffff;
    box-shadow: 4px 2px 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 42px 24px;
}

.art_text .detailfr .consulter_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    align-items: baseline;
}

.art_text .detailfr .consulter_info img {
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.art_text .detailfr .consulter_word h3 {
    font-size: 22px;
    font-weight: 400;
    color: #232223;
    margin-bottom: 5px;
}

.art_text .detailfr .consulter_word h3 strong {
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #dc4711;
}

.art_text .detailfr .consulter_word span {
    font-size: 16px;
    color: #232223;
}

.art_text .detailfr .consulter_intro {
    font-size: 14px;
    color: #656565;
    margin-top: 25px;
    margin-bottom: 30px;
}

.art_text .detailfr .refer_btn {
    text-align: center;
}

.art_text .detailfr .refer_btn a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background-color: #dc4711;
    border-radius: 8px;
    border: solid 1px #dc4711;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.art_text .detailfr .fr_text1 {
    width: 360px;
    background: #fff;
    padding: 20px;
}

.art_text .detailfr .fr_text1 h3 {
    font-size: 14px;
    color: #dc4711;
    font-weight: normal;
    display: block;
}

.art_text .detailfr .fr_text1 .search {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
}

.art_text .detailfr .fr_text1 .search input {
    width: 250px;
    height: 34px;
    border: none;
    border: 1px solid #dc4711;
    line-height: 32px;
    padding-left: 10px;
    float: left;
    outline: 0;
}

.art_text .detailfr .fr_text1 .search .subbtn {
    width: 70px;
    float: left;
    background: #dc4711;
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: center;
    border: 1px solid #dc4711;
}

.art_text .detailfr .fr_text1 .list {
    width: 100%;
    margin-top: 12px;
}

.art_text .detailfr .fr_text1 .list a {
    width: 32%;
    margin-right: 2%;
    float: left;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 8px;
}

.art_text .detailfr .fr_text1 .list a:nth-child(3n) {
    margin-right: 0;
}

.art_list {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    padding-bottom: 20px;
}

.art_list h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 76px;
    padding-left: 20px;
    font-size: 28px;
    color: #dc4711;
    font-weight: 400;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.art_list h1 i {
    display: inline-block;
    width: 6px;
    height: 40px;
    background-color: #dc4711;
    margin-right: 20px;
}

.art_list ul {
    margin-bottom: 0;
}

.art_list ul li {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

.art_list ul li .pic {
    width: 280px;
    float: left;
}

.art_list ul li .pic .imgauto {
    width: 280px;
    height: 180px;
}

.art_list ul li .pic .imgauto img {
    width: 100%!important;
    height: 100%!important;
    margin-top: 0!important;
    margin-left: 0!important;
}

.art_list ul li .text {
    width: 498px;
    height: 180px;
    float: left;
    padding-left: 12px;
    position: relative;
}

.art_list ul li .text h3 a {
    font-size: 16px;
    color: #000;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.art_list ul li .text h3 a:hover {
    color: #dc4711;
}

.art_list ul li .text p {
    font-size: 14px;
    color: #929292;
    display: block;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.art_list ul li .text span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #929292;
    margin-top: 23px;
}

.art_list ul li .text i {
    position: absolute;
    bottom: 0;
    left: 12px;
    font-style: normal;
    font-size: 12px;
    color: #929292;
    margin-top: 16px;
    margin-top: 23px;
}

.art_list ul li .text i strong {
    font-size: 12px;
    font-weight: normal;
    color: #dc4711;
}

.hot_new {
    width: 100%;
    background: #fff;
    padding: 10px 30px;
    margin-top: 30px;
}

.hot_new .hot_tit h2 {
    font-size: 20px;
    color: #dc4711;
    display: block;
    font-weight: normal;
    padding-top: 20px;
}

.hot_new .text {
    width: 100%;
    margin-top: 10px;
}

.hot_new .text .pic {
    width: 100%;
    position: relative;
}

.hot_new .text .pic img {
    width: 100%;
    display: block;
}

.hot_new .text .pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    padding: 6px 12px;
    line-height: 24px;
}

.hot_new .text .pic i {
    position: absolute;
    top: 15px;
    left: 0;
    font-style: normal;
    width: 50px;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
    background: url(../../img/xz.png) no-repeat center;
}

.hot_new .list {
    width: 100%;
}

.hot_new .list ul li {
    width: 100%;
    float: left;
    margin-top: 12px;
    padding-top: 12px;
    /* border-top: 1px solid #eee; */
}

.hot_new .list ul li:first-child .pic {
    width: 100%;
    position: relative;
}

.hot_new .list ul li:first-child .pic .imgauto {
    width: 100%;
    height: auto;
}

.hot_new .list ul li:first-child .pic .imgauto img {
    width: 100%;
    height: 100%;
}

.hot_new .list ul li:first-child .pic span {
    position: absolute;
    top: 0;
    left: 14px;
    width: 28px;
    height: 34px;
    font-size: 12px;
    background: url(/template/default/index/img/checked_img.png) no-repeat center center;
    background-size: contain;
    color: #fff;
    text-align: center;
    padding: 0;
    padding-top: 4px;
    display: block;
}

.hot_new .list ul li:first-child .text {
    width: 100%;
    margin-top: 12px;
}

.hot_new .list ul li:first-child .text h3 a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    height: auto;
    overflow: hidden;
}

.hot_new .list ul li:first-child .text span {
    display: none;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.hot_new .list ul li .pic {
    width: 120px;
    float: left;
    position: relative;
}

.hot_new .list ul li .pic .imgauto {
    width: 120px;
    height: 78px;
}

.hot_new .list ul li .pic .imgauto img {
    width: 100%!important;
    height: 100%!important;
    margin-top: 0!important;
    margin-left: 0!important;
}

.hot_new .list ul li .pic span {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 12px;
    background: url(/template/default/index/img/default_img.png) no-repeat center center;
    color: #fff;
    padding-left: 6px;
    padding-top: 4px;
    display: block;
}

.hot_new .list ul li .text {
    width: 200px;
    float: left;
    padding-left: 10px;
    margin-top: 0;
}

.detailfr .hot_new .list ul li .text {
    width: 180px;
    float: left;
    padding-left: 10px;
    margin-top: 0;
}

.detailfr .hot_new .list ul li:first-child .text {
    width: 100%;
}

.hot_new .list ul li .text h3 a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.hot_new .list ul li .text span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.show_content {
    width: 100%;
    background: #fff;
    padding: 20px;
}

.show_content .text1 p span {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.show_content .text1 p a {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.show_content .text1 p a:hover {
    color: #dc4711;
}

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

.content_tit h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    text-align: center;
}

.content_tit p {
    text-align: center;
    display: block;
    margin-top: 12px;
}

.content_tit p span {
    font-size: 14px;
    color: #929292;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 8px;
}

.content {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px;
}

.content img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.content p {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}
.content h3{font-size: 20px;}
.show_pages {
    width: 100%;
    margin-top: 40px;
}

.show_pages p {
    width: 50%;
    line-height: 40px;
    font-size: 13px;
    color: #666;
    display: block;
}

.show_pages p a {
    font-size: 13px;
    color: #666;
}

.show_pages p a:hover {
    color: #dc4711;
}

.show_pages .pfl {
    float: left;
    text-align: left;
}

.show_pages .pfr {
    float: right;
    text-align: right;
}

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

.page_text .fl {
    width: 160px;
    background: #fff;
}

.page_text .fl .page_menu {
    padding: 30px 0;
}

.page_text .fl .page_menu ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 20px 0 30px 0;
}

.page_text .fl .page_menu ul li a:hover {
    color: #039fec;
}

.page_text .fr {
    width: 1020px;
    background: #fff;
}

.page_text .fr .text {
    padding: 30px;
    width: 100%;
}

.page_text .fr .text .page_tit img {
    display: block;
    width: 100%;
}

.page_text .fr .text .page_tit h3 {
    font-size: 18px;
    color: #00a2e9;
    display: block;
    margin: 30px 0 20px 0;
    font-weight: normal;
    background: url(../../img/titbg.png) no-repeat 120px center;
}

.page_text .fr .text .content {
    padding: 0;
    margin: 0;
    border: none;
}

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

.pages .pagination a {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee
}

.pages .pagination p {
    padding: 0;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
    color: #999;
}

.pages .pagination a:hover {
    border: 1px solid #dc4711;
    color: #dc4711;
}

.pages .pagination a.cur {
    border: none;
    background: #dc4711;
    color: #fff;
    border: 1px solid #dc4711;
}

.fix_text {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1200;
    display: none
}

.fix_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.fix_text .box {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 20%;
    width: 100%;
}

.fix_text .text {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    position: relative;
}

.fix_text .text p {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.fix_text .text p span {
    width: 100%;
    float: left;
    text-align: left;
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.fix_text .text p input {
    padding-left: 8px;
    border: none;
    border: 1px solid #01a5ec;
    line-height: 36px;
    width: 100%;
    outline: 0;
    float: left;
}

.fix_text .text p.hide {
    display: none;
}

.fix_text .text p.yanz span {}

.fix_text .text p.yanz input {}

.fix_text .text p.yanz img {
    float: left;
    height: 36px;
    width: 120px;
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.fix_text .text p .subbtn {
    padding-left: 0;
    width: 80px;
    height: 36px;
    background: #01a5ec;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.fix_text .text p .submitz {
    padding-left: 0;
    width: 80px;
    height: 36px;
    background: #01a5ec;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}

.fix_text .text h3 {
    font-size: 24px;
    color: #01a5ec;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.closed {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #01a5ec;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.closed img {
    margin: 0 auto;
    height: 22px;
    margin-top: 5px;
    display: block;
}

.header .box .city .city_text {
    height: 0;
    overflow: hidden;
    display: block;
    transition: .8s;
    width: 700px;
}

.header .box .city .city_text .list {
    width: 100%;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
    margin-top: 0;
}

.header .box .city .city_text .list ul {
    width: 100%;
    float: left;
}

.header .box .city .city_text .list ul li {
    width: 50%;
    float: left;
}

.header .box .city:hover .city_text {
    height: auto;
    transition: .8s;
}

.fixed_text {
    position: fixed;
    top: 40%;
    right: 0;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #ddd;
    width: 40px;
    height: 240px;
}

.fixed_text .text {
    width: 100%;
}

.fixed_text .text ul {}

.fixed_text .text ul li {
    width: 100%;
    display: block;
    height: 60px;
    position: relative;
}

.fixed_text .text ul li a {
    width: 100%;
    height: 60px;
    display: block;
    padding-top: 17px;
}

.fixed_text .text ul li a img {
    height: 26px;
    display: block;
    margin: 0 auto;
}

.fixed_text .text ul li a .img1 {
    display: none;
}

.fixed_text .text ul li a:hover {
    background: #ea5408;
}

.fixed_text .text ul li a:hover .img1 {
    display: block;
}

.fixed_text .text ul li a:hover .img2 {
    display: none;
}

.fixed_text .text ul li .tel_text {
    position: absolute;
    left: -150px;
    top: 0;
    background: #fff;
    width: 150px;
    height: 90px;
    z-index: 9;
    padding: 20px;
    display: none;
}

.fixed_text .text ul li .tel_text i {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
    font-weight: 100;
    display: none;
}

.fixed_text .text ul li .tel_text span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.fixed_text .text ul li .tel_text p {
    font-size: 14px;
    color: #ea5408;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.fixed_text .text ul li:hover .tel_text {
    display: block;
}


/* 右侧固定导航新增的二维码 */

.fixed_text .text ul li .scan_code {
    position: absolute;
    left: -200px;
    top: 0;
    width: 200px;
    background: #fff;
    height: auto;
    z-index: 9;
    display: none;
    padding: 10px;
    text-align: center;
}

.fixed_text .text ul li .scan_code img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.fixed_text .text ul li .scan_code span {
    font-size: 16px;
    color: #232223;
}

.link_text {
    margin-top: 40px;
    width: 100%;
}

.link {
    padding: 15px 0px 15px 0px;
    color: #333;
    font-size: 13px;
}

.link .list span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #333;
}

.link_tit {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #ddd;
}

.link_tit span {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.link_tit a {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding-right: 22px;
    background: url(../../img/rii1.png) no-repeat right center;
}

.link_tit a:hover {
    color: #01a5ec;
    background: url(../../img/rii2.png) no-repeat right center;
}

.link .list {
    margin-top: 8px;
}

.link .list a {
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    color: #888;
}

.link .list a:hover {
    color: #01a5ec;
}

.hot_news {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-top: 12px;
}

.hot_news h3 {
    display: block;
    border-left: 4px solid #dc4711;
    line-height: 100%;
    font-weight: normal;
}

.hot_news h3 span {
    padding-left: 10px;
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 100%;
}

.hot_news ul {
    width: 100%;
    margin-top: 12px;
}

.hot_news ul li {
    width: 100%;
    padding: 0 30px 0 15px;
    line-height: 30px;
    /* background: url(../../img/dot.png) no-repeat center left; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_news ul li h3 a {
    font-size: 18px;
    color: #333;
    display: block;
}

.hot_news ul li h3 a:hover {
    color: #dc4711;
    text-decoration: underline;
}

.i_box0 {
    widows: 100%;
    margin-top: 30px;
}

.i_box0 .box {
    widows: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.i_box0 .box {}

.box0text {
    margin-top: 10px;
}

.box0text .hd {
    widows: 100%;
    border-bottom: 1px solid #ddd;
}

.box0text .hd ul {}

.box0text .hd li {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    display: inline-block;
    line-height: 40px;
    border-bottom: 3px solid #fff;
    margin-right: 30px;
    cursor: pointer;
}

.box0text .hd li.on {
    color: #1972ea;
    border-bottom: 3px solid #1972ea;
}

.box0text .bd {}

.box0text .bd ul {}

.box0text .bd ul .text_content {
    widows: 100%;
    position: relative;
    padding-top: 20px;
}

.box0text .bd ul .text_content p {
    position: absolute;
    right: 0;
    top: -40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.box0text .bd ul .text1 {
    width: 980px;
    height: 48px;
    padding: 10px 0;
    border: 1px solid #999;
    border-radius: 2px;
}

.box0text .bd ul .text1 .indexse {
    width: 106px;
    padding: 0 10px;
    padding-left: 20px;
    color: #333;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../../img/xiala.png) no-repeat 68px center transparent;
    background-size: 13px;
    font-size: 14px;
}

.box0text .bd ul .text1 .indexse option {
    padding: 5px 0;
}

.box0text .bd ul .text1 .inpgsname {
    width: 564px;
    color: #333;
    padding-left: 30px;
    text-align: left;
    height: 28px;
    line-height: 28px;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
}

.box0text .bd ul .text1 .indexgslx {
    width: 148px;
    color: #333;
    padding-left: 30px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../../img/xiala.png) no-repeat 98px center transparent;
    background-size: 13px;
    font-size: 14px;
}

.box0text .bd ul .text1 .indexgslb {
    width: 148px;
    color: #333;
    padding-left: 30px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../img/xiala.png) no-repeat 108px center transparent;
    background-size: 13px;
    font-size: 14px;
}

.box0text .bd ul .btnspan {
    background: #1972ea;
    color: #fff;
    float: right;
    width: 128px;
    height: 48px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}

.box0text .bd ul .text2 {
    width: 980px;
    height: 48px;
    padding: 10px 0;
    border: 1px solid #999;
    border-radius: 2px;
}

.box0text .bd ul .text2 .indexsblx {
    width: 148px;
    color: #333;
    padding-left: 30px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../../img/xiala.png) no-repeat 108px center transparent;
    background-size: 13px;
    font-size: 14px;
}

.box0text .bd ul .text2 .inpsbname {
    width: 820px;
    color: #333;
    padding-left: 30px;
    text-align: left;
    height: 28px;
    line-height: 28px;
    border: none;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
}

.box0text .bd ul .text2 .btnspan {}

.closed {
    z-index: 10;
}

.index_fix .closed {
    top: 9px;
}

.index_fix .text {
    padding-top: 60px;
}

.fix_text .text .fix_tit {
    width: 400px;
    height: 50px;
    padding: 0 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    z-index: 9;
}

.fix_text .text .fix_tit p {
    margin: 0;
}

.fix_text .text .fix_tit p span {
    float: none;
    display: block;
    line-height: 50px;
    font-size: 18px;
    display: none;
}

.fix_text .text .fix_tit p span i {
    font-style: normal;
    font-size: 14px;
    color: #999;
    padding-left: 80px;
    line-height: 50px;
}


/*** 页面顶部导航。 ***/

.sub-nav {
    position: absolute;
    left: 0;
    top: 80px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: none;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px;
}

.sub-nav>section.nav-category {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    height: auto;
}

.sub-nav>section.nav-category>.sub-nav-list {
    width: 300px;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #eee;
}

.sub-nav>section.nav-category>.sub-nav-list:first-child {
    /* margin-left: 180px; */
    border-left: none;
}

.sub-nav>section.nav-category>.sub-nav-list>dl {
    margin: 0;
    padding: 0;
}

.sub-nav>section.nav-category>.sub-nav-list>dl>dt {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-nav>section.nav-category>.sub-nav-list>dl>dd {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sub-nav>section.nav-category>.sub-nav-list>dl>dd>a {
    display: block !important;
    float: left;
    padding: 0 !important;
    line-height: 36px !important;
    color: #014eff !important;
    font-size: 14px !important;
    width: 50% !important;
    text-align: left !important;
    border-bottom: none !important;
    box-sizing: border-box;
    font-weight: 400 !important;
}

.sub-nav>section.nav-category>.sub-nav-list>dl>dd>a:hover {
    text-decoration: underline;
    color: #fd924b !important;
}

.show_img {
    width: 65px;
    height: 65px;
}

.xgli {
    /* width: 88%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    margin-left: 13px;*/
    width: 80%;
    white-space: normal;
    display: inline-block;
    margin-left: 13px;
    font-size: 15px;
}


/* 详情页图片样式 */

.banner_img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.my_li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 25px;
    list-style: none!important;
    line-height: 20px!important;
}

.my_li_div {
    float: left;
    width: 200px;
    height: 125px;
}

.my_li_a {
    width: 100%;
    white-space: normal;
}

.my_li_div2 {
    position: relative;
    width: 510px;
}

.my_li_img {
    width: 200px;
    height: 125px;
}

.my_li_div2 h3 a {
    position: absolute;
    left: 0;
    top: 0;
    white-space: normal;
}

.my_li_div2 p {
    position: absolute;
    width: 100%;
    top: 30px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.my_li_div2 .my_li_div3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 20px
}

.my_li_div2 .my_li_div3 b {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #b5b5b5;
    font-weight: normal;
}

.my_li_div2 .my_li_div3 b i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/template/default/index/img/keshi.png) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
}

.content-tag-span {
    font-size: 16px;
    color: #9999b0;
}

.content-tag-span1 {
    background-color: #eee;
    border: none;
    margin-left: 10px;
    font-size: 16px;
    color: #9999b0;
}

.content-tag-span2 {
    background-color: #eee!important;
    font-size: 16px!important;
    margin-left: 10px!important;
}

.content-tag-span2:hover {
    text-decoration: underline;
}

.question-top {
    background-image: url(../../img/666.jpg);
    width: 100%;
    height: 80px;
}

.question-top-text {
    font-size: 18px;
    color: white;
    font-weight: bold;
    line-height: 52px;
    margin-left: 10%;
}

.question-top-text1 {
    font-size: 14px;
    color: white;
    margin-left: 10%
}

.consulting-div {
    width: 100%
}

.consulting-button {
    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
    height: 41px;
    background: red;
    border: none;
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
}

.minf {
    width: 360px;
    float: right
}

.minf a,
.minf img {
    width: 100%;
}

.layforms {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}

.form-img {
    display: inline-block;
    margin-left: 20px
}

.form-div2 {
    margin-top: 20px;
    width: 75%;
    margin: 0 auto;
    border: 1px solid #cbcbcb;
    height: 50px;
}

.form-div1 {
    margin-top: 20px
}

.span-div2 {
    width: 100%;
    background-color: white
}

.imgfr {
    width: 360px;
    float: right;
    height: 350px;
}

.marg {
    margin-top: 5px;
}

.jsselect {
    background: url(../../img/xiala.png) no-repeat 124px center transparent!important;
    background-size: 13px!important;
}

.qysdselect {
    background: url(../../img/xiala.png) no-repeat 124px center transparent!important;
    background-size: 13px!important;
}

.tool-title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #28a7e1;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.tool-form {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -195px;
    width: 390px;
    height: 270px;
    font-family: '微软雅黑';
    display: none;
    z-index: 19999;
    border-radius: 8px 8px 0 0;
}

.tool-content {
    width: 100%;
    height: 200px;
    background: #fff;
}

.tool-content .p1 {
    font-size: 16px;
    color: #222;
    text-align: center;
    padding-top: 18px;
}

.tool-content .contval p {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
    color: #f55;
    text-align: center;
    box-sizing: border-box;
}

.tool-content .contval span {
    font-size: 16px;
    font-weight: normal;
    color: #222;
    vertical-align: middle;
}

.tool-content .p2 {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-bottom: 10px;
}

.tool-content .btn a {
    font-size: 18px;
    display: block;
    width: 168px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: #28a7e1;
    border-radius: 6px;
}

#cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.tool-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.jsjs {
    width: 260px!important;
}

.jsjsright {
    border-right: 1px solid #ddd!important
}

.tax-count {
    width: 600px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    display: none;
    z-index: 19999;
}

.tax-count-top {
    width: 100%;
    height: 88px;
    background: url(../../img/tax_form_bg.png) no-repeat;
    font-size: 24px;
    color: #fff;
    line-height: 88px;
    text-align: center;
}

.tax-count-bottom {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-left: 87px;
    border-radius: 0 0 6px 6px;
}

.tax-count-add {
    font-size: 18px;
    color: #333;
    padding: 45px 0 20px;
    overflow: hidden;
}

.tax-count-add span {
    font-size: 22px;
    color: #fd924b;
}

.tax-count-save {
    font-size: 24px;
    color: #fd924b;
    padding-bottom: 20px;
    padding-left: 10px;
}

.tax-count-save span {
    font-size: 36px;
    color: #fd924b;
}

.tax-count-img {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: -44px;
    right: -44px;
    cursor: pointer;
}

.tcb-hint {
    padding-bottom: 50px;
}

.tool-form2 {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -195px;
    width: 390px;
    height: 270px;
    font-family: "微软雅黑";
    display: none;
    z-index: 19999;
    border-radius: 8px 8px 0 0;
}


/*.my_li{
  width:100%!important;
}*/


/****************************** media ******************************/


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