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

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

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

.mi_header {
  width: 100%;
  z-index: 99;
  position: relative;
}

.mi_header .logo {
  width: 18%;
  float: left;
  line-height: 84px;
  text-align: left;
}

.mi_header .logo a {
  display: block;
}

.mi_header .logo a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.mi_header .nav {
  /*width: 65%;把login除外*/
  width:80%;
  float: left;
  padding-left: 17%;
}

.mi_header .nav ul li {
  float: left;
  height: 84px;
  margin-left: 5%;
}

.mi_header .nav ul li > a {
  line-height: 84px;
  font-size: 16px;
  color: #333;
  display: block;
  text-align: center;
  outline: 0;
}

.mi_header .nav ul li .pro_service {
  height: 0;
  width: 100%;
  transition: .3s;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 84px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
}

.mi_header .nav ul li .pro_service .service_list .item {
  width: 23%;
  float: left;
  margin-left: 2.66%;
  padding-bottom: 50px;
}

.mi_header .nav ul li .pro_service .service_list .item h4 {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 67px;
  border-bottom: 1px solid #eee;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li {
  padding: 12px 10px;
  margin-top: 15px;
  position: relative;
  padding-left: 50px;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 38px;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li .icon img {
  display: inline-block;
  vertical-align: middle;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li span {
  display: block;
  font-size: 14px;
  color: #333;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li span em {
  width: 29px;
  height: 17px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
  background: url(../images/hot.gif) no-repeat right;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li span i {
  width: 29px;
  height: 17px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
  background: url(../images/hotnew.gif) no-repeat right;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li p {
  font-size: 12px;
  color: #999a9a;
  display: block;
  margin-top: 3px;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li:hover {
  background: #f8f8f8;
}

.mi_header .nav ul li .pro_service .service_list .item .it_li:hover span {
  color: #00a2e9;
}

.mi_header .nav ul li .pro_service .service_list .item:first-child {
  margin-left: 0;
}

.mi_header .nav ul li .nav_text {
	width: 100%;
	height: 0;
  transition: .3s;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 84px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  text-align: right;
}

.mi_header .nav ul li .nav_text a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #333;
  padding: 0 20px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 46px;
  margin: 19px 0;
  outline: 0;
}

.mi_header .nav ul li .nav_text a:hover {
  background: #f8f8f8;
  color: #00a2e9;
}

.mi_header .nav ul li:hover > a {
  color: #00a2e9;
}

.mi_header .nav ul li.on > a {
  color: #00a2e9;
}

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

.mi_header .nav ul li.silder > a {
  padding-right: 17px;
  background: url(../images/bottom.png) no-repeat right center;
}

.mi_header .nav ul li.silder:hover > a {
  padding-right: 17px;
  background: url(../images/top.png) no-repeat right center;
}

.mi_header .nav ul li:hover .pro_service {
  display: block;
  height: 500px;
  transition: .3s;
}

.mi_header .nav ul li:hover .nav_text {
  display: block;
  height: 85px;
  transition: .3s;
}

.mi_header .login {
  float: right;
  padding-top: 26px;
}

.mi_header .login a {
  float: left;
  width: 78px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #00a2e9;
  text-align: center;
  border-radius: 17px;
  font-size: 16px;
  color: #00a2e9;
}

.mi_header .login .zc_btn {
	width: auto;
  background: #00a2e9;
  color: #fff;
  margin-right: 14px;
  padding: 0 22px;
}

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

.mi_banner .pcbanner {
  position: relative;
  z-index: 10;
}

.mi_banner .pcbanner .swiper-slide {
  width: 100%;
  position: relative;
}

.mi_banner .pcbanner .swiper-slide .b_bg img {
  width: 100%;
  display: block;
  min-height: 540px;
}

.mi_banner .pcbanner .swiper-slide .pos_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mi_banner .pcbanner .swiper-slide .ban1_text {
  padding: 50px 0 0 0;
}

.mi_banner .pcbanner .swiper-slide .ban1_text span {
  font-size: 40px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: .5px;
}

.mi_banner .pcbanner .swiper-slide .ban1_text p {
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 100;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul {
  margin-top: 30px;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li {
  width: 20%;
  height: 314px;
  float: left;
  position: relative;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li img {
  position: absolute;
  bottom: 0;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li:first-child img {
  right: 0;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li:nth-of-type(2) img {
  max-width: 293px;
  width: 122%;
  z-index: 2;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li:nth-of-type(3) img {
  max-width: 332px;
  width: 130%;
  margin-left: -20px;
  z-index: 1;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li:nth-of-type(4) img {
  max-width: 293px;
  width: 122%;
}

.mi_banner .pcbanner .swiper-slide .ban1_text ul li:nth-of-type(5) img {
  margin-left: 55px;
}

.mi_banner .pcbanner .swiper-slide .ban2_text {
  padding: 80px 0 0 0;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl {
  width: 50%;
  padding-right: 12%;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl span {
  font-size: 40px;
  color: #fff;
  display: block;
  text-align: left;
  font-weight: 700;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl p {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: left;
  font-weight: normal;
  margin-top: 10px;
  line-height: 170%;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl ul {
  padding-top: 20px;
  position: relative;
  left: -15px;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl ul li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl ul li img {
  display: block;
  margin: 0 auto;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fl ul li i {
  font-size: 14px;
  display: block;
  color: #fff;
  font-style: normal;
  margin-top: 5px;
  text-align: center;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fr {
  width: 50%;
  padding-top: 15px;
}

.mi_banner .pcbanner .swiper-slide .ban2_text .fr img {
  float: right;
  max-width: 100%;
}

.mi_banner .pcbanner .swiper-slide .ban3_text {
  padding: 60px 0 0 0;
}

.mi_banner .pcbanner .swiper-slide .ban3_text span {
  font-size: 40px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
}

.mi_banner .pcbanner .swiper-slide .ban3_text p {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 170%;
}

.mi_banner .pcbanner .swiper-slide .ban3_text ul {
  text-align: center;
  margin-top: 40px;
  margin-left: 192.5px;
}

.mi_banner .pcbanner .swiper-slide .ban3_text ul li {
  width: 113px;
  position: relative;
  margin: 0 25px;
  float: left;
}

.mi_banner .pcbanner .swiper-slide .ban3_text ul li img {
  width: 100%;
  height: 113px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.mi_banner .pcbanner .swiper-slide .ban3_text ul li i {
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #fff;
  font-style: normal;
  text-align: center;
  margin-top: 2px;
}

.mi_banner .pcbanner .swiper-slide .ban3_text ul li:after {
  content: '+';
  position: absolute;
  right: -40px;
  top: 30px;
  z-index: 5;
  font-size: 45px;
  color: #fff;
  line-height: 100%;
}

.mi_banner .pcbanner .swiper-slide .ban3_text ul li:last-child:after {
  display: none;
}

.mi_banner .pcbanner .swiper-slide .ban3_text a {
  width: 210px;
  height: 52px;
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 30px;
  margin-top: 40px;
  text-align: center;
}

.mi_banner .pcbanner .swiper-slide .ban3_text a i {
  font-style: normal;
  font-size: 20px;
  color: #fff;
  padding-right: 34px;
  background: url(../images/banner3_7.png) no-repeat right center;
}

.mi_banner .pcbanner .swiper-slide .ban3_text a:hover {
  background: #fff;
  border-color: #fff;
}

.mi_banner .pcbanner .swiper-slide .ban3_text a:hover i {
  color: #00a2e9;
  background: url(../images/banner3_7h.png) no-repeat right center;
}

.mi_banner .pcbanner .swiper-slide .ban4_text ul {
  margin-left: 111px;
}

.mi_banner .pcbanner .swiper-slide .ban5_text {
  padding-top: 80px;
}

.mi_banner .pcbanner .swiper-slide .ban5_text p img {
  display: block;
  margin: 30px auto;
}

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

.mi_banner .pcbanner .pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
}

.mi_banner .pcbanner .pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.mi_banner .pcbanner .next {
  position: absolute;
  left: 2%;
  top: 45%;
  width: 40px;
  height: 40px;
  z-index: 10;
  background: url(../images/ble.png) no-repeat center;
  cursor: pointer;
  display: none;
}

.mi_banner .pcbanner .prev {
  position: absolute;
  right: 2%;
  top: 45%;
  width: 40px;
  height: 40px;
  z-index: 10;
  background: url(../images/bri.png) no-repeat center;
  cursor: pointer;
  display: none;
}

.mi_banner:hover .pcbanner .next {
  display: block;
}

.mi_banner:hover .pcbanner .prev {
  display: block;
}

.mi_m_header {
  display: none;
  width: 100%;
  overflow: hidden;
}

.mi_m_header .m_head_content {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.mi_m_header .m_head_content .m_head_logo {
  position: absolute;
  left: 2%;
  top: 0;
}

.mi_m_header .m_head_content .m_head_logo img {
  height: 30px;
  margin-top: 15px;
  display: block;
}

.mi_m_header .m_head_content .m_head_logo .return {
  display: block;
  margin-left: 10px;
}

.mi_m_header .m_head_content .m_head_logo .return img {
  height: 36px;
  margin-top: 12px;
}

.mi_m_header .app_menu .m_login {
	background: #fff;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
}

.mi_m_header .app_menu .m_login a {
  width: 150px;
  height: 36px;
  border-radius: 15px;
  display: inline-block;
  margin-top: 12px;
  background: #099efd;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin: 10px 5px;
	border: 1px solid #099efd;
}
.mi_m_header .app_menu .m_login a:first-child {
	background: #fff;
	color: #099efd;
}

.mi_m_header .m_head_content .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 99;
}

.mi_m_header .m_head_content .menu img {
  height: 20px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

.mi_m_header .app_menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, .5);
  overflow-y: auto;
  overflow-x: hidden;
}

.mi_m_header .app_menu ul {
  background: #fff;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}

.mi_m_header .app_menu ul li {
  width: 100%;
  padding: 0 12px;
  line-height: 42px;
}

.mi_m_header .app_menu ul li > a {
  width: 50%;
  font-size: 14px;
  color: #333;
  display: block;
}

.mi_m_header .app_menu ul li > a.on {
  color: #099efd;
}

.mi_m_header .app_menu ul li.on {
  background: url(../images/bottom.png) no-repeat 95% 15px;
  background-size: 14px;
}

.mi_m_header .app_menu ul li.on.active {
  background: url(../images/top.png) no-repeat 95% 15px;
  background-size: 14px;
}

.mi_m_header .app_menu ul .v_list {
  width: 100%;
  display: none;
}

.mi_m_header .app_menu ul .v_list .m_service_list {
  padding: 0 12px;
}

.mi_m_header .app_menu ul .v_list .m_service_list .item {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../images/xian.png) no-repeat bottom left;
  background-size: 70% 1px;
}



.mi_m_header .app_menu ul .v_list .m_service_list .item:first-child + .item + .item + .item {
  height: 156px;
}

.mi_m_header .app_menu ul .v_list .m_service_list .item h4 {
  display: block;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 27px;
  font-weight: normal;
}

.mi_m_header .app_menu ul .v_list .m_service_list .item a {
  font-size: 12px;
  width: 100%;
  line-height: 27px;
  color: #666;
  display: block;
}

.mi_m_header .app_menu ul .v_list .m_service_list .item a em {
  width: 29px;
  height: 14px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 3px;
  background: url(../images/hot.gif) no-repeat right;
  background-size: auto 100%;
}

.mi_m_header .app_menu ul .v_list .m_service_list .item a i {
  width: 29px;
  height: 14px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 3px;
  background: url(../images/new.gif) no-repeat right;
  background-size: auto 100%;
}

.mi_m_header .app_menu ul .v_list .m_nav_list {
  padding: 0 12px;
}

.mi_m_header .app_menu ul .v_list .m_nav_list a {
  font-size: 14px;
  width: 100%;
  line-height: 32px;
  color: #666;
  display: block;
  padding-left: .2rem;
}

.mi_m_banner {
  display: none;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  background: #0090ff;
}

.mi_m_banner .text1 span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}

.mi_m_banner .text1 p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.mi_m_banner .text2 {
  margin: 20px 0;
  text-align: center;
}

.mi_m_banner .text2 a {
  width: 150px;
  display: inline-block;
  margin: 5px 10px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.mi_m_banner .text2 a span {
  padding-left: 12px;
}

.mi_m_banner .text2 a img {
  display: inline-block;
  vertical-align: middle;
}

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

.mi_main {
  width: 100%;
  overflow: hidden;
}
.main {
  width: 100%;
  overflow: hidden;
}

.box_tit {
  text-align: center;
}

.box_tit span {
  font-size: 36px;
  color: #666;
  line-height: 160%;
  display: block;
  font-weight: 700;
}

.box_tit p {
  font-size: 16px;
  color: #666;
  line-height: 160%;
  display: block;
  margin-top: 15px;
}

.mi_box1 {
  background: #f5f6fa;
 overflow: hidden;
}

.mi_box1 .box {
  padding: 30px 0;
}

.mi_box1 .box li {
  width: 25%;
  float: left;
  position: relative;
  padding-left: 55px;
}

.mi_box1 .box li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
}

.mi_box1 .box li .icon img {
  display: inline-block;
  vertical-align: middle;
}

.mi_box1 .box li span {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 22px;
}

.mi_box1 .box li p {
  color: #888;
  font-size: 14px;
  line-height: 22px;
}

.mi_box1 .m_box {
  display: none;
}

.mi_box1 .m_box li {
  position: relative;
  min-height: 69px;
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 5px;
  padding-left: 72px;
}

.mi_box1 .m_box li .icon {
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 56px;
  overflow: hidden;
}

.mi_box1 .m_box li .icon img {
  display: inline-block;
  vertical-align: middle;
}

.mi_box1 .m_box li span {
  /*font-size: 18px;*/
  font-size:16px;
  color: #333;
  display: block;
  margin-top: 5px;
}

.mi_box1 .m_box li p {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 5px;
}

.mi_box2 {
  padding: 40px 0;
  overflow: hidden;
}

.mi_box2 .center {
  width: 1300px;
}

.mi_box2 .mi_box2_js {
  margin-top: 50px;
  padding: 0 50px;
  position: relative;
}

.mi_box2 .mi_box2_js .swiper_container {
  padding-top: 50px;
  overflow: hidden;
}

.mi_box2 .mi_box2_js .swiper-slide {
  width: 33.33%;
  margin: 3px 0;
  border: 1px solid #ececec;
}

.mi_box2 .mi_box2_js .swiper-slide .text1 {
  padding: 32px 0;
  padding-left: 50px;
  background: #ececec;
}

.mi_box2 .mi_box2_js .swiper-slide .text1 span {
  /*font-size: 24px;*/
  font-size:16px;
  color: #666;
  display: block;
}

.mi_box2 .mi_box2_js .swiper-slide .text1 p {
  /*font-size: 16px;*/
  font-size:15px;
  color: #666;
  display: block;
  margin-top: 6px;
}

.mi_box2 .mi_box2_js .swiper-slide .text2 {
  padding: 0 50px;
}

.mi_box2 .mi_box2_js .swiper-slide .text2 .pic {
  line-height: 235px;
  text-align: center;
}

.mi_box2 .mi_box2_js .swiper-slide .text2 .pic img {
  display: inline-block;
  vertical-align: middle;
}

.mi_box2 .mi_box2_js .swiper-slide .text2 .pic img:first-child + img {
  display: none;
}

.mi_box2 .mi_box2_js .swiper-slide .text2 p {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 26px;
  min-height: 156px;
}

.mi_box2 .mi_box2_js .swiper-slide .a_more {
  display: none;
}

.mi_box2 .mi_box2_js .swiper-slide .a_more a {
  border: 1px solid #099efd;
  color: #099efd;
  font-size: 14px;
  float: left;
  line-height: 48px;
  width: 50%;
  text-align: center;
}

.mi_box2 .mi_box2_js .swiper-slide .a_more a:first-child {
  background: #099efd;
  color: #fff;
}
.mi_box2 .mi_box2_js .swiper-slide .a_more a:first-child:hover {
	opacity: .8;
}
.mi_box2 .mi_box2_js .swiper-slide .a_more a:first-child +a {
	border-left: 1px solid #fff;
}
.mi_box2 .mi_box2_js .swiper-slide .a_more a:first-child +a:hover {
  background: #099efd;
  color: #fff;
  
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active {
  margin-top: -46px;
  border: none;
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active .text1 {
  background: #099efd;
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active .text1 span {
  color: #fff;
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active .text1 p {
  color: #fff;
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active .text2 img {
  display: none;
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active .text2 img:first-child + img {
  display: inline-block;
}

.mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active .a_more {
  display: block;
}

.mi_box2 .mi_box2_js .pagination {
  width: 100%;
  text-align: center;
  z-index: 10;
  margin-top: 15px;
  display: none;
}

.mi_box2 .mi_box2_js .pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #099efd;
  opacity: 1;
  margin: 0 3px;
}

.mi_box2 .mi_box2_js .pagination span.swiper-pagination-bullet-active {
  background: #099efd;
}

.mi_box2 .mi_box2_js .next {
  position: absolute;
  top: 44%;
  right: 0;
  z-index: 12;
  width: 25px;
  height: 46px;
  background: url(../images/ri.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.mi_box2 .mi_box2_js .prev {
  position: absolute;
  top: 44%;
  left: 0;
  z-index: 12;
  width: 25px;
  height: 46px;
  background: url(../images/le.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.mi_box3 {
  background: #f8f8fa;
  padding: 50px 0;
  margin-top: 10px;
  overflow: hidden;
}

.mi_box3 .center {
  width: 1300px;
}

.mi_box3 .m_more {
  display: none;
}

.mi_box3 .m_more a {
  width: 200px;
  height: 46px;
  background: #00a2e9;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin-top: 20px;
  border-radius: 2px;
}

.mi_case_list {
  width: 100%;
  padding: 0 50px;
  margin-top: 50px;
  position: relative;
}

.mi_case_list .swiper_container {
  overflow: hidden;
}

.mi_case_list .swiper-wrapper .swiper-slide {
  width: 31.667%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  float: left;
}

.mi_case_list .swiper-wrapper .swiper-slide .li_text {
  background: #fff;
  border: 1px solid #eee;
  padding: 8px;
}

.mi_case_list .swiper-wrapper .swiper-slide .scroll_pic {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0;
  overflow: hidden;
}

.mi_case_list .swiper-wrapper .swiper-slide .scroll_pic img {
  width: 100%;
  position: relative;
  display: block;
}

.mi_case_list .swiper-wrapper .swiper-slide .text h3 {
  line-height: 48px;
  border-bottom: 1px solid #f6f6f6;
  color: #555;
  padding: 0 5px;
  font-size: 16px;
  font-weight: normal;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px 0;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 span {
  font-size: 12px;
  color: #666;
  float: left;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 span small {
  color: #f60;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 span i {
  font-size: 22px;
  color: #f60;
  font-style: normal;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 span em {
  color: #999;
  font-style: normal;
  padding-left: 8.3px;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 a {
  display: block;
  width: 92px;
  height: 34px;
  border: 1px solid #e5e5e5;
  color: #555;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  float: right;
  font-size: 14px;
}

.mi_case_list .swiper-wrapper .swiper-slide .text2 a:hover {
  border-color: #00a2e9;
  background: #00a2e9;
  color: #fff;
}

.mi_case_list .swiper-wrapper .swiper-slide .text3 {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0;
}

.mi_case_list .swiper-wrapper .swiper-slide .text3 p {
  font-size: 12px;
  color: #ccc;
  float: left;
  line-height: 21px;
   margin-top: 3px;
}

.mi_case_list .swiper-wrapper .swiper-slide .text3 p em {
  font-style: normal;
  color: #999;
}

.mi_case_list .swiper-wrapper .swiper-slide .text3 span {
  float: right;
  margin-top: 3px;
}

.mi_case_list .swiper-wrapper .swiper-slide .text3 span i {
  font-style: normal;
  display: inline-block;
  color: #66c7f2;
  border: 1px solid #66c7f2;
  padding: 3px 2px;
  line-height: 1;
  font-size: 12px;
  line-height: 100%;
  margin-left: 5px;
}

.mi_case_list .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

.mi_case_list .pagination {
  width: 100%;
  text-align: center;
  z-index: 10;
  margin-top: 15px;
  display: none;
}

.mi_case_list .pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #099efd;
  opacity: 1;
  margin: 0 3px;
}

.mi_case_list .pagination span.swiper-pagination-bullet-active {
  background: #099efd;
}

.mi_case_list .prev {
  position: absolute;
  top: 44%;
  left: 0;
  z-index: 12;
  width: 25px;
  height: 46px;
  background: url(../images/le.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.mi_case_list .next {
  position: absolute;
  top: 44%;
  right: 0;
  z-index: 12;
  width: 25px;
  height: 46px;
  background: url(../images/ri.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.mi_box4 {
  padding: 50px 0;
  overflow: hidden;
}

.mi_box4 .box {
  margin-top: 50px;
}

.mi_box4 .box ul {
  width: 31%;
  margin-left: 3.5%;
  float: left;
}

.mi_box4 .box ul h4 {
  display: block;
  padding-top: 25px;
  border-top: 1px solid #eee;
  font-size: 18px;
  color: #333;
  line-height: 52px;
  font-weight: normal;
}

.mi_box4 .box ul img {
  display: block;
  margin-bottom: 20px;
}

.mi_box4 .box ul li a {
  font-size: 15px;
  color: #666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 85%;
  line-height: 30px;
}

.mi_box4 .box ul li a:hover {
  color: #00a2e9;
}

.mi_box4 .box ul .more a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eee;
  margin-top: 20px;
  font-size: 14px;
}

.mi_box4 .box ul .more a:hover {
  background: #00a2e9;
  color: #fff;
  border-color: #00a2e9;
}

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

.mi_box4 .m_box {
  display: none;
}

.mi_box4 .m_box .mi_box4_mjs .hd li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  border-bottom: 2px solid #edeefa;
  cursor: pointer;
}

.mi_box4 .m_box .mi_box4_mjs .hd li.on {
  color: #0090ff;
  border-color: #0090ff;
}

.mi_box4 .m_box .mi_box4_mjs .bd {
  padding-top: 10px;
}

.mi_box4 .m_box .mi_box4_mjs .bd li {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

.mi_box4 .m_box .mi_box4_mjs .bd li a {
  font-size: 16px;
  color: #333;
  display: block;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mi_box4 .m_box .mi_box4_mjs .bd li p {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 6px;
  line-height: 23px;
}

.mi_box4 .m_box .mi_box4_mjs .bd li span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 8px;
}

.mi_box5 {
  background: #f8f8fa;
  padding: 50px 0;
  overflow: hidden;
}

.mi_box5 .box {
  margin-top: 30px;
}

.mi_box5 .box li {
  width: 23%;
  float: left;
  margin-right: 2.66%;
  /*border: 1px solid #eee;*/
  margin-top: 20px;
}

.mi_box5 .box li a .imgauto {
  /*width: 100%;
  height: 110px;
  padding: 5px;
  background: #fff;*/
  margin:0;
  padding:0;
}

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

.mi_box5 .box .box5_js {
  position: relative;
  overflow: hidden;
}

.mi_box5 .box .box5_js .pagination {
  text-align: center;
  width: 100%;
  z-index: 10;
  margin-top: 15px;
  display: none;
}

.mi_box5 .box .box5_js .pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #099efd;
  opacity: 1;
  margin: 0 3px;
}

.mi_box5 .box .box5_js .pagination span.swiper-pagination-bullet-active {
  background: #099efd;
}

.mi_box6 {
  background: #00a2e9;
  padding: 50px 0;
  overflow: hidden;
}

.mi_box6 .box span {
  /*font-size: 24px;*/
  font-size:18px;
  color: #fff;
  display: block;
  text-align: center;
}

.mi_box6 .box p {
  /*font-size: 16px;*/
  font-size:15px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.mi_box6 .box a {
  width: 150px;
  height: 40px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  border-radius: 5px;
	background: none;
	color: #fff;
	border: 1px solid #fff;
    
}
.mi_box6 .box a:hover {
  background: #fff;
  color: #00a2e9;
}

.mi_link {
  padding: 15px 0;
}

.mi_link .box {
  position: relative;
}

.mi_link .box span {
  font-size: 14px;
  color: #666;
  float: left;
  line-height: 46px;
  position: absolute;
  left: 30px;
  top: 0;
}

.mi_link .box .list {
  /*padding-left: 105px;*/
}

.mi_link .box .list a {
  font-size: 14px;
  color: #666;
  float: left;
  /*line-height: 46px;*/
  line-height:26px;
  margin-right: 12px;
}

.mi_link .box .list a:hover {
  color: #00a2e9;
}

.mi_footer {
  padding-top: 35px;
  border-top: 1px solid #eee;
}

.mi_footer .foot_c dl {
  padding-left: 30px;
  padding-right: 70px;
  float: left;
  position: relative;
}

.mi_footer .foot_c dl dt {
  color: #333;
  font-size: 20px;
  padding-bottom: 10px;
}

.mi_footer .foot_c dl dd {
  line-height: 30px;
  color: #5e6263;
  font-size: 14px;
}

.mi_footer .foot_r {
  float: right;
  text-align: center;
  line-height: 2;
  padding-right: 30px;
  padding-top: 1%;
}

.mi_footer .foot_r .m_ewm {
  display: none;
}

.mi_footer .foot_r span {
  font-size: 26px;
}

.mi_footer .foot_r p {
  font-size: 14px;
}

.mi_footer .foot_r a {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eee;
  margin-top: 10px;
}

.mi_footer .copyright {
  padding: 30px 0;
  clear: both;
  text-align: center;
}

.mi_footer .copyright p {
  font-size: 14px;
  line-height: 23px;
}

.mi_footer .copyright p a:hover {
  color: #00a2e9;
}

.mi_footer .m_copyright {
  display: none;
  margin-top: 12px;
}

.mi_footer .m_copyright p {
  color: #666;
  font-size: 14px;
  display: block;
  text-align: center;
}

.mi_footer .m_copyright p strong {
  color: #333;
}

.mi_footer .m_copyright span {
  color: #333;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.mi_footer .hover_ewm {
  position: relative;
}

.mi_footer .hover_ewm img {
  display: none;
  position: absolute;
  /*width: 100px;
  height: 100px;*/
  width:127px;
  height:127px;
  left: 50%;
  top: -100px;
  margin-left: -50px;
  border: 1px solid #eee;
}

.mi_footer .hover_ewm:hover img {
  display: block;
}

.mt51 {
  margin-top: 51px;
  overflow: hidden;
  display: none;
}

.m_fix_bottom {
  border-top: 1px solid #ddd;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.m_fix_bottom a p {
  line-height: 25px;
  text-align: center;
  display: block;
}

.m_fix_bottom a p img {
  max-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.m_fix_bottom a span {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 25px;
}

.m_fix_bottom .top_btn {
  width: 30%;
  float: left;
}

.m_fix_bottom .tel_btn {
  width: 30%;
  float: left;
}

.m_fix_bottom .more_btn {
  width: 40%;
  float: left;
  background: #00a2e9;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}

.mi_page_banner {
  background: url(../images/pagebanner.png) no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
  overflow: hidden;
}

.mi_page_banner .box {
  overflow: hidden;
}

.mi_page_banner .box h4 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 70px;
  line-height: 100%;
  position: relative;
}

.mi_page_banner .box ul {
  position: relative;
  text-align: center;
  margin-top: 45px;
}

.mi_page_banner .box ul li {
  width: 130px;
  display: inline-block;
  margin: 7.5px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

.mi_page_banner .box ul li a {
  display: block;
  line-height: 42px;
}

.mi_page_banner .box ul li a .pic {
  display: inline-block;
  text-align: center;
}

.mi_page_banner .box ul li a .pic img {
  display: inline-block;
  vertical-align: middle;
}

.mi_page_banner .box ul li a .pic img:first-child + img {
  display: none;
}

.mi_page_banner .box ul li a span {
  padding-left: 10px;
  position: relative;
  top: 1px;
}

.mi_page_banner .box ul li:hover {
  background: #fff;
  color: #00a2e9;
}

.mi_page_banner .box ul li:hover a .pic img:first-child {
  display: none;
}

.mi_page_banner .box ul li:hover a .pic img:first-child + img {
  display: inline-block;
}

.mi_page_banner .box ul li:hover a span {
  padding-left: 10px;
}

.mi_page_banner .text span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  position: relative;
  font-weight: bold;
}

.mi_page_banner .text p {
  font-size: 24px;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  position: relative;
}

.mi_page_banner .text a {
  width: 230px;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  position: relative;
}

.mi_page_banner .text a:hover {
  background: #fff;
  color: #00a2e9;
}

.city_box1 {
  padding: 50px 0;
}

.city_box1 .box {
  overflow: hidden;
}

.city_box1 .box .fl {
  width: 42%;
  position: relative;
}

.city_box1 .box .fl img {
  display: block;
}

.city_box1 .box .fr {
  width: 58%;
  position: relative;
}

.city_box1 .box .fr span {
  font-size: 32px;
  padding-bottom: 30px;
  font-weight: 700;
  display: block;
}

.city_box1 .box .fr p {
  font-size: 16px;
  line-height: 30px;
  color: #82939e;
  padding-bottom: 20px;
}

.city_box2 {
  overflow: hidden;
}

.city_box2 .box_tit {
  position: relative;
}

.city_box2 .box {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.city_box2 .box li {
  width: 25%;
  float: left;
  padding: 17px 0;
  margin: 5px 0;
  text-align: center;
  position: relative;
  top: 0;
  transition: .3s;
}

.city_box2 .box li img {
  display: block;
  margin: 0 auto;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transition: .5s;
}

.city_box2 .box li span {
  font-size: 20px;
  color: #333;
  display: block;
  margin-top: 20px;
}

.city_box2 .box li i {
  font-style: normal;
  width: 20px;
  height: 3px;
  background: #00a2e9;
  margin: 18px auto;
  display: block;
  transition: .5s;
}

.city_box2 .box li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: block;
}

.city_box2 .box li:hover {
  top: -12px;
  transition: .3s;
}

.city_box2 .box li:hover img {
  transform: scale(1.05);
  transition: .5s;
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transition: .5s;
}

.city_box2 .box li:hover i {
  width: 40px;
  transition: .5s;
}

.city_box3 {
  overflow: hidden;
  margin-top: 50px;
}

.city_box3 .box_tit {
  position: relative;
}

.city_box3 .box {
  position: relative;
}

.city_box3 .mi_case_list {
  padding: 0;
  margin-top: 40px;
}

.city_box3 .mi_case_list .swiper-wrapper {
  display: block;
}

.city_box3 .p_more {
  margin-top: 40px;
}

.city_box3 .p_more a {
  width: 245px;
  height: 55px;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #555;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}

.city_box3 .p_more a:hover {
  background: #099efd;
  color: #fff;
}

.city_box4 {
  margin-top: 50px;
}

.city_box4 ul {
  margin-top: 50px;
}

.city_box4 ul li {
  background: #f5f6fa;
  padding: 50px 40px;
}

.city_box4 ul li .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.city_box4 ul li .box .fl {
  width: 41%;
  position: relative;
}

.city_box4 ul li .box .fl span {
  display: block;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.city_box4 ul li .box .fl p {
  font-size: 20px;
  color: #666;
  display: block;
  margin-top: 20px;
}

.city_box4 ul li .box .fl a {
  width: 130px;
  height: 44px;
  display: block;
  background: #fff;
  color: #555;
  line-height: 42px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 25px;
  font-size: 14px;
}

.city_box4 ul li .box .fl a:hover {
  background: #00a2e9;
  color: #fff;
}
.xiazai_box ul li .box .fl img {
	display: none;
}

 .box .fr {
  width: 59%;
  float: right;
  position: relative;
}

.city_box4 ul li .box .fr img {
  float: right;
}

.city_box4 ul li:nth-child(2n) {
  background: #fff;
}

.city_box4 ul li:nth-child(2n) .fl {
  float: left;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 8%;
}

.city_box4 ul li:nth-child(2n) .fl a {
  background: #fff;
  color: #555;
}

.city_box4 ul li:nth-child(2n) .fr {
  float: right;
}

.city_box4 ul li:nth-child(2n) .fr img {
  float: left;
}

.zhanq_box1 {
  padding: 50px 0;
}

.zhanq_box1 .box li p {
  font-size: 14px;
  padding: 0 5%;
  line-height: 22px;
  min-height: 66px;
}

.zhanq_box2 ul li .box .fl span {
  padding-bottom: 5px;
}

.zhanq_box2 ul li .box .fl p {
  margin-top: 15px;
}

.wc_box1 .box {
  overflow: hidden;
}

.wc_box1 .box .fl img {
  display: block;
}

.wc_box1 .box .fr span {
  display: block;
}

.wc_box1 .box .fr p {
  padding-bottom: 0;
}

.wc_box1 .text {
  position: relative;
}

.wc_box1 .text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

.fix_btntext {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  overflow: hidden;
}

.fix_btntext .fix_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 11;
}

.fix_btntext .box {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.fix_btntext .box .text {
  margin: 0 auto;
  padding: 0 5%;
}

.fix_btntext .center_text {
  position: relative;
  z-index: 12;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
}

.fix_btntext .ysdz_text {
  display: none;
  padding: 20px;
}

.fix_btntext .ysdz_text span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.fix_btntext .ysdz_text p {
  font-size: 14px;
  color: #555;
  display: block;
  line-height: 30px;
}

.fix_btntext .ysdz_text p i {
  color: red;
  font-style: normal;
}

.fix_btntext .ysdz_text img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.fix_btntext .ysdz_text .sure {
  border-top: 1px solid #ddd;
  text-align: right;
  padding-top: 10px;
  margin-top: 10px;
}

.fix_btntext .ysdz_text .sure a {
  width: 70px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #00a2e9;
  background: #00a2e9;
  color: #fff;
  display: inline-block;
}

.fix_btntext .ysdz_text .close {
  width: 30px;
  height: 30px;
  background: url(../images/x.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 15px;
  background-size: 20px;
  cursor: pointer;
}

.fix_btntext .xzym_text {
  display: none;
}

.fix_btntext .xzym_text span {
  font-size: 14px;
  color: #333;
  display: block;
  font-size: 14px;
  background: #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.fix_btntext .xzym_text p {
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.fix_btntext .xzym_text .sure {
  text-align: right;
  padding: 10px 20px;
  margin-top: 20px;
}

.fix_btntext .xzym_text .sure a {
  width: 70px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #00a2e9;
  background: #00a2e9;
  color: #fff;
  display: inline-block;
}

.fix_btntext .xzym_text .close {
  width: 30px;
  height: 30px;
  background: url(../images/x.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 5px;
  background-size: 20px;
  cursor: pointer;
}

.fix_btntext .public_text {
  min-width: 264px;
  display: none;
}

.fix_btntext .public_text span {
  font-size: 14px;
  color: #333;
  display: block;
  font-size: 14px;
  background: #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.fix_btntext .public_text p {
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.fix_btntext .public_text .sure {
  text-align: right;
  padding: 10px 15px;
  margin-top: 20px;
}

.fix_btntext .public_text .sure a {
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #00a2e9;
  background: #00a2e9;
  color: #fff;
  display: inline-block;
}

.fix_btntext .public_text .close {
  width: 30px;
  height: 30px;
  background: url(../images/x.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 5px;
  background-size: 20px;
  cursor: pointer;
}

.mt_box_tit {
  margin: 50px 0;
  overflow: hidden;
}

.price .pic {
  margin-top: 50px;
}

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

.price .box {
  margin: 40px 0;
}

.price .box .ulfirst {
  border-left: 1px solid #eee;
}

.price .box .ulfirst li:first-child {
  background: #1e9de6;
  color: #fff;
}

.price .box .ulfirst li:first-child span {
  font-size: 18px;
  font-weight: bold;
}

.price .box .ulfirst li:first-child + li span {
  font-size: 17px;
  font-weight: bold;
  color: #F00;
}

.price .box .ulfirst li:first-child + li span:first-child {
  font-size: 14px;
  font-weight: normal;
  color: #5a5a5a;
}

.price .box ul {
  border-left: 1px solid #eee;
}

.price .box ul li {
  width: 100%;
  float: left;
  position: relative;
}

.price .box ul li span {
  width: 20%;
  float: left;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
}

.price .box ul li span:first-child {
  text-align: left;
  padding-left: 20px;
}

.price .box ul li span a {
  width: 70%;
  height: 36px;
  display: block;
  margin: 8px auto;
  line-height: 36px;
  background: #00a2e9;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.price .box ul li span img {
  display: block;
  height: 24px;
  margin: 0 auto;
  margin-top: 14px;
}

.price .box ul li span em {
  font-weight: 700;
  font-size: 16px;
}

.price .box ul li span:first-child:hover .tip {
  display: block;
}

.price .box ul li .tip {
  position: absolute;
  z-index: 8;
  width: 300px;
  background: url(../images/tips.gif) no-repeat 0 bottom;
  overflow: hidden;
  left: 15%;
  top: 27px;
  display: none;
}

.price .box ul li .tip p {
  padding: 8px 10px 8px 36px;
  background: url(../images/tip.gif) no-repeat left top;
  line-height: 22px;
  text-align: left;
  font-size: 12px;
}

.price .box ul li:hover {
  background: #f1f1f1;
}

.price .fixed .ulfirst {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 10;
}

.price .fixed .ulfirst li {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  border-left: 1px solid #eee;
}

.price .fixed .ulfirst li:last-child {
  box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
}

.price_question {
  margin-bottom: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.price_question dl {
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}

.price_question dl dt {
  font-size: 16px;
  line-height: 40px;
  background: url(../images/yri.png) no-repeat right center;
  background-size: 8px;
  font-weight: bold;
  padding: 20px 0;
}

.price_question dl dt.active {
  background: url(../images/ybot.png) no-repeat right center;
  background-size: 14px;
}

.price_question dl .ques_text {
  display: none;
  padding-bottom: 20px;
}

.price_question dl .ques_text p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
}

.price_question dl:last-child {
  border-bottom: none;
}

.price_question dl:first-child .ques_text {
  display: block;
}

.gx_wrap {
  padding: 50px 0;
}

.gx_wrap .box {
  position: relative;
}

.gx_wrap .box .nian {
  font-size: 30px;
  position: relative;
  z-index: 6;
  display: block;
  float: none;
  width: 200px;
  padding: 25px 10px;
  margin: 20px auto 30px;
  clear: both;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}

.gx_wrap .box ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  content: "";
  background-color: #e4eaec;
}

.gx_wrap .box ul li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 60px;
  clear: left;
  margin-top: 40px;
}

.gx_wrap .box ul li .time {
  position: absolute;
  top: 7.5px;
  right: 0;
  z-index: 11;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #62a8ea;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: -7px;
  line-height: 14px;
}

.gx_wrap .box ul li .time span {
  display: none;
}

.gx_wrap .box ul li .text {
  float: left;
  width: 100%;
  overflow: hidden;
  clear: left;
  padding: 20px;
  background: #f1f4f5;
}

.gx_wrap .box ul li .text span {
  display: block;
  font-size: 24px;
  color: #000;
}

.gx_wrap .box ul li .text i {
  font-style: normal;
  font-size: 12px;
  color: #a3afb7;
  margin-bottom: 10px;
  display: block;
}

.gx_wrap .box ul li .text .text_ov {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.gx_wrap .box ul li .text .text_ov p {
  font-size: 14px;
  margin-bottom: 10px;
}

.gx_wrap .box ul li .text .text_ov::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
}

.gx_wrap .box ul li .text .text_ov::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.gx_wrap .box ul li .text .text_ov::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}

.gx_wrap .box ul li .text .text_ov::-webkit-scrollbar-thumb:hover {
  background: #f2f2f2;
}

.gx_wrap .box ul li .text .text_ov::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, .2);
}


.gx_wrap .box ul li:nth-child(2n) {
  float: right;
  padding-right: 0;
  padding-left: 40px;
  clear: right;
  margin-top: 90px;
}

.gx_wrap .box ul li:nth-child(2n) .time {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -7px;
}

.gx_wrap .box ul li:nth-of-type(1) {
	margin-top: 0;
}




.m_price {
  display: none;
}

.m_price .w780 {
  margin: 20px 2%;
  width: 96%;
}

.m_price .mtable {
  position: relative;
  padding-top: 54px;
  padding-left: 33%;
  overflow-y: hidden;
  border-right: 1px solid #eee;
  padding-bottom: 30px;
}

.m_price .mtable_lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  z-index: 3;
}

.m_price .mtable_lt span {
  background: #00a2e9;
  width: 100%;
  float: left;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
}

.m_price .mtable_t {
  left: 33%;
  width: 134%;
  z-index: 2;
  position: absolute;
  top: 0;
}

.m_price .mtable_t li {
  background: #00a2e9;
  width: 25%;
  float: left;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
}

.m_price .mtable_l {
  position: absolute;
  left: 0;
  top: 54px;
  width: 34%;
  z-index: 2;
  background: #fff;
}

.m_price .mtable_l li {
  width: 100%;
  float: left;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
  position: relative;
  border-left: 1px solid #eee;
}

.m_price .mtable_l li .tip {
  position: absolute;
  z-index: 8;
  width: 250px;
  background: url(../images/tips.gif) no-repeat 0 bottom;
  overflow: hidden;
  left: .9rem;
  top: 27px;
  display: none;
  border-right: 1px solid red;
}

.m_price .mtable_l li .tip p {
  padding: 8px 10px 8px 36px;
  background: url(../images/tip.gif) no-repeat left top;
  line-height: 22px;
  text-align: left;
  font-size: 12px;
}

.m_price .mtable_l li:hover .tip {
  display: block;
}

.m_price .mtable_r {
  width: 200%;
  position: relative;
  z-index: 1;
}

.m_price .mtable_r li:first-child span {
  font-size: 16px;
  font-weight: bold;
  color: #F00;
}

.m_price .mtable_r span {
  width: 25%;
  float: left;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
}

.m_price .mtable_r span i {
  line-height: 20px;
  margin-top: 6px;
  font-style: normal;
  display: block;
}

.m_price .mtable_r span a {
  width: 80%;
  height: 36px;
  display: block;
  margin: 8px auto;
  line-height: 36px;
  background: #00a2e9;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

.m_price .mtable_r span img {
  height: 24px;
  display: block;
  margin: 0 auto;
  margin-top: 13px;
}

.mark1_box1 .box li p {
  min-height: auto;
}

.mark1_box2 .box_tit p {
  padding: 0 18%;
}

.mark1_box5 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.mark1_box5 .mark2_box4 {
  padding: 0;
}

.mark2_box1 {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f6fa;
}

.mark2_box1 .box {
  margin-top: 80px;
}

.mark2_box1 .box li {
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
}

.mark2_box1 .box li .pic img {
  margin: 0 auto;
}

.mark2_box1 .box li .pic img:first-child {
  display: block;
}

.mark2_box1 .box li .pic img:first-child + img {
  display: none;
}

.mark2_box1 .box li .text {
  margin-top: 50px;
}

.mark2_box1 .box li .text span {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  display: block;
}

.mark2_box1 .box li .text p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  padding: 0 5%;
}

.mark2_box1 .box li:before {
  content: "";
  width: 169px;
  height: 1px;
  background: url(../images/xuxian.png) no-repeat;
  position: absolute;
  top: 66px;
  left: -85px;
}

.mark2_box1 .box li:first-child:before {
  display: none;
}

.mark2_box1 .box li:hover .pic img:first-child {
  display: none;
}

.mark2_box1 .box li:hover .pic img:first-child + img {
  display: block;
}

.mark2_box2 {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}

.mark2_box2 .box {
  margin-top: 60px;
}

.mark2_box2 .box li {
  width: 33.33%;
  float: left;
  padding: 10px;
  position: relative;
  padding-bottom: 50px;
}

.mark2_box2 .box li .text {
  position: relative;
  width: 100%;
  height: 250px;
  background: url(../images/mark2_1.png) no-repeat top;
  background-size: 100% 100%;
  transition: top .3s;
  top: 0;
  padding: 35px 30px;
}

.mark2_box2 .box li .text h5 {
  font-weight: 700;
  color: #333;
  font-size: 20px;
}

.mark2_box2 .box li .text h5 small {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.mark2_box2 .box li .text p {
  height: 101px;
  padding: 20px 0 25px;
  line-height: 2;
  font-size: 16px;
}

.mark2_box2 .box li .text a {
  font-size: 14px;
  color: #00a2e9;
}

.mark2_box2 .box li .text:hover {
  top: -20px;
  transition: .3s;
  background: url(../images/mark2_1h.png) no-repeat top;
  background-size: 100% 100%;
}

.mark2_box2 .box li .text:hover h5 {
  color: #fff;
}

.mark2_box2 .box li .text:hover h5 small {
  color: #fff;
}

.mark2_box2 .box li .text:hover p {
  color: #fff;
}

.mark2_box2 .box li .text:hover a {
  color: #fff;
}

.mark2_box2 .box li:after {
  content: "";
  transition: bottom .3s;
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: 70px;
  height: 70px;
}

.mark2_box2 .box li:first-of-type:after {
  background-image: url(../images/mark2_ic4.png);
}

.mark2_box2 .box li:nth-of-type(2):after {
  background-image: url(../images/mark2_ic5.png);
}

.mark2_box2 .box li:nth-of-type(3):after {
  background-image: url(../images/mark2_ic6.png);
}

.mark2_box3 {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f6fa;
}

.mark2_box3 .box {
  margin-top: 60px;
}

.mark2_box3 .box li {
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  background: #fff;
  margin-bottom: 2%;
}

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

.mark2_box3 .box li .pic {
  line-height: 100px;
  text-align: center;
}

.mark2_box3 .box li .pic img {
  margin: 0 auto;
  vertical-align: middle;
}

.mark2_box3 .box li .pic img:first-child {
  display: inline-block;
}

.mark2_box3 .box li .pic img:first-child + img {
  display: none;
}

.mark2_box3 .box li .text {
  margin-top: 10px;
}

.mark2_box3 .box li .text span {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 40px;
  padding-bottom: 10px;
}

.mark2_box3 .box li .text p {
  font-size: 16px;
  line-height: 28px;
  padding: 0 10%;
  min-height: 140px;
}

.mark2_box3 .box li:hover {
  background: #00a2e9;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, .26);
}

.mark2_box3 .box li:hover .pic img:first-child {
  display: none;
}

.mark2_box3 .box li:hover .pic img:first-child + img {
  display: inline-block;
}

.mark2_box3 .box li:hover .text span {
  color: #fff;
}

.mark2_box3 .box li:hover .text p {
  color: #fff;
}

.mark2_box4 {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}

.mark2_box4 .box {
  margin-top: 60px;
}

.mark2_box4 .box li {
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid #dcdcdc;
  padding: 15px;
  position: relative;
  margin-bottom: 2%;
}

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

.mark2_box4 .box li h4 {
  color: #00a2e9;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  line-height: 1;
  font-weight: normal;
  display: block;
}

.mark2_box4 .box li .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
}

.mark2_box4 .box li .info .info_l {
  -ms-flex: auto;
      flex: auto;
}

.mark2_box4 .box li .info .info_l p {
  font-size: 12px;
  color: #999;
}

.mark2_box4 .box li .info .info_l p span {
  color: #444;
}

.mark2_box4 .box li .info .info_r {
  width: 135px;
  height: 66px;
  border-left: 1px solid #ccc;
  padding-left: 60px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.mark2_box4 .box li .info .info_r strong {
  color: #00a2e9;
  font-size: 18px;
}

.mark2_box4 .box li .info .info_r p {
  font-size: 12px;
  color: #999;
}

.mark2_box4 .box li a {
  margin: 0 auto;
  display: block;
  width: 142px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #e5e5e5;
  transition: background-color .2s;
  outline: 0;
}

.mark2_box4 .box li a:hover {
  background: #fff;
  color: #00a2e9;
}

.mark2_box4 .box li:hover {
  background: #00a2e9;
}

.mark2_box4 .box li:hover h4 {
  color: #fff;
}

.mark2_box4 .box li:hover .info .info_l p {
  color: #fff;
}

.mark2_box4 .box li:hover .info .info_l p span {
  color: #fff;
}

.mark2_box4 .box li:hover .info .info_r strong {
  color: #fff;
}

.mark2_box4 .box li:hover .info .info_r p {
  color: #fff;
}

.mark2_box4 .more a {
  width: 247px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  border-radius: 28px;
  background-color: #00a2e9;
  transition: background-color .2s;
  display: block;
  margin: 20px auto 0;
}

.mark2_box5 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.mark2_box5 .box {
  margin-top: 60px;
}

.mark2_box5 .box .mark2_box4list ul {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.mark2_box5 .box .mark2_box4list li {
  width: 100%;
  float: left;
  background: #f5f6fa;
}
.mark2_box5 .box .mark2_box4list li:nth-child(2n){
	background: #fff;
}

.mark2_box5 .box .mark2_box4list li span {
  width: 12.5%;
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
}

.mark2_box5 .box .mark2_box4list li:first-child span {
  font-size: 16px;
  font-weight: 700;
}

.mark2_box5 .box .m_price .mtable_lt span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 52px;
}

.mark2_box5 .box .m_price .mtable_t li {
  background: #00a2e9;
  width: 20%;
  float: left;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
}

.mark2_box5 .box .m_price .mtable_t {
  width: 200%;
}

.mark2_box5 .box .m_price .mtable_r {
  width: 299%;
}

.mark2_box5 .box .m_price .mtable_r li:first-child span {
  font-size: 13px;
  font-weight: normal;
  color: #5a5a5a;
}

.mark2_box5 .box .m_price .mtable_r span {
  width: 20%;
}

.mark2_box5 .box .m_price .mtable_r span:last-child {
  padding: 0;
  font-size: 13px;
}

.mark2_box5 .more {
  margin-top: 50px;
}

.mark2_box5 .more a {
  width: 247px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  border-radius: 28px;
  background-color: #00a2e9;
  transition: background-color .2s;
  display: block;
  margin: 20px auto 0;
}

.mark3_box1 {
  padding: 50px 0;
}

.mark3_box1 .box li {
  width: 20%;
}

.mark3_box1 .box li p {
  font-size: 16px;
}

.mark3_box2 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f6fa;
}

.mark3_box2 .box_tit p {
  padding: 0 14%;
}

.mark3_box2 .box {
  margin-top: 60px;
}

.mark3_box2 .box li {
  width: 23%;
  float: left;
  margin-right: 2.66%;
  position: relative;
  background: #fff;
  margin-bottom: 2%;
  padding: 20px;
}

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

.mark3_box2 .box li .pic {
  line-height: 100px;
  text-align: center;
}

.mark3_box2 .box li .pic img {
  margin: 0 auto;
  vertical-align: middle;
}

.mark3_box2 .box li .pic img:first-child {
  display: inline-block;
}

.mark3_box2 .box li .pic img:first-child + img {
  display: none;
}

.mark3_box2 .box li .text {
  padding: 10px 0 30px;
}

.mark3_box2 .box li .text p {
  font-size: 16px;
  text-align: center;
}

.mark3_box2 .box li:hover {
  background: #00a2e9;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, .26);
}

.mark3_box2 .box li:hover .pic img:first-child {
  display: none;
}

.mark3_box2 .box li:hover .pic img:first-child + img {
  display: inline-block;
}

.mark3_box2 .box li:hover .text p {
  color: #fff;
}

.mark3_box3 {
  padding: 50px 0;
  width: 100%;
}

.mark3_box3 .box {
  margin-top: 50px;
}

.mark3_box3 .mark3_box3_js {
  padding-left: 250px;
  position: relative;
}

.mark3_box3 .mark3_box3_js .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mark3_box3 .mark3_box3_js .swiper-slide {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.mark3_box3 .mark3_box3_js .swiper-slide .pic {
  width: 60%;
  float: left;
  line-height: 260px;
  text-align: center;
}

.mark3_box3 .mark3_box3_js .swiper-slide .pic img {
  display: inline-block;
  vertical-align: middle;
}

.mark3_box3 .mark3_box3_js .swiper-slide .text {
  width: 40%;
  float: left;
}

.mark3_box3 .mark3_box3_js .swiper-slide .text span {
  display: block;
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: bold;
  padding-bottom: 20px;
}

.mark3_box3 .mark3_box3_js .swiper-slide .text p {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 170%;
}

.mark3_box3 .mark3_box3_js .pagination {
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  max-width: 250px;
  background: url(../images/line.jpg) no-repeat 147px 13px;
  background-size: 2px 230px;
}

.mark3_box3 .mark3_box3_js .pagination span {
  border-radius: 0;
  height: auto;
  background: none;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  cursor: pointer;
  text-align: right;
  color: #666;
  opacity: 1;
  outline: 0;
  width: 100%;
  max-width: 140px;
  padding-right: 40px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  background: #fff;
  background: url(../images/line.jpg) no-repeat 147px 13px;
  background-size: auto 240px;
}

.mark3_box3 .mark3_box3_js .pagination span:before {
  content: " ";
  position: absolute;
  left: 120px;
  top: 6.5px;
  width: 15px;
  height: 15px;
  border: 2px solid #adadad;
  display: block;
  border-radius: 50%;
  z-index: 12;
  background: #fff;
}

.mark3_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active {
  color: #00a2e9;
}

.mark3_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:before {
  border-color: #00a2e9;
}

.mark3_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:after {
  position: absolute;
  left: 124px;
  top: 10.5px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00a2e9;
  display: inline-block;
  z-index: 13;
}

.mark3_box3 .mark3_box3_js .next {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 54px;
  height: 80px;
  z-index: 10;
  background: url(../images/ble.png) no-repeat center #999;
  cursor: pointer;
  margin-top: -40px;
  display: none;
  outline: 0;
}

.mark3_box3 .mark3_box3_js .next:hover {
  background: url(../images/ble.png) no-repeat center #666;
}

.mark3_box3 .mark3_box3_js .prev {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 54px;
  height: 80px;
  z-index: 10;
  background: url(../images/bri.png) no-repeat center #999;
  cursor: pointer;
  margin-top: -40px;
  display: none;
  outline: 0;
}

.mark3_box3 .mark3_box3_js .prev:hover {
  background: url(../images/bri.png) no-repeat center #666;
}

.mark3_box3:hover .mark3_box3_js .next {
  display: block;
}

.mark3_box3:hover .mark3_box3_js .prev {
  display: block;
}

.mark3_box4 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f6fa;
  margin-top: 30px;
}

.mark3_box4 .box {
  margin-top: 50px;
}

.mark3_box4 .mark3_box4_js {
  position: relative;
  padding-bottom: 50px;
}

.mark3_box4 .mark3_box4_js .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mark3_box4 .mark3_box4_js .swiper-slide {
  width: 100%;
}

.mark3_box4 .mark3_box4_js .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
}

.mark3_box4 .mark3_box4_js .pagination {
  padding-top: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.mark3_box4 .mark3_box4_js .pagination span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  display: inline-block;
}

.mark3_box4 .mark3_box4_js .pagination span.swiper-pagination-bullet-active {
  color: #00a2e9;
}

.mark3_box4 .mark3_box4_js .next {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 54px;
  height: 80px;
  z-index: 10;
  background: url(../images/ble.png) no-repeat center #999;
  cursor: pointer;
  margin-top: -40px;
  display: none;
  outline: 0;
}

.mark3_box4 .mark3_box4_js .next:hover {
  background: url(../images/ble.png) no-repeat center #666;
}

.mark3_box4 .mark3_box4_js .prev {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 54px;
  height: 80px;
  z-index: 10;
  background: url(../images/bri.png) no-repeat center #999;
  cursor: pointer;
  margin-top: -40px;
  display: none;
  outline: 0;
}

.mark3_box4 .mark3_box4_js .prev:hover {
  background: url(../images/bri.png) no-repeat center #666;
}

.mark3_box4:hover .mark3_box4_js .next {
  display: block;
}

.mark3_box4:hover .mark3_box4_js .prev {
  display: block;
}

.mark3_box5 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.mark3_box5 .box {
  margin-top: 50px;
}

.mark3_box5 .box ul {
  border-left: 1px solid #ddd;
}

.mark3_box5 .box li {
  width: 100%;
  float: left;
}

.mark3_box5 .box li span {
  float: left;
  line-height: 51px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.mark3_box5 .box li span i {
  font-style: normal;
  display: none;
}

.mark3_box5 .box li span:first-child {
  width: 10%;
}

.mark3_box5 .box li span:nth-of-type(2) {
  width: 30%;
}

.mark3_box5 .box li span:nth-of-type(3) {
  width: 30%;
}

.mark3_box5 .box li span:nth-of-type(4) {
  width: 15%;
}

.mark3_box5 .box li span:nth-of-type(5) {
  width: 15%;
}


.mark3_box5 .box li:first-child {
  background: #00a2e9;
}

.mark3_box5 .box li:first-child span {
  color: #fff;
}

.mark3_box5 .box li:first-child span:last-child {
  border: none;
}

.mark3_box5 .more a {
  display: block;
  width: 171px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  text-align: center;
  margin: 24px auto 0;
  transition: .5s;
}

.mark3_box5 .more a:hover {
  background: #00a2e9;
  color: #fff;
  border-color: #00a2e9;
  transition: .5s;
}

.mark4_box1 .box li p {
  padding: 0 3%;
}

.mark4_box2 .box li {
  width: 15%;
  padding: 30px 20px;
  margin-right: 2%;
}

.mark4_box2 .box li:nth-child(4n) {
  margin-right: 2%;
}

.mark4_box2 .box li:nth-child(6n) {
  margin-right: 0;
}

.mark4_box2 .box li .text p {
  margin-top: 20px;
}

.mark4_box3 {
  padding: 30px 0 50px 0;
  background: url(../images/mark4_bg1.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.mark4_box3 .box_tit span {
  color: #fff;
}

.mark4_box3 .box {
  margin-top: 50px;
}

.mark4_box3 .box p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}

.mark4_box4 {
  padding: 40px 0;
 overflow: hidden;
}

.mark4_box4 .box li {
  width: 33.33%;
  float: left;
}

.mark4_box4 .box li p {
  font-size: 18px;
  color: #000;
  display: block;
  font-weight: 700;
}

.mark4_box4 .box li a {
  width: 120px;
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  text-align: left;
  padding-left: 7px;
  border: 0;
  color: #fff;
  background: url(../images/jt_ri.png) no-repeat 90px;
  background-color: #00a2e9;
  display: block;
  font-size: 14px;
  margin-top: 40px;
}

.station_box1 .box li .pic {
  line-height: 150px;
}

.station_box1 .box li .text span {
  padding-bottom: 15px;
  font-size: 18px;
  color: #00a2e9;
  display: block;
  text-align: center;
}

.station_box1 .box li:hover .text span {
  color: #fff;
}

.station_box2 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.station_box3 {
  padding: 50px 0 80px 0;
  background: #00a2e9;
}

.station_box3 .box_tit span {
  color: #fff;
}

.station_box3 .box_tit p {
  color: #fff;
}

.station_box3 .mark3_box3_js {
  padding-left: 300px;
}

.station_box3 .mark3_box3_js .swiper-slide {
  padding-left: 265px;
  position: relative;
  height: 280px;
}

.station_box3 .mark3_box3_js .swiper-slide .pic {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 280px;
  width: 265px;
  text-align: center;
}

.station_box3 .mark3_box3_js .swiper-slide .pic img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.station_box3 .mark3_box3_js .swiper-slide .text {
  width: 100%;
}

.station_box3 .mark3_box3_js .swiper-slide .text span {
  font-weight: normal;
  font-size: 18px;
  color: #666;
}

.station_box3 .mark3_box3_js .swiper-slide .text p {
  margin-bottom: 3px;
}

.station_box3 .mark3_box3_js .pagination {
  padding-top: 20px;
  background: none;
  background: url(../images/line2.png) no-repeat 21px 40px;
}

.station_box3 .mark3_box3_js .pagination span {
  background: none;
  padding-left: 30px;
  padding-right: 0;
  margin-right: 0;
  color: #fff;
  max-width: 250px;
  text-align: left;
  display: block;
  width: 250px;
  transition: .5s;
  font-size: 16px;
  line-height: 29px;
  display: block;
}

.station_box3 .mark3_box3_js .pagination span:before {
  top: 10px;
  left: 9px;
  background: #fff;
  width: 12px;
  height: 12px;
  border: none;
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: bold;
  padding-left: 45px;
  transition: .5s;
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:before {
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background: #fff;
  text-indent: 0;
  text-align: center;
  margin: 0;
  color: #00a2e9;
  font-weight: normal;
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:after {
  display: none;
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:first-child:before {
  content: '1';
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:nth-of-type(2):before {
  content: '2';
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:nth-of-type(3):before {
  content: '3';
}

.station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:nth-of-type(4):before {
  content: '4';
}

.station_box3 .mark3_box3_js .next {
  background: url(../images/ble.png) no-repeat center rgba(0, 0, 0, .2);
}

.station_box3 .mark3_box3_js .next:hover {
  background: url(../images/ble.png) no-repeat center rgba(0, 0, 0, .4);
}

.station_box3 .mark3_box3_js .prev {
  background: url(../images/bri.png) no-repeat center rgba(0, 0, 0, .2);
}

.station_box3 .mark3_box3_js .prev:hover {
  background: url(../images/bri.png) no-repeat center rgba(0, 0, 0, .4);
}

.station_box5 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f6fa;
  margin-top: 50px;
}

.station_box5 .box {
  margin-top: 50px;
}

.station_box5 .box li {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 25px;
  background-color: #fff;
}

.station_box5 .box li span {
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 14px;
  color: #333;
  display: block;
  position: relative;
}

.station_box5 .box li span:before {
  content: "Q";
  background: #5e5e5e;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border: 0;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
}

.station_box5 .box li p {
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 14px;
  color: #333;
  display: block;
  position: relative;
}

.station_box5 .box li p:before {
  content: "A";
  background: #00a2e9;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border: 0;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
}

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

.stat_banner .stat_banner_text {
  position: relative;
  z-index: 10;
}

.stat_banner .stat_banner_text .swiper-slide {
  background: url(../images/pagebanner.png) no-repeat;
  background-size: 100% 100%;
  padding: 110px 0 130px 0;
  width: 100%;
}

.stat_banner .stat_banner_text .swiper-slide span {
  font-size: 46px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.stat_banner .stat_banner_text .swiper-slide p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.stat_banner .stat_banner_text .swiper-slide img {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  max-height: 105px;
}

.stat_banner .stat_banner_text .pagination {
  position: absolute;
  left: 50%;
  margin-left: -54px;
  bottom: 15px;
  width: 108px;
  height: 24px;
  border-radius: 14px;
  padding: 5px 9px 6px 9px;
  z-index: 10;
  text-align: center;
}

.stat_banner .stat_banner_text .pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
}

.stat_banner .stat_banner_text .pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.stat_banner .stat_banner_text .next {
  position: absolute;
  left: 2%;
  top: 45%;
  width: 54px;
  height: 80px;
  z-index: 10;
  background: url(../images/ble.png) no-repeat center;
  cursor: pointer;
  display: none;
}

.stat_banner .stat_banner_text .next:hover {
  background: url(../images/ble.png) no-repeat center;
}

.stat_banner .stat_banner_text .prev {
  position: absolute;
  right: 2%;
  top: 45%;
  width: 54px;
  height: 80px;
  z-index: 10;
  background: url(../images/bri.png) no-repeat center;
  cursor: pointer;
  display: none;
}

.stat_banner .stat_banner_text .prev:hover {
  background: url(../images/bri.png) no-repeat center;
}

.stat_banner:hover .stat_banner_text .next {
  display: block;
}

.stat_banner:hover .stat_banner_text .prev {
  display: block;
}

.station2_box1 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}

.station2_box2 .box li {
  width: 19%;
  margin-right: 1.25%;
}

.station2_box2 .box li:nth-child(4n) {
  margin-right: 1.25%;
}

.station2_box2 .box li:nth-child(5n) {
  margin-right: 0;
}

.station2_box2 .box li .pic {
  line-height: 60px;
}

.station2_box2 .box li .text span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.station2_box2 .box li .text p {
  color: #8b8b8b;
}

.station2_box2 .box li:hover .text span {
  color: #fff;
}

.station2_box3 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
}

.station2_box3 .stat2_box3_js {
  margin-top: 50px;
}

.station2_box3 .stat2_box3_js .hd {
  padding-bottom: 30px;
}

.station2_box3 .stat2_box3_js .hd ul {
  text-align: center;
}

.station2_box3 .stat2_box3_js .hd li {
  margin: 10px;
  display: inline-block;
  width: 158px;
  height: 39px;
  line-height: 37px;
  border-radius: 19.5px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  transition: all .3s;
  font-size: 14px;
  cursor: pointer;
}

.station2_box3 .stat2_box3_js .hd li.on {
  border-color: #00a2e9;
  color: #fff;
  background-color: #00a2e9;
}

.station2_box3 .stat2_box3_js .bd {
  background: #fff;
}

.station2_box3 .stat2_box3_js .bd .ul_tit {
  padding: 40px 10%;
}

.station2_box3 .stat2_box3_js .bd .ul_tit p {
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 28px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text {
  padding: 30px 25px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list {
  width: 100%;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item {
  width: 32%;
  float: left;
  margin-left: 2%;
  height: 281px;
  display: -ms-flexbox;
  display: flex;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item:first-child {
  margin-left: 0;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .left {
  width: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #00a2e9;
  color: #fff;
  text-align: center;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .left img {
  max-width: 85%;
  margin: 0 auto;
  display: block;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .left span {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .right {
  width: 65%;
  background: #f6f6f6;
  padding: 20px 25px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .right li {
  padding-bottom: 20px;
  font-size: 14px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .right li span {
  color: #00a2e9;
  font-size: 16px;
  display: block;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .right li p {
  position: relative;
  font-size: 12px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .right li p:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #d9d9d9;
  transition: all .3s;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.station2_box3 .stat2_box3_js .bd .ul1_text .list .item .right li:hover p:after {
  width: 60%;
  transition: all .3s;
  background: #00a2e9;
}

.station2_box3 .stat2_box3_js .bd .ul2_text {
  padding: 30px 25px;
}

.station2_box3 .stat2_box3_js .bd .ul2_text .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.station2_box3 .stat2_box3_js .bd .ul2_text .list .item {
  width: 11.5%;
  margin-right: 1.14%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 8px;
}

.station2_box3 .stat2_box3_js .bd .ul2_text .list .item:nth-child(8n) {
  margin-right: 0;
}

.station2_box3 .stat2_box3_js .bd .ul2_text .list .item img {
  margin-top: 10px;
}

.station2_box3 .stat2_box3_js .bd .ul2_text .list .item span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.station2_box3 .stat2_box3_js .bd .ul2_text .list .item p {
  font-size: 12px;
  color: #666;
  display: block;
  margin-top: 10px;
}

.station2_box3 .stat2_box3_js .bd .ul3_text {
  padding: 30px 25px;
}

.station2_box3 .stat2_box3_js .bd .ul3_text .list {
  height: 332px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.station2_box3 .stat2_box3_js .bd .ul3_text .list .item {
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 101px;
  background: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.station2_box3 .stat2_box3_js .bd .ul3_text .list .item:nth-child(4), .station2_box3 .stat2_box3_js .bd .ul3_text .list .item:nth-child(5) {
  height: 161px;
}

.station2_box3 .stat2_box3_js .bd .ul3_text .list .item img {
  margin: 0 25px;
}

.station2_box3 .stat2_box3_js .bd .ul3_text .list .item span {
  font-size: 18px;
  display: block;
}

.station2_box3 .stat2_box3_js .bd .ul4_text {
  padding: 30px 25px;
}

.station2_box3 .stat2_box3_js .bd .ul4_text .list {
  width: 100%;
  float: left;
}

.station2_box3 .stat2_box3_js .bd .ul4_text .list .item {
  width: 23%;
  margin-left: 2.66%;
  height: 281px;
  float: left;
  background: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.station2_box3 .stat2_box3_js .bd .ul4_text .list .item:first-child {
  margin-left: 0;
}

.station2_box3 .stat2_box3_js .bd .ul4_text .list .item img {
  margin: 45px 0 30px;
}

.station2_box3 .stat2_box3_js .bd .ul4_text .list .item p {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.station2_box4 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.station2_box4 .box {
  margin-top: 50px;
}

.station2_box4 .box li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.station2_box4 .box li .imgauto {
  width: 100%;
  height: 253px;
  padding: 8%;
}

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

.station2_box4 .box li:first-child {
  width: 49%;
  height: 779px;
}

.station2_box4 .box li:first-child .imgauto {
  padding: 15%;
  width: 100%;
  height: 779px;
  background: #e4e4e4;
}

.station2_box4 .box li:nth-child(2) {
  width: 49%;
  float: right;
  height: 779px;
  margin: 0;
}

.station2_box4 .box li:nth-child(2):hover img {
  transform: scale(1);
  transition: .5s;
}

.station2_box4 .box li:nth-child(2) .imgauto {
  width: 100%;
  height: 384.5px;
  padding: 10%;
}

.station2_box4 .box li:nth-child(2) .imgauto:first-child {
  background-color: #116813;
  margin-bottom: 10px;
}

.station2_box4 .box li:nth-child(2) .imgauto:first-child + .imgauto {
  background-color: #0078d7;
}

.station2_box4 .box li:nth-child(2) .imgauto:hover img {
  transform: scale(1.1);
  transition: .5s;
}

.station2_box4 .box li:nth-child(3) {
  background-color: #121c85;
  margin-top: 2%;
}

.station2_box4 .box li:nth-child(4) {
  background-color: #341d41;
  margin-top: 2%;
}

.station2_box4 .box li:nth-child(5) {
  background-color: #ff4040;
  margin-top: 2%;
  margin-right: 0;
}

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

.station2_box5 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f6fa;
}

.station2_box5 .box {
  margin-top: 50px;
}

.station2_box5 .box li {
  padding: 0;
  position: relative;
  margin-bottom: 80px;
}

.station2_box5 .box li i {
  background: none;
}

.station2_box5 .box li p {
  padding: 0 10%;
}

.station2_box5 .box li:before {
  top: 45px;
  border-width: 13px 0 13px 15px;
  border-color: transparent transparent transparent #ebebeb;
  z-index: 1;
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.station2_box5 .box li:after {
  top: 48px;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #f5f6fa;
  z-index: 2;
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.station2_box5 .box li:nth-child(4):before {
  margin-top: 27px;
  margin-left: -13px;
  left: 50%;
  top: 100%;
  transform: rotate(90deg);
}

.station2_box5 .box li:nth-child(4):after {
  margin-top: 28px;
  margin-left: -11.5px;
  left: 50%;
  top: 100%;
  transform: rotate(90deg);
}

.station2_box5 .box li:nth-child(5):before, .station2_box5 .box li:nth-child(6):before, .station2_box5 .box li:nth-child(7):before {
  transform: rotate(180deg);
  margin-left: -3.5px;
}

.station2_box5 .box li:nth-child(5):after, .station2_box5 .box li:nth-child(6):after, .station2_box5 .box li:nth-child(7):after {
  transform: rotate(180deg);
}

.station3_box1 {
  background: #f8f8fa;
  padding: 50px 0;
}

.station3_box1 .box {
  margin-top: 50px;
}

.station3_box1 .box .item {
  width: 30%;
  height: 434px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-top: 25px;
}

.station3_box1 .box .item h2 {
  font-size: 22px;
  height: 72px;
  line-height: 72px;
  font-weight: 400;
}

.station3_box1 .box .item .price {
  height: 76px;
  line-height: 76px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.station3_box1 .box .item .price span {
  font-size: 40px;
  color: #00a2e9;
}

.station3_box1 .box .item p {
  display: block;
  margin: 0 auto;
  width: 285px;
  border-bottom: 1px solid #ececec;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 42px;
}

.station3_box1 .box .item .btn_group {
  margin-top: 20px;
}

.station3_box1 .box .item .btn_group a {
  display: inline-block;
  margin: 2px;
  width: 110px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.station3_box1 .box .item .btn_group .btn1 {
  color: #fff;
  background-color: #00a2e9;
  transition: .2s;
}
.station3_box1 .box .item .btn_group .btn1:hover {
	opacity: .8;
}

.station3_box1 .box .item .btn_group .btn2 {
  color: #9c9c9c;
  background-color: #efefef;
  transition: .2s;
}

.station3_box1 .box .item .btn_group .btn2:hover {
  color: #fff;
  background-color: #00a2e9;
	
}

.station3_box1 .box .big {
  width: 36%;
  height: 484px;
  margin: 0 2%;
  border: 2px solid #00a2e9;
}

.station3_box1 .box .big h2 {
  background: #00a2e9;
  color: #fff;
  height: 84px;
  line-height: 84px;
}

.station3_box1 .box .big .price {
  height: 86px;
  line-height: 86px;
}

.station3_box2 {
  background: #fff;
}

.station3_box3 {
  background: #f8f8fa;
}

.station3_box4 {
  padding-top: 50px;
}

.case_box1 {
  background: #fff;
}

.case_box1 .box li {
  box-shadow: 5px 5px 18px rgba(0, 162, 233, .3);
}

.case_box1 .box li .pic {
  margin: 15px 0;
}

.case_box1 .box li .pic span {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
  line-height: 75px;
  background: #00a2e9;
  border-radius: 50%;
}

.case_box1 .box li .pic span img {
  vertical-align: middle;
  display: inline-block;
}

.case_box1 .box li .text span {
  padding-bottom: 15px;
  font-size: 18px;
  color: #00a2e9;
  display: block;
  text-align: center;
}

.case_box1 .box li .text p {
  text-align: left;
  font-size: 14px;
  color: #666;
  padding: 0 5%;
  line-height: 24px;
  min-height: 96px;
}

.case_box1 .box li .more a {
  width: 49%;
  margin-left: 2%;
  float: left;
  border: 1px solid #00a2e9;
  line-height: 40px;
  font-size: 14px;
  color: #00a2e9;
  border-radius: 2px;
  padding-left: 20px;
  text-align: center;
}

.case_box1 .box li .more a:first-child {
  margin-left: 0;
  background: url(../images/case_ic5.png) no-repeat 20px center;
}

.case_box1 .box li .more a:first-child + a {
  padding-left: 23px;
  background: url(../images/case_ic6.png) no-repeat 18px center;
}

.case_box1 .box li:hover .pic span {
  background: #fff;
}

.case_box1 .box li:hover .pic span img:first-child {
  display: none;
}

.case_box1 .box li:hover .pic span img:first-child + img {
  display: inline-block;
}

.case_box1 .box li:hover .text span {
  color: #fff;
}

.case_box1 .box li:hover .more a {
  background: #fff;
  border-color: #00a2e9;
}

.case_box1 .box li:hover .more a:first-child {
  margin-left: 0;
  background: url(../images/case_ic5.png) no-repeat 20px center #fff;
}

.case_box1 .box li:hover .more a:first-child + a {
  padding-left: 23px;
  background: url(../images/case_ic6.png) no-repeat 18px center #fff;
}

.case2_box1 .box li .text p {
  min-height: 72px;
  text-align: center;
}

.case2_box3 {
  padding: 80px 0;
  width: 100%;
}

.case2_box3 .box {
  margin-top: 60px;
}

.case2_box3 .box li {
  width: 16.66%;
  float: left;
  position: relative;
}

.case2_box3 .box li span {
  width: 130px;
  height: 130px;
  display: block;
  line-height: 130px;
  text-align: center;
  background: #f8f8fa;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 5px 5px 18px #ddd;
}

.case2_box3 .box li span img {
  display: inline-block;
  max-height: 100px;
  vertical-align: middle;
}

.case2_box3 .box li p {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.case2_box3 .box li:after {
  content: '';
  position: absolute;
  right: -11px;
  top: 50%;
  width: 22px;
  height: 5px;
  margin-top: -31px;
  z-index: 5;
  background: url(../images/3dian.png) no-repeat center;
}

.case2_box3 .box li:last-child:after {
  display: none;
}

.case2_box4 {
  background: #f5f6fa;
}

.case2_box4 .box {
  margin-top: 40px;
}

.case2_box4 .box li {
  background: #fff;
}

.case2_box4 .case2_box4_menu {
  margin-top: 50px;
  text-align: center;
}

.case2_box4 .case2_box4_menu a {
  width: 148px;
  height: 46px;
  padding-left: 40px;
  margin: 0 10px;
  display: inline-block;
  border: 1px solid #00a2e9;
  color: #00a2e9;
  outline: 0;
  line-height: 44px;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
}

.case2_box4 .case2_box4_menu a.case_btn1 {
  background: url(../images/case2_ic17.png) no-repeat 15px center #fff;
}

.case2_box4 .case2_box4_menu a.case_btn2 {
  background: url(../images/case2_ic18.png) no-repeat 15px center #fff;
}

.case2_box4 .case2_box4_menu a.case_btn3 {
  background: url(../images/case2_ic19.png) no-repeat 15px center #fff;
}

.case2_box4 .case2_box4_menu a:hover.case_btn1 {
  background: url(../images/case2_ic17h.png) no-repeat 15px center #00a2e9;
  color: #fff;
}

.case2_box4 .case2_box4_menu a:hover.case_btn2 {
  background: url(../images/case2_ic18h.png) no-repeat 15px center #00a2e9;
  color: #fff;
}

.case2_box4 .case2_box4_menu a:hover.case_btn3 {
  background: url(../images/case2_ic19h.png) no-repeat 15px center #00a2e9;
  color: #fff;
}

.case2_box4 .case2_box4_menu a.on.case_btn1 {
  background: url(../images/case2_ic17h.png) no-repeat 15px center #00a2e9;
  color: #fff;
}

.case2_box4 .case2_box4_menu a.on.case_btn2 {
  background: url(../images/case2_ic18h.png) no-repeat 15px center #00a2e9;
  color: #fff;
}

.case2_box4 .case2_box4_menu a.on.case_btn3 {
  background: url(../images/case2_ic19h.png) no-repeat 15px center #00a2e9;
  color: #fff;
}

.xiazai_box {
  margin-top: 0;
}

.xiazai_box ul {
  margin-top: 0;
}

.xiazai_box ul li .box .fl {
  padding-left: 0;
}

.xiazai_box ul li .box .fl .win_more a {
  width: 49%;
  float: left;
  margin-left: 2%;
  font-size: 12px;
  color: #636689;
  padding: 0 5%;
}

.xiazai_box ul li .box .fl .win_more a em {
  float: left;
  font-style: normal;
  padding-left: 20px;
  background: url(../images/win.png) no-repeat left center;
}

.xiazai_box ul li .box .fl .win_more a i {
  font-style: normal;
  float: right;
}

.xiazai_box ul li .box .fl .win_more a:first-child {
  margin-left: 0;
}

.xiazai_box ul li .box .fl .win_more a:hover {
  color: #fff;
}

.xiazai_box ul li .box .fl .win_more a:hover em {
  background: url(../images/winh.png) no-repeat left center;
}

.xiazai_box ul li:nth-child(2n) {
  padding-left: 2%;
}

.pro_box {
  padding: 35px 0;
}

.pro_box .city_box3 {
  margin-top: 0;
}

.pro_box .city_box3 .mi_case_list {
  margin-top: 0;
}

.pro_screen {
  padding: 20px 50px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  width: 100%;
  margin-bottom: 20px;
}

.pro_screen ul {
  margin-top: 10px;
}

.pro_screen ul li {
  margin: 0 8px;
  float: left;
}

.pro_screen ul li span {
  display: block;
  color: #aaa;
  padding: 7.5px 19px;
}

.pro_screen ul li a {
  color: #aaa;
  padding: 6px 16px;
  display: block;
}

.pro_screen ul li a.active {
  color: #fff;
  background-color: #00a2e9;
}

.pro_screen ul li a.active:hover {
  color: #fff;
  background-color: #00a2e9;
}

.pro_screen ul li a:hover {
  color: #fff;
  background-color: #00a2e9;
}

.flex_between {
  width: 100%;
  padding: 30px 0;
}

.flex_between .text {
  color: #333;
  float: left;
  margin-top: 4px;
}

.flex_between .text a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}

.flex_between .text a:hover {
  color: #fff;
  background-color: #00a2e9;
}

.flex_between .text a.active {
  color: #fff;
  background-color: #00a2e9;
}

.flex_between .search {
  position: relative;
  padding-right: 78px;
  float: right;
}

.flex_between .search input[type="text"] {
  width: 182px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  border-right: 0;
  float: left;
  padding: 0 10px;
  outline: 0;
}

.flex_between .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  outline: 0;
  border: none;
  background-color: #00a2e9;
  transition: .2s;
}

.show_pro_box {
  background: #f5f6fa;
  padding-bottom: 50px;
}

.show_pro_box .wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.show_pro_box .station2_box5 {
  background: none;
  padding: 0;
}

.show_pro_text1 {
  padding: 50px;
}

.show_pro_text1 .info {
  width: 39%;
  float: left;
}

.show_pro_text1 .info .spro_title {
  margin-bottom: 10px;
}

.show_pro_text1 .info .spro_title span {
  float: left;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  background: #00a2e9;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}

.show_pro_text1 .info .spro_title p {
  font-size: 22px;
  line-height: 32px;
  float: left;
}

.show_pro_text1 .info .money {
  line-height: 40px;
  margin-bottom: 10px;
}

.show_pro_text1 .info .money span {
  font-size: 20px;
  color: #ff4146;
  float: left;
}

.show_pro_text1 .info .money img {
  float: left;
  margin: 9px 10px 0 25px;
}

.show_pro_text1 .info .money p {
  font-size: 14px;
  color: #ff4146;
  float: left;
  line-height: 37px;
  margin-top: 3px;
}

.show_pro_text1 .info ul {
  border-top: 1px solid #dcdbd9;
  padding: 15px 0;
  line-height: 36px;
}

.show_pro_text1 .info ul li {
  font-size: 14px;
  display: block;
}

.show_pro_text1 .info .more a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.show_pro_text1 .info .more .buy {
  background: #ff4146;
}

.show_pro_text1 .info .more .buy:hover {
  background-color: #ff7478;
}

.show_pro_text1 .info .more .see {
  background: #00a2e9;
  padding-left: 40px;
  position: relative;
}

.show_pro_text1 .info .more .see:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #018dcb url(../images/diannao.png) no-repeat 50%;
  transition: .2s;
}

.show_pro_text1 .info .more .see:hover {
  background-color: #1dbaff;
}

.show_pro_text1 .pic {
  /*width: 44.5%;
  float: right;
  height: 382px;
  border: 1px solid #e2e2e2;
  overflow: hidden;*/
}

.show_pro_text1 .pic img {
  width: 100%;
  position: relative;
}

.currson {
  padding: 20px 0;
}

.currson .text {
  font-size: 14px;
}

.currson .text a:hover {
  color: #00a2e9;
}

.show_pro_text2 {
  padding-top: 20px;
}

.show_pro_text2 .station2_box5 {
  padding: 0;
  background: none;
}

.show_pro_text2 .station2_box5 .box {
  padding: 0;
  margin-top: 10px;
  padding-top: 50px;
}

.show_pro_text2 .station2_box5 .box li img {
  max-width: 116px;
}

.show_pro_text2 .station2_box5 .box li:before {
  width: 43px;
  height: 29px;
  right: 0;
  margin-left: -21px;
  border: none;
  background: url(../images/pro_ri.png) no-repeat center;
}

.show_pro_text2 .station2_box5 .box li:after {
  display: none;
}

.show_pro_text2 .station2_box5 .box li:last-child:before {
  display: none;
}

.show_pro_text3 {
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
}

.show_pro_text3 .station2_box5 .box_tit {
  
}

.show_pro_text3 .station2_box5 .box {
  
  padding-top: 50px;
  margin-top: 0;
}

.show_pro_text3 .station2_box5 .box li {
  margin-bottom: 0;
}

.show_pro_text3 .station2_box5 .box li img {
  max-width: 116px;
}

.show_pro_text3 .station2_box5 .box li:before {
  display: none;
}

.show_pro_text3 .station2_box5 .box li:after {
  display: none;
}

.show_pro_text4 {
  padding-top: 20px;
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.show_pro_text4 .station2_box5 .box_tit {
  
}

.show_pro_text4 .station2_box5 .box {
  
  padding-top: 50px;
  margin-top: 0;
}

.show_pro_text4 .station2_box5 .box li {
  margin-bottom: 0;
}

.show_pro_text4 .station2_box5 .box li img {
  max-width: 116px;
}

.show_pro_text4 .station2_box5 .box li:before {
  display: none;
}

.show_pro_text4 .station2_box5 .box li:after {
  display: none;
}

.show_pro_text5 {
  padding: 70px 50px;
}

.show_pro_text5 .text {
  margin-top: 50px;
  padding: 30px;
  /*border: 1px solid #ddd;*/
}

.show_pro_text5 .text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 14px;
  text-align: justify;
}

.show_pro_text6 {
  padding: 0 50px;
}

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

.show_pro_text6 table tr {
  border: 1px solid #eee;
  width: 100%;
}

.show_pro_text6 table tr td {
  border: 1px solid #eee;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}

.show_pro_text6 table tr td[rowspan] {
  background: #fff;
}

.show_pro_text6 table tr:nth-child(2n) {
  background: #f9f9f9;
}

.show_pro_text6 table tr.c_red {
  color: red;
}

.show_pro_text7 {
  padding: 0 50px;
  margin-top: 60px;
}

.show_pro_text7 .list {
  margin-top: 50px;
}

.show_pro_text7 .list li {
  margin: 10px 0 25px 0;
}

.show_pro_text7 .list li span {
  padding-left: 35px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #066666;
  display: block;
  font-size: 14px;
  line-height: 28px;
}

.show_pro_text7 .list li span:before {
  content: "问";
  background: #00a2e9;
  border: #00a2e9;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 2px;
}

.show_pro_text7 .list li .text {
  position: relative;
  padding-left: 35px;
}

.show_pro_text7 .list li .text p {
  font-size: 14px;
  line-height: 30px;
}

.show_pro_text7 .list li .text:before {
  content: "答";
  border: #d71f06;
  color: #d71f06;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 2px;
}

.join_banner .text a {
  border-radius: 0;
  background: #fff;
  color: #00a2e9;
}

.join_banner .text a:hover {
  background: #00a2e9;
  color: #fff;
  border-color: #00a2e9;
}

.join_box1 {
  padding: 50px 0;
  overflow: hidden;
}

.join_box1 .box {
  margin-top: 50px;
  padding: 0 13%;
}

.join_box1 .box video {
  width: 100%;
  max-width: 100%;
  display: block;
}

.join_box2 {
  padding: 20px 0 50px;
  width: 100%;
  overflow: hidden;
}

.join_box2 .box {
  margin-top: 60px;
}

.join_box2 .box li {
  width: 32%;
  float: left;
  padding-top: 30px;
  margin-right: 2%;
  position: relative;
  background: #fff;
  margin-bottom: 2%;
  border: 1px solid #ddd;
}

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

.join_box2 .box li .pic {
  line-height: 100px;
  text-align: center;
}

.join_box2 .box li .pic img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  transform: rotate(0turn);
  transition: .8s;
}

.join_box2 .box li span {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 40px;
  padding-bottom: 10px;
  margin-top: 30px;
}

.join_box2 .box li .text {
  margin-top: 10px;
  min-height: 140px;
  padding: 0 10%;
}

.join_box2 .box li .text p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.join_box2 .box li:hover {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, .26);
}

.join_box2 .box li:hover img {
  transform: rotate(1turn);
  transition: .8s;
}

.join_box3 {
  background: #f8f8fa;
  padding: 50px 0;
  width: 100%;
}

.join_box3 .box {
  margin-top: 50px;
  height: 534px;
  background: url(../images/join1.jpg) no-repeat 50%;
  padding-left: 570px;
  padding-top: 95px;
  overflow: hidden;
}

.join_box3 .box .text p {
  font-size: 16px;
  position: relative;
  margin-bottom: 60px;
}

.join_box3 .box .text p i {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #00a2e9;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -50px;
  font-style: normal;
}

.join_box4 {
  padding: 50px 0;
}

.join_box4 .box {
  margin-top: 50px;
}

.join_box4 .box li {
  width: 23%;
  float: left;
  border: 1px solid #ddd;
  margin-right: 2.66%;
  padding: 50px 0;
}

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

.join_box4 .box li img {
  display: block;
  margin: 0 auto;
}

.join_box4 .box li span {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.join_box4 .box li p {
  font-size: 14px;
  text-align: center;
}

.join_box6 {
  padding: 50px 0;
}

.join_box6 .box {
  margin-top: 50px;
}

.join_box6 .box ul {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.join_box6 .box ul li {
  width: 100%;
  float: left;
  background: #fff;
}

.join_box6 .box ul li span {
  font-size: 16px;
  width: 17%;
  float: left;
  text-align: center;
  line-height: 52px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.join_box6 .box ul li span:nth-of-type(2) {
  width: 49%;
  text-align: left;
  padding: 0 2%;
}

.join_box6 .box ul li:nth-child(2n) {
  background: #f2f2f2;
}

.join_box7 {
  padding: 50px 0;
}

.join_box7 .box {
  margin-top: 50px;
}

.join_box7 .box img {
  display: block;
}

.join_box7 .box a {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #00a2e9;
  transition: .2s;
  margin: 40px auto 0;
  font-size: 20px;
}

.fix_menu {
  width: 130px;
  background: #fff;
  position: fixed;
  right: 5%;
  top: 50%;
  margin-top: -144px;
  z-index: 99;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, .26);
}

.fix_menu .text {
  padding: 0 2%;
}

.fix_menu .text a {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 48px;
  border-bottom: 1px dashed #ddd;
  outline: 0;
}

.fix_menu .text a:last-child {
  border: none;
}

.fix_menu .text a.on {
  color: #00a2e9;
}

.tx_search {
  padding: 0 80px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1091px;
}

.tx_search input {
  border: none;
  outline: 0;
}

.tx_search form {
  position: relative;
}

.tx_search .inp1 {
  width: 100%;
  background: #fff;
  line-height: 50px;
  padding-left: 50px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
}

.tx_search .inp2 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sea.png) no-repeat center;
}

.tx_search p {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 100%;
}

.tx_search p span {
  float: left;
  padding-right: 5px;
}

.tx_search p a {
  float: left;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
  outline: 0;
}

.tx_search p a:last-child {
  border: none;
}

.search_box {
  background: #f8f8fa;
  padding: 50px 0;
  width: 100%;
}

.search_box .box {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.search_box .box li {
  width: 48%;
  float: left;
  background: #fff;
  padding: 20px;
  margin-right: 4%;
  margin-bottom: 4%;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, .06);
}

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

.search_box .box li span {
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
}

.search_box .box li span a {
  float: left;
}

.search_box .box li span a:first-child {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 2px solid #333;
}
.search_box .box li span a:first-child +a {
	max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search_box .box li p {
  font-size: 16px;
  line-height: 28px;
  height: 84px;
  color: #666;
  overflow: hidden;
}

.search_box .box li i {
  font-style: normal;
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}

.search_box .box li:hover {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, .26);
}

.search_box .box li:hover span {
  color: #00a2e9;
}

.search_box .box li:hover span a:first-child {
  border-color: #00a2e9;
}

.page_box {
  padding: 40px 0;
  background: #f8f8fa;
}

.page_box .box .fl {
  width: 20%;
}

.page_box .box .fr {
  width: 78%;
}

.page_box .box .fr .currson {
  background: #fff;
  padding-left: 20px;
  border: 1px solid #eee;
}

.page_menu h3 {
  line-height: 60px;
  font-weight: normal;
  background: #00a2e9;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  padding-left: 40px;
}

.page_menu li a {
  outline: 0;
  line-height: 48px;
  width: 100%;
  float: left;
  margin-top: 10px;
  background: #fff;
  padding-left: 40px;
  display: block;
  border-left: 3px solid #fff;
  font-size: 14px;
}

.page_menu li:hover a {
  border-color: #00a2e9;
  color: #00a2e9;
  font-weight: bold;
}

.page_menu li.on a {
  border-color: #00a2e9;
  color: #00a2e9;
  font-weight: bold;
}

.page_content {
  background: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}

.his_content {
  background: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}

.his_content ul {
  position: relative;
}

.his_content ul li {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 100px;
  padding-bottom: 30px;
}

.his_content ul li .year {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #00a2e9;
  line-height: 30px;
}

.his_content ul li .text {
  padding-left: 20px;
  width: 100%;
}

.his_content ul li .text span {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #f60;
  padding-bottom: 5px;
  position: relative;
}

.his_content ul li .text span:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 15px;
  width: 15px;
  height: 1px;
  background: #ddd;
}

.his_content ul li .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}

.his_content ul li:after {
  content: '';
  position: absolute;
  left: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  z-index: 1;
}

.his_content ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 75.2px;
  top: 10px;
  background: #ddd;
  background: url(../images/ic_yuan.png) no-repeat center;
  z-index: 2;
}

.page_piclist {
  padding: 10px 0;
}

.page_piclist figure {
  width: 32%;
  margin: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  background: #fff;
  box-shadow: 5px 5px 18px rgba(0, 162, 233, .05);
}

.page_piclist figure .imgauto {
  width: 100%;
  height: 220px;
  background: #fff;
  padding: 15px;
}

.page_piclist figure span {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-top: 1px dashed #eee;
}

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

.pay_content {
  margin: 10px 0;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
}

.pay_content strong {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #FC7878;
}

.pay_content ul {
  margin-bottom: 20px;
}

.pay_content ul li {
  width: 100%;
  float: left;
  padding: 0 2%;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.pay_content ul li p {
  float: left;
}

.pay_content ul li p img {
  display: block;
  max-width: 80%;
}

.pay_content ul li p i {
  font-style: normal;
  display: block;
  font-size: 14px;
  margin: 3px 0;
}

.pay_content ul li p span {
  display: block;
  position: relative;
}

.pay_content ul li p span em {
  color: #FC7878;
}

.pay_content ul li p span img {
  position: absolute;
  top: -255px;
  left: 0;
  z-index: 5;
  width: 230px;
  height: 255px;
  max-width: 230px;
  display: none;
  padding: 5px;
  background: #fff;
  box-shadow: 5px 5px 18px rgba(0, 162, 233, .1);
}

.pay_content ul li p span:hover img {
  display: block;
}

.pay_content ul li p:first-child {
  width: 25%;
}

.pay_content ul li p:first-child + p {
  width: 50%;
}

.pay_content ul li p:last-child {
  width: 25%;
}

.pay_content ul li:first-child {
  background: #f8f8fa;
  line-height: 40px;
}

.page_caselist .mark2_box4 {
  padding: 0;
  padding-bottom: 30px;
}

.newlist_box {
  padding: 40px 0;
  background: #f8f8fa;
}

.newlist_box .box .fl {
  width: 68%;
}

.newlist_box .box .fr {
  width: 30%;
  background: #fff;
}

.newlist_box .box .fr .fr_wrap {
  padding: 25px;
}

.new2_list li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  background: #fff;
}

.new2_list li .pic {
  width: 31%;
  float: left;
  position: relative;
  overflow: hidden;
}

.new2_list li .pic img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: .5s;
}

.new2_list li .pic i {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, .6);
  font-style: normal;
}

.new2_list li .pic i:hover {
  background: #00a2e9;
}

.new2_list li .text {
  float: left;
  width: 69%;
  padding-left: 15px;
}

.new2_list li .text a {
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
}

.new2_list li .text p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
  text-align: justify;
}

.new2_list li .text .time {
  width: 100%;
  margin-top: 15px;
}

.new2_list li .text .time span {
  float: left;
  width: 33.33%;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.new2_list li .text .time span.ly img {
  float: left;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.new2_list li .text .time span.sj {
  text-align: center;
}

.new2_list li .text .time span.sj img {
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.new2_list li .text .time span.eye {
  text-align: right;
}

.new2_list li .text .time span.eye img {
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.new2_list li:hover .pic img {
  transform: scale(1.15);
  transition: .5s;
}

.new2_list li:hover .text a {
  color: #00a2e9;
}

.fr_sea {
  position: relative;
  padding-left: 45px;
}

.fr_sea span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}

.fr_sea input {
  border: none;
  outline: 0;
}

.fr_sea .inp1 {
  width: 100%;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 12px;
  padding-right: 40px;
}

.fr_sea .inp2 {
  width: 40px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/sea.png) no-repeat center;
  background-size: 15px;
}

.fr_tag {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 20px 0;
  padding: 20px 0;
}

.fr_tag span {
  font-size: 16px;
  display: block;
  line-height: 100%;
  padding-left: 10px;
  border-left: 3px solid #00a2e9;
}

.fr_tag ul {
  margin-top: 5px;
}

.fr_tag ul li {
  float: left;
}

.fr_tag ul li a {
  background: #f5f6fa;
  border: 1px solid #dedede;
  padding: 0 15px;
  line-height: 32px;
  float: left;
  border-radius: 20px;
  margin-right: 18px;
  margin-top: 10px;
  font-size: 12px;
  outline: 0;
}

.fr_hotnew li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.fr_hotnew li .top_pic {
  position: relative;
}

.fr_hotnew li .top_pic img {
  width: 100%;
}

.fr_hotnew li .top_pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
}

.fr_hotnew li .top_pic em {
  font-style: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .6);
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fr_hotnew li .pic {
  width: 45%;
  float: left;
  position: relative;
}

.fr_hotnew li .pic img {
  width: 100%;
}

.fr_hotnew li .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
}

.fr_hotnew li .text {
  width: 55%;
  float: left;
  padding-left: 12px;
}

.fr_hotnew li .text a {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  display: block;
  overflow: hidden;
}

.fr_hotnew li .text p {
  position: absolute;
  bottom: 20px;
  left: 45%;
  width: 55%;
  padding-left: 12px;
}

.fr_hotnew li .text p span {
  float: left;
  font-size: 13px;
}

.fr_hotnew li .text p span:last-child {
  float: right;
}

.fr_hotnew li:first-child {
  border: none;
  padding-bottom: 0;
}

.fr_hotnew li:last-child {
  border: none;
  margin-bottom: 0;
}

.content_tit h4 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 100%;
}

.content_tit p {
  margin-top: 20px;
}

.content_tit p span {
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}

.content_tit p span:first-child {
  padding-left: 0;
}

.content_content {
  margin-top: 20px;
}

.content_content p {
  font-size: 14px;
  margin-bottom: 14px;
  color: #333;
  line-height: 28px;
  text-align: justify;
}

.content_content iframe {
  width: 100%;
}

.content_content video {
  width: 100%;
}

.content_content img {
  max-width: 100%;
  margin: 0 auto;
}

.fr_desc {
  width: 100%;
  border-bottom: 20px solid #f8f8fa;
}

.fr_desc .pic p img {
  width: 100%;
}

.fr_desc .pic span img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-top: -37px;
}

.fr_desc .text {
  padding: 0 20px;
}

.fr_desc .text span {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.fr_desc .text span i {
  font-style: normal;
  color: #333;
  padding-right: 10px;
}

.fr_desc .text span em {
  width: 46px;
  height: 22px;
  background: url(../images/rwbg2.png) no-repeat center;
  background-size: 100%;
  color: #fff;
  display: inline-block;
}

.fr_desc .text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.fr_desc .list {
  padding: 20px;
}

.fr_desc .list span {
  font-size: 16px;
  display: block;
  line-height: 100%;
  padding-left: 10px;
  border-left: 3px solid #00a2e9;
  margin-bottom: 10px;
}

.fr_desc .list li a {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 3px;
}

.content_btn {
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.content_btn .tac {
  text-align: center;
}

.content_btn .tac button {
  width: 168px;
  height: 48px;
  line-height: 48px;
  text-align: left;
  padding-left: 68px;
  background: #ff5e52 url(../images/like.png) no-repeat 35px;
  transition: opacity .3s;
  border: 0;
  border-radius: 24px;
  color: #fff;
  position: relative;
  opacity: 1;
  outline: 0;
}

.content_btn .tac button:hover {
  opacity: .8;
}

.content_btn .show_pages {
  margin-top: 40px;
}

.content_btn .show_pages p {
  float: left;
  font-size: 14px;
  width: 50%;
  text-align: left;
}

.content_btn .show_pages p:last-child {
  float: right;
  text-align: right;
}

.content_btn .show_pages p:hover {
  color: #00a2e9;
}

.case3_box1 {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.case3_box2 {
  padding: 50px 0;
  background: #f8f8fa;
}

.case3_box2 .box li span {
  padding-bottom: 5px;
}

.case3_box2 .box li p {
  margin-top: 8px;
}

.case3_box2 .box li:hover span {
  color: #00a2e9;
}

.case3_box3 {
  padding: 50px 0;
}

.case3_box3 .box li {
  padding-top: 15px;
  border: none;
}

.case3_box3 .box li span {
  margin-top: 15px;
  padding-bottom: 0;
}

.case3_box3 .box li .text {
  min-height: 112px;
}

.case3_box4 {
  padding: 50px 0;
  background: #f8f8fa;
}

.case3_box4 .text {
  margin-top: 50px;
  padding-left: 20%;
}

.case3_box4 .text p {
  font-size: 18px;
  color: #666;
  line-height: 180%;
  padding-left: 35px;
  margin-top: 10px;
  background: url(../images/gou2.png) no-repeat left 6px;
}

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

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





  .vip-funcs {
    text-align: center;
    background: #f8f8f8;
  }

  .vip-funcs .funcs-desc {
    color: #333;
    margin-top: 20px;
  }
  .vip-funcs .vip-table {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    background-color: #fff;
  }

  .vip-funcs .vip-table tr td {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 20px;
    width: 190px;
  }

  .vip-funcs .vip-table .firstColumn {
    width: 70px !important;
  }
  .vip-funcs .vip-table .f20 {
  	font-size: 16px;
  }

  .vip-funcs .vip-table .w120 {
    width: 120px !important;
  }

  .vip-funcs .vip-table .vertical-mode {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .vip-funcs .vip-table .vip-btn .is-disabled {
    opacity: 0.5;
  }

  .vip-funcs .vip-btn:nth-child(2) button {
    color: #fff;
    background: linear-gradient(110deg, #2bbe67, #33d28a);
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(2) button:hover {
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(3) button {
    color: #fff;
    background: linear-gradient(110deg, #4f80f8, #22abf9);
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(3) button:hover {
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(4) button {
    color: #fff;
    background: linear-gradient(110deg, #f2bb22, #ffba4c);
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(4) button:hover {
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(5) button {
    color: #fff;
    background: linear-gradient(110deg, #b2c9ed, #89a3cb);
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(5) button:hover {
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(6) button {
    color: #fff;
    background: linear-gradient(94deg, #f5e4c0, #d4ad6d);
    border: none;
  }

  .vip-funcs .vip-btn:nth-child(6) button:hover {
    border: none;
  }

  .vip-title {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .vip-title .vip-version {
    position: absolute;
    top: 40px;
    right: 30%;
  }

  .vip-title .vip-feature {
    position: absolute;
    bottom: 40px;
    left: 30%;
  }

  .vip-title .divide-line {
    width: 180px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    padding: 0;
  }


.price_main {
    padding: 50px 0;
    background: #f8f8fa;
}

.vip-funcs .vip-table {
    margin-bottom: 20px;
}
.zz-button+.zz-button {
margin-left: 10px;
}
.zz-button {
display: inline-block !important;
}

.zz-button--default {
border: 1px solid #dcdfe6;
}

.zz-button--text {
background: 0 0;
padding-left: 0;
padding-right: 0;
}

.zz-button.is-round {
    border-radius: 20px;
    padding: 8px 23px;
    margin-top: 5px;
    outline: 0;
}

.text-success {
color: #27c24c;
}

.text-error {
color: #D50000 !important;
}

.zz-button--text {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.vip-funcs .vip-table tr td span img {
    height: 24px;
    margin: 0 auto;
}


.vip-funcs .vip-table td {
	position: relative;
}
.vip-funcs .vip-table tr td:first-child:hover .tip {
  display: block;
}

.vip-funcs .vip-table tr .tip {
  position: absolute;
  z-index: 8;
  width: 300px;
  background: url(../images/tips.gif) no-repeat 0 bottom;
  overflow: hidden;
  left: 80%;
  top: 27px;
  display: none;
}

.vip-funcs .vip-table tr .tip p {
  padding: 8px 10px 8px 36px;
  background: url(../images/tip.gif) no-repeat left top;
  line-height: 22px;
  text-align: left;
  font-size: 12px;
}

#sass_price .vip-title .divide-line {
	left: 95px;
}

#m_saas_price .mtable_r {
	width: 100%;
}
#m_saas_price .mtable_r span {
	width: 50%;
}
#m_saas_price .mtable_t li {
	width: 50%;
}
#m_saas_price .mtable_t {
	width: 67%;
}
.text-muted {
    color: #999;
    margin-top: 10px;
    line-height: 22px;
    min-height: 44px;
}

.wenzi span {
	font-size: 20px;
	text-align: center;
	display: block;
	line-height: 40px;
	padding-bottom: 20px;
}
.price_question {
	background: #fff;
}

.mark2_box5_list tr {
	background: #f5f6fa;
}
.mark2_box5_list tr:nth-child(2n) {
	background: #fff;
}
.mark2_box5_list {
	overflow: hidden;
}
.mark2_box5_list ul {
	display: none;
}

.zq_price .vip-title .vip-feature {
	left: 15%;
}

.price4 .vip-title .divide-line {
	left: 30px;
}
.price4 .vip-title .vip-feature {
	left: 15%;
}

.huad {
	text-decoration: line-through;
}

.new2_list li.havpic {}
.new2_list li.havpic .text .time {
	bottom: 25px;
}
.new2_list li.nopic {}

.new2_list li.nopic .text {
	padding-left: 0;
	width: 100%;
}
.new2_list li.nopic .text .time {
	padding-left: 0;
	position: relative;
	left: 0;
	margin-top: 15px;
}


.new3_main .newlist_box {
	background: #fff;
}
.new3_list {
	padding: 25px 10px;
}
.new3_list li {
  position: relative;
  padding-left: 100px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
  min-height: 80px;
}
.new3_list li .li_time {
  width: 85px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
}
.new3_list li .li_time span {
  font-size: 30px;
  line-height: 50px;
  color: #666;
  display: block;
  text-align: center;
}
.new3_list li .li_time p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: block;
  text-align: center;
}
.new3_list li .text {
  width: 100%:;
}
.new3_list li .text a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.new3_list li .text p {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 24px;
    min-height: 48px;
}
.fr_hotnew3 {
	padding-top: 15px;
}
.fr_hotnew3 li {
    margin-bottom: 20px;
}
.fr_hotnew3 a {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 24px;
}
.fr_hotnew3 span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 8px;
}
.fr_hotnew3 h3 {
	font-size: 20px;
    color: #666;
    line-height: 160%;
    display: block;
    font-weight: 700;
    padding-bottom: 8px;
}



.newlist3_box .box .fl {
	width: 100%;
}
.mi_page_banner .text p em {
	font-size: 14px;
	margin:0 5px;
}
.mi_page_banner .text.art_conttit span {
	font-size: 28px;
}

.xg_newlist {
	margin-top: 30px;
	padding-bottom: 20px;
}
.xg_newlist h4 {
	font-size: 24px;
	color: #00a2e9;
	display: block;
}
.xg_newlist li {
	width: 100%;
	float: left;
	line-height: 42px;
	border-bottom: 1px dashed #ddd;
}
.xg_newlist li a {
	max-width: 60%;
	float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.xg_newlist li span {
	float: right;
	font-size: 14px;
}

.pages {
    text-align: center;
    margin: 25px 0 50px;
}
.pages .pagination {
	padding: 0;
	height: auto;
}
.pages .pagination a, .pages .pagination p {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 21px;
    min-width: 1.5em;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 14.5px;
    border-color: #e3e3e3;
    margin-left: 8px;
    border-radius: 5px;
    color: #333;
    transition: color .2s;
    background-color: transparent;
    transition: background-color .2s;
    margin: 0 0 0 8px;
}
.pages .pagination p {
	display: none;
}
.pages .current, .pages a:hover, .pages span:hover {
    color: #fff;
    background-color: #00a2e9;
}

.new_mneu {}
.new_mneu .n_fl {
	float: left;
}
.new_mneu .n_fl a {
	float: left;
    margin-right: 5px;
    padding-left: 38px;
    padding-right: 38px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
    background: #fff;
    transition: all 0.3s;
}
.new_mneu .n_fl a:hover {
	background: #00a2e9;
	color: #fff;
}
.new_mneu .n_fl a.on {
	background: #00a2e9;
	color: #fff;
}
.new_mneu .n_fr {
	float: right;
	position: relative;
}
.new_mneu .n_fr input {
	outline: 0;
	border: none;
}
.new_mneu .n_fr .inp1 {
	border: 0;
    height: 50px;
    text-indent: 20px;
    background: #fff;
    color: #999999;
    width: 276px;
    font-size: 14px;
}
.new_mneu .n_fr .inp2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/seab.png) no-repeat center #00a2e9;
	background-size: 20px;
}
.art3_list {}
.art3_list li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.art3_list li .text {}
.art3_list li .text a {
	color: #000000;
    font-size: 18px;
    display: block;
    line-height: 48px;
    font-weight: normal;
    transition: all 0.3s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.art3_list li .text p {
	font-size: 15px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s;
    text-align: justify;
}
.art3_list li .text i {
	overflow: hidden;
    height: 22px;
    line-height: 22px;
    color: #999;
    margin-top: 10px;
    font-style: normal;
    display: block;
}
.art3_list li .li_time {
	position: relative;
	margin-top: 16px;
    padding-top: 16px;
    transition: all 0.3s;
}
.art3_list li .li_time::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f5f5f5;
}
.art3_list li .li_time span {
	display: block;
    color: #666;
    font-size: 32px;
    line-height: 40px;
    transition: all 0.3s;
    margin-bottom: 2px;
}
.art3_list li .li_time p {
	font-size: 14px;
    color: #666;
    line-height: 22px;
}
.art3_list li .li_time a {
	position: absolute;
	right: 0;
	top: 20px;
	width: 48px;
	height: 48px;
}
.art3_list li .li_time a img {
	height: 28px;
	margin: 0 auto;
	margin-top: 15px;
}


.art3_list li:nth-child(3n) {
	margin-right: 0;
}
.art3_list li:hover{
	box-shadow: 0 5px 25px rgba(0,0,0,.15);
	top: -10px;
	transition: all 0.3s;
}
.art3_list li:hover .text a {
	color: #00a2e9;
	transition: all 0.3s;
}
.art3_list li:hover .li_time::after {
	background: #00a2e9;
	transition: all 0.3s;
}


.shuju_box {
  background: url(../images/shuju0.jpg) no-repeat top center #15175e;
}

.shuju_tit {
  padding-top: 10px;
}

.shuju_tit img {
  margin: 0 auto;
}

.sj_text1 {
  padding: 30px 0;
  margin-top: 30px;
  background: url(../images/shuju2.png) no-repeat top left;
  background-size: 100% 100%;
}

.sj_text1 li {
  width: 25%;
  float: left;
}

.sj_text1 li span {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
}

.sj_text1 li p {
  font-size: 26px;
  color: #0cd4f2;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 6px;
}

.sj_text2 {
  margin-top: 30px;
  background: url(../images/sjbg.png) no-repeat top left;
  background-size: 100% 100%;
  padding-top: 5px;
  padding-bottom: 40px;
}

.sj_text2 .sj_tit {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: url(../images/sjtit.png) no-repeat top center;
  margin: 0 auto;
}

.sj_text2 .list {
  padding: 0 10%;
  margin-top: 30px;
}

.sj_text2 .list li {
  position: relative;
  padding-left: 180px;
  padding-right: 120px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-top: 13px;
  margin-bottom: 10px;
}

.sj_text2 .list li i {
  width: 27px;
  height: 27px;
  background: #0389fb;
  display: block;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 6.5px;
}

.sj_text2 .list li span {
  font-size: 16px;
  color: #3ba4fe;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 130px;
  text-align: right;
}

.sj_text2 .list li .bg_t {
  width: 100%;
  height: 14px;
  border-radius: 20px;
  background: #074d9c;
  position: relative;
}

.sj_text2 .list li .bg_t em {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 13px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #2e7bed, #0cd4f2);
}

.sj_text2 .list li p {
  font-size: 16px;
  display: block;
  color: #0cd4f2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: left;
}

.sj_text2 .list li:first-child i {
  background: url(../images/shuju3.png) no-repeat center;
}

.sj_text2 .list li:first-child + li i {
  background: url(../images/shuju4.png) no-repeat center;
}

.sj_text2 .list li:first-child + li + li i {
  background: url(../images/shuju5.png) no-repeat center;
}

.sj_text2 .gx_time p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.sj_text3 {
  margin-top: 30px;
  background: url(../images/sjbg.png) no-repeat top left;
  background-size: 100% 100%;
  padding-top: 5px;
  padding-bottom: 40px;
}

.sj_text3 .sj_tit {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: url(../images/sjtit.png) no-repeat top center;
  margin: 0 auto;
}

.sj_text3 .list {
  margin-top: 30px;
  padding: 0 5%;
}

.sj_text3 .list iframe {
  width: 100%;
}

.sj_text3 .text {
  padding-top: 30px;
  text-align: center;
}

.sj_text3 .text p {
  display: inline-block;
  margin: 0 5px;
}

.sj_text3 .text p img {
  display: inline-block;
}

.sj_text3 .text p span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.sj_text4 {
  margin-top: 30px;
  background: url(../images/sjbg.png) no-repeat top left;
  background-size: 100% 100%;
  padding-top: 5px;
  padding-bottom: 40px;
}

.sj_text4 .sj_tit {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: url(../images/sjtit.png) no-repeat top center;
  margin: 0 auto;
}

.sj_text4 .list {
  padding: 0 5%;
  margin-top: 30px;
}

.sj_text4list {
  text-align: center;
}

.sj_text4list li {
  width: 100%;
  float: left;
}

.sj_text4list li p {
  text-align: center;
  box-sizing: border-box;
  width: 13.12%;
  float: left;
  color: #3ba4fe;
  padding: 14px 0;
  font-size: 14px;
  line-height: 20px;
}

.sj_text4list li p:first-child {
  width: 10%;
}

.sj_text4list li p:nth-of-type(7) {
  width: 8%;
}

.sj_text4list li p:nth-of-type(8) {
  width: 8%;
}

.sj_text4list li p:nth-of-type(9) {
  width: 8%;
}

.sj_text4list li:nth-child(2n+1) {
  background: #192869;
}

.sj_text4list li:first-child {
  background: none;
  border-bottom: 1px solid #192869;
}

.sj_text5 .sj_text4list li p {
  width: 16.66%;
}

.sj_text5 .sj_text4list li p:first-child {
  width: 10%;
}

.sj_text5 .sj_text4list li p:nth-of-type(2) {
  width: 20%;
}

.sj_text5 .sj_text4list li p:nth-of-type(3) {
  width: 20%;
}

.sj_text6 .sj_text4list li p {
  width: 16.66%;
}

.sj_text6 .sj_text4list li p:first-child {
  width: 10%;
}

.sj_text6 .sj_text4list li p:nth-of-type(2) {
  width: 20%;
}

.sj_text6 .sj_text4list li p:nth-of-type(3) {
  width: 20%;
}

.sj_copyright {
  padding: 20px 0;
}

.sj_copyright p {
  font-size: 14px;
  color: #3ba4fe;
  text-align: center;
  line-height: 24px;
}
.mi_header {
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
}
.mi_header.fixed {
	position: fixed;
    top: 0;
    z-index: 1000;
    max-width: 2560px;
}
.mi_header .nav ul li .nav_text {
	box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
}



.login_wrap {
	flex: 1 1 auto;
	backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
}
.login_wrap .box {
	height: 100vh;
    overflow: hidden;
    display: flex;
}
.login_wrap .fl {}
.login_wrap .fl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login_wrap .fr {
	align-items: center!important;
	justify-content: center!important;
	flex-grow: 1!important;
	display: flex!important;
}
.login_wrap .fr .logo {
	position: absolute;
    right: 35px;
    top: 35px;
    z-index: 9;
}
.login_wrap .fr .logo img {
	display: block;
}

.login_wrap .fr .login_text {
	width: 450px;
}
.login_text .text {}
.login_text .text h4 {
	font-size: 24px;
	margin-bottom: 36px;
	line-height: 150%;
	color: #000;
}
.login_text .text input {
	outline: 0;
	border: none;
}

.login_text .text input::-webkit-input-placeholder { 
  color: #999;
  font-size: 14px;
}
.login_text .text input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.login_text .text input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
} 


.login_text .text .zh_btn {
	width: 100%;
	margin-bottom: 25px;
}
.login_text .text .zh_btn input {
	width: 100%;
	line-height: 32px;
	border-bottom: 1px solid #999;
}
.login_text .text input:focus {
	border-bottom: 1px solid #00a2e9;
}
.login_text .text .mm_btn {
	position: relative;
}
.login_text .text .mm_btn input {
	width: 100%;
	line-height: 32px;
	border-bottom: 1px solid #999;
}
.login_text .text  .mm_btn input:focus {
	border-bottom: 1px solid #00a2e9;
}
.login_text .text .mm_btn .mm_eye {
	width: 24px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
}
.login_text .text .mm_btn .mm_eye button {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: 0;
	background: url(../images/close_eye.png) no-repeat center;
}
.login_text .text .mm_btn .mm_eye button.open {
	background: url(../images/open_eye.png) no-repeat center;
}

.login_text .text .login_btn {
	margin-top: 28px;
}
.login_text .text .login_btn input {
	width: 100%;
	line-height: 36px;
	text-align: center;
	border-radius: 28px;
	position: relative;
	background: #f3f3f3;
}
.login_text .text .login_btn input:hover {
	background: #00a2e9;
	color: #fff;
}
.login_text .text .login_btn input.success {
	background: #00a2e9;
	color: #fff;
}

.login_text .text p {
	margin-top: 20px;
}
.login_text .text p a {
	float: right;
	width: 94px;
	height: 36px;
	color: #00a2e9;
	line-height: 36px;
	text-align: center;
	position: relative;
}
.login_text .text p a:first-child {
	width: 140px;
	float: left;
	color: #9e9e9e;
}
.login_text .text p a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00a2e9;
	opacity: 0;
}
.login_text .text p a:first-child:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	opacity: 0;
}
.login_text .text p a:hover:after {
	opacity: .1;
}
.login_text .text p a:first-child:hover:after {
	opacity: .3;
}
.yanz_btn {
	position: relative;
}
.yanz_btn span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 32px;
	color: #00a2e9;
	cursor: pointer;
	padding: 0 16px;
}
.yanz_btn span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a2e9;
    opacity: 0;
}
.yanz_btn span:hover:after {
	opacity: .1;
}

.ty_btn {
	margin-top: 25px;
}
.ty_btn label {
	float: left;
}
.ty_btn label input {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 5px;
}
.ty_btn label a {
	outline: 0;
}
.ty_btn a {
	float: right;
	outline: 0;
	color: #00a2e9;
	font-size: 14px;
	line-height: 20px;
}

.mi_box4_mnewjs .swiper-container {
	width: 100%;
}
.mi_box4_mnewjs .swiper-slide {
	width: 100%;
	background: #fff;
}
.mi_box4_mnewjs .pagination {}
.mi_box4_mnewjs .pagination span {
	width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #edeefa;
    cursor: pointer;
    border-radius: 0;
    background: none;
    outline: 0;
    opacity: 1;
}
.mi_box4_mnewjs .pagination span.swiper-pagination-bullet-active {
	color: #0090ff;
    border-color: #0090ff;
}

.scq_list {
	border-top: 1px solid #eee;
	padding-top: 8px;
}
.scq_list p {
	float: left;
	line-height: 30px;
	font-size: 14px;
}
.scq_list p i {
	font-style: normal;
}
.scq_list p a {
	margin-right: 8px;
}
.scq_list p a:hover {
	color: #00a2e9;
}
.scq_list span {
	float: right;
	line-height: 30px;
	font-size: 14px;
}
.mi_m_banner .swiper-slide {
	width: 100%;
}
.mi_m_banner .swiper-slide>img {
	width: 100%;
}
a {
	outline: 0;
}

.mi_header .login .zc_btn:hover {
	background: #1dbaff;
}
.mi_header .nav {
	padding-left: 10%;
	padding-right: 34px;
}


.zhanqun_box10 {
    background: #f5f6fa;
    padding: 50px 0;
}
.zhanqun_box10 .box {}
.zhanqun_box10 .box .item {
    width: 100%;
    float: left;
    position: relative;
    min-height: 310px;
    margin-top: 50px;
}
.zhanqun_box10 .box .item .text {
    width: 50%;
    float: left;
    width: 560px;
    height: 310px;
    position: absolute;
    top: 0;
    padding: 50px 40px;
    left: 0;
    background: url('../images/zhanqun_icbg1.png') no-repeat center;
    background-size: 100% 100%;
}
.zhanqun_box10 .box .item .text span {
    width: 100%;
    display: block;
    float: left;
}
.zhanqun_box10 .box .item .text span i {
    font-style: normal;
    font-size: 30px;
    color: #fff;
    float: left;
    line-height: 100%;
}
.zhanqun_box10 .box .item .text span em {
    font-style: normal;
    font-size: 24px;
    color: #fff;
    float: left;
    margin-top: 7px;
    line-height: 100%;
    padding-left: 20px;
}
.zhanqun_box10 .box .item .text p {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 30px;
    line-height: 30px;
    float: left;
}
.zhanqun_box10 .box .item .list {
    background: #fff;
    width: 95%;
    margin-left: 5%;
    padding-left: 50%;
    float: left;
    margin-top: 30px;
    height: 310px;
    padding-right: 5%;
}
.zhanqun_box10 .box .item .list ul {
    margin: 0;
    height: 100%;
    padding-top: 38px;
    position: relative;
}

.zhanqun_box10 .box .item .list li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 20px 0;
    box-sizing: border-box;
	text-align: center;
	height: 70px;
	position: relative;
}
.zhanqun_box10 .box .item .list li:nth-of-type(3):after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.zhanqun_box10 .box .item .list li:nth-of-type(4):after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.zhanqun_box10 .box .item .list span {
    width: 70px;
    height: 70px;
    display: inline-block;
}
.zhanqun_box10 .box .item .list span img {
    display: block;
    max-height: 60px;
    margin: 0 auto;
    margin-top: 5px;
}
.zhanqun_box10 .box .item .list li:nth-child(2n){
    border-left: 1px solid #ddd;
}

.zhanqun_box10 .box .item .list p {
    line-height: 70px;
    font-size: 18px;
    color: #333;
    margin: 0;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: -28px;
}

.zhanqun_box10 .box .item:nth-of-type(2) .text{
    left: auto;
    right: 0;
    background: url('../images/zhanqun_icbg2.png') no-repeat center;
    background-size: 100% 100%;
}
.zhanqun_box10 .box .item:nth-of-type(2) .list{
    margin-left: 0;
    padding-right: 0;
    padding-left: 5%;
    padding-right: 50%;
}

.zhanqun_box11 {
	padding-top: 50px;
}
.zhanqun_box11 .box {
	margin-top: 50px;
}
.zhanqun_box11 .box li {
	width: 32%;
	float: left;
	margin-left: 2%;
}

.zhanqun_box11 .box li:first-child{
	margin-left: 0;
}
.zhanqun_box11 .box li .pic {}
.zhanqun_box11 .box li .text {
	background: #f8f8f8;
	padding: 20px;
}
.zhanqun_box11 .box li .text span {
	display: block;
	font-size: 20px;
	color: #333;
}
.zhanqun_box11 .box li .text i {
	font-size: 14px;
	color: #666;
	display: block;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-top: 15px;
	font-style: normal;
}
.zhanqun_box11 .box li .text p {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
	text-align: left;
}
.zhanqun_box11 .box li .text p a {
	padding: 10px 10px;
	background: #00a2e9;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.cw_main {
	width: 100%;
    height: calc(100vh - 465px);
    position: relative;
    background: #f5f6fa;
    padding: 20px 0;
}
.cw_main .center {
	height: 100%;
}
.cw_main .box{
	height: 100%;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}
.cw_main .box .fl {
	width: 60%;
	float: left;
}
.cw_main .box .fl img {
	margin: 0 auto;
}
.cw_main .box .fr {
	width: 40%;
	float: left;
}
.cw_main .box .fr img {
	display: none;
}
.cw_main .box .fr span {
	font-size: 16px;
	color: #666;
	display: block;
}
.cw_main .box .fr i {
	font-size: 14px;
	color: #333;
	display: block;
	font-style: normal;
	margin-top: 22px;
	margin-bottom: 10px;
}
.cw_main .box .fr p {
	font-size: 14px;
	color: #b5b5b5;
}
.cw_main .box .fr a {
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: block;
	border-radius: 20px;
	background: #00a2e9;
	margin-top: 30px;
}
.cw_main .box .fr a:hover {
	opacity: .8;
}
.mi_m_banner{
	position: relative;
}
.mi_m_banner .pagination {
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 9;
}
.mi_m_banner .pagination span {
	background: #fff;
	opacity: .45;
}
.mi_m_banner .pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}
.mi_m_banner .swiper-slide.li5 a {
	position: absolute;
	bottom: .3rem;
	margin: 0 auto;
	width: 1.2rem;
	height: .35rem;
	display: block;
	z-index: 5;
	left: 50%;
	margin-left: -.6rem;
}
.mi_m_banner .swiper-slide.li6 a {
	position: absolute;
	bottom: 1.2rem;
	margin: 0 auto;
	width: 1.2rem;
	height: .35rem;
	display: block;
	z-index: 5;
	left: 50%;
	margin-left: -.6rem;
}

.buy_box {}
.buy_box .list {}
.buy_box .list li {
    width: 100%;
    float: left;
    padding: 50px 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #f0f0f0;
}
.buy_box .list li .fl {
    float: left;
    width: 28%;
    height: 100%;
}
.buy_box .list li .fl .pic {
    width: 100%;
    height: 100%;
}
.buy_box .list li .fl img {
    margin-left: 10%;
    display: block;
    max-width: 70%;
}
.buy_box .list li .fr {
    width: 72%;
}
.buy_box .list li .fr span {
    font-size: 30px;
    color: #333;
    display: block;
    font-weight: bold;
}
.buy_box .list li .fr p {
    font-size: 16px;
    color: #82939e;
    display: block;
    margin-top: 20px;
}
.buy_box .list li .fr .a_morebtn {
    width: 100%;
    margin-top: 30px;
}
.buy_box .list li .fr .a_morebtn a {
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-left: 28px;
    background: #00a2e9;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.buy_box .list li .fr .a_morebtn a:hover {
  opacity: .8;
}
.buy_box .list li .fr .a_morebtn a:last-child {
    margin-left: 0;
}
.buy_box .list li .fr .a_morebtn a.abut {
    background: url('../images/buy_ic1.png') no-repeat 18px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.ajs {
    background: url('../images/buy_ic2.png') no-repeat 20px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.arz {
    background: url('../images/buy_ic7.png') no-repeat 22px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.asc {
    background: url('../images/buy_ic3.png') no-repeat 22px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.awd {
    background: url('../images/buy_ic6.png') no-repeat 22px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.aapi {
    background: url('../images/buy_ic8.png') no-repeat 22px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.asp {
    background: url('../images/buy_ic4.png') no-repeat 22px center #00a2e9;
}
.buy_box .list li .fr .a_morebtn a.awt {
    background: url('../images/buy_ic5.png') no-repeat 22px center #00a2e9;
}




.f_banner {
  position: relative;
}

.f_banner .pic img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.f_banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.f_banner .text .center {
  height: 100%;
}

.f_banner .box {
  padding: 0 2%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.f_banner .box .fl {
  width: 50%;
}

.f_banner .box .fl span {
  font-size: 36px;
  color: #fff;
  display: block;
  font-weight: 600;
}

.f_banner .box .fl span i {
  font-size: 52px;
  font-style: normal;
  padding-right: 10px;
}

.f_banner .box .fl span i em {
  color: #fffc00;
  font-style: normal;
}

.f_banner .box .fl p {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-top: 8px;
}

.f_banner .box .fl a {
  width: 150px;
  height: 42px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  margin-top: 40px;
  border-radius: 20px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  transition: .5s;
}

.f_banner .box .fl a:hover {
  background: #fff;
  color: #00a2e9;
  transition: .5s;
}

.f_banner .box .fr {
  width: 50%;
  padding-left: 5%;
}

.f_banner .box .fr img {
  float: right;
}

.fc_box1 .box {
  margin-top: 10px;
}

.fc_box1 .box ul {
  text-align: center;
}

.fc_box1 .box li {
  display: inline-block;
  width: 33%;
  margin-top: 40px;
}

.fc_box1 .box li .pic {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
}

.fc_box1 .box li .pic img {
  display: block;
  max-width: 100%;
}

.fc_box1 .box li .text {
  width: 85%;
  margin: 0 auto;
  box-shadow: 0 0 10px 3px #f1f1f1;
  margin-top: -43px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.fc_box1 .box li .text span {
  font-size: 20px;
  color: #333;
  display: block;
  text-align: center;
}

.fc_box1 .box li .text p {
  text-align: center;
  font-size: 16px;
  color: #a5a8c7;
  margin-top: 16px;
  line-height: 24px;
  min-height: 48px;
}

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

.fc_box2 .box li {
  width: 16.66%;
  float: left;
  margin-top: 30px;
}

.fc_box2 .box li span {
  text-align: center;
  line-height: 100px;
  display: block;
}

.fc_box2 .box li span img {
  display: inline-block;
  vertical-align: middle;
  max-width: 75%;
}

.fc_box2 .box li p {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 16px;
}

.fc_box3 .box {
  margin-top: 50px;
}

.fc_box3 .fc3js .hd {
  padding: 0 20%;
}

.fc_box3 .fc3js .hd li {
  width: 33.33%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #0da6e8;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #0da6e8;
}

.fc_box3 .fc3js .hd li:first-child {
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.fc_box3 .fc3js .hd li:last-child {
  border-left: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fc_box3 .fc3js .hd li.on {
  background: #0da6e8;
  color: #fff;
}

.fc_box3 .fc3js .bd {
  margin-top: 40px;
  padding: 0 5%;
}

.fc_box3 .fc3js .bd li {
  width: 33.33%;
  float: left;
}

.fc_box3 .fc3js .bd li span {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.fc_box3 .fc3js .bd li span img {
  display: block;
  margin: 0 auto;
}

.fc_box3 .fc3js .bd li p {
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.fc_box4 {
  margin-top: 50px;
  position: relative;
}

.fc_box4 .box_tit {
  padding-top: 70px;
}

.fc_box4 .pic img {
  height: 328px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fc_box4 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fc_box4 .text .center {
  height: 100%;
}

.fc_box4 .box {
  padding: 0 2%;
  padding-top: 50px;
}

.fc_box4 .box .fl {
  width: 50%;
}

.fc_box4 .box .fl p {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 8px;
}

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

.fc_box4 .box .fr p {
  float: right;
  padding-top: 12px;
}

.fc_box4 .box .fr a {
  width: 150px;
  height: 42px;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  border-radius: 20px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  transition: .5s;
  margin-left: 15px;
}

.fc_box4 .box .fr a:hover {
  background: #fff;
  color: #00a2e9;
  transition: .5s;
}

.cs_banner .box .fl .cs_more a {
  float: left;
  margin-right: 20px;
}

.cs_banner .box .fl .cs_more a:hover {
  color: #32b16c;
}

.cs_box3 .fc3js .hd li {
  color: #32b16c;
  border-color: #32b16c;
}

.cs_box3 .fc3js .hd li.on {
  background: #32b16c;
}

.cs_box5 {
  margin-top: 50px;
}

.cs_box5 .box {
  margin-top: 50px;
}

.cs_box5 .box li {
  width: 25%;
  float: left;
}

.cs_box5 .box li .pic {
  line-height: 105px;
  width: 100%;
  text-align: center;
}

.cs_box5 .box li .pic img {
  display: inline-block;
  vertical-align: middle;
}

.cs_box5 .box li span {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cs_box5 .box li p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  padding: 0 15%;
}

.cs_box4 .box p {
  color: #fff;
  font-size: 35px;
  display: block;
  text-align: center;
  line-height: 140%;
  padding-top: 50px;
}

.cs_box4 .box a {
  color: #fff;
  height: 60px;
  display: block;
  text-align: center;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 40px;
  line-height: 60px;
  margin-top: 30px;
}
.fc_box1 {
  padding: 50px 0;
}
.fc_box3 {
  margin-top: 50px;
}
.fc_box4 .box_tit span {
  color: #fff;
}
.fc_box1 .box_tit p {
  padding: 0 2%;
}
.cs_box1 .box_tit p {
  padding: 0 2%;
  max-width: 1200px;
  margin: 0 auto;
}


.shai_btn {
    padding: 0 .8%;
}
.shai_btn span {
    color: #aaa;
    padding: 6px 16px;
    display: block;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.shai_btn span i {
    font-style: normal;
}
.shai_btn span.on {
    color: #fff;
    background-color: #00a2e9;
}

.buy_list {
    padding: 30px 0;
}
.buy_list .list {
    margin-top: 30px;
}
.buy_list .list ul {
}
.buy_list .list li {
    width: 33.33%;
    float: left;
}
.buy_list .list li:nth-child(3n){
    margin-right: 0;
}

.buy_list .list li .item {
    width: 96%;
    margin: 0 2%;
    height: 150px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s;
    float: left;
}
.buy_list .list li .item:hover {
    box-shadow: 0 0 10px #999;
}
.buy_list .list li .item .hot {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 39px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    background: url(../images/mai_hot.png) no-repeat center;
    color: #fff;
    font-size: 12px;
}
.buy_list .list li .item .content {
    display: flex;
    align-items: center;
    height: 100px;
}
.buy_list .list li .item .content .icon {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
.buy_list .list li .item .content .info {
    flex: auto;
    overflow: hidden;
}
.buy_list .list li .item .content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.buy_list .list li .item .content p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.buy_list .list li .item .button_group {
    display: flex;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.buy_list .list li .item .button_group a {
    flex: 1;
    height: 50px;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy_list .list li .item .button_group i {
    width: 0;
    transition: width 0.3s;
    font-style: normal;
    overflow: hidden;
    margin-left: 5px;
}
.buy_list .list li .item .button_group a:first-child {
    border-left: 0;
}
.buy_list .list li .item .button_group a:hover {
    color: #fff;
    background-color: #00a2e9;
}
.buy_list .list li .item .button_group a:hover i {
    width: 12px;
}













@media screen and (max-width: 1020px) {
  .f_banner .box .fl span {
    font-size: 20px;
  }
  .f_banner .box .fl span i {
    font-size: 36px;
  }
  .f_banner .box .fl p {
    font-size: 16px;
  }
  .f_banner .box .fl a {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .cs_box2 .box li {
    width: 50%;
  }
  .shai_btn {
    padding: 0 2%;
  }
  .buy_list {
    padding: 28px 0;
  }
  .buy_list .list {
    margin-top: 15px;
  }
  .buy_list .list li {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .buy_list .list li {
    width: 100%;
  }
  .buy_list .list li .item {
    margin-bottom: 10px;
  }
  .f_banner .pic img {
    height: 3.1rem;
  }
  .f_banner .box {
    display: block;
    padding-top: .15rem;
  }
  .f_banner .box .fl {
    width: 100%;
  }
  .f_banner .box .fl span {
    text-align: center;
    font-size: .14rem;
  }
  .f_banner .box .fl span i {
    font-size: .2rem;
  }
  .f_banner .box .fl p {
    font-size: .115rem;
    text-align: center;
  }
  .f_banner .box .fl a {
    height: .27rem;
    line-height: .27rem;
    margin: 0 auto;
    margin-top: .15rem;
  }
  .f_banner .box .fr {
    width: 100%;
    padding-left: 0;
    padding-top: .15rem;
  }
  .f_banner .box .fr img {
    max-width: 90%;
    margin: 0 auto;
    float: none;
  }
  .fc_box1 .box li {
    width: 50%;
    float: left;
    margin-top: .15rem;
  }
  .fc_box1 .box li .pic {
    width: .4rem;
    height: .4rem;
  }
  .fc_box1 .box li .text {
    margin-top: -.2rem;
    padding-top: .35rem;
  }
  .fc_box1 .box li .text span {
    font-size: .12rem;
  }
  .fc_box1 .box li .text p {
    font-size: .11rem;
    margin-top: .1rem;
    padding: 0 6%;
    line-height: .16rem;
    height: .32rem;
  }
  .fc_box2 .box li {
    width: 33.33%;
  }
  .fc_box2 .box li span {
    line-height: 60px;
  }
  .fc_box2 .box li span img {
    max-width: 30%;
  }
  .fc_box2 .box li p {
    font-size: .12rem;
  }
  .fc_box3 {
    margin-top: .15rem;
  }
  .fc_box3 .box {
    margin-top: .15rem;
  }
  .fc_box3 .fc3js .hd {
    padding: 0 5%;
  }
  .fc_box3 .fc3js .hd li {
    font-size: .12rem;
  }
  .fc_box3 .fc3js .bd {
    padding: 0 2%;
  }
  .fc_box3 .fc3js .bd li {
    width: 100%;
    margin-bottom: .1rem;
  }
  .fc_box3 .fc3js .bd li p {
    font-size: .11rem;
  }
  .fc_box4 {
    margin-top: .15rem;
  }
  .fc_box4 .box_tit {
    padding: .15rem;
  }
  .fc_box4 .box {
    padding-top: .2rem;
  }
  .fc_box4 .box .fl {
    width: 100%;
  }
  .fc_box4 .box .fl p {
    font-size: .115rem;
  }
  .fc_box4 .box .fr {
    width: 100%;
    padding-top: .1rem;
  }
  .fc_box4 .box .fr p {
    float: left;
    text-align: left;
  }
  .fc_box4 .box .fr p a {
    margin-left: 0;
    margin-right: 15px;
    line-height: .27rem;
    height: .27rem;
    width: 1rem;
  }
  .cs_banner .box .fl .cs_more {
    text-align: center;
  }
  .cs_banner .box .fl .cs_more a {
    width: 1.1rem;
    float: none;
    display: inline-block;
  }
  .cs_banner .box .fl .cs_more a:first-child + a {
    margin-right: 0;
  }
  .cs_box5 {
    margin-top: .15rem;
  }
  .cs_box5 .box {
    margin-top: .15rem;
  }
  .cs_box5 .box li {
    width: 50%;
    float: left;
  }
  .cs_box5 .box li .pic {
    line-height: .6rem;
    width: 100%;
    text-align: center;
  }
  .cs_box5 .box li .pic img {
    display: inline-block;
    vertical-align: middle;
    height: .35rem;
  }
  .cs_box5 .box li span {
    font-size: .12rem;
    margin-bottom: .05rem;
  }
  .cs_box5 .box li p {
    font-size: .11rem;
    line-height: .17rem;
    margin-top: 5px;
    padding: 0 15%;
    height: .51rem;
  }
  .cs_box4 .pic img {
    height: 2rem;
  }
  .cs_box4 .box p {
    padding: 0 8%;
    padding-top: .25rem;
    font-size: .18rem;
  }
  .cs_box4 .box a {
    width: 200px;
    height: .3rem;
    line-height: .3rem;
    margin: 0 auto;
    margin-top: .15rem;
    font-size: .12rem;
    margin-top: .15rem;
  }
  .cs_box2 .box li {
    width: 50%;
    margin-top: 5px;
  }
  .cs_box2 .box li span {
    line-height: 140px;
  }
  .cs_box2 .box li span img {
    max-width: 90%;
  }
}





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

.wsc_banner .pic img {
width: 100%;
height: 650px;
-o-object-fit: cover;
object-fit: cover;
}

.wsc_banner .box {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
}

.wsc_banner .box .text .fl {
width: 50%;
}

.wsc_banner .box .text .fl span {
font-size: 40px;
color: #fff;
display: block;
font-weight: bold;
}

.wsc_banner .box .text .fl p {
color: #fffc00;
font-size: 40px;
display: block;
font-weight: bold;
}

.wsc_banner .box .text .fl i {
font-size: 30px;
color: #fff;
display: block;
font-weight: bold;
font-style: normal;
}

.wsc_banner .box .text .fl img {
display: block;
margin-top: 30px;
}

.wsc_banner .box .text .fr {
width: 50%;
padding-top: 30px;
}

.wsc_banner .box .text .fr img {
float: right;
}

.wsc_box1 {
padding: 50px 0;
}

.wsc_box1 .box {
padding-top: 70px;
}

.wsc_box1 .box li {
width: 23%;
float: left;
margin-top: 2%;
margin-right: 2.66%;
box-shadow: 0px 1px 10px 1px #ddd;
padding: 25px 2%;
position: relative;
border-radius: 5px;
}

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

.wsc_box1 .box li .pic {
width: 80px;
height: 80px;
margin: 0 auto;
margin-top: -65px;
}

.wsc_box1 .box li .pic img {
width: 100%;
}

.wsc_box1 .box li .pic img:first-child {
display: block;
}

.wsc_box1 .box li .pic img:first-child + img {
display: none;
}

.wsc_box1 .box li .text {
margin-top: 30px;
}

.wsc_box1 .box li .text span {
font-size: 20px;
color: #000;
display: block;
text-align: center;
}

.wsc_box1 .box li .text p {
padding: 0 2%;
color: #a5a8c7;
font-size: 15px;
display: block;
text-align: center;
margin-top: 10px;
}

.wsc_box1 .box li:hover .pic img:first-child {
display: none;
}

.wsc_box1 .box li:hover .pic img:first-child + img {
display: block;
}

.wsc_box2 {
padding: 50px 0;
}

.wsc_box2 .box {
margin-top: 50px;
}

.wsc_box2 .box .li_text {
width: 30%;
float: left;
margin-left: 5%;
background: #fff;
box-shadow: 0px 1px 10px 1px #ddd;
border-radius: 5px;
}

.wsc_box2 .box .li_text .text {
padding: 20px 25px;
background: #00aaea;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.wsc_box2 .box .li_text .text span {
display: block;
font-size: 30px;
color: #fff;
font-weight: bold;
padding-left: 20px;
line-height: 100%;
position: relative;
}

.wsc_box2 .box .li_text .text span:after {
content: '';
width: 6px;
height: 26px;
background: #fff;
position: absolute;
left: 0;
top: 4px;
}

.wsc_box2 .box .li_text .text p {
font-size: 18px;
color: #fff;
display: block;
margin-top: 15px;
}

.wsc_box2 .box .li_text .list {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.wsc_box2 .box .li_text .list li {
padding: 15px 25px;
background: #fff;
}

.wsc_box2 .box .li_text .list li span {
line-height: 32px;
}

.wsc_box2 .box .li_text .list li span img {
float: left;
}

.wsc_box2 .box .li_text .list li span i {
float: left;
font-style: normal;
font-size: 20px;
color: #333;
margin-left: 5px;
}

.wsc_box2 .box .li_text .list li p {
font-size: 15px;
color: #b3b3b3;
margin-top: 5px;
}

.wsc_box2 .box .li_text .list li:hover {
background: #e5f6fd;
}

.wsc_box2 .box .li_text:first-child {
margin-left: 0;
}

.wsc_box3 {
padding: 50px 0;
}

.wsc_box3 .city_box4 ul li .fl i {
width: 30px;
height: 3px;
background: #00aaea;
font-style: normal;
display: block;
margin-top: 20px;
}

.wsc_box3 .city_box4 ul li:first-child {
display: none;
}

.wsc_copyright {
border-top: 1px solid #ddd;
padding: 20px 0;
}

.wsc_copyright p {
font-size: 16px;
color: #666;
display: block;
text-align: center;
}







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

.sst_banner .pic img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sst_banner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.sst_banner .box .text {
  background: url(../images/sst0.png) no-repeat center 30px;
}

.sst_banner .box .text span {
  font-size: 40px;
  color: #fffc00;
  display: block;
  font-weight: bold;
  text-align: center;
}

.sst_banner .box .text p {
  color: #fff;
  font-size: 60px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.sst_banner .box .text i {
  font-size: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.sst_box1 {
  padding: 50px 0;
}

.sst_box1 .box {
  padding-top: 50px;
}

.sst_box1 .box .fl {
  width: 50%;
}

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

.sst_box1 .box .fr li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  padding: 10px;
  padding-left: 85px;
}

.sst_box1 .box .fr li .pic {
  width: 60px;
  height: 60px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.sst_box1 .box .fr li .pic img {
  width: 100%;
}

.sst_box1 .box .fr li .text {
  width: 100%;
  float: left;
}

.sst_box1 .box .fr li .text span {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: bold;
}

.sst_box1 .box .fr li .text p {
  color: #666;
  font-size: 16px;
  display: block;
  margin-top: 8px;
}

.sst_box1 .box .fr li:hover {
  box-shadow: 0px 1px 10px 1px #ddd;
}

.sst_box2 {
  padding: 50px 0;
}

.sst_box2 .box {
  margin-top: 50px;
}

.sst_box2 .box li {
  width: 30%;
  float: left;
  margin-left: 5%;
  text-align: center;
}

.sst_box2 .box li .pic {
  width: 116px;
  margin: 0 auto;
}

.sst_box2 .box li .pic img {
  max-width: 100%;
}

.sst_box2 .box li .pic img:first-child {
  display: block;
}

.sst_box2 .box li .pic img:first-child + img {
  display: none;
}

.sst_box2 .box li span {
  font-size: 20px;
  color: #333;
  display: block;
  margin-top: 20px;
}

.sst_box2 .box li i {
  font-style: normal;
  width: 20px;
  height: 3px;
  background: #00a2e9;
  margin: 18px auto;
  display: block;
  transition: .5s;
}

.sst_box2 .box li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}

.sst_box2 .box li:hover .pic img:first-child {
  display: none;
}

.sst_box2 .box li:hover .pic img:first-child + img {
  display: block;
}

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

.wsc_box3 {
  padding: 50px 0;
}

.wsc_box3 .city_box4 ul li .fl i {
  width: 30px;
  height: 3px;
  background: #00aaea;
  font-style: normal;
  display: block;
  margin-top: 20px;
}

.wsc_box3 .city_box4 ul li:first-child {
  display: none;
}

.sst_box4 {
  padding: 50px 0;
}

.sst_box4 .box {
  margin-top: 50px;
}

.sst_box4 .box li {
  width: 32%;
  float: left;
  margin-right: 2%;
  box-shadow: 0px 1px 10px 1px #ddd;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
}

.sst_box4 .box li .text span {
  font-size: 24px;
  color: #00aaea;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.sst_box4 .box li .text span em {
  padding: 4px 8px;
  background: #ff0000;
  color: #fff;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: -4px;
}

.sst_box4 .box li .text p {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}

.sst_box4 .box li .text p i {
  font-style: normal;
  margin-left: 20px;
}

.sst_box4 .box li .text p i:first-child {
  margin-left: 0;
}

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


.sst_box4 .more a{
  width: 247px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    border-radius: 28px;
    background-color: #00a2e9;
    transition: background-color .2s;
    display: block;
    margin: 20px auto 0;
}



.xcx_banner .pcbanner .swiper-slide .pos_text {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
}
.xcx_banner .pcbanner .swiper-slide .ban2_text {
  padding-top: 0;
}
.xcx_banner .pcbanner .swiper-slide .ban2_text .fl {
  padding-right: 3%;
}
.xcx_banner .pcbanner .swiper-slide .ban2_text .fr {
  padding-left: 3%;
  padding-top: 0;
}

.xcx_banner .pcbanner .swiper-slide .ban2_text .fl ul {
  padding-top: 40px;
}
.xcx_banner .pcbanner .swiper-slide .ban2_text .fl ul li {
  width: 20%;
}
.xcx_banner .pcbanner .swiper-slide .ban2_text .fl span em {
  color: #fcff00;
}
.xcx_banner .pcbanner .swiper-slide .ban2_text .fl p em {
  color: #fcff00;
}
.xcx_banner .pcbanner .swiper-slide .b_bg img {
    width: 100%;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}



.city_link {
  border-top: 1px solid #eee;
}
.city_link .box {
  padding-right: 100px;
  position: relative;
}
.city_link .list {
  overflow: hidden;
}
.city_link .box p {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  padding-right: 20px;
  background: url('../images/zhankai.png') no-repeat right center;
  margin-right: 20px;
}
.city_link .box p.on {
  background: url('../images/shouqi.png') no-repeat right center;
}













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

@media screen and (max-width: 1200px) {
	.mi_header .nav {
		padding-left: 2%;
		/*width: 60%;*/
        width:80%;
		padding-right: 15px;
	}
  .center {
    width: 100%;
  }
  .mi_banner .pcbanner .swiper-slide .ban2_text {
    padding: 80px 2% 0 2%;
  }
  .mi_banner .pcbanner .swiper-slide .ban3_text ul {
    margin-left: 16%;
  }
  .mi_banner .pcbanner .swiper-slide .ban4_text ul {
    margin-left: 0;
    text-align: center;
  }
  .mi_banner .pcbanner .swiper-slide .ban4_text ul li {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 1100px) {
  .mi_header .nav {
    padding-left: 5%;
  }
  .mi_header .nav ul li {
    margin-left: 4%;
  }
}

@media screen and (max-width: 1024px) {
  .mi_header {
    display: none;
  }
  .mi_banner {
    display: none;
  }
  .mi_m_header {
    display: block;
  }
  .mi_m_banner {
    display: block;
  }
  .mi_page_banner {
    margin-top: 60px;
  }
  .mtop60 {
    margin-top: 60px;
  }
  .stat_banner {
    margin-top: 60px;
  }
  .case2_box3 .box li {
    padding-top: 15px;
    width: 33.33%;
  }
  .xiazai_box ul li .box .fl .win_more a {
    width: 220px;
    float: left;
    margin: 0;
    margin-top: 10px;
  }
  .xiazai_box ul li:nth-child(2n) .box .fl .win_more a {
    float: right;
  }
  .fix_menu {
    display: none;
  }
  .newlist_box {
    padding: 30px 2%;
  }
  .newlist_box .box .fl {
    width: 100%;
  }
  .newlist_box .box .fr {
    display: none;
  }
  .new2_list li .text .time {
    display: none;
  }


	.zhanqun_box10 {
		padding: 30px 2%;
	}
	.zhanqun_box10 .box .item .text {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.zhanqun_box10 .box .item .list {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	} 
	.zhanqun_box10 .box .item:nth-of-type(2) .list {
		padding-right: 0;
	}

	.cw_main {
	    margin-top: 60px;
	}

  .wsc_banner {
    margin-top: 60px;
  }
  .xcx_banner {
    display: block;
    margin-top: 60px;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text {
    padding: 20px 2%;
  }
  .xcx_banner .pcbanner .swiper-slide .pos_text {
    
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fl {
    width: 100%;
    padding: 0;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fr {
    width: 100%;
    padding: 0;
    display: none;
  }
  .xcx_banner .pcbanner .swiper-slide .b_bg img {
      width: 100%;
      height: 450px;
      min-height: auto;
      -o-object-fit: cover;
      object-fit: cover;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fl ul {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .city_link .box {
    padding-right: 90px;
  }
  #_QIDIAN_WEB_IM_IFRAME_2852157034 {
    display: none!important;
  }
  .box_tit span {
    /*font-size: 24px;*/
    font-size:20px;
  }
  .box_tit p {
    font-size: 16px;
    margin-top: 10px;
  }
  .mi_box1 {
    background: #f5f6fa;
    padding: 20px 2%;
  }
  .mi_box1 .box {
    display: none;
  }
  .mi_box1 .m_box {
    display: block;
  }
  .mi_box1 .m_box ul {
    margin-top: 20px;
  }
  .mi_box4 {
    padding: 20px 2%;
  }
  .mi_box4 .box {
    display: none;
  }
  .mi_box4 .m_box {
    margin-top: 20px;
    display: block;
  }
  .mi_box5 {
    padding: 20px 2%;
  }
  .mi_box5 .box li {
    width: 32%;
    margin-right: 2%;
  }
  .mi_box5 .box li a .imgauto {
    /*height: 110px;*/
  }
  .mi_box5 .box li:nth-child(4n) {
    margin-right: 2%;
  }
  .mi_box5 .box li:nth-child(3n) {
    margin-right: 0;
  }
  .mi_link {
    padding: 0 2%;
  }
  .mi_link .box span {
    left: 0;
  }
  .mi_link .box .list {
    /*padding-left: 80px;*/
  }
  .mi_footer {
    padding: 20px 2%;
  }
  .mi_footer .foot_c dl {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .mi_footer .foot_c dl dt {
    /*font-size: 18px;*/
    font-size:16px;
    border-bottom: 1px solid #eee;
    background: url(../images/bottom.png) no-repeat right center;
  }
  .mi_footer .foot_c dl dt.active {
    background: url(../images/top.png) no-repeat right center;
  }
  .mi_footer .foot_c dl .f_list {
    display: none;
    margin-top: 10px;
  }
  .mi_footer .foot_r {
    width: 100%;
    float: none;
  }
  .mi_footer .foot_r p {
    display: none;
  }
  .mi_footer .foot_r a {
    display: none;
  }
  .mi_footer .foot_r span {
    display: none;
  }
  .mi_footer .foot_r .m_ewm {
    display: block;
  }
  .mi_footer .foot_r .m_ewm img {
    margin: 0 auto;
    display: block;
  }
  .mi_footer .foot_r .m_ewm p {
    font-size: 14px;
    color: #666;
    display: block;
  }
  .mi_footer .foot_r .m_ewm span {
    font-size: 18px;
    color: #00a2e9;
    display: block;
  }
  .mi_footer .copyright {
    display: none;
  }
  .mi_footer .m_copyright {
    display: block;
  }
  .mt51 {
    display: block;
  }
  .m_fix_bottom {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .mi_page_banner {
    padding: 30px 0;
  }
  .mi_page_banner .box h4 {
    font-size: 40px;
  }
  .city_box1 {
    padding: 30px 2%;
  }
  .city_box1 .box .fl {
    width: 100%;
  }
  .city_box1 .box .fl img {
    margin: 0 auto;
  }
  .city_box1 .box .fr {
    width: 100%;
    margin-top: 20px;
  }
  .city_box2 .box li {
    width: 33.33%;
  }
  .city_box3 {
    margin-top: 30px;
  }
  .city_box3 .mi_case_list {
    margin-top: 30px;
  }
  .city_box3 .mi_case_list .swiper-wrapper {
    display: block;
  }
  .city_box3 .mi_case_list .swiper-wrapper .swiper-slide {
    width: 48%;
    margin: 1%;
  }
  .city_box3 .p_more {
    margin-top: 30px;
  }
  .city_box4 {
    margin-top: 30px;
  }
  .city_box4 ul {
    margin-top: 30px;
  }
  .city_box4 ul li .box {
    display: block;
  }
  .city_box4 ul li .box .fl {
    width: 100%;
  }
  .city_box4 ul li .box .fr {
    width: 100%;
    margin-top: 20px;
  }
  .mi_box5 .box .box5_js .pagination {
    display: block;
  }
  .wc_box2 .box li {
    width: 50%;
  }
  .mt_box_tit {
    margin: 30px 0;
    width: 100%;
  }
  .gx_wrap .box {
    padding: 0 2%;
    overflow: hidden;
  }
  .gx_wrap .box .nian {
    width: 106%;
    left: -3%;
    margin: 0;
  }
  .gx_wrap .box ul:before {
    left: 2%;
  }
  .gx_wrap .box ul li {
    width: 100%;
    margin: 20px 0;
    padding-left: 20px;
    padding-right: 0;
  }
  .gx_wrap .box ul li .time {
    right: auto;
    left: 0;
    margin-left: -7px;
  }
  .gx_wrap .box ul li:nth-child(2n) {
    float: left;
    padding-left: 20px;
    margin: 20px 0;
  }
  .price .pic {
    display: none;
  }
  .price .price_list {
    display: none;
  }
  .m_price {
    display: block;
  }
  .mi_page_banner .text span {
    font-size: 24px;
  }
  .mi_page_banner .text p {
    /*font-size: 18px;*/
    font-size:15px;
  }
  .mi_page_banner .text a {
    width: 180px;
    line-height: 42px;
    font-size: 15px;
  }
  .mark2_box1 .box li:before {
    width: 20%;
    left: -12%;
  }
  .mark2_box2 .box li {
    width: 50%;
    padding: 10px 20px;
  }
  .mark2_box2 .box li:after {
    bottom: auto;
    top: 20px;
    left: 40px;
    transition: .3s;
  }
  .mark2_box2 .box li .text {
    height: auto;
    padding: 10px 20px;
    padding-bottom: 30px;
  }
  .mark2_box2 .box li .text h5 {
    padding-left: 80px;
    padding-top: 12px;
  }
  .mark2_box2 .box li .text h5 small {
    display: block;
  }
  .mark2_box2 .box li:hover:after {
    top: 0px;
    transition: .3s;
  }
  .mark2_box3 .box li {
    width: 49%;
  }
  .mark2_box3 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .mark2_box3 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .mark2_box4 .box li {
    width: 49%;
  }
  .mark2_box4 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .mark2_box4 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .mark3_box2 {
    padding: 30px 2%;
  }
  .mark3_box2 .box_tit p {
    padding: 0;
  }
  .mark3_box2 .box li {
    width: 49%;
    margin-right: 2%;
  }
  .mark3_box2 .box li:nth-child(4n) {
    margin-right: 2%;
  }
  .mark3_box2 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .mark3_box3 {
    padding: 30px 2%;
  }
  .mark3_box3 .box {
    margin-top: 20px;
  }
  .mark3_box3 .mark3_box3_js {
    padding: 0;
    padding-top: 110px;
  }
  .mark3_box3 .mark3_box3_js .swiper-slide {
    margin-top: 20px;
  }
  .mark3_box3 .mark3_box3_js .swiper-slide .pic {
    width: 50%;
  }
  .mark3_box3 .mark3_box3_js .swiper-slide .pic img {
    max-width: 60%;
  }
  .mark3_box3 .mark3_box3_js .swiper-slide .text {
    width: 50%;
  }
  .mark3_box3 .mark3_box3_js .pagination {
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    background: none;
  }
  .mark3_box3 .mark3_box3_js .pagination span {
    width: 32%;
    float: left;
    max-width: 100%;
    margin: 5px 0;
    margin-right: 2%;
    line-height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0;
    background: none;
  }
  .mark3_box3 .mark3_box3_js .pagination span:before {
    display: none;
  }
  .mark3_box3 .mark3_box3_js .pagination span:after {
    display: none;
  }
  .mark3_box3 .mark3_box3_js .pagination span:nth-child(3n) {
    margin-right: 0;
  }
  .mark3_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active {
    background: #099efd;
    color: #fff;
    border-color: #099efd;
  }
  .mark3_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active:after {
    display: none;
  }
  .mark3_box3 .mark3_box3_js .next {
    display: none;
  }
  .mark3_box3 .mark3_box3_js .prev {
    display: none;
  }
  .mark3_box3 .mark3_box3_js:hover .next {
    display: none;
  }
  .mark3_box3 .mark3_box3_js:hover .prev {
    display: none;
  }
  .mark3_box4 {
    padding: 30px 2%;
  }
  .mark3_box4 .box {
    margin-top: 20px;
  }
  .mark3_box4 .mark3_box4_js .next {
    display: none;
  }
  .mark3_box4 .mark3_box4_js .prev {
    display: none;
  }
  .mark3_box4 .mark3_box4_js:hover .next {
    display: none;
  }
  .mark3_box4 .mark3_box4_js:hover .prev {
    display: none;
  }
  .mark3_box5 {
    padding: 30px 2%;
  }
  .mark3_box5 .box {
    margin-top: 30px;
  }
  .mark3_box5 .box ul {
    border: none;
  }
  .mark3_box5 .box li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .mark3_box5 .box li span:first-child {
    width: 100%;
  }
  .mark3_box5 .box li span:nth-of-type(2) {
    width: 100%;
  }
  .mark3_box5 .box li span:nth-of-type(3) {
    width: 100%;
  }
  .mark3_box5 .box li span:nth-of-type(4) {
    width: 50%;
  }
  .mark3_box5 .box li span:nth-of-type(5) {
    width: 50%;
  }
  .mark3_box5 .box li span:nth-of-type(6) {
    width: 55%;
  }
  .mark3_box5 .box li span:nth-of-type(7) {
    width: 100%;
  }
  .mark3_box5 .box li:first-child {
    display: none;
  }
  .mark1_box5 {
    padding: 30px 2%;
  }
  .mark4_box3 {
    padding: 30px 2%;
  }
  .mark4_box4 {
    padding: 30px 2%;
    padding-bottom: 0;
  }
  .mark4_box4 .box li {
    width: 100%;
    margin-bottom: 30px;
  }
  .mark4_box4 .box li a {
    margin-top: 15px;
  }
  .stat_banner .stat_banner_text .swiper-slide span {
    font-size: 24px;
  }
  .stat_banner .stat_banner_text .swiper-slide p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    padding: 0 5%;
  }
  .stat_banner .stat_banner_text .swiper-slide img {
    max-height: 60px;
    margin-top: 30px;
  }
  .station_box3 .mark3_box3_js .pagination span {
    width: 49%;
    font-size: 14px;
  }
  .station_box3 .mark3_box3_js .pagination span:nth-child(3n) {
    margin-right: 2%;
  }
  .station_box3 .mark3_box3_js .pagination span:nth-child(2n) {
    margin-right: 0;
  }
  .station_box3 .mark3_box3_js .pagination span.swiper-pagination-bullet-active {
    padding-left: 0;
    background: #fff;
    color: #00a2e9;
    font-weight: normal;
  }
  .station_box3 .mark3_box3_js .swiper-slide {
    padding-left: 165px;
  }
  .station_box3 .mark3_box3_js .swiper-slide .pic {
    width: 165px;
  }
  .station_box3 .mark3_box3_js .swiper-slide .pic img {
    max-width: 70%;
  }
  .station_box3 .mark3_box3_js .swiper-slide .text {
    width: 100%;
  }
  .station_box5 {
    padding: 30px 2%;
    margin-top: 30px;
  }
  .station2_box1 {
    padding: 30px 2%;
  }
  .station2_box2 .box li:nth-child(5n) {
    margin-right: 2%;
  }
  .station2_box2 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .station2_box3 {
    padding: 30px 2%;
  }
  .station2_box3 .stat2_box3_js {
    margin-top: 20px;
  }
  .station2_box3 .stat2_box3_js .bd .ul_tit {
    padding: 20px 5%;
  }
  .station2_box3 .stat2_box3_js .bd .ul1_text {
    padding: 0 20px;
  }
  .station2_box3 .stat2_box3_js .bd .ul1_text .list .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .station2_box3 .stat2_box3_js .bd .ul2_text {
    padding: 0 20px;
  }
  .station2_box3 .stat2_box3_js .bd .ul2_text .list .item {
    width: 32%;
    margin-right: 2%;
  }
  .station2_box3 .stat2_box3_js .bd .ul2_text .list .item:nth-child(8n) {
    margin-right: 2%;
  }
  .station2_box3 .stat2_box3_js .bd .ul2_text .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text {
    padding: 0 20px;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list {
    height: auto;
    display: block;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list .item:nth-child(4), .station2_box3 .stat2_box3_js .bd .ul3_text .list .item:nth-child(5) {
    height: 101px;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list .item span {
    font-size: 14px;
  }
  .station2_box3 .stat2_box3_js .bd .ul4_text {
    padding: 0 20px;
  }
  .station2_box3 .stat2_box3_js .bd .ul4_text .list .item {
    height: auto;
    display: block;
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 30px 0;
    height: 242px;
  }
  .station2_box3 .stat2_box3_js .bd .ul4_text .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .station2_box3 .stat2_box3_js .bd .ul4_text .list .item img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
    margin-bottom: 20px;
  }
  .station2_box3 .stat2_box3_js .bd .ul4_text .list .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .station3_box1 {
    padding: 30px 2%;
  }
  .station3_box1 .box {
    margin-top: 30px;
  }
  .station3_box1 .box .item {
    width: 100%;
  }
  .station3_box1 .box .big {
    margin: 10px 0;
  }
  .mark2_box5 .box {
    margin-top: 30px;
  }
  .mark2_box5 .mark2_box4list {
    display: none;
  }
  .case2_box3 .box li {
    padding-top: 15px;
    width: 50%;
  }
  .case2_box3 .box li:nth-child(2n):after {
    display: none;
  }
  .pro_screen {
    padding: 20px 0;
  }
  .pro_screen ul {
    width: 100%;
    position: relative;
    padding-left: 62px;
  }
  .pro_screen ul li {
    margin: 4px 6px;
  }
  .pro_screen ul li a {
    width: 100px;
    padding: 6px 0;
    border: 1px solid #ddd;
    text-align: center;
  }
  .pro_screen ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }
  .flex_between {
    padding-top: 0;
    width: 90%;
    margin: 0 5%;
  }
  .flex_between .text {
    width: 100%;
  }
  .flex_between .search {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }
  .flex_between .search input[type="text"] {
    width: 70%;
  }
  .flex_between .search input[type="submit"] {
    width: 30%;
  }
  .currson {
    display: none;
  }
  .show_pro_box {
    padding: 2%;
    width: 100%;
    overflow: hidden;
  }
  .show_pro_text1 {
    padding: 20px;
  }
  .show_pro_text1 .pic {
    width: 100%;
  }
  .show_pro_text1 .info {
    width: 100%;
    margin-top: 20px;
  }
  .show_pro_text1 .info .spro_title span {
    display: none;
  }
  .join_box2 {
    padding: 30px 2%;
  }
  .join_box2 .box {
    margin-top: 30px;
  }
  .join_box2 .box li {
    width: 49%;
    margin-right: 2%;
  }
  .join_box2 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .join_box2 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .join_box3 {
    padding: 30px 2%;
  }
  .join_box3 .box {
    background: none;
    background: #fff;
    height: auto;
    padding: 20px 20px 20px 70px;
  }
  .join_box3 .box .text p {
    margin-bottom: 15px;
  }
  .join_box4 {
    padding: 30px 2%;
  }
  .join_box4 .box {
    margin-top: 30px;
  }
  .join_box4 .box li {
    width: 49%;
    margin-right: 2%;
  }
  .join_box4 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .join_box4 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .join_box6 {
    padding: 30px 2%;
  }
  .join_box6 .box {
    margin-top: 30px;
  }
  .join_box6 .box ul {
    border: none;
  }
  .join_box6 .box ul li {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .join_box6 .box ul li span {
    font-size: 14px;
  }
  .join_box6 .box ul li span:first-child {
    width: 25%;
  }
  .join_box6 .box ul li span:nth-of-type(2) {
    width: 75%;
  }
  .join_box6 .box ul li span:nth-of-type(3) {
    width: 35%;
  }
  .join_box6 .box ul li span:nth-of-type(4) {
    width: 75%;
    padding: 0 2%;
    text-align: left;
  }
  .search_box {
    padding: 30px 2%;
  }
  .search_box .box li {
    width: 100%;
    margin: 0;
    margin-bottom: .1rem;
  }
  .page_box {
    padding: 20px 2%;
  }
  .page_box .box .fl {
    width: 100%;
  }
  .page_box .box .fr {
    width: 100%;
  }
  .page_piclist {
    padding: 10px 0;
  }
  .page_piclist figure {
    width: 49%;
  }
  .page_piclist figure .imgauto {
    height: 1.2rem;
  }
  .page_piclist figure:nth-child(3n) {
    margin-right: 2%;
  }
  .page_piclist figure:nth-child(2n) {
    margin-right: 0;
  }
  .pay_content strong {
    margin-bottom: 15px;
    display: block;
  }
  .pay_content ul li {
    display: block;
    padding: 0 5%;
  }
  .pay_content ul li:first-child {
    padding: 0 3%;
  }
  .pay_content ul li:first-child p {
    display: none;
    line-height: 40px;
  }
  .pay_content ul li:first-child p:first-child {
    display: block;
  }
  .pay_content ul li p {
    width: 100% !important;
  }
  .pay_content ul li p img {
    max-width: 100%;
  }
  .content_btn .show_pages {
    margin-top: 30px;
  }
  .content_btn .show_pages p {
    float: left;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .content_btn .show_pages p:last-child {
    float: left;
    text-align: left;
  }

	
	.new_mneu .n_fl {
		width: 100%;
	}
	.new_mneu .n_fl a {
		height: 42px;
		line-height: 42px;
		padding: 0;
		width: 32%;
		text-align: center;
		margin-right: 2%;
	}
	.new_mneu .n_fl a:nth-child(3n) {
		margin-right: 0;
	}
	.new_mneu .n_fr {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.new_mneu .n_fr .inp1 {
		width: 100%;
		height: 42px;
	}
	.new_mneu .n_fr .inp2 {
		height: 42px;
	}
	.art3_list li {
		width: 49%;
	}
	.art3_list li:nth-child(2n) {
		margin-right: 0;
	}
	.art3_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.shuju_tit img {
		width: 200%;
		max-width: 200%;
		left: -50%;
		position: relative;
	}
	.sj_text1 {
		margin-top: 20px;
	}
	.sj_text1 li span {
		font-size: 14px;
	}
	.sj_text1 li p {
		font-size: 18px;
	}
	.sj_text2 .sj_tit {
		font-size: 18px;
	}
	.sj_text2 .list {
		padding: 0 2%;
		margin-top: 20px;
	}
	.sj_text2 .list li {
		padding-right: 90px;
	}
	.sj_text2 .list li p {
		width: 70px;
	}
	.sj_text2 .gx_time p {
		margin-top: 15px;
	}
	.sj_text3 .text p img {
		padding-right: 5px;
	}

	.cw_main {
		width: 100%;
	    height: calc(100vh - 111px);
	}
	.mhide_footer .mi_footer {
		display: none;
	}
	.cw_main .box .fl {
		display: none;
	}
	.cw_main .box .fr {
		width: 100%;
		padding: 0 4%;
	}
	.cw_main .box .fr img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		margin-bottom: 5%;
	}

	.xiazai_box ul li .box .fl img {
		display: block;
		margin-bottom: 20px;
	}
	.xiazai_box ul li .box .fr {
		display: none;
	}

  .wsc_banner .box .text {
    padding: 0 5%;
  }
  .wsc_banner .box .text .fl {
    width: 100%;
  }
  .wsc_banner .box .text .fr {
    width: 100%;
    display: none;
  }
  .wsc_box1 {
    padding: 30px 2%;
  }
  .wsc_box1 .box {
    padding-top: 0;
  }
  .wsc_box1 .box li {
    margin-top: 65px;
    width: 49%;
    margin-right: 2%;
  }
  .wsc_box1 .box li:nth-child(4n) {
    margin-right: 2%;
  }
  .wsc_box1 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .wsc_box2 {
    padding: 30px 2%;
  }
  .wsc_box2 .box .li_text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .sst_banner .box .text {
    background: none;
    padding: 0 5%;
  }
  .sst_box1 {
    padding: 30px 2%;
  }
  .sst_box1 .box {
    padding-top: 0;
  }
  .sst_box1 .box .fl {
    width: 100%;
    margin-top: 20px;
  }
  .sst_box1 .box .fr {
    width: 100%;
    margin-top: 20px;
  }
  .sst_box2 {
    padding: 30px 2%;
  }
  .sst_box2 .box li {
    width: 50%;
    margin: 0;
    padding: 10px 2%;
  }
  .sst_box2 .box li:last-child {
    width: 100%;
  }
  .sst_box4 {
    padding: 30px 2%;
  }
  .sst_box4 .box li {
    width: 49%;
  }
  .sst_box4 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .sst_box4 .box li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .mi_m_banner .text1 span {
    /*font-size: .19rem;
    margin-top: .18rem;*/
    margin-top: .60rem;
  }
  .mi_m_banner .text1 p {
    font-size: .13rem;
  }
  .box_tit span {
    /*font-size: .19rem;*/
  }
  .box_tit p {
    /*font-size: .115rem;
    margin-top: .05rem;*/
    margin-top: .5rem;
  }
  .mi_box1 {
    background: #f5f6fa;
    padding: .15rem 2% .05rem 2%;
  }
  .mi_box1 .box {
    display: none;
  }
  .mi_box1 .m_box {
    display: block;
  }
  .mi_box1 .m_box ul {
    margin-top: .15rem;
  }
  .mi_box1 .m_box li {
    position: relative;
    background: #fff;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: .1rem;
    /*padding: .05rem;*/
    /*padding-left: .52rem;
    min-height: .52rem;*/
  }
  .mi_box1 .m_box li .icon {
    position: absolute;
    /*left: .05rem;
    top: .05rem;
    line-height: 100%;*/
  }
  .mi_box1 .m_box li .icon img {
    /*width: .42rem;
    height: .42rem;*/
    width:3rem;
    height:3rem;
  }
  .mi_box1 .m_box li span {
    /*font-size: .135rem;*/
    color: #333;
    display: block;
    /*margin-top: .02rem;*/
  }
  .mi_box1 .m_box li p {
    /*font-size: .11rem;*/
    color: #999;
    display: block;
    margin-top: .04rem;
  }
  .mi_box2 {
    padding: .15rem 2%;
  }
  .mi_box2 .mi_box2_js {
    margin-top: .15rem;
    padding: 0;
  }
  .mi_box2 .mi_box2_js .swiper_container {
    padding-top: .05rem;
  }
  .mi_box2 .mi_box2_js .next {
    display: none;
  }
  .mi_box2 .mi_box2_js .prev {
    display: none;
  }
  .mi_box2 .mi_box2_js .pagination {
    display: block;
  }
  .mi_box2 .mi_box2_js .swiper-slide {
    margin: 0;
  }
  .mi_box2 .mi_box2_js .swiper-slide .text1 {
    background: #099efd;
    padding-left: 0;
    padding: .13rem 0;
  }
  .mi_box2 .mi_box2_js .swiper-slide .text1 span {
    /*font-size: .16rem;*/
    
    text-align: center;
    color: #fff;
  }
  .mi_box2 .mi_box2_js .swiper-slide .text1 p {
    /*font-size: .11rem;*/
    text-align: center;
    color: #fff;
  }
  .mi_box2 .mi_box2_js .swiper-slide .text2 {
    border: 1px solid #eee;
    padding: 0 .15rem;
    padding-bottom: .15rem;
  }
  .mi_box2 .mi_box2_js .swiper-slide .text2 .pic {
    line-height: 1.4rem;
  }
  .mi_box2 .mi_box2_js .swiper-slide .text2 .pic img {
    /*max-height: 1rem;*/
  }
  .mi_box2 .mi_box2_js .swiper-slide .text2 p {
    /*font-size: .11rem;*/
    line-height: 170%;
    min-height: auto;
  }
  .mi_box2 .mi_box2_js .swiper-slide .a_more {
    display: block;
  }
  .mi_box2 .mi_box2_js .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
  .mi_box3 {
    padding: .15rem 2%;
  }
  .mi_box3 .mi_case_list {
    margin-top: .15rem;
    padding: 0;
  }
  .mi_box3 .mi_case_list .swiper_container {
    padding-top: .05rem;
  }
  .mi_box3 .mi_case_list .next {
    display: none;
  }
  .mi_box3 .mi_case_list .prev {
    display: none;
  }
  .mi_box3 .mi_case_list .pagination {
    display: block;
  }
  .mi_box3 .mi_case_list .swiper-slide {
    margin: 0;
  }
  .mi_box3 .m_more {
    display: block;
  }
  .mi_box4 {
    padding: .15rem 2%;
    width: 100%;
  }
  .mi_box5 {
    padding: .15rem 2%;
  }
  .mi_box5 .box {
    margin-top: .1rem;
  }
  .mi_box5 .box li {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .mi_box5 .box li a .imgauto {
    /*height: .7rem;*/
  }
  .mi_box5 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .mi_box5 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .mi_box6 {
    padding: .25rem 2%;
  }
  .mi_box6 .box span {
    /*font-size: .18rem;*/
  }
  .mi_box6 .box p {
    /*font-size: .12rem;
    margin-top: .1rem;*/
  }
  .mi_box6 .box a {
    display: block;
    margin: 0 auto;
    /*font-size: .11rem;*/
    text-align: center;
    margin-top: .3rem;
    border-radius: 2px;
  }
  .mi_page_banner {
    padding: 30px 0;
  }
  .mi_page_banner .box h4 {
    font-size: .19rem;
  }
  .mi_page_banner .box ul {
    margin-top: .2rem;
    padding: 0 10%;
  }
  .mi_page_banner .box ul li {
    width: 48%;
    float: left;
    margin: 5px 0;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-right: 4%;
  }
  .mi_page_banner .box ul li a {
    line-height: 38px;
  }
  .mi_page_banner .box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .city_box1 {
    padding: .15rem 2%;
  }
  .city_box1 .box .fl img {
    margin: 0 auto;
    max-width: 80%;
  }
  .city_box1 .box .fr {
    margin-top: .15rem;
  }
  .city_box1 .box .fr span {
    font-size: .16rem;
    text-align: center;
    padding-bottom: .15rem;
  }
  .city_box1 .box .fr p {
    font-size: .11rem;
    line-height: 180%;
    text-align: justify;
    padding-bottom: .08rem;
  }
  .city_box2 .box {
    margin: 5px;
  }
  .city_box2 .box li {
    width: 33.33%;
    margin-top: .15rem;
    padding: 5px 0;
  }
  .city_box2 .box li img {
    max-width: 60%;
  }
  .city_box2 .box li span {
    font-size: .12rem;
    margin-top: .07rem;
  }
  .city_box2 .box li i {
    margin: .07rem auto;
  }
  .city_box2 .box li p {
    font-size: .1rem;
    line-height: 170%;
  }
  .city_box3 {
    margin-top: .2rem;
    padding: 0 2%;
  }
  .city_box3 .mi_case_list {
    margin-top: .1rem;
  }
  .city_box3 .mi_case_list .swiper-wrapper {
    display: block;
  }
  .city_box3 .mi_case_list .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 0;
    margin-bottom: .1rem;
  }
  .city_box3 .p_more {
    margin-top: .15rem;
  }
  .city_box3 .p_more a {
    width: 200px;
    height: 46px;
    line-height: 46px;
  }
  .city_box4 {
    margin-top: .2rem;
  }
  .city_box4 ul {
    margin-top: .15rem;
  }
  .city_box4 ul li {
    padding: .15rem 2%;
  }
  .city_box4 ul li .box {
    display: block;
  }
  .city_box4 ul li .box .fl {
    width: 100%;
    padding-left: 5%;
  }
  .city_box4 ul li .box .fl span {
    font-size: .16rem;
  }
  .city_box4 ul li .box .fl p {
    font-size: .12rem;
    margin-top: .07rem;
  }
  .city_box4 ul li .box .fl a {
    width: 1rem;
    height: .28rem;
    line-height: .28rem;
    margin-top: .1rem;
  }
  .city_box4 ul li .box .fr {
    width: 100%;
    margin-top: 20px;
  }
  .city_box4 ul li:nth-child(2n) .fl {
    text-align: right;
    padding-right: 5%;
  }
  .city_box4 ul li:nth-child(2n) .fl a {
    float: right;
  }
  .zhanq_box1 {
    padding: .15rem 0 0 0;
  }
  .zhanq_box1 .box li {
    width: 50%;
  }
  .zhanq_box1 .box li img {
    max-width: 30%;
  }
  .zhanq_box2 {
    padding: 0;
    margin-top: .1rem;
    overflow: hidden;
  }
  .zhanq_box2 ul {
    margin: 0;
  }
  .zhanq_box2 ul li .box .fl span {
    padding-bottom: .15rem;
  }
  .wc_box2 .box li {
    width: 50%;
  }
  .wc_box2 .box li img {
    max-width: 40%;
  }
  .wc_box1 .box .fr p {
    padding-bottom: 5px;
    font-size: .105rem;
    line-height: 170%;
  }
  .wc_box1 .text p {
    font-size: .115rem;
    line-height: 200%;
    margin-top: .05rem;
  }
  .price {
    padding: 0 2% .15rem 2%;
  }
  .price .pic {
    margin-top: .15rem;
  }
  .price .box {
    margin-top: .15rem;
  }
  .price_question dl {
    padding: 0 .1rem;
  }
  .price_question dl dt {
  	padding: 15px 0;
    font-size: .115rem;
    margin-bottom: .02rem;
  }
  .price_question dl .ques_text p {
    font-size: .105rem;
    line-height: 170%;
  }
  .gx_wrap {
    padding: .15rem 0;
  }
  .gx_wrap .box ul li .text {
    padding: 12px;
  }
  .gx_wrap .box ul li .text span {
    font-size: .15rem;
  }
  .gx_wrap .box ul li .text i {
    font-size: .1rem;
  }
  .gx_wrap .box ul li .text .text_ov p {
    font-size: .11rem;
    margin-bottom: 6px;
  }
  .m_price .mtable_t li {
    font-size: 16px;
  }
  .mi_page_banner .text span {
    /*font-size: .145rem;*/
    font-size:1.1rem;
  }
  .mi_page_banner .text p {
    /*font-size: .105rem;*/
    /*margin-top: .1rem;*/
  }
  .mi_page_banner .text a {
    width: 1rem;
    line-height: .28rem;
    font-size: .105rem;
  }
  .mark2_box1 {
    padding: .15rem 0;
  }
  .mark2_box1 .box {
    margin-top: .15rem;
  }
  .mark2_box1 .box li:before {
    top: .3rem;
  }
  .mark2_box1 .box li .pic img {
    max-width: .6rem;
  }
  .mark2_box1 .box li .pic img:first-child {
    display: none;
  }
  .mark2_box1 .box li .pic img:first-child + img {
    display: block !important;
  }
  .mark2_box1 .box li .text {
    margin-top: .15rem;
  }
  .mark2_box1 .box li .text h5 {
    font-size: .11rem;
    font-weight: normal;
  }
  .mark2_box1 .box li .text p {
    font-size: .09rem;
    line-height: 170%;
    margin-top: .07rem;
  }
  .mark2_box2 {
    padding: .15rem 0;
  }
  .mark2_box2 .box {
    margin-top: .25rem;
  }
  .mark2_box2 .box li {
    width: 100%;
  }
  .mark2_box2 .box li .text h5 {
    /*font-size: .13rem;*/
  }
  .mark2_box2 .box li .text h5 small {
    font-size: .1rem;
    margin-top: .02rem;
  }
  .mark2_box2 .box li .text p {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
    padding-top: 25px;
    height: auto;
  }
  .mark2_box3 {
    padding: .15rem 2%;
  }
  .mark2_box3 .box {
    margin-top: .15rem;
  }
  .mark2_box3 .box li {
    width: 49%;
  }
  .mark2_box3 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .mark2_box3 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .mark2_box3 .box li .pic {
    line-height: .5rem;
  }
  .mark2_box3 .box li .pic img {
    max-height: .3rem;
  }
  .mark2_box3 .box li .text {
    margin-top: 0;
  }
  .mark2_box3 .box li .text span {
    font-size: .13rem;
    padding-bottom: 0;
  }
  .mark2_box3 .box li .text p {
    font-size: .1rem;
    line-height: .18rem;
    min-height: 1.08rem;
  }
  .mark2_box4 {
    padding: .15rem 2%;
  }
  .mark2_box4 .box {
    margin-top: .15rem;
  }
  .mark2_box4 .box li {
    width: 100%;
  }
  .mark2_box4 .box li:nth-child(3n) {
    margin-right: 0;
  }
  .mark2_box4 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .mark2_box4 .box li h4 {
    font-size: .14rem;
  }
  .mark2_box4 .box li .info .info_l p {
    margin-bottom: 2px;
  }
  .mark2_box4 .more a {
    width: 1rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .115rem;
  }
  .mark3_box2 {
    padding: .15rem 2%;
  }
  .mark3_box2 .box {
    margin-top: .15rem;
  }
  .mark3_box2 .box li {
    padding: 20px 10px;
  }
  .mark3_box2 .box li .pic {
    line-height: .6rem;
  }
  .mark3_box2 .box li .pic img {
    max-height: .35rem;
  }
  .mark3_box2 .box li .text {
    padding: 0;
    padding: .15rem 0 .05rem 0;
  }
  .mark3_box2 .box li .text p {
    font-size: .105rem;
  }
  .mark3_box3 {
    padding: .15rem 2%;
  }
  .mark3_box3 .box {
    margin-top: .15rem;
  }
  .mark3_box3 .mark3_box3_js .swiper-slide .text span {
    font-size: .14rem;
    padding-bottom: .07rem;
  }
  .mark3_box3 .mark3_box3_js .swiper-slide .text p {
    font-size: .1rem;
  }
  .mark3_box4 {
    margin-top: 0;
    padding: .15rem 2%;
  }
  .mark3_box4 .box {
    margin-top: .15rem;
  }
  .mark3_box5 {
    padding: .15rem 2%;
  }
  .mark3_box5 .box {
    margin-top: .15rem;
  }
  .mark3_box5 .box li {
    margin-bottom: 15px;
  }
  .mark3_box5 .box li span {
    font-size: 14px;
    line-height: 42px;
    text-align: left;
    font-size: .1rem;
    color: #00a2e9;
    padding-left: 10px;
  }
  .mark3_box5 .box li span i {
    display: inline-block;
    color: #999;
  }
  .mark3_box5 .more a {
    width: 1rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .115rem;
    margin-top: .05rem;
    background: #00a2e9;
    color: #fff;
    border-color: #00a2e9;
    transition: .5s;
  }
  .mark1_box2 .box_tit p {
    padding: 0;
  }
  .mark1_box2 .mi_box5 .box {
    margin-top: .15rem;
  }
  .mark1_box2 .mi_box5 .box li {
    margin-top: 0;
  }
  .mark1_box5 {
    padding: .15rem 2%;
  }
  .mark4_box3 {
    padding: .15rem 2%;
  }
  .mark4_box3 .box {
    margin-top: .15rem;
  }
  .mark4_box3 .box p {
    font-size: .11rem;
    line-height: 170%;
    margin-bottom: .1rem;
  }
  .mark4_box4 {
    padding: .15rem 2%;
    padding-bottom: 0;
  }
  .mark4_box4 .box li {
    width: 100%;
    margin-bottom: .2rem;
  }
  .mark4_box4 .box li a {
    margin-top: .1rem;
  }
  .mark4_box4 .box li p {
    font-size: .16rem;
  }
  .stat_banner .stat_banner_text .swiper-slide {
    padding: .3rem 0 .4rem;
  }
  .stat_banner .stat_banner_text .swiper-slide span {
    font-size: .18rem;
  }
  .stat_banner .stat_banner_text .swiper-slide p {
    font-size: .11rem;
    line-height: .18rem;
    height: .36rem;
    overflow: hidden;
    padding: 0 5%;
  }
  .stat_banner .stat_banner_text .swiper-slide img {
    height: 60px;
    margin-top: 30px;
  }
  .stat_banner .stat_banner_text .pagination {
    bottom: 5px;
  }
  .stat_banner:hover .stat_banner_text .next {
    display: none;
  }
  .stat_banner:hover .stat_banner_text .prev {
    display: none;
  }
  .station_box2 {
    padding: .15rem 0;
  }
  .station_box2 .box li {
    width: 50%;
  }
  .station_box2 .box li img {
    max-width: 30%;
  }
  .station_box2 .box li p {
    font-size: .09rem;
  }
  .station_box3 .box {
    margin-top: 0;
  }
  .station_box3 .mark3_box3_js .pagination span {
    font-size: .105rem;
  }
  .station_box3 .mark3_box3_js .swiper-slide {
    height: auto;
    padding: .15rem 4%;
    display: block;
  }
  .station_box3 .mark3_box3_js .swiper-slide .pic {
    width: 100%;
    position: relative;
    float: none;
    display: block;
    line-height: .7rem;
  }
  .station_box3 .mark3_box3_js .swiper-slide .pic img {
    max-height: .6rem;
  }
  .station_box3 .mark3_box3_js .swiper-slide .text {
    float: none;
    width: 100%;
    margin-top: .15rem;
  }
  .station_box3 .mark3_box3_js .swiper-slide .text span {
    font-size: .13rem;
    padding-bottom: .1rem;
  }
  .station_box3 .mark3_box3_js .swiper-slide .text p {
    font-size: .1rem;
  }
  .station_box5 {
    padding: .15rem 2%;
    margin-top: .15rem;
  }
  .station_box5 .box {
    margin-top: .15rem;
  }
  .station_box5 .box li {
    padding: .1rem;
  }
  .station2_box1 {
    padding: .15rem 2%;
  }
  .station2_box1 .box li {
    width: 50%;
  }
  .station2_box1 .box li img {
    max-width: 30%;
  }
  .station2_box3 .stat2_box3_js .hd {
    padding-bottom: .15rem;
  }
  .station2_box3 .stat2_box3_js .hd li {
    width: 46%;
    margin: 5px 2%;
    float: left;
  }
  .station2_box3 .stat2_box3_js .bd .ul_tit {
    padding: 15px 3%;
  }
  .station2_box3 .stat2_box3_js .bd .ul1_text {
    padding: 0 10px;
  }
  .station2_box3 .stat2_box3_js .bd .ul1_text p {
    font-size: .105rem;
  }
  .station2_box3 .stat2_box3_js .bd .ul2_text {
    padding: 0 10px;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text {
    padding: 0 10px;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list .item {
    padding: 0 2%;
  }
  .station2_box3 .stat2_box3_js .bd .ul3_text .list .item img {
    max-width: 20%;
    margin: 0 10px;
  }
  .station2_box3 .stat2_box3_js .bd .ul4_text {
    padding: 0 10px;
  }
  .station2_box4 .box {
    margin-top: .15rem;
  }
  .station2_box4 .box li {
    width: 49% !important;
    height: 1.5rem !important;
    margin-right: 2%;
  }
  .station2_box4 .box li .imgauto {
    width: 100% !important;
    height: 1.5rem !important;
    padding: 6% !important;
  }
  .station2_box5 .box li {
    width: 50%;
    margin-bottom: 20px;
  }
  .station2_box5 .box li img {
    max-width: 30%;
  }
  .station2_box5 .box li:before {
    display: none;
  }
  .station2_box5 .box li:after {
    display: none;
  }
  .station3_box1 {
    padding: .15rem 2%;
  }
  .station3_box1 .box {
    margin-top: .15rem;
  }
  .station3_box1 .box .item {
    height: auto;
    margin-top: 0;
    padding-bottom: .15rem;
  }
  .station3_box1 .box .item h2 {
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
  }
  .station3_box1 .box .item .price {
    height: .42rem;
    line-height: .42rem;
    margin-bottom: .1rem;
  }
  .station3_box1 .box .item .price span {
    font-size: .2rem;
  }
  .station3_box1 .box .item p {
    font-size: .1rem;
    line-height: .26rem;
  }
  .station3_box1 .box .big {
    margin: 10px 0;
  }
  .station3_box4 {
    padding: .15rem 2%;
  }
  .mark2_box5 {
    padding: .15rem 2%;
  }
  .mark2_box5 .box {
    margin-top: .15rem;
  }
  .mark2_box5 .mark2_box4list {
    display: none;
  }
  .mark2_box5 .m_price .w780 {
    margin-bottom: 0;
  }
  .mark2_box5 .m_price .mtable {
    padding-bottom: 0;
  }
  .mark2_box5 .more {
    margin-top: 0;
  }
  .mark2_box5 .more a {
    width: 1rem;
    height: .28rem;
    line-height: .28rem;
    font-size: .105rem;
  }
  .mark3_box1 {
    padding: .15rem 0;
  }
  .mark3_box1 .box li {
    width: 50%;
  }
  .mark3_box1 .box li img {
    max-width: 30%;
  }
  .case_box1 .box li {
    padding: 15px 2%;
  }
  .case_box1 .box li .pic {
    margin: .05rem auto;
  }
  .case_box1 .box li .pic span {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
  }
  .case_box1 .box li .pic span img {
    max-height: .26rem;
  }
  .case_box1 .box li .text {
    padding: .1rem 0 0.1rem 0;
  }
  .case_box1 .box li .text span {
    font-size: .14rem;
  }
  .case_box1 .box li .text p {
    font-size: .1rem;
    line-height: .18rem;
    min-height: .72rem;
  }
  .case_box1 .box li .more a {
    width: 100%;
    margin-left: 0;
    line-height: .28rem;
    margin-top: .05rem;
    padding-left: .15rem;
    font-size: .105rem;
  }
  .case_box1 .box li .more a:first-child {
    margin-left: 0;
    background: url(../images/case_ic5.png) no-repeat 0.39rem center #fff;
    background-size: .13rem;
  }
  .case_box1 .box li .more a:first-child + a {
    padding-left: .15rem;
    background: url(../images/case_ic6.png) no-repeat 0.37rem center #fff;
    background-size: .15rem;
  }
  .case_box1 .box li:hover .more a {
    background: #fff;
    border-color: #00a2e9;
  }
  .case_box1 .box li:hover .more a:first-child {
    margin-left: 0;
    background: url(../images/case_ic5.png) no-repeat 0.39rem center #fff;
    background-size: .13rem;
  }
  .case_box1 .box li:hover .more a:first-child + a {
    padding-left: .15rem;
    background: url(../images/case_ic6.png) no-repeat 0.37rem center #fff;
    background-size: .15rem;
  }
  .case2_box1 .box li .text p {
    min-height: .18rem;
    text-align: center;
  }
  .case2_box2 .box li .text p {
    min-height: .72rem;
  }
  .case2_box3 {
    padding: .15rem 2%;
  }
  .case2_box3 .box {
    margin-top: .15rem;
  }
  .case2_box3 .box li {
    width: 33.33%;
    padding-top: 15px;
  }
  .case2_box3 .box li span {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
  }
  .case2_box3 .box li span img {
    max-height: .4rem;
  }
  .case2_box3 .box li p {
    font-size: .12rem;
    margin-top: .1rem;
  }
  .case2_box3 .box li:after {
    margin-top: -.07rem;
    background-size: .13rem;
  }
  .case2_box3 .box li:nth-child(2n):after {
    display: block;
  }
  .case2_box3 .box li:nth-child(3n):after {
    display: none;
  }
  .case2_box4 .case2_box4_menu {
    margin-top: .15rem;
  }
  .case2_box4 .case2_box4_menu a {
    width: 49%;
    float: left;
    margin: 5px 0;
    margin-right: 2%;
    text-align: center;
    padding-left: .2rem;
  }
  .case2_box4 .case2_box4_menu a:nth-child(2n) {
    margin-right: 0;
  }
  .case2_box4 .case2_box4_menu a.case_btn1 {
    background: url(../images/case2_ic17.png) no-repeat 0.3rem center #fff;
  }
  .case2_box4 .case2_box4_menu a.case_btn2 {
    background: url(../images/case2_ic18.png) no-repeat 0.3rem center #fff;
  }
  .case2_box4 .case2_box4_menu a.case_btn3 {
    background: url(../images/case2_ic19.png) no-repeat 0.3rem center #fff;
  }
  .case2_box4 .case2_box4_menu a:hover.case_btn1 {
    background: url(../images/case2_ic17h.png) no-repeat 0.3rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a:hover.case_btn2 {
    background: url(../images/case2_ic18h.png) no-repeat 0.3rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a:hover.case_btn3 {
    background: url(../images/case2_ic19h.png) no-repeat 0.3rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a.on.case_btn1 {
    background: url(../images/case2_ic17h.png) no-repeat 0.3rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a.on.case_btn2 {
    background: url(../images/case2_ic18h.png) no-repeat 0.3rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a.on.case_btn3 {
    background: url(../images/case2_ic19h.png) no-repeat 0.3rem center #00a2e9;
    color: #fff;
  }
  .xiazai_box ul li .box .fl .win_more a {
    float: left;
  }
  .xiazai_box ul li:nth-child(2n) .box .fl .win_more a {
    float: right;
  }
  .pro_box {
    padding: .15rem 0;
  }
  .pro_box .pro_screen {
    width: 96%;
    margin: 0 2%;
    padding: .03rem 0 .1rem 0;
  }
  .pro_box .flex_between {
    width: 96%;
    margin: .1rem 2%;
  }
  .pro_screen ul {
    padding-left: 70px;
  }
  .pro_screen ul li {
    width: 31.33%;
    margin: 1%;
  }
  .show_pro_text1 {
    padding: 2%;
  }
  .show_pro_text1 .pic {
    /*height: 2.2rem;*/
  }
  .show_pro_text1 .info {
    /*margin-top: .1rem;*/
  }
  .show_pro_text1 .info .spro_title {
    margin-bottom: 5px;
  }
  .show_pro_text1 .info .spro_title p {
    /*font-size: .14rem;*/
  }
  .show_pro_text1 .info .money {
    /*line-height: .3rem;
    margin-bottom: 3px;*/
  }
  .show_pro_text1 .info .money span {
    /*font-size: .15rem;*/
  }
  .show_pro_text1 .info .money img {
    margin-right: 5px;
  }
  .show_pro_text1 .info .money p {
    font-size: .1rem;
    line-height: .3rem;
  }
  .show_pro_text1 .info ul {
    padding: 10px 0;
  }
  .show_pro_text1 .info ul li {
    /*font-size: .105rem;
    line-height: .24rem;*/
  }
  .show_pro_text1 .info .more a {
    float: left;
    margin-right: 5px;
  }
  .show_pro_text2 .station2_box5 .box {
    padding: 0;
  }
  .show_pro_text2 .station2_box5 .box li img {
    max-width: 45%;
  }
  .show_pro_text3 {
    padding: .15rem 0;
    width: 100%;
    overflow: hidden;
  }
  .show_pro_text3 .station2_box5 .box {
    padding-top: .15rem;
  }
  .show_pro_text3 .station2_box5 .box li {
    margin-top: 0;
    margin-bottom: .15rem;
  }
  .show_pro_text3 .station2_box5 .box li img {
    max-width: 45%;
  }
  .show_pro_text4 {
    padding: .15rem 0;
    width: 100%;
    overflow: hidden;
  }
  .show_pro_text4 .station2_box5 .box {
    padding-top: .15rem;
  }
  .show_pro_text4 .station2_box5 .box li {
    margin-top: 0;
    margin-bottom: .15rem;
  }
  .show_pro_text4 .station2_box5 .box li img {
    max-width: 45%;
  }
  .show_pro_text5 {
    padding: .15rem 5%;
  }
  .show_pro_text5 .text {
    margin-top: .15rem;
    padding: .15rem;
  }
  .show_pro_text6 {
    padding: 0;
  }
  .show_pro_text6 table {
    margin-top: .15rem;
  }
  .show_pro_text6 table tr td {
    line-height: 180%;
    padding: .08rem;
  }
  .show_pro_text7 {
    padding: 0 5%;
    margin-top: .15rem;
  }
  .show_pro_text7 .list {
    margin-top: .15rem;
  }
  .join_box1 {
    padding: .15rem 2%;
  }
  .join_box1 .box {
    padding: 0 2%;
    margin-top: .15rem;
  }
  .join_box2 {
    padding: .15rem 2%;
  }
  .join_box2 .box {
    margin-top: .15rem;
  }
  .join_box2 .box li {
    padding: .1rem 0;
  }
  .join_box2 .box li img {
    max-width: 40%;
  }
  .join_box2 .box li span {
    margin-top: .05rem;
    font-size: .14rem;
    line-height: 170%;
    padding-bottom: 0;
  }
  .join_box2 .box li .text {
    display: none;
    padding: 0 2%;
    min-height: 1.2rem;
  }
  .join_box2 .box li .text p {
    font-size: .1rem;
    line-height: .2rem;
  }
  .join_box3 {
    padding: .15rem 2%;
  }
  .join_box3 .box {
    padding: 20px 20px 0 65px;
    margin-top: .15rem;
  }
  .join_box3 .box .text p {
    margin-bottom: .2rem;
    font-size: .12rem;
    line-height: 180%;
  }
  .join_box4 {
    padding: .15rem 2%;
  }
  .join_box4 .box {
    margin-top: .15rem;
  }
  .join_box4 .box li {
    width: 49%;
    padding: .15rem 0 .05rem 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .join_box4 .box li:nth-child(3n) {
    margin-right: 2%;
  }
  .join_box4 .box li:nth-child(2n) {
    margin-right: 0;
  }
  .join_box4 .box li img {
    max-width: 40%;
  }
  .join_box4 .box li span {
    font-size: .14rem;
    margin-top: .15rem;
  }
  .join_box4 .box li p {
    font-size: .11rem;
    line-height: .18rem;
    min-height: .36rem;
  }
  .join_box6 {
    padding: .15rem 2%;
  }
  .join_box6 .box {
    margin-top: .15rem;
  }
  .join_box6 .box ul li span {
    line-height: 42px;
    font-size: .105rem;
  }
  .join_box6 .box ul li span:first-child {
    width: 25%;
  }
  .join_box6 .box ul li span:nth-of-type(2) {
    width: 75%;
  }
  .join_box6 .box ul li span:nth-of-type(3) {
    width: 25%;
  }
  .join_box6 .box ul li span:nth-of-type(4) {
    width: 75%;
    padding: 0 2%;
    text-align: left;
  }
  .join_box7 {
    padding: 0 0 .15rem 0;
  }
  .join_box7 .box {
    margin-top: .15rem;
  }
  .join_box7 .box a {
    width: 1rem;
    height: .28rem;
    line-height: .28rem;
    font-size: .105rem;
    margin-top: .15rem;
  }
  .tx_search {
    padding: 0 5%;
  }
  .tx_search .inp1 {
    /*line-height: .36rem;*/
  }
  .tx_search .inp2 {
    width: .36rem;
    height: .36rem;
    background-size: .12rem;
  }
  .tx_search p {
    /*font-size: .105rem;*/
  }
  .tx_search p a {
    margin-bottom: .05rem;
  }
  .search_box {
    padding: .15rem 2%;
  }
  .search_box .box li span {
    /*font-size: .13rem;*/
    font-size:1rem;
  }
  .search_box .box li p {
    /*font-size: .105rem;
    line-height: .18rem;
    height: .54rem;*/
  }
  .search_box .box li i {
    /*font-size: .1rem;
    margin-top: .1rem;*/
  }
  .page_box {
    padding: .15rem 2%;
  }
  .page_menu h3 {
    line-height: .4rem;
    font-size: .14rem;
    text-align: center;
    padding-left: 0;
  }
  .page_menu li {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .page_menu li a {
    line-height: .3rem;
    font-size: .105rem;
    text-align: center;
    padding-left: 0;
    margin-top: 8px;
  }
  .page_menu li:nth-child(2n) {
    margin-right: 0;
  }
  .page_menu li:hover a {
    background: #00a2e9;
    color: #fff;
  }
  .page_menu li.on a {
    background: #00a2e9;
    color: #fff;
  }
  .page_content {
    padding: .1rem;
    overflow: hidden;
  }
  .content p {
    font-size: .105rem;
    line-height: .18rem;
    margin-bottom: .1rem;
  }
  .pay_content {
    padding: .1rem;
  }
  .pay_content ul li {
    margin: 0;
    padding: .1rem 0 .1rem 5%;
  }
  .pay_content ul li p i {
    font-size: .105rem;
    line-height: .18rem;
  }
  .newlist_box {
    padding: .15rem 2%;
  }
  .newlist_box .box .fl {
    padding: 10px;
  }
  .new2_list li .pic {
    width: 40%;
  }
  .new2_list li .text {
    padding-left: 8px;
    width: 60%;
  }
  .new2_list li .text a {
    font-size: .13rem;
  }
  .new2_list li .text p {
    font-size: .1rem;
    line-height: .16rem;
    height: .32rem;
  }
  .content_tit h4 {
    font-size: .16rem;
    line-height: 160%;
  }
  .content_tit p span:nth-of-type(2) {
    display: none;
  }
  .case3_box1 {
    padding: .15rem 0;
  }
  .case3_box1 .box li {
    width: 50%;
  }
  .case3_box1 .box li img {
    max-width: 30%;
  }
  .case3_box2 {
    padding: .15rem 0;
  }
  .case3_box2 .box li {
    width: 50%;
    min-height: 1.9rem;
  }
  .case3_box2 .box li img {
    max-width: 30%;
  }
  .case3_box2 .box li p {
    margin-top: 3px;
  }
  .case3_box3 .box li {
    padding-top: 0;
  }
  .case3_box3 .box li .pic {
    line-height: 80px;
  }
  .case3_box3 .box li .pic img {
    max-height: 40px;
  }
  .case3_box3 .box li span {
    font-size: .118rem;
  }
  .join_box2 .box li:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .26);
  }
  .case3_box4 {
    padding: .15rem 0;
  }
  .case3_box4 .text {
    margin-top: .15rem;
    padding: 0 5%;
  }
  .case3_box4 .text p {
    font-size: .11rem;
  }
  .price_main {
  	padding: 10px 0;
  }
  
  .vip-title .vip-version,.vip-title .vip-feature{
  	position: relative;
  	top: 0;
  	left: 0;
  	right: 0;
  }
  .vip-title .divide-line {
  	display: none;
  }
  .vip-funcs .vip-table tr td {
  	width: 20%;
  }
  .vip-funcs .vip-table tr td {
  	padding: 10px;
  }
  .vip-btn .f36 {
  	font-size: .14rem;
  }
  .vip-btn p {
  	min-height: .4rem;
  }
  .vip-table .f20 {
	font-size: .12rem;
  }
  .text-muted {
  	font-size: 12px;
    line-height: 20px;
    min-height: 80px;
  }
  .zz-button.is-round {
  	padding: 8px 10px;
  	font-size: .105rem;
  }
  .wenzi span {
  	font-size: .14rem;
  }
  .price3 .vip-funcs .vip-table tr td {
  	width: 33.33%;
  }
  .price4 .vip-funcs .vip-table tr td {
  	width: 25%;
  }
  .zq_price .vip-title .vip-feature {
  	left: 0;
  }
  .newlist3_box {
  	padding: 0 2%;
  }
  .mi_page_banner .text.art_conttit span {
  	/*font-size: .13rem;*/
      font-size:1rem;
  	padding: 0 5%;
  	line-height: 160%;
  }
  .mi_page_banner .text p em {
  	/*font-size: .1rem;*/
  }

	
	.art3_list li {
		width: 100%;
		margin-right: 0!important;
		padding: 10px;
	}
	.art3_list li .text a {
		font-size: .14rem;
		line-height: .23rem;
	}
	.art3_list li .text p {
		font-size: .1rem;
		margin-top: .05rem;
	}
	.art3_list li .text i {
		font-size: .09rem;
		margin-top: .05rem;
	}
	.art3_list li .li_time {
		padding-top: 10px;
		margin-top: 10px;
	}
	.art3_list li .li_time span {
		font-size: .15rem;
		line-height: .2rem;
	}
	.art3_list li .li_time p {
		font-size: .1rem;
	}
	.art3_list li .li_time a {
		top: .05rem;
	}
	.art3_list li .li_time a img {
		margin-top: .08rem;
	}
	.sj_text5 .sj_text4list li p:nth-of-type(3) {
		display: none;
	}
	.sj_text5 .sj_text4list li p {
		width: 21%;
	}
	.sj_text5 .sj_text4list li p:nth-of-type(2) {
		width: 26%;
	}
	.sj_text4list li p {
		font-size: .1rem;
	}
	.login_wrap .fl {
	    display: none;
	}
	.login_wrap .fr .login_text {
		width: 350px;
	}

	
	.zhanqun_box10 {
		padding: .15rem 2%;
	}
	.zhanqun_box10 .box {
		margin-top: .15rem;
	}
	.zhanqun_box10 .box .item {
		margin-top: .15rem;
	}
	.zhanqun_box10 .box .item .text {
		padding: .15rem .1rem;
		height: auto;
	}
	.zhanqun_box10 .box .item .text span i {
		font-size: .16rem;
	}
	.zhanqun_box10 .box .item .text span em {
		font-size: .12rem;
		margin-top: .04rem;
	}
	.zhanqun_box10 .box .item .text p {
		font-size: .115rem;
		margin-top: .1rem;
	}
	.zhanqun_box10 .box .item .list {
		height: auto;
	}
	.zhanqun_box10 .box .item .list ul {
		padding-top: 0;
	}
	.zhanqun_box10 .box .item .list span {
		height: .5rem;
		width: auto;
		line-height: .5rem;
		
	}
	.zhanqun_box10 .box .item .list li {
		height: auto;
	}
	.zhanqun_box10 .box .item .list span img {
		max-height: .3rem;
		margin-top: 0;
		display: inline-block;
    	vertical-align: middle;
	}
	.zhanqun_box10 .box .item .list p {
		font-size: .115rem;
		line-height: .5rem;
		top: 0;
	}
	.zhanqun_box11 {
		padding: 0 2%;
		padding-top: .15rem;
	}
	.zhanqun_box11 .box {
		margin-top: .15rem;
	}
	.zhanqun_box11 .box li {
		width: 100%;
		margin-left: 0;
		margin-bottom: .15rem;
	}
	.zhanqun_box11 .box li .pic img {
		width: 100%;
	}
	.zhanqun_box11 .box li .text{
		padding: 8px;
	}
	.zhanqun_box11 .box li .text span {
		font-size: .13rem;
	}
	.zhanqun_box11 .box li .text i {
		font-size: .11rem;
		margin-top: .05rem;
		line-height: .18rem;
		height: .72rem;
		overflow: hidden;
	}
	.zhanqun_box11 .box li .text p {
		margin-top: .1rem;
		padding-top: .1rem;
		padding-bottom: .1rem;
	}
	.zhanqun_box11 .box li .text p a {
		width: 23%;
		float: left;
		margin-left: 2.66%;
		padding: 5px 0;
		text-align: center;
	}
	.zhanqun_box11 .box li .text p a:first-child {
		margin-left: 0;
	}

	
	.cw_main .box .fr {
		width: 100%;
		padding: 0 8%;
	}
	.cw_main {
		padding: 15px 0;
	}

	.xiazai_box {
		margin-top: 0;
	}
	.xiazai_box ul li .box .fl {
		text-align: left;
	}
	.xiazai_box ul li .box .fl .win_more a {
		width: 100%;
	}

    .buy_box .list li {
        display: block;
        padding: 20px 2%;
    }
    .buy_box .list li .fl {
        width: 100%;
    }
    .buy_box .list li .fl img {
        margin: 0 auto;
        max-width: 80%;
    }
    .buy_box .list li .fr {
        width: 100%;
        margin-top: .15rem;
    }
    .buy_box .list li .fr span {
        font-size: .14rem;
        text-align: center;
    }
    .buy_box .list li .fr p {
        font-size: .11rem;
        margin-top: .1rem;
    }
    .buy_box .list li .fr .a_morebtn {
        margin-top: .1rem;
    }
    .buy_box .list li .fr .a_morebtn a {
        width: 32%;
        float: left;
        margin-right: 2%;
        height: .26rem;
        line-height: .26rem;
        font-size: .1rem;
    }
    .buy_box .list li .fr .a_morebtn a:nth-child(3n){
        margin-right: 0;
    }
    .buy_box .list li .fr .a_morebtn a.abut {
        background: url('../images/buy_ic1.png') no-repeat .15rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.ajs {
        background: url('../images/buy_ic2.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.arz {
        background: url('../images/buy_ic7.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.asc {
        background: url('../images/buy_ic3.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.awd {
        background: url('../images/buy_ic6.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.aapi {
        background: url('../images/buy_ic8.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.asp {
        background: url('../images/buy_ic4.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }
    .buy_box .list li .fr .a_morebtn a.awt {
        background: url('../images/buy_ic5.png') no-repeat .16rem center #00a2e9;
        background-size: .13rem;
    }


  .wsc_banner .pic img {
    height: 3rem;
  }
  .wsc_banner .box .text {
    padding: 0 5%;
  }
  .wsc_banner .box .text .fl {
    width: 100%;
  }
  .wsc_banner .box .text .fl span {
    font-size: .22rem;
  }
  .wsc_banner .box .text .fl p {
    font-size: .18rem;
  }
  .wsc_banner .box .text .fl i {
    font-size: .16rem;
  }
  .wsc_box1 {
    padding: .15rem 2%;
  }
  .wsc_box1 .box li {
    margin-top: 40px;
    width: 49%;
    margin-right: 2%;
  }
  .wsc_box1 .box li .pic {
    width: 60px;
    height: 60px;
    margin-top: -52px;
  }
  .wsc_box1 .box li .text span {
    font-size: .13rem;
  }
  .wsc_box1 .box li .text p {
    padding: 0;
    font-size: .105rem;
    line-height: .17rem;
    height: .51rem;
  }
  .wsc_box2 {
    padding: .15rem 2%;
  }
  .wsc_box2 .box {
    margin-top: .15rem;
  }
  .wsc_box2 .box .li_text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .wsc_box2 .box .li_text .text {
    padding: 12px 25px;
  }
  .wsc_box2 .box .li_text .text span {
    font-size: .16rem;
  }
  .wsc_box2 .box .li_text .text span:after {
    height: 96%;
    top: 1px;
  }
  .wsc_box2 .box .li_text .text p {
    font-size: .115rem;
  }
  .wsc_box2 .box .li_text .list li {
    padding: 8px 25px;
  }
  .wsc_box2 .box .li_text .list li span i {
    font-size: .115rem;
  }
  .wsc_box2 .box .li_text .list li p {
    font-size: .115rem;
  }
  
  .sst_banner .pic img {
    height: 2.3rem;
  }
  .sst_banner .box .text {
    padding: 0 5%;
  }
  .sst_banner .box .text span {
    font-size: .22rem;
  }
  .sst_banner .box .text p {
    font-size: .18rem;
    margin-top: .05rem;
  }
  .sst_banner .box .text i {
    font-size: .16rem;
    margin-top: .05rem;
  }
  .sst_box1 {
    padding: .15rem 2%;
  }
  .sst_box1 .box .fr li {
    padding: 5px;
    padding-left: 75px;
    margin-bottom: 10px;
  }
  .sst_box1 .box .fr li .pic {
    top: 5px;
    left: 5px;
  }
  .sst_box1 .box .fr li .text span {
    font-size: .12rem;
    margin-top: 4px;
  }
  .sst_box1 .box .fr li .text p {
    font-size: .11rem;
    margin-top: 4px;
  }
  .sst_box2 {
    padding: .15rem 2%;
  }
  .sst_box2 .box {
    margin-top: .15rem;
  }
  .sst_box2 .box li .pic {
    width: 80px;
  }
  .sst_box2 .box li span {
    font-size: .12rem;
    margin-top: .07rem;
  }
  .sst_box2 .box li i {
    margin: .07rem auto;
  }
  .sst_box2 .box li p {
    font-size: .1rem;
    line-height: 170%;
  }
  .sst_box3 {
    padding: .15rem 0;
  }
  .sst_box4 {
    padding: .15rem 2%;
  }
  .sst_box4 .box {
    margin-top: .15rem;
  }
  .sst_box4 .box li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .sst_box4 .box li .text span {
    padding: .1rem 0;
    font-size: .13rem;
  }
  .sst_box4 .box li .text span em {
    font-size: .1rem;
    top: -.02rem;
  }
  .sst_box4 .box li .text p {
    font-size: .105rem;
    padding: .1rem 0;
  }
  .sst_box4 .box li .text p i {
    margin-left: .03rem;
  }
  .sst_box4 .more a {
    width: 1rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .115rem;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fl span {
    font-size: .18rem;
    text-align: center;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fl p {
    font-size: .125rem;
    text-align: center;
  }
  .xcx_banner .pcbanner .swiper-slide .b_bg img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
      object-fit: cover;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fl ul li img {
    max-width: 60%;
  }
  .xcx_banner .pcbanner .swiper-slide .ban2_text .fl ul li i {
    font-size: .1rem;
    line-height: .16rem;
    height: .32rem;
    padding: 0 5%;
  }
  .city_box1 .box .fr.pt30 {
    padding-top: 0!important;
  }
}

@media screen and (max-width: 350px) {
  .mi_m_banner {
  }
  .mi_m_banner .text2 a {
    width: 125px;
  }
  .mi_m_banner .text3 img {
    max-width: 80%;
  }
  .m_price .mtable_r span {
    font-size: 12px;
  }
  .mark3_box5 .box li span {
    font-size: .09rem;
    padding-left: 4px;
  }
  .mark4_box1 .box li p {
    min-height: 88px;
  }
  .case2_box4 .case2_box4_menu a:nth-child(2n) {
    margin-right: 0;
  }
  .case2_box4 .case2_box4_menu a.case_btn1 {
    background: url(../images/case2_ic17.png) no-repeat 0.2rem center #fff;
  }
  .case2_box4 .case2_box4_menu a.case_btn2 {
    background: url(../images/case2_ic18.png) no-repeat 0.2rem center #fff;
  }
  .case2_box4 .case2_box4_menu a.case_btn3 {
    background: url(../images/case2_ic19.png) no-repeat 0.2rem center #fff;
  }
  .case2_box4 .case2_box4_menu a:hover.case_btn1 {
    background: url(../images/case2_ic17h.png) no-repeat 0.2rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a:hover.case_btn2 {
    background: url(../images/case2_ic18h.png) no-repeat 0.2rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a:hover.case_btn3 {
    background: url(../images/case2_ic19h.png) no-repeat 0.2rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a.on.case_btn1 {
    background: url(../images/case2_ic17h.png) no-repeat 0.2rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a.on.case_btn2 {
    background: url(../images/case2_ic18h.png) no-repeat 0.2rem center #00a2e9;
    color: #fff;
  }
  .case2_box4 .case2_box4_menu a.on.case_btn3 {
    background: url(../images/case2_ic19h.png) no-repeat 0.2rem center #00a2e9;
    color: #fff;
  }
  .case3_box2 .box li {
    width: 50%;
    min-height: 2.1rem;
  }
  .login_wrap .fr .login_text {
  	width: 300px;
  }
}

.mi_header .login .dl_btn:hover {
	background-color: #00a2e9;
	color: #fff;
}

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

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