
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.formError {z-index: 990;}
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }
.inputContainer {position: relative;float: left;}
.formError {position: absolute;display: block;cursor: pointer;opacity: 0.87;}
.ajaxSubmit {padding: 20px;background: #55ea55;border: 1px solid #999;display: none}

.formError .formErrorContent {width: 100%;background: #ee0101;position:relative;color: #fff;width: 150px;line-height:12px;font-size: 11px;border: 2px solid #ddd;box-shadow: 0 0 6px #000;-moz-box-shadow: 0 0 6px #000;-webkit-box-shadow: 0 0 6px #000;padding: 4px 10px  4px 10px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.formError .formErrorArrow {width: 15px;margin: -2px 0 0 13px;	position:relative;}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {margin: -2px 13px 0 0;}
.formError .formErrorArrowBottom {	box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;margin: 0px 0 0 12px;top:2px;}
.formError .formErrorArrow div {border-left: 2px solid #ddd;border-right: 2px solid #ddd;box-shadow: 0 2px 3px #444;-moz-box-shadow: 0 2px 3px #444;-webkit-box-shadow: 0 2px 3px #444;font-size: 0px;height: 1px;	background: #ee0101;margin: 0 auto;line-height: 0;font-size: 0;display: block;}
.formError .formErrorArrowBottom div {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;}
.formError .formErrorArrow .line10 {width: 15px;border: none;}
.formError .formErrorArrow .line9 {width: 13px;border: none;}
.formError .formErrorArrow .line8 {width: 11px;}
.formError .formErrorArrow .line7 {width: 9px;}
.formError .formErrorArrow .line6 {width: 7px;}
.formError .formErrorArrow .line5 {width: 5px;}
.formError .formErrorArrow .line4 {width: 3px;}
.formError .formErrorArrow .line3 {width: 1px;border-left: 2px solid #ddd;border-right: 2px solid #ddd;border-bottom: 0 solid #ddd;}
.formError .formErrorArrow .line2 {width: 3px;border: none;background: #ddd;}
.formError .formErrorArrow .line1 {width: 1px;border: none;background: #ddd;}


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

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;
    list-style: none;
}

li {
    list-style: none;
}

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

.kf {
    width: 208px;
    position: fixed; /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../img/kefu.png) 12px center no-repeat #0094DA;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
    display: inline-block;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../img/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url(../img/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../img/huidaodingbu.png) center center no-repeat #0094DA;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #0094DA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../img/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url(../img/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

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

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
}

.pc-slide {
    float: left;
    width: 400px
}

.view .swiper-slide .img-center {
    width: 100%;
    height: 300px;
    line-height: 300px
}

.view .swiper-container {
    width: 100%
}

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

.preview .swiper-container {
    margin: 0 30px
}

.preview .swiper-slide .img-center {
    height: 80px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    line-height: 80px
}

.preview .arrow-left {
    background: url(../img/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .arrow-right {
    background: url(../img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .active-nav .img-center {
    border-color: #023793
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomDiv img {
    max-width: inherit;
}

div.zoomMask {
    position: absolute;
    background: url(../img/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

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

img {
    max-width: 100%;
    display: block;
}

a {
    outline: 0 !important;
}

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

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

.header {
    width: 100%;
    position: relative;
}

.header .top_top {
    widows: 100%;
    height: 45px;
    background: #efefef;
}

.header .top_top p {
    float: left;
    line-height: 45px;
    font-size: 14px;
    color: #666;
}

.header .top_top .pc_yuyan {
    float: right;
}

.header .top_top .pc_yuyan span {
    font-size: 14px;
    line-height: 45px;
    /*padding-left: 40px;*/
    float: left;
    margin-left: 30px;
}

.header .top_top .pc_yuyan span:first-child {
    margin-left: 0;
    padding-left: 35px;
    /*background: url(../img/china.jpg) no-repeat left center;*/
}

.header .top_top .pc_yuyan span:first-child + span {
    /*background: url(../img/eng.jpg) no-repeat left center;*/
}

.header .head_top {
    width: 100%;
    background: #fff;
}

.header .head_top .fl a {
    float: left;
}

.header .head_top .fl a img {
    height: 130px;
    display: block;
}

.header .head_top .fr {
    margin-top: 37px;
}

.header .head_top .fr .tel {
    float: right;
}

.header .head_top .fr .tel p {
    padding-left: 60px;
    background: url(../img/dianh.png) no-repeat left center;
}

.header .head_top .fr .tel p i {
    font-size: 14px;
    color: #666;
    display: block;
    font-style: normal;
}

.header .head_top .fr .tel p span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.nav {
    width: 100%;
    background: #0094DA;
    height: 60px;
}

.nav ul li {
    float: left;
    width: 11.11%;
    height: 60px;
    position: relative;
}

.nav ul li a {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav ul li a:hover {
    background: #0078BD;
}

.nav ul li.active > a {
    background: #0078BD;
}

.nav ul li .v_list {
    position: absolute;
    width: 100%;
    top: 60px;
    background: #0094DA;
    left: 0;
    z-index: 99;
    display: none;
}

.nav ul li .v_list a {
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    transition: .5s;
}

.nav ul li .v_list a:hover {
    transition: .5s;
    background: #0078BD;
}

.nav ul li:hover .v_list {
    display: block;
}

.fixed {
    position: fixed;
    max-width: 1920px;
    top: 0;
    z-index: 10000;
    float: none !important;
}

.pc_banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.pc_banner .pcbanner {
    position: relative;
}

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

.pc_banner .pcbanner .prev {
    cursor: pointer;
    outline: 0;
    left: 74px;
    width: 48px;
    height: 86px;
    position: absolute;
    top: 42%;
    background: url(../img/bannerle.png) no-repeat;
    background-size: 100%;
    z-index: 4;
}

.pc_banner .pcbanner .next {
    cursor: pointer;
    outline: 0;
    right: 74px;
    width: 48px;
    height: 86px;
    position: absolute;
    top: 42%;
    background: url(../img/bannerri.png) no-repeat;
    background-size: 100%;
    z-index: 4;
}

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

.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: #fff;
    margin: 0 3px;
    opacity: 1;
    outline: 0;
}

.pc_banner .pcbanner .pagination span.swiper-pagination-bullet-active {
    background: #0078BD;
}

.m_header {
    width: 100%;
    height: 60px;
    display: none;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 10px #ccc;
}

.m_header .m_head_logo {
    width: 100%;
    background: #fff;
    padding: 5px 2%;
}

.m_header .m_head_logo a {
    float: left;
}

.m_header .m_head_logo span {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 3px;
}

.m_header .m_head_logo a img {
    max-width: 100%;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.m_header .m_head_logo span img {
    display: inline-block;
    vertical-align: middle;
    max-height: 30px;
}

.m_header .m_head_content {
    height: .36rem;
    background: #0078BD;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 5px 10px 1px #999;
    position: relative;
}

.m_header .m_head_content span {
    font-size: 16px;
    color: #fff;
    float: left;
    line-height: .36rem;
    padding-left: 12px;
}

.m_header .m_head_content p {
    float: right;
    padding-right: .2rem;
}

.m_header .m_head_content p img {
    height: .16rem;
    margin-top: .1rem;
}

.m_header .m_head_content .menu {
    float: right;
    width: .36rem;
    margin-right: .1rem;
    height: .36rem;
}

.m_header .m_head_content .menu i {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: .36rem;
    display: block;
}

.m_header .fixed {
    position: fixed;
}

.mobile_banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 60px;
}

.mobile_banner .mbanner {
    width: 100%;
    position: relative;
}

.mobile_banner .mbanner .swiper-slide {
    width: 100%;
}

.mobile_banner .mbanner .swiper-slide img {
    width: 100%;
    height: auto;
}

.mobile_banner .pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    bottom: 5px !important;
    overflow: hidden;
}

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

.mobile_banner .pagination span.swiper-pagination-bullet-active {
    background: #0078BD;
}

.m_menu {
    position: fixed;
    left: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #0094DA;
}

.m_menu .closed {
    position: absolute;
    bottom: 150px;
    width: 100%;
}

.m_menu .closed img {
    display: block;
    margin: 0 auto;
    overflow: hidden
}

.m_menu .base-menu {
    width: 100%;
    padding-top: .45rem;
}

.m_menu .base-menu ul li {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    position: relative;
    border-bottom: 1px solid #282827;
    right: 0;
    background-size: auto 0.3rem;
}

.m_menu .base-menu ul li a {
    display: block;
    width: 100%;
    color: #eee;
    font-size: 0.11rem;
    text-align: center;
}

.m_menu .base-menu ul li:hover {
    background: #252629;
}

.m_menu .base-menu ul li.on {
    background: #252629;
}

.home_wrap {
    width: 100%;
    display: none;
}

.hot_ci {
    height: 80px;
    overflow: hidden;
    background: #e7e7e7;
}

.hot_ci .text .fl p {
    line-height: 80px;
}

.hot_ci .text .fl p span {
    font-size: 18px;
    color: #0078BD;
    display: block;
    font-weight: bold;
    float: left;
}

.hot_ci .text .fl p a {
    float: left;
    font-size: 14px;
    color: #000;
    margin-left: 15px;
}

.hot_ci .text .fl p a:nth-of-type(1) {
    margin-left: 5px;
}

.hot_ci .text .fr {
    position: relative;
    width: 280px;
    height: 50px;
    margin-top: 20px;
}

.hot_ci .text .fr input {
    outline: 0;
    border: none;
}

.hot_ci .text .fr .inp1 {
    width: 280px;
    height: 40px;
    border: 1px solid #0078BD;
    border-radius: 5px;
    background: none;
    padding-left: 15px;
    font-size: 16px;
}

.hot_ci .text .fr .inp2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url(../img/sea.png) no-repeat center #0078BD;
    background-size: 19px;
}

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

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

.box_title {
    position: relative;
}

.box_title p {
    line-height: 212px;
    color: #efefef;
    font-family: impact;
    font-size: 126px;
    text-align: center;
    text-transform: uppercase;
}

.box_title span {
    position: absolute;
    line-height: 60px;
    font-size: 45px;
    color: #222;
    top: 80px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
}

.box_title span i {
    line-height: 60px;
    font-size: 45px;
    color: #0078BD;
    font-style: normal;
}

.box_title em {
    position: absolute;
    line-height: 25px;
    font-size: 20px;
    color: #222222;
    top: 145px;
    font-weight: 100;
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    font-style: normal;
}

.i_box2 {
    width: 100%;
    padding: 20px 0;
}

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

.i_box2 .box ul li {
    width: 23%;
    margin-left: 2.66%;
    float: left;
    position: relative;
}

.i_box2 .box ul li .pic {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 125px;
}

.i_box2 .box ul li .pic img {
    transform: scale(1);
    transition: .5s;
}

.i_box2 .box ul li span {
    display: block;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px;
    background: url(../img/line.jpg) no-repeat center bottom;
}

.i_box2 .box ul li p {
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
}

.i_box2 .box ul li:first-child {
    margin-left: 0;
}

.i_box2 .box ul li:hover .pic img {
    transform: scale(1.1);
    transition: .5s;
}

.i_box1 {
    width: 100%;
    margin-top: 50px;
    background: url(../img/bg1.jpg) no-repeat center 0;
    padding-bottom: 50px;
}

.ml_tit {
    display: block;
    width: 100%;
    height: 70px;
    padding-top: 10px;
    background: #0094DA;
    text-align: center;
}

.ml_tit span {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
}

.ml_tit p {
    font-size: 16px;
    color: #b2b2b2;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.main_l {
    width: 24%;
    padding-bottom: 20px;
}

.main_l .text {
    width: 100%;
}

.main_l .text ul {
    width: 100%;
    background: #fff;
}

.main_l .text ul li {
    display: block;
}

.main_l .text ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    border-bottom: 1px solid #e3e3e3;
    font-weight: bold;
}

.main_l .main_contact {
    margin-top: 20px;
    background: #fff;
}

.main_l .main_contact .cont_contact {
    padding: 15px 0;
}

.main_l .main_contact .cont_contact p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0 5%;
    margin-bottom: 8px;
}

.main_r {
    width: 74%;
    overflow: hidden;
}

.box1_js {
    background: #fff;
    padding: 40px 60px;
    position: relative;
}

.box1_js .swiper-container {
    width: 100%;
    overflow: hidden;
}

.box1_js .swiper-slide .s_box .pic {
    width: 50%;
    float: left;
    height: 295px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.box1_js .swiper-slide .s_box .pic img {
    transform: scale(1);
    transition: .5s;
}

.box1_js .swiper-slide .s_box .pic:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.box1_js .swiper-slide .s_box .text {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.box1_js .swiper-slide .s_box .text span {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid #d7d7d7;
    display: block;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
}

.box1_js .swiper-slide .s_box .text p {
    width: 100%;
    max-height: 125px;
    overflow: hidden;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-align: justify;
}

.box1_js .swiper-slide .s_box .text i {
    display: block;
    width: 136px;
    height: 31px;
    background: #0094DA;
    line-height: 31px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
}

.box1_js .swiper-slide .s_box .text i:hover {
    background: #0078BD;
    color: #fff;
}

.box1_js .next {
    cursor: pointer;
    outline: 0;
    left: 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url(../img/ble.gif) no-repeat center;
    z-index: 4;
}

.box1_js .prev {
    cursor: pointer;
    outline: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url(../img/bri.gif) no-repeat center;
    z-index: 4;
}

.box1_list {
    margin-top: 20px;
}

.box1_list ul li {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 2%;
    float: left;
    box-shadow: 0px 1px 5px 1px #ddd;
}

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

.box1_list ul li .imgauto {
    width: 100%;
    height: 209px;
    background: #fff;
}

.box1_list ul li .imgauto img {
    transform: scale(1);
    transition: .5s;
}

.box1_list ul li span {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    background: #b2b2b2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

.box1_list ul li:hover span {
    background: #0078BD;
    color: #fff;
}

.i_box0 {
    padding: 10px 0 50px 0;
    background: url(../img/bg2.jpg) no-repeat center 0;
}

.i_box0 .center {
    width: 1400px;
}

.i_box0 .box_title span {
    color: #fff;
}

.i_box0 .box_title span i {
    color: #c9a872;
}

.i_box0 .box_title em {
    color: #fff;
}

.i_box0 .box_title p {
    color: #343434;
}

.box0_js {
    padding: 0 100px;
    position: relative;
    margin-top: 30px;
}

.box0_js .swiper-container {
    width: 100%;
    overflow: hidden;
}

.box0_js .swiper-slide .pic {
    width: 100%;
    padding: 10px;
}

.box0_js .swiper-slide .pic .imgauto {
    background: #fff;
    float: left;
    height: 295px;
    overflow: hidden;
    border: 10px solid #fff;
}

.box0_js .swiper-slide .pic .imgauto img {
    transform: scale(1);
    transition: .5s;
}

.box0_js .swiper-slide .pic .imgauto:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.box0_js .next {
    cursor: pointer;
    outline: 0;
    left: 0px;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    background: url(../img/le3.png) no-repeat center;
    z-index: 4;
}

.box0_js .prev {
    cursor: pointer;
    outline: 0;
    right: 0px;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    background: url(../img/ri3.png) no-repeat center;
    z-index: 4;
}

.i_box4 {
    width: 100%;
    padding: 10px 0;
}

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

.i_box4 .list .text1 {
    width: 65%;
    float: left;
}

.i_box4 .list .text2 {
    width: 35%;
    float: right;
    padding-left: 3%;
}

.i_box4 .list .t_tit {
    height: 60px;
    background: url(../img/xw1.jpg) no-repeat 0 bottom;
    margin-bottom: 35px;
}

.i_box4 .list .t_tit span {
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.i_box4 .list .t_tit a {
    float: right;
    width: 55px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    background: url(../img/more.gif) no-repeat right center;
}

.i_box4 .list .t_box .fl {
    width: 50%;
    padding-right: 3%;
}

.i_box4 .list .t_box .fr {
    width: 50%;
    padding-left: 3%;
}

.i_box4 .list .gs_text span {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    font-size: 16px;
}

.i_box4 .list .gs_text span h6 {
    font-size: 14px;
    float: right;

}

.i_box4 .list .gs_text p {
    line-height: 30px;
    font-size: 14px;
    color: #555;
    height: 120px;
    overflow: hidden;
    margin: 12px 0;
}

.i_box4 .list .gs_text i {
    display: block;
    width: 108px;
    height: 34px;
    background: #8f8c8b;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    font-style: normal;
}

.i_box4 .list .gs_text i:hover {
    background: #0078BD;
}

.i_box4 .list .hy_text ul li {
    position: relative;
    margin-top: 6px;
}

.i_box4 .list .hy_text ul li i {
    width: 22px;
    height: 22px;
    background: #8f8c8b;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}

.i_box4 .list .hy_text ul li span {
    display: block;
    width: 95%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.i_box4 .list .hy_text ul li span h6 {
    font-size: 12px;
    float: right;
    font-weight: inherit;
}

.i_box4 .list .hy_text ul li:hover i {
    background: #0078BD;
}

.i_box4 .list .hy_text ul li:hover span {
    color: #0078BD;
}

.i_box4 .que_list {
    width: 100%;
}

.i_box4 .que_list ul li {
    color: #545455;
    line-height: 21px;
    margin-bottom: 32px;
}

.i_box4 .que_list ul li a {
    display: block;
    background: url(../img/wen.gif) no-repeat left center;
    padding-left: 28px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.i_box4 .que_list ul li p {
/*    background: url(../img/da.gif) no-repeat left 2px;*/
    padding-left: 28px;
    margin-top: 10px;
    line-height: 22px;
    color: #555;
    font-size: 14px;
}

.i_box4 .que_list ul li:last-child {
    margin-bottom: 0;
}

.i_box5 {
    width: 100%;
    margin-top: 50px;
}

.i_box5 .box {
    width: 100%;
    background: #f1f1f1;
    margin-top: 30px;
}

.i_box5 .box .fl {
    width: 50%;
    padding: 0 90px;
    padding-top: 40px;
    float: right;
}

.i_box5 .box .fl h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 20px;
    background: url(../img/line2.jpg) no-repeat 0 bottom;
}

.i_box5 .box .fl p {
    color: #555;
    line-height: 30px;
    font-size: 14px;
}

.i_box5 .box .fl a {
    display: block;
    width: 108px;
    height: 34px;
    background: #0078BD;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    font-style: normal;
    margin-top: 20px;
}

.i_box5 .box .fr {
    width: 50%;
}

.i_box5 .box .fr video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.i_box6 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.i_box6 .t_tit {
    height: 60px;
    background: url(../img/xw1.jpg) no-repeat 0 bottom;
    margin-bottom: 35px;
}

.i_box6 .t_tit span {
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.i_box6 .t_tit a {
    float: right;
    width: 55px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    background: url(../img/more.gif) no-repeat right center;
}

.i_box6 .box {
    width: 100%;
}

.i_box6 .box .swiper-slide {
    width: 25%;
    float: left;
    background: #fff;
    float: left;
    padding: 10px;
}

.i_box6 .box .swiper-slide .imgauto {
    width: 100%;
    height: 383px;
    border: 1px solid #ddd;
}

.i_boxnav {
    border-top: solid 1px #e0dede;
    line-height: 49px;
    text-align: center;
}

.i_boxnav a {
    width: 11.11%;
    float: left;
    font-size: 16px;
    color: #686868;
}

.i_boxnav a:hover {
    color: #0078BD;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background: #292c31;
    position: relative;
}

.footer .foot_title {
    margin-bottom: 20px;
}

.footer .foot_title span {
    color: #abacad;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.footer .foot_title i {
    font-size: 16px;
    font-weight: 100;
    color: #abacad;
    font-style: normal;
    display: block;
}

.footer .foot_contact {
    width: 100%;
    width: 33.33%;
    float: left;
    background: url(../img/line3.jpg) repeat-y right 20px;
}

.footer .foot_contact .f_text p {
    margin-bottom: 20px;
}

.footer .foot_contact .f_text p em {
    color: #abacad;
    font-size: 14px;
    padding-left: 45px;
    line-height: 40px;
    font-style: normal;
    display: block;
}

.footer .base-foot {
    width: 33.33%;
    float: left;
    padding-left: 50px;
}

.footer .base-foot .f_pronav a {
    color: #abacad;
    font-size: 14px;
    line-height: 30px;
    width: 50%;
    float: left;
}

.footer .foot_ewm {
    width: 33.33%;
    padding-left: 60px;
    float: left;
    background: url(../img/line3.jpg) repeat-y left 20px;
}

.footer .foot_ewm img {
    display: block;
    max-width: 196px;
}

.footer .foot_ewm p {
    margin-top: 10px;
    margin-left: 4px;
    color: #abacad;
    font-size: 16px;
}

.copyright {
    width: 100%;
    position: relative;
    background: #0078BD;
    padding: 10px 0;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
}

.copyright p a {
    font-size: 14px;
    color: #fff;
}

.mobile_bottom {
    display: none;
    padding-bottom: 75px;
}

.mobild_fixed_menu {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 110;
}

.mobild_fixed_menu a {
    padding: 8px 0;
    width: 25%;
    float: left;
    background: #333;
}

.mobild_fixed_menu a img {
    height: 25px;
    display: block;
    margin: 0 auto;
}

.mobild_fixed_menu a span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
}

.mobild_fixed_menu a:nth-child(2n) {
    background: #0094DA;
}

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

.page_banner .picture-img {
    width: 100%;
}

.page_banner .wapimg {
    display: none;
    max-width: 100%;
    height: auto;
}

.pro_box {
    padding: 50px 0;
    background: none;
    margin-top: 0;
}

.pro_box .main_l .text ul {
    background: #f1f1f1;
}

.pro_box .main_l .text ul li {
    padding-right: 60px;
    border-bottom: 1px solid #e3e3e3;
}

.pro_box .main_l .text ul li a {
    background: none;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: none;
}

.pro_box .main_l .text ul li.on a {
    color: #0078BD;
}


.pro_box .main_l .text ul .v_list {
    display: none;
}

.pro_box .main_l .text ul .v_list a {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 36px;
    color: #999;
    display: block;
    padding-left: 50px;
    float: none;
    border-bottom: 1px dashed #e3e3e3;
}

.pro_box .main_l .text ul .v_list a.on {
    color: #0078BD;
}

.pro_box .main_l .main_contact .cont_contact {
    background: #f1f1f1;
}

.pro_box .box1_list {
    margin-top: 10px;
}

.pro_box .box1_list ul li {
    width: 30%;
    margin: 1.66%;
}

.currson {
    width: 97%;
    margin: 0 1.5%;
    height: 40px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 0 2%;
}

.currson i {
    float: left;
    font-style: normal;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.currson p {
    float: right;
    line-height: 40px;
}

.currson p span {
    font-size: 14px;
    color: #999;
}

.currson p a {
    font-size: 14px;
    color: #999;
    line-height: 110%;
}

.currson p a:hover {
    color: #0078BD;
}

.container .currson {
    width: 100%;
    margin: 0;
}

.container .pro_box .box1_list {
    position: relative;
    width: 103%;
    left: -1.5%;
}

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

.new_list ul li {
    width: 97%;
    margin: 0 1.5%;
    padding: 15px;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.new_list ul li .fl {
    width: 30%;
}

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

.new_list ul li .fr {
    width: 70%;
    padding-left: 20px;
}

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

.new_list ul li .fr p {
    font-size: 14px;
    color: #888;
    display: block;
    margin-top: 10px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;

}

.new_list ul li .fr .time {
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    background-size: 16px;
    margin-top: 10px;
}

.new_list ul li:hover {
    box-shadow: 0px 1px 10px 1px #0094DA;
}

.new_list ul li:hover .fr span {
    color: #0078BD;
}

.pa_content {
    border: 1px solid #ddd;
}

.pa_content .pa_tit {
    text-align: center;
    display: none;
}

.link {
    width: 100%;
    padding-bottom: 30px;
}

.link .t_tit {
    height: 60px;
    background: url(../img/xw1.jpg) no-repeat 0 bottom;
    margin-bottom: 35px;
}

.link .t_tit span {
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.link .t_tit a {
    float: right;
    width: 55px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    background: url(../img/more.gif) no-repeat right center;
}

.link .list a {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.link .list a:hover {
    color: #0078BD;
}

.wrap {
    width: 100%;
    margin: 10px 0;
}

.wrap .main_l {
    background: none;
}

.page_menu {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.page_menu h3 {
    display: block;
    line-height: 50px;
    padding-left: 20px;
    background: #0078BD;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_menu ul {
    width: 100%;
    display: block;
    border: 1px solid #eee;
}

.page_menu ul li {
    display: block;
    margin: 6px;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.page_menu ul li a {
    font-size: 14px;
    display: block;
    color: #333;
    padding: 8px 20px;
    transition: .3s;
    padding-left: 40px;
}

.page_menu ul li:hover a {
    background: #0078BD;
    color: #fff;
    transition: .3s;
}

.pro_list {
    margin-top: 12px;
}

.page_tit {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.page_tit span {
    font-size: 22px;
    color: #0078BD;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 3px solid #0078BD;
    padding-bottom: 12px;
    float: left;
}

.page_tit p {
    float: right;
    font-size: 13px;
    color: #666;
    padding-left: 20px;
    line-height: 44px;
}

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

.page_tit p a:hover {
    color: #0078BD;
}

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

.page_content .fl {
    width: 46%;
}

.page_content .fl img {
    display: block;
    max-width: 100%;
}

.page_content .fr {
    width: 50%;
}

.page_content .fr span {
    font-size: 14px;
    color: #333;
    display: block;
}

.page_content .fr input {
    outline: 0;
    display: block;
    padding: 0 10px;
    line-height: 40px;
    width: 100%;
    border: none;
    height: 40px;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page_content .fr input:focus {
    box-shadow: 0px 1px 10px 1px #0078BD;
}

.page_content .fr textarea {
    outline: 0;
    width: 100%;
    border: none;
    height: 100px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.page_content .fr textarea:focus {
    box-shadow: 0px 1px 10px 1px #0078BD;
}

.page_content .fr .btnsub {
    background: #0078BD;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.page_content .fr .btnsub:focus {
    box-shadow: 0px 1px 10px 1px #fff;
}

.yunu-showcase {
    margin-bottom: 8px;
}

.yunu-showcase .yunupor {
    width: 100%;
    float: left;
}

.yunu-showcase .yunu-showcase-pic {
    position: relative;
    width: 100%;
}

.yunu-showcase .yunu-showcase-pic .cover {
    width: 100%;
    height: 320px;
    line-height: 400px;
    padding: 1px;
    overflow: hidden;
}

.yunu-showcase .yunu-showcase-pic .cover img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.yunu-showcase .prev {
    background: url(../img/prole.png) no-repeat 0 0;
    left: 0;
    position: absolute;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.yunu-showcase .prev:hover {
    background-position: 0 bottom;
}

.yunu-showcase .next {
    background: url(../img/prori.png) no-repeat 0 0;
    right: 0;
    position: absolute;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.yunu-showcase .next:hover {
    background-position: 0 bottom;
}

.yunu-showcase .showpropic {
    padding: 0 33px;
}

.yunu-showcase .showpropic .bd {
    width: 100%;
    font-size: 0;
    margin-top: 13px;
    overflow: hidden;
}

.yunu-showcase .showpropic .bd .picList li {
    cursor: pointer;
    float: left;
    width: 25%;
    overflow: hidden;
}

.yunu-showcase .showpropic .bd .picList li span {
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    margin: 2%;
    height: 55px;
}

.yunu-showcase .showpropic .bd .picList li.active span {
    border-color: #0078BD;
}

.yunu-showcase .showpropic .bd .picList li img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.prohot_new {
    width: 100%;
    padding: 6px;
}

.prohot_new span {
    font-size: 22px;
    font-weight: normal;
    color: #545454;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    display: block;
}

.prohot_new span i {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 40px;
    border-bottom: 1px solid #0078BD;
    font-style: normal;
}

.prohot_new ul li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../img/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 14px;
}

.prohot_new ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prohot_new ul li a:hover {
    color: #0078BD;
}

.content_tit {
    width: 100%;
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 15px;
}

.content_tit h3 {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}

.content_tit p {
    width: 100%;
    text-align: center;
}

.content_tit p span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    line-height: 50px;
    margin-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    color: #5a5a5a;
    line-height: 100%;
}

.content_tit p span:first-child {
    border-left: none;
}

.content {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 20px;
}

.content p {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-top: 10px;
}

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

.show_pages {
    width: 100%;
    background: #f5f5f5;
    padding: 0 1%;
}

.show_pages p {
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

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

.show_pages p a:hover {
    color: #0078BD;
}

.show_text {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}

.show_text h3 {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
}

.show_text h3 span {
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0094DA;
}

.show_text ul li {
    width: 49%;
    float: left;
    padding-right: 2%;
    padding-left: 15px;
    line-height: 30px;
    background: url(../img/dian2.png) no-repeat 5px center;
}

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

.show_text ul li a:hover {
    color: #0078BD;
}

.show_text ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.show_text ul li:nth-child(2n) {
    padding-right: 0;
    float: right;
}

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

.content_box .fl {
    width: 50%;
    float: left;
}

.content_box .fl .pic {
    padding: 1%;
    border: 1px solid #ddd;
}

.content_box .fr {
    width: 47%;
    float: left;
    padding-left: 3%;
}

.content_box .fr span {
    margin: 0px;
    padding-top: 5px;
    display: block;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.content_box .fr p {
    line-height: 45px;
    height: 45px;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    color: #666;
}

.content_box .fr p i {
    font-style: normal;
    font-size: 22px;
    color: #0078BD;
    font-family: impact;
}

.content_box .fr a {
    width: 145px;
    height: 40px;
    background: #0078BD;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 5px;
}

.show_boxa {
    width: 100%;
}

.show_boxa a {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.show_boxa a:hover {
    color: #0078BD;
}

.show_text2 {
    width: 100%;
}

.show_text2 a {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.show_text2 a:hover {
    color: #0078BD;
}

.hotpro_list ul li {
    width: 23%;
    margin-left: 2.66%;
    float: left;
    position: relative;
    box-shadow: 0px 1px 10px 1px #ddd;
}

.hotpro_list ul li .imgauto {
    width: 100%;
    height: 208px;
}

.hotpro_list ul li .imgauto img {
    transform: scale(1);
    transition: .5s;
}

.hotpro_list ul li span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-align: center;
    display: block;
}

.hotpro_list ul li:first-child {
    margin-left: 0;
}

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

.yunu-link {
    padding: 20px 0;
    width: 97%;
    margin: 0 1.5%;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #0078BD;
    padding-bottom: 12px;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.yunu-link li a {
    font-size: 14px;
}

.yunu-link li a:hover {
    color: #0078BD;
}

.container .yunu-link {
    width: 100%;
    margin: 0;
}

.tag_list {
    margin: 20px 0 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.tag_list p {
    font-size: 14px;
}

.tag_list p span {
    padding-right: 10px;
}

.tag_list p a {
    font-size: 14px;
    padding-right: 20px;
}

.tag_list p a:hover {
    color: #0078BD;
}

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

.pages .pagination p {
    float: none;
    height: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all 0.5s;
}

.pages .pagination a {
    float: none;
    height: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all 0.5s;
}

.pages .pagination a:hover {
    border-color: #cf010e;
    color: #cf010e;
}

.pages .pagination a.cur {
    background-color: #cf010e;
    color: #fff;
}

.work_list {
    width: 97%;
    margin: 0 1.5%;
    margin-top: 10px;
}

.work_list ul {
    border-right: 1px solid #ddd;
}

.work_list li {
    line-height: 45px;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
}

.work_list li span {
    width: 25%;
    float: left;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.work_list li:first-child {
    background: #4d4d4d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


@media screen and (max-width: 1400px) {
    .i_box0 .center {
        width: 100%;
    }

    .i_box5 .box .fl {
        padding: 10px 25px;
    }
}

@media screen and (max-width: 1200px) {
    .center {
        width: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .m_header {
        display: block;
    }

    .header {
        display: none;
    }

    .m_search {
        top: 80px;
    }

    .base-menu {
        top: 80px;
    }

    .m_header .m_head_content span {
        line-height: 80px;
    }

    .m_header .m_head_content {
        height: 80px;
    }

    .m_header .m_head_content .m_head_logo {
        height: 80px;
    }

    .m_header .m_head_content .m_head_logo img {
        max-height: 100%;
    }

    .m_header .m_head_content p img {
        height: 30px;
        margin-top: 25px;
    }

    .m_header .m_head_content .menu {
        height: 70px;
        width: 70px;
        margin-top: 5px;
        margin-right: 10px;
    }

    .m_header .m_head_content .menu i {
        height: 70px;
        line-height: 70px;
    }

    .base-menu ul li a span {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }

    .footer {
        padding: 70px 0;
    }

    .page_banner {
        height: auto;
    }

    .page_banner .picture-img {
        display: none;
    }

    .page_banner .wapimg {
        display: block;
        margin-top: 60px;
    }

    .pc_banner {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .main_l {
        width: 100%;
    }

    .main_l .main_contact {
        display: none;
    }

    .main_r {
        width: 100%;
        margin-top: 10px;
        padding: 0 5px;
    }

    .page_menu h3 {
        background: url(../img/bottom.png) no-repeat 95% center #0078BD;
    }

    .page_menu h3.on {
        background: url(../img/right.png) no-repeat 95% center #0078BD;
    }

    .page_menu ul {
        display: none;
    }

    .page_banner .banner_text {
        display: none;
    }

    .hot_ci {
        display: none;
    }

    .box_title p {
        font-size: 70px;
        line-height: 120px;
    }

    .box_title span {
        font-size: 24px;
        top: 30px;
    }

    .box_title span i {
        font-size: 24px;
    }

    .box_title em {
        font-size: 16px;
        top: 75px;
    }

    .i_box2 .box ul li {
        width: 50%;
        margin: 0;
        padding: 0 5%;
    }

    .i_box2 .box ul li .pic {
        width: 150px;
        height: 150px;
    }

    .i_box2 .box ul li p {
        min-height: 96px;
        line-height: 24px;
    }

    .i_boxnav {
        display: none;
    }

    .footer {
        padding: 30px 0;
    }

    .footer .foot_contact {
        width: 50%;
        padding: 0 2%;
    }

    .footer .base-foot {
        display: none;
    }

    .footer .foot_ewm {
        width: 50%;
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .pc-slide {
        float: none;
        width: auto;
    }

    .kf {
        display: none;
    }

    .yunu-link {
        width: 100%;
        margin: 0;
    }

    .main_l {
        display: none;
    }

    .i_box1 {
        padding: 30px 2%;
    }

    .box1_js .swiper-slide .s_box .text p {
        height: 144px;
        overflow: hidden;
    }

    .box1_list ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .box1_list ul li:nth-child(3n) {
        margin-right: 4%;
    }

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

    .i_box4 {
        padding: 20px 2%;
    }

    .i_box4 .box_title em {
        display: none;
    }

    .i_box4 .list .text1 {
        width: 100%;
    }

    .i_box4 .list .text2 {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .i_box5 .box {
        margin-top: 20px;
    }

    .i_box5 .box .fl {
        width: 100%;
    }

    .i_box5 .box .fr {
        width: 100%;
    }

    .pro_box {
        padding: 30px 0;
    }

    .pro_box .main_l {
        display: block;
    }

    .currson {
        display: none;
    }

    .pro_box .box1_list ul li {
        width: 48%;
        margin: 1%;
    }

    .container .i_box1 {
        padding-top: 0;
    }
    
    .content_box {
        margin-top: 0;
    }

    .content_box .fl {
        width: 100%;
    }

    .content_box .fr {
        width: 100%;
        padding: 0;
    }

    .yunu-showcase .yunu-showcase-pic .cover {
        height: 240px;
        line-height: 240px;
    }

    .container .pro_box .box1_list {
        position: relative;
        width: 100%;
        left: 0;
    }

    .new_list ul li {
        width: 100%;
        margin: 0;
        padding: 8px;
        margin-bottom: 4%;
    }

    .new_list ul li .fl .imgauto {
        height: .8rem;
    }

    .new_list ul li .fr span {
        font-size: .12rem;
        padding-top: 0;
    }

    .new_list ul li .fr p {
        font-size: .1rem;
        line-height: .16rem;
        height: .32rem;
        overflow: hidden;
        margin-top: .05rem;
    }

    .new_list ul li .fr .time {
        font-size: .105rem;
    }

    .pa_content {
        border: none;
    }

    .pa_content .pa_tit {
        text-align: center;
        display: block;
        padding-bottom: 10px;
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .box_title p {
        font-size: .5rem;
        line-height: .65rem;
    }

    .box_title span {
        font-size: .16rem;
        top: .1rem;
    }

    .box_title span i {
        font-size: .16rem;
    }

    .box_title em {
        font-size: .11rem;
        top: .45rem;
    }

    .i_box2 {
        padding-top: .15rem;
    }

    .i_box2 .box {
        margin-top: .15rem;
    }

    .i_box2 .box ul li {
        width: 50%;
        margin: 0;
        padding: 0 5%;
    }

    .i_box2 .box ul li .pic {
        width: 80px;
        height: 80px;
    }

    .i_box2 .box ul li span {
        margin-top: .1rem;
        font-size: .12rem;
        line-height: .26rem;
        padding-bottom: .03rem;
        background-size: .2rem;
        background: none;
    }

    .i_box2 .box ul li p {
        display: none;
    }

    .i_box1 {
        padding: .15rem 2%;
        margin-top: 0;
    }

    .box1_js {
        display: none;
    }

    .box1_list {
        margin-top: .15rem;
    }

    .box1_list ul li .imgauto {
        height: 1.3rem;
    }

    .i_box0 {
        padding-bottom: .23rem;
    }

    .box0_js {
        margin-top: .2rem;
        padding: 0 50px;
    }

    .box0_js .swiper-slide .pic .imgauto {
        height: 1.8rem;
    }

    .box0_js .next {
        width: 40px;
        left: 5px;
        height: 40px;
        margin-top: -20px;
        background-size: 100% 100%;
    }

    .box0_js .prev {
        width: 40px;
        right: 5px;
        margin-top: -20px;
        height: 40px;
        background-size: 100% 100%;
    }

    .i_box4 {
        padding: .1rem 2%;
    }

    .i_box4 .list {
        margin-top: .05rem;
    }

    .i_box4 .list .t_tit {
        height: .3rem;
        margin-bottom: .1rem;
    }

    .i_box4 .list .t_tit span {
        line-height: .2rem;
        font-size: .13rem;
    }

    .i_box4 .list .t_tit a {
        line-height: .2rem;
        font-size: .11rem;
        height: .2rem;
    }

    .i_box4 .list .t_box .fl {
        width: 100%;
        padding: 0;
    }

    .i_box4 .list .t_box .fl img {
        width: 100%;
    }

    .i_box4 .list .t_box .fr {
        display: none;
    }

    .i_box4 .list .gs_text span {
        font-size: .115rem;
        height: .32rem;
        line-height: .32rem;
    }

    .i_box4 .list .gs_text p {
        margin: .05rem 0;
        font-size: .1rem;
        line-height: .18rem;
        height: auto;
    }

    .i_box4 .list .gs_text i {
        margin-top: .1rem;
    }

    .i_box4 .que_list ul li {
        margin-bottom: .15rem;
    }

    .i_box5 {
        margin-top: .15rem;
    }

    .i_box5 .box {
        margin-top: .1rem;
        padding: 10px 2%;
    }

    .i_box5 .box .fl {
        width: 100%;
        padding: 0;
    }

    .i_box5 .box .fl h3 {
        font-size: .14rem;
        height: .36rem;
        line-height: .36rem;
        margin-bottom: .1rem;
        background-size: .3rem;
    }

    .i_box5 .box .fl p {
        font-size: .1rem;
        line-height: .2rem;
        margin-top: .05rem;
    }

    .i_box5 .box .fl a {
        margin-top: .1rem;
    }

    .i_box5 .box .fr {
        width: 100%;
        padding-top: .1rem;
    }

    .i_box6 {
        padding: .15rem 2%;
    }

    .i_box6 .t_tit {
        height: .3rem;
        margin-bottom: .1rem;
    }

    .i_box6 .t_tit span {
        line-height: .2rem;
        font-size: .13rem;
    }

    .i_box6 .t_tit a {
        line-height: .2rem;
        font-size: .11rem;
        height: .2rem;
    }

    .i_box6 .box .swiper-slide {
        padding: 0;
    }

    .i_box6 .box .swiper-slide .imgauto {
        height: 1.9rem;
        padding: 10px;
    }

    .footer {
        padding: .15rem 0;
    }

    .footer .foot_title span {
        font-size: .14rem;
    }

    .footer .foot_title i {
        font-size: .105rem;
    }

    .footer .foot_contact {
        width: 100%;
        padding: 0 2%;
    }

    .footer .foot_contact .f_text p {
        margin-bottom: .1rem;
    }

    .footer .foot_contact .f_text p img {
        height: .34rem;
    }

    .footer .foot_contact .f_text p em {
        padding-left: .3rem;
        font-size: .105rem;
        line-height: .26rem;
    }

    .footer .base-foot {
        display: none;
    }

    .footer .foot_ewm {
        width: 100%;
        background: none;
        padding: 0 2%;
    }

    .footer .foot_ewm .foot_title {
        display: none;
    }

    .footer .foot_ewm img {
        max-width: .8rem;
        margin-left: .3rem;
    }

    .footer .foot_ewm p {
        margin-left: .3rem;
        font-size: .105rem;
        line-height: .26rem;
    }

    .footer .foot_title {
        margin-bottom: .1rem;
    }

    .copyright {
        padding: .03rem 5%;
    }

    .copyright p {
        font-size: .105rem;
        line-height: .2rem;
    }

    .mobile_bottom {
        display: block;
    }

    .mobild_fixed_menu {
        display: block;
    }

    .pro_box .box1_list ul li {
        width: 48%;
        margin: 0;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .pro_box .box1_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .pro_box .main_l {
        padding-bottom: .02rem;
    }

    .pro_box .main_l .text ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .pro_box .main_l .text ul .v_list a {
        font-size: 13px;
    }

    .ml_tit {
        height: auto;
        padding: .05rem 0;
    }

    .ml_tit span {
        font-size: .14rem;
    }

    .ml_tit p {
        font-size: .105rem;
        margin-top: .03rem;
    }

    .content_box .fr {
        margin-top: .1rem;
    }

    .content_box .fr p {
        font-size: .105rem;
        height: .3rem;
        line-height: .3rem;
    }

    .show_pages p {
        float: left;
        line-height: 40px !important;
    }

    .show_text ul li {
        width: 100%;
        padding-right: 0;
    }

    .content_tit h3 {
        font-size: .16rem;
        margin-top: .05rem;
    }

    .content_tit p span {
        font-size: .1rem;
    }

    .content p {
        font-size: .1rem;
        line-height: .19rem;
    }

    .pa_content {
        margin-top: 0;
    }

    .pa_content .pa_tit {
        font-size: .14rem;
        padding-bottom: .05rem;
    }

    .link {
        padding: .15rem 2%;
    }

    .link .t_tit {
        height: .3rem;
        margin-bottom: .1rem;
    }

    .link .t_tit span {
        line-height: .2rem;
        font-size: .13rem;
    }

    .link .t_tit a {
        line-height: .2rem;
        font-size: .11rem;
        height: .2rem;
    }
}

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

/*分页*/
.met_pager{text-align:center;padding:30px 0 0}
.met_pager a{border:1px solid #e0e0e0;text-align:center;height:28px;line-height:28px;min-width:28px;_width:28px;text-align:center;display:inline-block;color:#aaa}
.met_pager a:hover{border:1px solid #a0a0a0;color:#aaa}
.met_pager .PreSpan,.met_pager .NextSpan{height:30px;line-height:30px;min-width:60px;_width:60px;text-align:center;background:#f0f0f0;color:#ccc;display:inline-block}
.met_pager .PreA,.met_pager .NextA{height:28px;line-height:28px;min-width:58px;_width:58px;color:#aaa}
.met_pager .PreSpan,.met_pager .PreA{margin-right:6px}
.met_pager .NextSpan,.met_pager .NextA{margin-left:6px}
.met_pager .firstPage,.met_pager .lastPage{font-weight:bold;height:28px;line-height:28px;min-width:40px;_width:40px;color:#aaa}
.met_pager .Ahover{font-weight:bold;background:#f0f0f0;color:#aaa}
.met_pager .PageText{margin-left:10px;color:#aaa}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #e0e0e0;color:#aaa}
.met_pager #metPageT{width:20px;padding:6px 5px 5px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;font-weight:bold}
