@charset "UTF-8";
/****************************** components ******************************/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

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

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

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

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

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

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

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

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

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
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: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
}

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

img {
  max-width: 100%;
  display: block;
}
a {
	outline: 0!important;
}

/*    2.22 zuixin  */


.c1560 .center {
  width: 1560px;
  margin: 0 auto;
}


.city_wrap {
  background: #f6f6f6;
  padding: 15px 0;
}
.city_wrap .ci_box {
  width: 1560px;
  margin: 0 auto;
}
.city_wrap .ci_box .cfl {
  width: 120px;
  float: left;
}
.city_wrap .ci_box .cfr {
  width: calc( 100% - 135px );
  float: right;
}

.citym_list {
  width: 100%;
  padding-top: 20px;
  background: #fff;
}
.citym_list a {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  display: block;
  text-align: center;
}
.citym_list a:hover {
  background: #00a2e9;
  color: #fff;
}
.citym_list a.on {
  background: #00a2e9;
  color: #fff;
}


.ci_box1 {}
.ci_box1 .fl {
  width: calc( 100% - 355px );
  background: #fff;
  padding: 15px 20px;
  padding-bottom: 30px;
}
.ci_box1 .fl h4 {
  font-size: 32px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 140%;
}
.ci_box1 .fl li {
  margin-top: 20px;
}
.ci_box1 .fl li span {
  font-size: 16px;
  color: #00a2e9;
  display: block;
}
.ci_box1 .fl li p {
  color: #333333;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
.ci_box1 .fr {
  background: #fff;
  width: 340px;
}
.ci_box1 .fr span {
  background: #00a2e9;
  display: block;
  padding: 15px 0;
  padding-left: 20px;
}
.ci_box1 .fr span i {
  font-style: normal;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  line-height: 100%;
  position: relative;
  display: block;
}
.ci_box1 .fr span i:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
.ci_box1 .fr .text {
  padding: 20px;
}
.ci_box1 .fr .text p {
  color: #333333;
  font-size: 14px;
  display: block;
  padding-left: 30px;
  line-height: 30px;
  margin-bottom: 16px;
}
.ci_box1 .fr .text p:hover {
  color: #00a2e9;
}
.ci_box1 .fr .text p:nth-of-type(1){
  background: url('../img/city_ic1.png') no-repeat left 5px;
}
.ci_box1 .fr .text p:nth-of-type(2){
  background: url('../img/city_ic2.png') no-repeat left 8px;
}
.ci_box1 .fr .text p:nth-of-type(3){
  background: url('../img/city_ic3.png') no-repeat left 5px;
}
.ci_box1 .fr .text p:nth-of-type(4){
  background: url('../img/city_ic4.png') no-repeat left 4px;
}

.ci_box2 {
  background: #fff;
  margin-top: 15px;
  padding: 10px 20px;
}
.ci_box2 .list {}
.ci_box2 .list a {
  line-height: 32px;
  padding: 0 15px;
  float: left;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-right: 12px;
}

.ci_box2 .list a:hover {
  background: #00a2e9;
  color: #fff;
  border-color: #00a2e9;
}
.ci_box3 {
  background: #fff;
  margin-top: 15px;
}
.ci_box3 li {
  width: 25%;
  text-align: center;
  float: left;
  padding-bottom: 20px;
  border-left: 4px solid #f6f6f6;
  border-top: 4px solid #f6f6f6;
}
.ci_box3 li:nth-of-type(1) {
  border-left: none;
  border-top: none;
}
.ci_box3 li:nth-of-type(2) {
  border-top: none;
}
.ci_box3 li:nth-of-type(3) {
  border-top: none;
}
.ci_box3 li:nth-of-type(4) {
  border-top: none;
}
.ci_box3 li:nth-of-type(5) {
  border-left: none;
}
.ci_box3 li .pic {
  line-height: 100px;
  text-align: center;
}
.ci_box3 li .pic img {
  display: inline-block;
  vertical-align: middle;
}
.ci_box3 li span {
    display: block
}
.ci_box4 {
    background: #fff;
    margin-top: 15px;
    padding: 20px 2%;
}
.ci_box4 .city_box3 {
    margin-top: 0;
}
.ci_box4 .center {
    width: 100%;
}
.ci_box5 {
    background: #fff;
    margin-top: 15px;
    padding: 20px 2%;
}
.ci_box5 .yunu_box5 {
    background: none;
    padding: 0;
}
.ci_box6 {
    margin-top: 15px;
}
.ci2_box1 .fl {
    width: 100%;
}
.ci2_box2 {
    margin-top: 15px;
}
.ci2_box2 li {
    width: 100%;
    float: left;
}
.ci2_box2 li .li_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.ci2_box2 li .fl {
    width: 50%;
    float: left;
    position: relative;
    background: #00a2e9;
    padding: 20px;
}
.ci2_box2 li .fl img {
    margin: 0 auto;
}
.ci2_box2 li .fr {
    width: 50%;
    float: right;
    color: #fff;
    padding: 20px 4%;
}
.ci2_box2 li .fr .text {}
.ci2_box2 li .fr i {
    position: absolute;
    top: 0;
    right: 20px;
    font-style: normal;
    font-size: 50px;
    color: #fff;
    opacity: .1;
}
.ci2_box2 li .fr span {
    font-size: 32px;
    display: block;
    font-weight: bold;
}
.ci2_box2 li .fr p {
    font-size: 17px;
    display: block;
    text-align: justify;
    margin-top: 10px;
    line-height: 180%;
}

.ci2_box2 li:nth-child(2n) .fl {
    float: right;
    order: 1;
}
.ci2_box2 li:nth-child(2n) .fr {
    float: left;
}
.ci2_box2 li:nth-of-type(1) {
    background: #185bb2;
}
.ci2_box2 li:nth-of-type(2) {
    background: #10af5d;
}
.ci2_box2 li:nth-of-type(3) {
    background: #efb230;
}
.ci2_box2 li:nth-of-type(4) {
    background: #e54b4b;
}
.ci2_box2 li:nth-of-type(5) {
    background: #4d2e83;
}
.ci2_box2 li:nth-of-type(6) {
    background: #00a1c2;
}
.ci2_box4 {
    padding-bottom: 40px;
}
.ci2_box4 .city_box3 .p_more {
    margin-top: 10px;
}
.ci2_box4 .city_box3 .p_more a {
    background: #00a2e9;
    color: #fff;
}

.ci2_box3 {
    padding: 30px 0;
}
.ci2_box3 ul {}
.ci2_box3 li {
    width: 33.33%;
    float: left;
}
.ci2_box3 li span {
    font-size: 28px;
    color: #333;
    display: block;
    position: relative;
    padding-bottom: 10px;
}
.ci2_box3 li span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #00a2e9;
}
.ci2_box3 li .text {
    width: 95%;
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    min-height: 184px;
}
.ci2_box3 li .text p {
    line-height: 24px;
}

.ci2_box3 li:hover .text {
    background: #00a2e9;
}
.ci2_box3 li:hover .text p {
    color: #fff;
}
.ci2_box3 li:nth-of-type(2) .text p {
    width: 50%;
    float: left;
}
.ci2_box3 li:last-child {
    width: 100%;
    margin-top: 30px;
}
.ci2_box3 li .list {
    margin-top: 20px;
}
.ci2_box3 li .list a {
    float: left;
    font-size: 14px;
    line-height: 100%;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
}
.ci2_box3 li .list a:hover {
    color: #00a2e9;
}
.ci2_box3 li .list a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #999;
}
.ci2_box3 li .list a:first-child{
    padding-left: 0;
}
.ci2_box3 li .list a:first-child:after{
    display: none;
}

.cilr_wrap{
    background: #eaeaea;
}

.xxsj_box3 {
  padding: 40px 0;
}
.xxsj_box3 .list {
  margin-top: 40px;
}
.xxsj_box3 .list li {
    float: left;
    width: 25%;
    margin-bottom: 24px;
}
.xxsj_box3 .list li .li_text {
    height: 480px;
    overflow: hidden;
    margin: 0 14px;
    box-shadow: 0 6px 20px rgba(35,35,48,.1);
    padding: 35px 20px 14px;
    background: #fff;
}
.xxsj_box3 .list li span {
    font-size: 24px;
    line-height: 1.17em;
    color: #242526;
    font-weight: 400;
    padding-bottom: 25px;
    border-bottom: 2px solid #eeeeef;
    position: relative;
    display: block;
}
.xxsj_box3 .list li span:after{
    content: '';
    width: 81px;
    height: 2px;
    background-color: #008d43;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.xxsj_box3 .list li span i {
    font-style: normal;
}
.xxsj_box3 .list li .text {
    overflow: hidden;
    margin-top: 22px;
}
.xxsj_box3 .list li .text em {
    font-size: 16px;
    line-height: 1.5em;
    color: #5b5b5b;
    margin-bottom: 3px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.xxsj_box3 .list li .text p {
    margin-right: -20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.xxsj_box3 .list li .text p a {
    float: left;
    display: block;
    min-width: 98px;
    font-size: 16px;
    line-height: 1.9em;
    margin-right: 20px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.xxsj_box4 {
    overflow: hidden;
    padding: 50px 0;
    background: #ddd;
    width: 100%;
}
.xxsj_box4 li {
    float: left;
    width: 32%;
    padding: 15px 20px 0 20px;
    color: #333;
}
.xxsj_box4 li span {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}
.xxsj_box4 li p {
    text-align: justify;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}
.xxsj_box4 li:nth-of-type(2){
    margin: 0 2%;
}


.app_box3 {
    padding-top: 40px;
}
.app_box3 .list {
    margin-top: 40px;
}
.app_box3 li {
    width: 33%;
    background: #ffffff;
    overflow: hidden;
    padding: 4.3% 3%;
    margin: 1px;
    float: left;
}
.app_box3 li .time {
    color: #555555;
    text-align: center;
    margin-top: 10px;
}
.app_box3 li .time span {
    display: block;
}
.app_box3 li .time span.d {
    font-size: 40px;
    display: block;
    line-height: 1;
}
.app_box3 li .time span.y {}
.app_box3 li .zi {
    width: 79%;
    float: right;
}
.app_box3 li .zi span {
    color: #484848;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    height: 25px;
    overflow: hidden;
}
.app_box3 li .zi span i {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #0166ce;
    vertical-align: middle;
}
.app_box3 li .zi p {
    color: #818181;
    height: 40px;
    overflow: hidden;
}
.app_box3 li:hover {
    box-shadow: 0 0 40px #c3c3c3;
    text-decoration: none;
}
.app_box3 li:hover .zi span {
    color: #0166ce;
    text-decoration: none;
}
.app_box3 li:hover .zi span i {
    width: 15px;
    margin-right: 5px;
}
.app_box4 {
    background: #fff;
    padding-top: 40px;
}
.app_box4 ul {
    margin-top: 50px;
}
.app_box4 li {
    float: left;
    width: 23%;
    margin-right: 2.66%;
    background: #fff;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    margin-bottom: 15px;
}
.app_box4 li:nth-child(4n){
    margin-right: 0;
}
.app_box4 li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.app_box4 li:hover {
    background: #eee;
}
.ci_more {

}
.ci_more a {
    width: 320px;
    text-align: center;
    background: #0166ce;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    padding: 9px 0;
    display: block;
    margin: 3% auto;
}
.ci_more a:hover {
    box-shadow: 0px 0px 10px #5d5d5d;
    color: #fff;
    text-decoration: none;
}


.xxsj_box1 {
    padding-top: 15px;
}
.ci_box {
    width: 1560px;
    margin: 0 auto;
}


.xcx_box1 {
    background: #fff;
    padding: 50px 0;
}
.xcx_box1 ul {
    margin-top: 50px;
}
.xcx_box1 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    background: #fff;
    margin-bottom: 2%;
    box-shadow: 5px 5px 18px #eee;
}
.xcx_box1 li:nth-child(3n) {
    margin-right: 0;
}
.xcx_box1 li .pic {
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
}
.xcx_box1 li .pic img {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}
.xcx_box1 li .text {
    margin-top: 10px;
}
.xcx_box1 li .text span {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url('../img/xcx_titbg1.png') no-repeat bottom center;
}
.xcx_box1 li .text p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10%;
    min-height: 112px;
    text-align: center;
}


.xcx_box2 {
    padding: 50px 0;
    background: #fff;
}
.xcx_box2 ul {
    margin-top: 40px;
}
.xcx_box2 li {
    width: 16.66%;
    float: left;
    position: relative;
    margin-bottom: 2%;
}
.xcx_box2 li .pic {
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
}
.xcx_box2 li .pic img {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}
.xcx_box2 li .text {
    margin-top: 10px;
}
.xcx_box2 li .text span {
    font-size: 18px;
    color: #666;
    text-align: center;
    display: block;
    line-height: 40px;
}


.xcx_box3 {
    background: #fff;
    padding: 50px 0;
}
.xcx_box3 ul {
    margin-top: 50px;
}
.xcx_box3 li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    position: relative;
    background: #fff;
    margin-bottom: 2%;
    box-shadow: 5px 5px 18px #ddd;
}
.xcx_box3 li:nth-child(5n) {
    margin-right: 0;
}
.xcx_box3 li .pic {
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
}
.xcx_box3 li .pic img {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}
.xcx_box3 li .text {
    margin-top: 10px;
}
.xcx_box3 li .text span {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 40px;
    padding-bottom: 10px;
}
.xcx_box3 li .text p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10%;
    min-height: 112px;
    text-align: center;
}

.xcx_box4 {
    background: #eaeaea;
}
.xcx_box4 li .text span {    
    background: url('../img/xcx_titbg2.png') no-repeat bottom center;
}

.xcx_box5 {
    background: #fff;
    padding: 50px 0;
}
.xcx_box5 ul {
    margin-top: 50px;
}
.xcx_box5 li {
    width: 32%;
    float: left;
    margin-left: 2%;
    position: relative;
    background: #fff;
    margin-bottom: 2%;
    overflow: hidden;
}
.xcx_box5 li:first-child{
    margin-left: 0;
}
.xcx_box5 li .pic {}
.xcx_box5 li .pic img {
    display: block;
}
.xcx_box5 li .text {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 10px;
    overflow: hidden;
    transition: .5s;
}
.xcx_box5 li .text span {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xcx_box5 li .text i {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #999;
    margin-top: 15px;
}
.xcx_box5 li .text p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;
    color: #999;
}
.xcx_box5 li .xcx_ewm {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transform: scale3d(0, 0, 0);
    transition: .5s;
}
.xcx_box5 li .xcx_ewm img {
    margin: 0 auto;
}
.xcx_box5 li:hover .text {
    left: 100%;
    transition: .5s;
}
.xcx_box5 li:hover .xcx_ewm {
    transition: .5s;
    transform: none;
}

.seoj_box1 {
    padding: 50px 0;
}
.seoj_box1 ul {
    margin-top: 50px;
}
.seoj_box1 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 20px 30px;
    position: relative;
    background: #fff;
    margin-bottom: 2%;
    box-shadow: 5px 5px 18px #eee;
}
.seoj_box1 li:nth-child(3n) {
    margin-right: 0;
}
.seoj_box1 li .pic {
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
}
.seoj_box1 li .pic img {
    height: 60px;
    float: left;
}
.seoj_box1 li .pic span {
    float: right;
    font-size: 55px;
    color: rgba(35, 61, 92, 0.07);
}
.seoj_box1 li .text {
    margin-top: 10px;
}
.seoj_box1 li .text span {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    display: block;
    line-height: 40px;
    margin-top: 20px;
    padding-bottom: 6px;
}
.seoj_box1 li .text p {
    font-size: 16px;
    line-height: 28px;
    min-height: 140px;
}


.lrmap_wrap {
    background-color: #f5f5f5;
}
.lrmap_list {
    padding-bottom: 30px;
}
.lrmap_list .text1 {
    padding-top: 40px;
}
.lrmap_list .text1 span {
    font-size: 24px;
    font-weight: bold;
}
.lrmap_list .text1 p {
    margin-top: 5px;
}
.lrmap_list .text1 p i {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #ff552e;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.lrmap_list .text1 p a {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.lrmap_list .text1 p a:hover {
    text-decoration: underline;
}
.lrmap_list .sheng_tit {
    margin-top: 50px;
}
.lrmap_list .sheng_tit span {
    color: #555;
    font-size: 16px;
    font-weight: 800;
    line-height: 60px;
    display: block;
    margin-top: 20px;
}
.lrmap_list .text2 {}

.lrmap_list .text2 .item:first-child {
    border-top: 2px solid #999;
}
.lrmap_list .text2 .item {
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: none;
}
.lrmap_list .text2 .item span {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    color: #333;
    background: #eee;
    display: block;
}
.lrmap_list .text2 .item span a {}
.lrmap_list .text2 .item ul {
    padding-left: 15px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    line-height: 24px;
}
.lrmap_list .text2 .item li {}
.lrmap_list .text2 .item li a {
    display: block;
    white-space: nowrap;
    float: left;
    margin: 2px 12px;
    color: #666;
}
.lrmap_list .text2 .item li a:hover {
    text-decoration: underline;
}

.app_lrpgae_menu {
    width: 100%;
    background: #fff;
}
.app_lrpgae_menu ul {
    text-align: center;
    padding: 15px 0 10px 0;
}
.app_lrpgae_menu li {
    width: 8.333%;
    font-size: 18px;
    color: #373737;
    float: left;
    border-radius: 18px;
    overflow: hidden;
}
.app_lrpgae_menu li a{
    display: block;
    color: #333;
    padding: 4px 0;
    text-decoration: none;
    text-align: center;
}
.app_lrpgae_menu li.on a, .app_lrpgae_menu li:hover a {
    background: #00a2e9;
    color: #fff;
}
.fix_right9 {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}
.fix_right9 li {
    position: relative;
}
.fix_right9 li a {
    width: 60px;
    height: 60px;
    background: #999;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 60px;
    margin-top: 5px;
}
.fix_right9 li a img {
    display: inline-block;
    vertical-align: middle;
    max-height: 28px;
}
.fix_right9 li .text {
    display: none;
    position: absolute;
    left: -200px;
    top: 0;
    width: 200px;
    box-shadow: 0px 1px 10px 1px #ccc;
}
.fix_right9 li .text img {
    padding: 5px;
    background: #fff;
}
.fix_right9 li:hover a {
    background: #00a2e9;
}
.fix_right9 li:hover .text {
    display: block;
}

.city_wrap .ci_box .cfl.fixed {
  position: fixed;
  top: 85px;
}


.bk_box2 {
    width: 100%;
    margin-top: 20px;
}
.bk_box2 .ci_text{
    background: #fff;
    padding: 20px 180px;
}
.bk_box2 ul {
    margin-top: 50px;
}
.bk_box2 li {
    width: 32%;
    margin-left: 2%;
    float: left;
    background: #f8f9fb;
    padding: 30px 0;
    margin-bottom: 30px;
}
.bk_box2 li:nth-of-type(1){
    margin-left: 0;
}
.bk_box2 li img {
    display: block;
    margin: 0 auto;
}
.bk_box2 li span {
    font-size: 24px;
    color: #000;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.bk_box2 li p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
    min-height: 72px;
    margin-top: 10px;
}
.bk_box2 li a {
    width: 50%;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    background: #00a2e9;
    position: relative;
}

.bk_box3 {
    width: 100%;
    margin-top: 20px;
}
.bk_box3 .bkbg {
    background: #fff;
    padding: 50px 0;
}
.bk_box3 .ci_text {
    padding: 0 180px;
    margin-top: 50px;
    position: relative;
    min-height: 230px;
}
.bk_box3 li {
    width: 50%;
    float: left;
    padding-right: 130px;
}
.bk_box3 li.pic {
    width: 225px;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -112.5px;
}
.bk_box3 li span {
    display: block;
    font-size: 20px;
    color: #333;
}
.bk_box3 li p {
    display: block;
    font-size: 14px;
    color: #333;
}
.bk_box3 li:nth-child(2n){
    padding-right: 0;
    padding-left: 150px;
}
.bk_box3 li:nth-of-type(1){
    margin-top: 20px;
}
.bk_box3 li:nth-of-type(2){
    margin-top: 20px;
}
.bk_box3 li:nth-of-type(3){
    margin-top: 80px;
}
.bk_box3 li:nth-of-type(4){
    margin-top: 80px;
}

.bk_box4 {
    width: 100%;
    margin-top: 20px;
}
.bk_box4 .ci_text{
    background: #fff;
    padding: 40px 180px;
}
.bk_box4 ul {
    margin-top: 50px;
}
.bk_box4 li {
    width: 23%;
    margin-left: 2.66%;
    float: left;
    background: #f8f9fb;
}
.bk_box4 li:nth-of-type(1){
    margin-left: 0;
}
.bk_box4 li span {
    line-height: 68px;
    background: #00a2e9;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-right: 15px;
}
.bk_box4 li span i {
    display: inline-block;
}
.bk_box4 li span i img {
    position: relative;
    top: 5px;
    padding-right: 15px;
}
.bk_box4 li p {
    padding: 40px 2%;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.bk_box5 {
    width: 100%;
    margin-top: 20px;
}
.bk_box5 .bk5bg{
    background: #fff;
    padding-top: 50px;
}
.bk_box5 .ci_text{
    padding: 40px 180px;
}
.bk_box5 .ci_text .fl {
    width: 50%;
}
.bk_box5 .ci_text .fl p {
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}
.bk_box5 .ci_text .fr {
    width: 50%;
    padding-top: 20px;
}
.bk_box5 .ci_text .fr img {
    max-width: 80%;
    margin: 0 auto;
}


.qyyx_box2 .ci_text {
    margin-top: 20px;
    padding: 50px 180px;
    background: #fff;
}
.qyyx_box2 ul {
    margin-top: 50px;
}
.qyyx_box2 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.qyyx_box2 li img {
    display: block;
    margin: 0 auto;
}
.qyyx_box2 li .text {
    background: #f7f8fc;
    padding: 0 3%;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: -30px;
}
.qyyx_box2 li .text span {
    font-size: 18px;
    color: #000;
    display: block;
    text-align: center;
}
.qyyx_box2 li .text p {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 10px;
    text-align: center;
    min-height: 96px;
    line-height: 24px;
}
.qyyx_box2 li:nth-child(3n){
    margin-right: 0;
}
.qyyx_box2 li:hover .text {
    background: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 26%);
}


.qyyx_box3 {
    margin-top: 20px;
}
.qyyx_box3 .ci_text {
    background: #fff;
    padding: 50px 180px;
}
.qyyx_box3  ul {
    margin-top: 50px;
}
.qyyx_box3 li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.qyyx_box3 li img {
    width: 99px;
    float: left;
}
.qyyx_box3 li p {
    width: calc(100% - 119px);
    float: right;
}
.qyyx_box3 li p span {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}
.qyyx_box3 li p i {
    display: block;
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    max-width: 85%;
}

.qyyx_box4 {
    margin-top: 20px;
}
.qyyx_box4 .ci_text {
    padding: 50px 180px;
    background: #fff;
}
.qyyx_box4 ul {
    margin-top: 50px;
}
.qyyx_box4 li {
    width: 32%;
    float: left;
    margin-left: 2%;
    border: 1px solid #eee;
    padding: 20px;
}
.qyyx_box4 li .pic {
    line-height: 100px;
    text-align: center;
}
.qyyx_box4 li .pic img {
    display: inline-block;
    vertical-align: middle;
}
.qyyx_box4 li a{
    width: 50%;
    display: block;
    margin: 0 auto;
    border: 1px solid #00a2e9;
    color: #00a2e9;
    border-radius: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    background: #fff;
    position: relative;
}
.qyyx_box4 li a:hover {
    background: #00a2e9;
    color: #fff;
}
.qyyx_box4 li:first-child{
    margin-left: 0;
}
.qyyx_box4 li:hover {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 26%);
}


.rzsq_box1 {
    margin-top: 30px;
}
.rzsq_box1 .ci_text {
    
}
.rzsq_box1 .fl {
    width: 265px;
    height: 390px;
    position: relative;
    background: #00a2e9;
}
.rzsq_box1 .fl img {
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0;
}
.rzsq_box1 .fl .text {
    position: absolute;
    top: 0;
    padding: 0 5%;
    width: 100%;
    padding-top: 40px;
}
.rzsq_box1 .fl span {
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
}
.rzsq_box1 .fl p {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
}
.rzsq_box1 .fr {
    width: calc(100% - 285px);
}
.rzsq_box1 .fr li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #ddd;
    background: url('../img/rzsq1.png') no-repeat top right #f5f5f5;
}
.rzsq_box1 .fr li span {
    font-size: 18px;
    color: #00a2e9;
    display: block;
    text-align: center;
}
.rzsq_box1 .fr li em {
    font-size: 14px;
    color: #00a2e9;
    display: block;
    text-align: center;
    font-style: normal;
    margin-top: 10px;
}
.rzsq_box1 .fr li p {
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.rzsq_box1 .fr li p i {
    font-style: normal;
    color: #00a2e9;
}
.rzsq_box1 .fr li p i.fou {
    color: #666;
    margin-left: 20px;
    text-decoration: line-through;
}
.rzsq_box1 .fr li a {
    width: 140px;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    background: #00a2e9;
    position: relative;
}
.rzsq_box1 .fr li:nth-child(3n){
    margin-right: 0;
}
.rzsq_box1 .fr li:hover {
    background: url('../img/rzsq1.png') no-repeat top right #fff;
}

.rzsq_box6 .bgtext {
    padding: 50px 0;
    background: #fff;
}

.rzsq_box2 {
    margin-top: 20px;
}
.rzsq_box2 .box_tit span i {
    color: #00a2e9;
    font-style: normal;
}
.rzsq_box2 .ci_text {
    background: #fff;
    padding: 50px 180px;
}
.rzsq_box2 ul {
    text-align: center;
    padding: 0 12%;
    margin-top: 50px;
}
.rzsq_box2 li {
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 20px;
}
.rzsq_box2 li img {}
.rzsq_box2 li span {
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.rzsq_box3 {
    margin-top: 20px;
}
.rzsq_box3 .ci_text {
    padding: 50px 0;
    background: #fff;
}
.rzsq_box3 ul {
    text-align: center;
    margin-top: 50px;
}
.rzsq_box3 li {
    margin-right: 10px;
    padding-right: 40px;
    background: url('../img/rzsq14.png') no-repeat right 20px;
    display: inline-block;
}
.rzsq_box3 li img {}
.rzsq_box3 li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.rzsq_box3 li:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}

.rzsq_box4 {
    margin-top: 20px;
}
.rzsq_box4 .ci_text {
    background: #fff;
    padding: 50px 0;
}
.rzsq_box4 ul {
    text-align: center;
    margin-top: 50px;
}
.rzsq_box4 li {
    margin: 0 30px;
    display: inline-block;
}
.rzsq_box4 li span {
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.sbzc_box1 {}
.sbzc_box1 .ci_text {
    padding: 50px 180px;
    background: #fff;
    margin-top: 30px;
}
.sbzc_box1 ul {
    margin-top: 50px;
}
.sbzc_box1 li {
    width: 32%;
    float: left;
    margin-left: 2%;
    background: #f9f9f9;
}
.sbzc_box1 li:first-child {
    margin-left: 0;
}
.sbzc_box1 li span {
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 90px;
    background: #00a2e9;
}
.sbzc_box1 li .text {
    padding: 20px;
}
.sbzc_box1 li .text p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 8px;
}
.sbzc_box1 li .text p i {
    font-style: normal;
    padding-left: 20px;
    background: url('../img/sbzc0.png') no-repeat left top;
}
.sbzc_box1 li .text .more {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.sbzc_box1 li .text .more i {
    float: left;
    font-size: 24px;
    color: #00a2e9;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
}
.sbzc_box1 li .text .more i em {
    font-weight: normal;
    text-decoration: line-through;
    color: #666;
    font-size: 20px;
    padding-left: 15px;
}
.sbzc_box1 li .text .more a {
    width: 120px;
    display: block;
    margin: 0 auto;
    border: 1px solid #00a2e9;
    color: #00a2e9;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    float: right;
}
.sbzc_box1 li:first-child span {
    background: url('../img/sbzc1.png') no-repeat left top #00a2e9;
}
.sbzc_box1 li:hover .text .more a {
    background: #00a2e9;
    color: #fff;
}

.sbzc_box2 {
    margin-top: 20px;
}
.sbzc_box2 .ci_text {
    padding: 50px 180px;
    background: #fff;
}
.sbzc_box2 ul {
    margin-top: 50px;
}
.sbzc_box2 li {
    width: 23%;
    margin-left: 2.66%;
    float: left;
    position: relative;
}
.sbzc_box2 li:first-child{
    margin-left: 0;
}
.sbzc_box2 li img {
    width: 100%;
}
.sbzc_box2 li .text {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    padding: 0 5%;
    padding-bottom: 30px;
}
.sbzc_box2 li .text span {
    font-size: 22px;
    color: #fff;
    display: block;
}
.sbzc_box2 li .text p {
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: justify;
    margin-top: 10px;
}
.sbzc_box3 {
    margin-top: 20px;
}
.sbzc_box3 .ci_text {
    padding: 50px 180px;
    background: #fff;
}
.sbzc_box3 ul {
    margin-top: 50px;
}
.sbzc_box3 li {
    width: 48%;
    float: left;
    background: #f0f1f5;
    padding: 50px;
    margin-left: 4%;
    position: relative;
}
.sbzc_box3 li:first-child {
    margin-left: 0;
}
.sbzc_box3 li img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 80%;
}
.sbzc_box3 li .text {}
.sbzc_box3 li .text span {
    font-size: 24px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.sbzc_box3 li .text p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.sbzc_box3 li .text p.color {
    color: #00a2e9;
}
.sbzc_box4 {
    margin-top: 20px;
}
.sbzc_box4 .ci_text {
    padding: 50px 180px;
    background: #fff;
}
.sbzc_box4 ul {
    margin-top: 50px;
}
.sbzc_box4 li {
    width: 16.66%;
    float: left;
    position: relative;
}
.sbzc_box4 li img {
    display: block;
    margin: 0 auto;
}
.sbzc_box4 li span {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #00a2e9;
    font-weight: bold;
    margin-top: 10px;
}
.sbzc_box4 li p {
    font-size: 18px;
    color: #00a2e9;
    text-align: center;
}
.sbzc_box4 li:after {
    content: '';
    position: absolute;
    top: 170px;
    left: 50%;
    width: 100%;
    height: 5px;
    background: url('../img/sbzc14.png') no-repeat center;
}
.sbzc_box4 li:last-child:after {
    display: none;
}
.sbzc_more a{
    width: 280px;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: #00a2e9;
    position: relative;
}













@media screen and (max-width: 1560px) {
  .c1560 .center {
    width: 100%;
    margin: 0 auto;
  }
  .city_wrap .ci_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }
  .ci_box1 .fl {
    width: 100%;
  }
  .ci_box1 .fr {
    width: 100%;
    margin-top: 15px;
  }
  .ci_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }
  .bk_box2 .ci_text {
    padding: 20px 2%;
  }
  .bk_box3 {
    padding: 0;
  }
  .bk_box4 .ci_text {
    padding: 20px 2%;
  }
  .bk_box5 .ci_text {
    padding: 20px 2%;
  }
  .qyyx_box2 .ci_text {
    padding: 20px 2%;
    margin-top: 10px;
  }
  .qyyx_box3 .ci_text {
    padding: 20px 2%;
  }
  .qyyx_box4 .ci_text {
    padding: 20px 2%;
  }
  .rzsq_box6 {
    padding: 0;
    margin-top: 10px;
  }
  .rzsq_box6 .ci_text {
    padding: 20px 2%;
    margin-top: 0!important;
  }
  .rzsq_box6 .bgtext {
    padding: 20px 0;
  }
  .rzsq_box2 .ci_text {
    padding: 20px 0;
  }
  .rzsq_box2 ul {
    padding: 0;
    margin-top: 20px;
  }
  .rzsq_box3 {
    margin-top: 20px;
  }
  .sbzc_box1 .ci_text {
    padding: 20px 2%;
  }
  .sbzc_box2 .ci_text {
    padding: 20px 2%;
  }
  .sbzc_box2 li img {
    min-height: 320px;
  }
  .sbzc_box3 .ci_text {
    padding: 20px 2%;
  }
  .sbzc_box4 .ci_text {
    padding: 0 2%;
    margin-top: 20px;
  }
  .bk_box3 .ci_text {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1288px){
    .sbzc_box4 li:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .city_wrap .ci_box .cfl {
        display: none;
    }
    .city_wrap .ci_box .cfr {
        width: 100%;
    }
    .ci_box1 .fl {
        width: 100%;
        padding: 15px;
    }
    .ci_box1 .fr {
        width: 100%;
        margin-top: 15px;
    }
    .ci2_box2 li .li_text {
        display: block;
    }
    .ci2_box2 li .fl {
        width: 100%;
    }
    .ci2_box2 li .fr {
        width: 100%;
    }
    .ci2_box3 li {
        width: 100%;
    }
    .xxsj_box3 .list li {
        width: 50%;
    }
    .app_box3 li {
        width: 49.5%;
    }

    .xxsj_box4 {
        padding: 20px 10px;
    }
    .xxsj_box4 li {
        width: 100%;
        padding: 10px;
    }
    .xxsj_box4 li span {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    .xxsj_box4 li:nth-of-type(2) {
        margin: 0;
    }
    .app_box4 ul {
        margin-top: 20px;
    }
    .app_box4 li {
        width: 49%;
        margin-right: 2%;
    }
    .app_box4 li:nth-child(4n){
        margin-right: 2%;
    }
    .app_box4 li:nth-child(2n){
        margin-right: 0;
    }
    .ci_more a {
        width: 240px;
    }
    .xcx_box1 {
        display: none;
    }
    .xcx_box2 {
        display: none;
    }
    .xcx_box3 {
        display: none;
    }
    .xcx_box5 li {
        width: 48%;
        margin: 10px 1%;
    }
    .xcx_box5 li:first-child {
        margin-left: 1%;
    }
    .seoj_box1 li {
        width: 49%;
    }
    .seoj_box1 li:nth-child(3n) {
        margin-right: 2%;
    }
    .seoj_box1 li:nth-child(2n) {
        margin-right: 0;
    }
    .lrmap_list .sheng_tit {
        margin-top: 12px;
    }
    .app_lrpgae_menu ul {
        padding: 5px 0;
    }
    .app_lrpgae_menu li {
        width: 25%;
        float: left;
        height: 32px;
        line-height: 32px;
        margin-right: 0;
        margin: 5px 0;
    }
    .app_lrpgae_menu li a {
        padding: 0;
        font-size: 14px;
    }
    

  .bk_box2 .ci_text {
    padding: 20px 2%;
  }
  .bk_box2 ul {
    margin-top: 10px;
  }
  .bk_box2 li {
    width: 48%;
    margin: 0;
    margin-right: 2%;
    margin-top: 10px;
    padding: 20px 0;
  }
  .bk_box2 li:nth-child(2n){
    margin-right: 0;
  }
  .bk_box2 li img {
    max-width: 40%;
  }
  .bk_box2 li span {
    font-size: 18px;
  }
  .bk_box2 li p {
    font-size: 14px;
    padding: 0 3%;
    line-height: 22px;
    min-height: auto;
  }
  .bk_box2 li a {
    width: 70%;
    line-height: 36px;
    font-size: 14px;
  }
    .bk_box3 .ci_text {
        margin-top: 20px;
    }
    .bk_box3 li {
        width: 100%;
        padding: 0!important;
        margin-top: 15px!important;
    }
    .bk_box3 li.pic {
        position: relative;
    }
    .bk_box4 ul {
        margin-top: 20px;
    }
    .bk_box4 li {
        width: 49%;
        margin: 0;
        margin-bottom: 10px;
        margin-right: 2%;
    }
    .bk_box4 li:nth-child(2n){
        margin-right: 0;
    }
    .bk_box4 li span {
        line-height: 48px;
        font-size: 16px;
    }
    .bk_box4 li span i img {
        height: 25px;
    }
    .bk_box5 {
        margin-top: 20px;
    }
    .bk_box5 .ci_text .fl {
        width: 100%;
    }
    .bk_box5 .ci_text .fr {
        width: 100%;
    }

    .qyyx_box2 ul {
        margin-top: 20px;
    }
    .qyyx_box2 li {
        width: 49%;
        margin-right: 2%;
    }
    .qyyx_box2 li:nth-child(3n){
        margin-right: 2%;
    }
    .qyyx_box2 li:nth-child(2n){
        margin-right: 0;
    }
    .qyyx_box2 li img {
        max-width: 40%;
    }
    .qyyx_box3 {
        padding: 20px 0;
        margin-top: 0;
    }
    .qyyx_box3 ul {
        margin-top: 10px;
    }
    .qyyx_box3 li {
        width: 100%;
    }
    .qyyx_box3 li img {
        width: 80px;
    }
    .qyyx_box3 li p {
        width: calc(100% - 90px);
    }
    .qyyx_box3 li p i {
        max-width: 100%;
        font-size: 14px;
    }
    .qyyx_box3 li p span {
        font-size: 18px;
    }
    .qyyx_box4{
        margin-top: 0;
    }
    .qyyx_box4 ul {
        margin-top: 10px;
    }
    .qyyx_box4 li {
        width: 100%;
        margin: 0;
        padding: 10px;
        margin-bottom: 10px;
    }

    .rzsq_box1 .fl {
        width: 100%;
        height: auto;
    }
    .rzsq_box1 .fl img {
        position: relative;
        display: none;
    }
    .rzsq_box1 .fl .text {
        position: relative;
        padding: 15px;
    }
    .rzsq_box1 .fr {
        width: 100%;
        margin-top: 20px;
    }
    .rzsq_box1 .fr li {
        width: 49%;
    }
    .rzsq_box1 .fr li:nth-child(3n){
        margin-right: 2%;
    }
    .rzsq_box1 .fr li:nth-child(2n){
        margin-right: 0;
    }
    .rzsq_box3 .ci_text {
        padding: 20px 0;
    }
    .rzsq_box3 ul {
        margin-top: 20px;
    }
    .rzsq_box3 li {
        background: none;
        padding: 0;
        margin: 0 15px;
        margin-bottom: 20px;
    }
    .rzsq_box4 {
        margin-top: 20px;
    }
    .rzsq_box4 ul {
        margin-top: 20px;
    }
    .rzsq_box4 li {
        margin-bottom: 20px;
    }
    .sbzc_box1 li {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .sbzc_box1 ul {
        margin-top: 0;
    }
    .sbzc_box1 li span {
        line-height: 46px;
        font-size: 18px;
    }
    .sbzc_box1 li:first-child span {
        background: url(../img/sbzc1.png) no-repeat left top #00a2e9;
        background-size: 50px;
    }
    .sbzc_box2 li {
        width: 49%;
        margin: 0;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .sbzc_box2 li:nth-child(2n){
        margin-right: 0;
    }
    .sbzc_box2 {
        margin-top: 20px;
    }
    .sbzc_box3 li {
        width: 100%;
        margin: 10px 0;
    }
    .sbzc_box3 ul {
        margin-top: 10px;
    }
    .sbzc_box3 li {
        padding: 50px 20px;
    }
    .sbzc_box3 li img {
        max-width: 30%;
    }
    .sbzc_box4 li {
        width: 50%;
        margin-bottom: 20px;
    }
    .sbzc_box4 li img {
        max-width: 50%;
    }
    .sbzc_box4 li span {
        font-size: 24px;
    }
    .sbzc_box4 li p {
        font-size: 16px;
    }
    .rzsq_box4 .ci_text {
        padding: 20px 0;
    }
    .sbzc_box1 .ci_text {
        margin-top: 20px;
    }
    .sbzc_box4 .ci_text {
        padding: 20px 0;
    }
    .sbzc_box4 ul {
        margin-top: 20px;
    }
    .sbzc_more a {
        margin-top: 20px;
    }
    

}

@media screen and (max-width: 450px){
    .sbzc_box2 li img {
        min-height: auto;
        height: 1.9rem;
    }
    .sbzc_box2 li .text {
        top: .8rem;
    }
    .sbzc_box2 li .text span {
        font-size: .14rem;
    }
    .sbzc_box2 li .text p {
        font-size: .115rem;
        margin-top: 6px;
    }
    .ci_box1 .fl h4 {
        font-size: .16rem;
    }
    .ci_box2 {
        padding: 10px 2% 0 2%;
    }
    .ci_box2 .list a {
        margin: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .ci_box3 li .pic img {
        max-height: 40px;
    }
    .ci2_box2 li .fl img {
        max-height: 1.8rem;
    }
    .ci2_box2 li .fr span {
        font-size: .14rem;
    }
    .ci2_box2 li .fr p {
        font-size: .11rem;
    }
    .ci2_box2 li .fr i {
        font-size: .22rem;
    }
    .ci2_box3 {
        padding: 20px 0;
    }
    .ci2_box3 li span {
        font-size: .14rem;
    }
    .ci2_box3 li {
        margin-bottom: 20px;
    }
    .ci2_box3 li .text {
        padding: 12px;
        min-height: auto;
        width: 100%;
        margin-top: 12px;
    }
    .ci2_box3 li:last-child {
        margin-top: 0;
    }
    .ci2_box3 li .list a {
        margin-bottom: 10px;
        padding-left: 0;
        margin-right: 30px;
    }
    .ci2_box3 li .list a:after{
        display: none;
    }
    .xxsj_box3 .list li {
        width: 100%;
    }
    .xxsj_box3 {
        padding: 20px 0;
    }
    .xxsj_box3 .list {
        margin-top: 15px;
    }
    .xxsj_box3 .list li .li_text {
        height: auto;
        padding: 20px 15px;
        padding-bottom: 8px;
    }
    .xxsj_box3 .list li span {
        padding-bottom: 16px;
        font-size: .16rem;
    }
    .xxsj_box3 .list li .text p a {
        font-size: 14px;
    }
    .xxsj_box3 .list li .text p {
        margin-bottom: 12px;
    }
    .app_box3 li {
        width: 100%;
    }
    .app_box3 li .time span.d {
        font-size: 26px;
    }
    .app_box3 {
        padding: 20px 0;
    }
    .app_box3 .list {
        margin-top: 15px;
    }

    .xcx_box5 {
        padding: 20px 0;
    }
    .xcx_box5 ul {
        margin-top: 20px;
    }
    .xcx_box5 li {
        width: 98%;
        margin: 5px 1%;
    }
    .xcx_box5 li:first-child {
        margin-left: 1%;
    }
    .xcx_box5 li .text span {
        padding: 10px 0;
        line-height: 40px;
    }
    .xcx_box5 li .text i {
        display: none;
    }
    .xcx_box5 li .text p {
        display: none;
    }
    .seoj_box1 li {
        width: 100%;
        padding: 20px;
    }
    .seoj_box1 li:nth-child(3n) {
        margin-right: 0;
    }
    .seoj_box1 li:nth-child(2n) {
        margin-right: 0;
    }
    .seoj_box1 li .text p {
        min-height: auto;
    }

    .rzsq_box1 .fr li {
        width: 100%;
        margin-right: 0;
    }
    .rzsq_box1 .fr li:nth-child(3n){
        margin-right: 0;
    }
    .rzsq_box1 .fr li:nth-child(2n){
        margin-right: 0;
    }
}


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

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