/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
  /* 0 */
}
.header .nav .warp-btn .btn img{
  width: 100%;
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 0 */
}
.garden-list .selects-box .li select option{
  background:#fff;
  color:#666;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/*hailiang*/
.garden-body {
  padding: 0;
}
.garden-body img{
  max-width: 100%;
  width: 100%;
}
.garden-body *{
  box-sizing:border-box;
}

.garden-list {
  padding-top: 65px;
  padding-bottom: 130px;
}
.garden-list .gardentit {
  font-size: 14px;
  line-height: 26px;
  color: #323333;
  font-weight: bold;
  transition: .5s ease-in-out;
}
.garden-list .gardenitems {
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  padding: 18px;
  display: block;
}
.garden-list .gardenitems:hover .gardentit, .garden-list .gardenitems.active .gardentit {
  color: #006cb8;
  transition: .5s ease-in-out;
}
.garden-list .gardentxt {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
.garden-list .lists .words {
  height: 645px;
  width: 430px;
}
.garden-list .lists .itemsbox {
  height: 100%;
}
.garden-list .lists .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.garden-list .lists .mCSB_scrollTools .mCSB_draggerRail,
.garden-list .lists .mCSB_scrollTools {
  width: 8px !important;
}
.garden-list .lists .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ff606a !important;
}
.garden-list .lists .mCSB_scrollTools .mCSB_draggerRail {
  background: #e5e5e5 !important;
}
.garden-list .lists svg,
.garden-list .lists  .jsmap-svg-container,
.garden-list .lists .images .abmap {
  width: 100%!important;
}
.garden-list .lists .images {
  position: relative;
  width: calc(100% - 440px);
}
.garden-list .lists .images:after {
  position: absolute;
  content: "";
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.garden-list .selects-box {
  font-size: 0;
  margin-bottom: 50px;
}
.garden-list .selects-box .li2 {
  margin-left: 23px;
}
.garden-list .selects-box .li {
  width: 370px;
  height: 54px;
  border: 1px solid #cccccc;
  display: inline-block;
  vertical-align: middle;
}
.garden-list .selects-box .li.on  select{
  background:transparent;
}
.garden-list .selects-box .li select {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 50px;
  -moz-appearance:none;
  -webkit-appearance: none;
  background: url(sj0.png) no-repeat 95%;
  background:transparent\9\0;
  background:transparent\0;

  background-size: 11px 6px;
  border-radius: 0;
  transition: .5s ease-in-out;
}
.garden-list .selects-box .li select:hover, .garden-list .selects-box .li select.cur {
  color: #fff;
  transition: .5s ease-in-out;

  background: url(sj.png) #006cb8 no-repeat 95%;
  background:#006cb8\9\0;
  background:#006cb8\0;
  background-size: 11px 6px;
  border-color: #006cb8;
}

.gardendetails {
  position: relative;
  min-height: 600px;
  padding-bottom: 80px;
}
.gardendetails .words-bot {
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  padding-top: 34px;
}
.gardendetails .words-bot .words-right {
  width: calc(100% - 300px);
  border-left: 1px solid #d6d6d6;
  min-height: 255px;
  padding: 0 35px;
  font-size: 14px;
  line-height: 30px;
}
.gardendetails .words-bot .words-right .text {
  margin-bottom: 40px;
}
.gardendetails .words-bot .words-right .ul {
  font-size: 16px;
}
.gardendetails .words-bot .words-right .ul span {
  font-weight: bold;
  color: #006cb8;
}
.gardendetails .words-bot .words-right .ul .li {
  margin-bottom: 15px;
}
.gardendetails .words-bot .words-left {
  padding-top: 38px;
  width: 300px;
}
.gardendetails .words-bot .words-left .tit {
  line-height: 1.3;
  font-size: 30px;
  color: #333333;
  margin-bottom: 28px;
}
.gardendetails .words-bot .words-left .txt {
  font-size: 14px;
}
.gardendetails .bg {
  height: 100%;
  max-height: 86.5%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gardendetails .bg .bg0 {
  height: 600px;
}
.gardendetails .gardendetails-tit {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 45px;
}
.gardendetails .words {
  position: relative;
  z-index: 4;
  line-height: 1;
  padding-top: 100px;
}
.gardendetails .swiper-pagination {
  position: static;
  margin-top: 45px;
}
.gardendetails .swiper-pagination .swiper-pagination-bullet {
  background: #999999;
  opacity: 1;
}
.gardendetails .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff606a;
}

/*hailiang*/
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}
body{
  /*padding-bottom:100px;*/
  overflow: hidden;
}
/*.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
.loader.white{
    border-top: 1px solid rgba(255,255,255, 0.08);
    border-right: 1px solid rgba(255,255,255, 0.08);
    border-bottom: 1px solid rgba(255,255,255, 0.08);
    border-left: 1px solid rgba(255,255,255, 0.5);
}*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body, html {
  font-family: "Source Han Sans CN","Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  min-width: 1200px;
}

.search-form .input2::-webkit-input-placeholder {
  color: #fff;
}

.search-form .input2::-moz-placeholder {
  color: #fff;
}

.search-form .input2::-ms-input-placeholder {
  color: #fff;
}
.n-header{
  height:100px;
  position:relative;
  z-index:10;
}
.header {
  background: #fff;
  height: 100px;
  padding: 0 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
.header.fix{
  position:fixed;
  width:100%;
  top:0;
  box-sizing:border-box;
}
.header .logo {
  width: 350px;
  height: 74px;
  display: block;
}
.header .logo img{
  width: 350px;
}
.header .search-box {
  position: relative;
}
.header .search-btn {
  width: 70px;
  height: 44px;
  background: #ff606a;
  border-radius: 44px;
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  cursor: pointer;
}
.header .search-btn {
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all .3s .2s ease;
          transition: all .3s .2s ease;
}
.header .search-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .search-btn.cur {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  -webkit-transform: perspective(500px) rotateX(90deg);
          transform: perspective(500px) rotateX(90deg);
}
.header .search-form {
  width: 300px;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  background: #ff606a;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(500px) rotateX(-90deg);
          transform: perspective(500px) rotateX(-90deg);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.header .search-form .colse {
  width: 44px;
  height: 44px;
  background: #ff606a;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
}
.header .search-form .colse img {
  width: 20px;
  height: 20px;
}
.header .search-form .input1 {
  width: 70px;
  height: 44px;
  background: #ff606a url(../img/img1.png) no-repeat center center;
  border-radius: 44px;
  margin-left: 20px;
  cursor: pointer;
  border: none;
}
.header .search-form .input2 {
  width: calc(100% - 120px);
  border: none;
  background: none;
  height: 30px;
  color: #fff;
}
.header .search-form.cur {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg);
}
.header .new-btn {
  font-size: 14px;
  color: #666;
  padding-right: 20px;
  position: relative;
  font-weight: normal;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.header .new-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 12px;
  background: #dedede;
  top: 50%;
  margin-top: -6px;
}
.header .new-btn:hover {
  color: #1b7c7d;
  font-weight: bold;
}
.header .h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h-right a{
		  font-size:20px;
}
.header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
  position: relative;
}
.header .nav .li {
  position: relative;
}
.header .nav .warp-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  height: 100px;
  line-height: 100px;
  padding-left: 25px;
  position: relative;
  margin: 0 16px;
  color: #333;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.header .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.header .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header .nav .warp-btn .btn img:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav .warp-btn .btn img:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav .warp-btn:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 36px;
  background: #1b7c7d;
  left: 50%;
  margin-left: -11.5px;
  bottom: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.header .nav .li:hover .warp-btn, .header .nav .li:hover .warp-btn.cur, .header .nav .li.cur .warp-btn, .header .nav .li.cur .warp-btn.cur {
  color: #1b7c7d
  /*font-weight:bold;*/
}
.header .nav .li:hover .btn img:nth-child(2), .header .nav .li.cur img:nth-child(2){
  opacity:1;
  filter: alpha(opacity=1);
}
.header .nav .li:hover .btn img:nth-child(1), .header .nav .li.cur img:nth-child(1){
  opacity:0;
  filter: alpha(opacity=0);
}
.header .nav .li:hover .warp-btn:before, .header .nav .li:hover .warp-btn.cur:before, .header .nav .li.cur .warp-btn:before, .header .nav .li.cur .warp-btn.cur:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.header .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.header .nav .nav-item a:hover {
  color: #1b7c7d;
  font-weight: bold;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.w1050 {
  width: 1050px;
  margin: 0 auto;
}

.footer {
  border-top: 1px solid #dedede;
}
.footer .warp-ulbox {
  border-bottom: 1px solid #ededed;
}
.footer .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
}
.footer .ulbox .li {
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.footer .ulbox .li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 108, 182, 0.9);
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.footer .ulbox .li span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.footer .ulbox .li {
  margin-right: 40px;
}
.footer .ulbox .li:nth-child(6n) {
  margin-right: 0;
}
.footer .ulbox .li:hover:before {
  opacity: 1;
}
.footer .ulbox .li:hover span {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.footer .ulbox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #7f7f7f;
  color: #333;
}
.footer .ulbox2 a {
  font-weight: bold;
  font-size: 16px;
  margin: 0 40px;
  color: #333;
}
.footer .ulbox2 a:hover {
  color: #1b7c7d;
}
.footer .ulbox3 {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .ulbox3 .wxbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .ulbox3 .wxbox .li {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0 10px;
}
.footer .ulbox3 .wxbox p {
  margin-top: 5px;
}
.footer .ulbox3 .fxbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 35px;
}
.footer .ulbox3 .fxbox .li {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 0 5px;
  background-position: 50% 50%;
  padding-left:0;
  background-repeat: no-repeat;
}
.footer .ulbox3 .fxbox .li1 {
  background-image: url(../img/img8.jpg);
}
.footer .ulbox3 .fxbox .li2 {
  background-image: url(../img/img8-1.jpg);
}
.footer .ulbox3 .fxbox .li3 {
  background-image: url(../img/img8-2.jpg);
}
.footer .bot {
  background: #0d4b4c;
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.footer .bot a {
  display: inline-block;
  color: #fff;
}
.footer .bot span {
  margin-right: 10px;
}

.n-banner {
  height: 660px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.n-banner .w1400 {
  color: #fff;
  padding-top: 120px;
}
.n-banner .tit1 {
  font-size: 60px;
  font-family: "Arial";
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.n-banner .tit2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 60px;
}
.n-banner .text {
  width: 50%;
  font-size: 14px;
  line-height: 2;
}

.n-banner2 {
  background: #3aafc6;
  padding: 60px 0;
}
.n-banner2 .img {
  text-align: center;
  margin-bottom: 30px;
}
.n-banner2 .text {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  width: 560px;
  margin: 0 auto;
}

.n-banner3 {
  position: relative;
  z-index: 1;
}
.n-banner3 img {
  max-width: 100%;
  width: 100%;
}
.n-banner3 .text {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-banner3 .text .tit1 {
  font-size: 60px;
  line-height: 1.5;
  color: #fff;
}
.n-banner3 .text .tit2 {
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
  font-family: "Arial";
  color: #fff;
}

.n-banner4 img {
  width: 100%;
}

.text-bold {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.n-research .tit1 {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}
.n-research .list1 {
  background: #f4f4f4;
  padding: 60px 0;
}
.n-research .list1 .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding: 40px 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.n-research .list1 .li .tit2 {
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 24px;
}
.n-research .list1 .li .tit3 {
  margin-bottom: 15px;
}
.n-research .list1 .li .text {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.n-research .list1 .li .warp-left {
  width: 66%;
}
.n-research .list1 .li .icon-btn {
  width: 25%;
  text-align: center;
}
.n-research .list1 .li .icon-btn img {
  max-width: 100%;
}
.n-research .list1 .li:nth-child(2n) {
  -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
.n-research .list1 .li:nth-child(2n) .warp-left {
  text-align: right;
}
.n-research .list2 {
  background: #dfecee;
  padding: 60px 0 80px;
}
.n-research .list2 .swiper-container{
  position:relative;
}
.n-research .list2 .imgbox {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;

}
.n-research .list2 .imgbox img {
  width: 100%;
}
.n-research .list2 .imgbox .img {
  margin-bottom: 25px;
}
.n-research .list2 .imgbox .tit2 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  width:90%;
  margin:0 auto 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-research .list2 .imgbox .tit3 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  width:90%;
  margin:0 auto 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-research .list2 .imgbox .tit4 {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.n-research .list2 .swiper-container {
  padding: 0 260px;
  overflow: hidden;
}
.n-research .list2 .swiper-slide {
  width: 260px !important;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  box-sizing:border-box;
  height:400px;
}
.n-research .list2 .swiper-slide .text {
  display: none;
}
.n-research .list2 .imgbox {
  width: 220px;
  box-sizing:border-box;
}
.n-research .list2 .text {
  font-size: 14px;
  color: #666;
  width: calc(100% - 240px) !important;
  max-height: 350px;
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
}
.n-research .list2 .swiper-slide.swiper-slide-active {
  width:810px !important;
}
.n-research .list2 .swiper-slide.swiper-slide-active .text {
  display: block;
}
.n-research .list2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.n-research .list2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  border-radius: 0;
}
.n-research .list2 .swiper-button-prev, .n-research .list2 .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-research .list2 .swiper-button-prev:hover, .n-research .list2 .swiper-button-next:hover {
  background: #006cb7;
}
.n-research .list2 .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.n-research .list3 {
  background: #fff;
  padding: 80px 0;
}
.n-research .list3 img {
  max-width: 100%;
}
.n-research .list3 .tit1 {
  margin-bottom: 30px;
}
.n-research .list3 .tit2 {
  font-size: 24px;
  color: #1b7c7d;
  text-align: center;
}
.n-research .list3 .text {
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin-top: 40px;
  margin-bottom: 65px;
}
.n-research .list3 .img {
  max-width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
.n-research .list3 .img1 {
  margin: 30px auto 0;
}
.n-research .list4 {
  background: #f1f4fd;
  padding: 60px 0;
}
.n-research .list4 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-research .list4 .text {
  width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.n-research .list4 .text .tit1 {
  font-size: 30px;
  line-height: 1;
  color: #333;
  width: 160px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 0;
}
.n-research .list4 .text .tit1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d3d5dd;
  right: 0;
}
.n-research .list4 .img1 {
  width: 154px;
  height: 154px;
}
.n-research .list4 .ul {
  width: calc(100% - 210px);
}
.n-research .list4 .li {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-research .list4 .li img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.special_edu .tit1 {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}
.special_edu .list1 {
  padding: 50px 0;
}
.special_edu .list1 .p {
  font-size: 16px;
  color: #666;
}
.special_edu .list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.special_edu .list2 .item {
  width: 50%;
  position: relative;
}
.special_edu .list2 .item img {
  max-width: 100%;
}
.special_edu .list2 .text {
  background: rgba(1, 108, 182, 0.85);
  padding: 35px 9%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  height: 190px;
  box-sizing: border-box;
}
.special_edu .list2 .item:nth-child(2n) .text {
  background: rgba(255, 96, 106, 0.85);
}
.special_edu .list2 .tit2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.special_edu .list2 .tit3 {
  font-size: 14px;
  line-height: 1.5;
}
.special_edu .list3 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
}
.special_edu .list3 .item:nth-child(2n) {
  -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
.special_edu .list3 .text {
  padding: 7.5% 8.3% 3%;
  width: 50%;
  box-sizing: border-box;
}
.special_edu .list3 .text .tit2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.special_edu .list3 .text .p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  max-height: 180px;
}
.special_edu .list3 .img {
  width: 50%;
}
.special_edu .list3 .img img {
  width: 100%;
}
.special_edu .list4 {
  padding: 90px 0 80px;
  background: #dfecee;
}
.special_edu .list4 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.special_edu .list4 .ulbox .li {
  width: 18.5%;
  margin-right: 1.875%;
  margin-bottom: 1.875%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 50px 30px;
  background: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.special_edu .list4 .ulbox .li:nth-child(5n) {
  margin-right: 0;
}
.special_edu .list4 .ulbox .img {
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  position: relative;
}
.special_edu .list4 .ulbox .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.special_edu .list4 .ulbox .img .img1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.special_edu .list4 .ulbox .img .img2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.special_edu .list4 .ulbox .tit2 {
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.special_edu .list4 .ulbox .tit3 {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.special_edu .list4 .ulbox .li:hover {
  background: #1b7c7d;
}
.special_edu .list4 .ulbox .li:hover .tit2 {
  color: #fff;
}
.special_edu .list4 .ulbox .li:hover .tit3 {
  color: #fff;
}
.special_edu .list4 .ulbox .li:hover .img1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.special_edu .list4 .ulbox .li:hover .img2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.special_edu .list5 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.special_edu .list5 .item {
  width: 50%;
  border-right: 1px solid #d6d6d6;
  padding: 90px 0;
}
.special_edu .list5 .tit2 {
  color: #333;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.special_edu .list5 .item:nth-child(2) {
  padding-left: 40px;
  border-right: none;
}
.special_edu .list5 .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
}
.special_edu .list5 .tit3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.special_edu .list6 {
  background: #f2f2f2;
  padding: 90px 0;
}
.special_edu .list6 .tit1 {
  margin-bottom: 35px;
  line-height: 1;
}
.special_edu .list6 .ulbox {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}
.special_edu .list6 .li {
  border-bottom: 1px solid #bdbdbd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  font-size: 18px;
}
.special_edu .list6 .li .sp1 {
  width: 42%;
  padding: 0 3% 0 8%;
  box-sizing: border-box;
}
.special_edu .list6 .li .sp2 {
  width: 58%;
  padding-right: 5%;
  line-height: 1.8;
  box-sizing: border-box;
  font-size: 14px;
}
.special_edu .list6 .li1 {
  background: #dfdfdf;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  box-sizing: border-box;
}
.special_edu .list6 .li1 .sp2{
  font-size:24px;
}
.special_edu .list6 .text .tit2 {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 10px;
}
.special_edu .list6 .text span {
  font-weight: bold;
  color: #1b7c7d;
}
.special_edu .list6 .text .tit3 {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
.special_edu .list7 {
  background: #33acc4;
  padding: 50px 0;
}
.special_edu .list7 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.special_edu .list7 .text {
  width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.special_edu .list7 .text .tit1 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  width: 170px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 0;
}
.special_edu .list7 .text .tit1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d3d5dd;
  right: 0;
}
.special_edu .list7 .text .ul {
  width: calc(100% - 220px);
}
.special_edu .list7 .text .li {
  font-size:30px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Arial";
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.special_edu .list7 .text .li img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.special_edu .list7 .text .li span {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-family:"微软雅黑";
}
@media (max-width: 1680px) {
  .special_edu .list3 .text {
    padding: 5% 5% 3%;
  }
}

.n-news {
  padding-bottom: 80px;
}
.n-news .list1 {
  background: #f1f4fd;
  padding: 80px 0 60px;
}
.n-news .list1 .tit1 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 36px;
}
.n-news .list1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-news .list1 .content .img {
  width: 58%;
}
.n-news .list1 .content .img img {
  width: 100%;
}
.n-news .list1 .content .li {
  padding: 20px 0;
}
.n-news .list1 .content .li:hover .tit3,.n-news .list1 .content .li.cur .tit3{
  color: #1b7c7d;
}
.n-news .list1 .content .li:hover .sp2,.n-news .list1 .content .li.cur .sp2{
  color: #508cff;
  background: url(img16.jpg) no-repeat right center;
}
.n-news .list1 .content .text {
  width: 42%;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
}
.n-news .list1 .content .text a {
  display: block;
  border-bottom: 1px solid #dedede;
}
.n-news .list1 .content .text .tit3 {
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-news .list1 .content .text .tit2 {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.n-news .list1 .content .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-news .list1 .content .bot .sp1 {
  font-size: 12px;
  font-family: "Arial";
  padding-right: 10px;
  color: #999;
}
.n-news .list1 .content .bot .sp1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: #b2b2b2;
}
.n-news .list1 .content .bot .sp2 {
  color: #508cff;
  font-family: "Arial";
  padding-right: 25px;
  color: #999;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  background: url(img16-1.jpg) no-repeat right center;
}
.n-news .list2 .ulbox .li {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #dedede;
}
.n-news .list2 .ulbox .img {
  width: 300px;
}
.n-news .list2 .ulbox .img img {
  width: 100%;
}
.n-news .list2 .ulbox .text {
  width: calc(100% - 550px);
  padding-right:50px;
  font-size: 14px;
  color: #999;
  line-height: 1.8;
  margin-left: 50px;
}
.n-news .list2 .ulbox .tit2 {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 10px;
}
.n-news .list2 .ulbox .time {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #999;
  width: 150px;
}
.n-news .list2 .ulbox .more {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #1b7c7d;
  color: #fff;
  margin-top: 18px;
}
.n-news .list2 .ulbox .more span {
  padding-right: 20px;
  background: url(img10.png) no-repeat right center;
}

.preschool_edu .list1 {
  padding: 60px 0 105px;
  background: url(img17.jpg) no-repeat center center;
  background-size: cover;
}
.preschool_edu .list1 img {
  max-width: 100%;
}
.preschool_edu .list1 .img1 {
  width: 88px;
  height: 86px;
  margin-bottom: 20px;
}
.preschool_edu .list1 .tit1 {
  font-size: 48px;
  line-height: 1;
  color: #006cb8;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.preschool_edu .list1 .tit2 {
  font-size: 24px;
  line-height: 1.2;
  color: #006cb8;
  position: relative;
  z-index: 2;
}
.preschool_edu .list1 .img2 {
  margin-top: -95px;
  position: relative;
  z-index: 1;
}
.preschool_edu .list1 .p {
  margin-top: 50px;
  padding-top: 50px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  border-top: 1px solid #fff;
}
.preschool_edu .list1 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #fff;
}
.preschool_edu .list1 .ulbox .li {
  width: 30.5%;
  padding: 25px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-align: left;
}
.preschool_edu .list1 .ulbox .tit2 {
  font-size: 18px;
  color: #006cb7;
  line-height: 1.2;
}
.preschool_edu .list1 .ulbox .p2 {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.preschool_edu .list1 .ulbox .p2 span {
  margin-right: 10px;
}
.preschool_edu .list1 .ulbox .li:nth-child(1) {
  background: #d0e8f7;
}
.preschool_edu .list1 .ulbox .li:nth-child(2) {
  background: #bee5e3;
}
.preschool_edu .list1 .ulbox .li:nth-child(3) {
  background: #ffffff;
}
.preschool_edu .list1 .ulbox .li:nth-child(2) {
  margin: 0 4.75%;
}
.preschool_edu .list2 {
  padding: 80px 0;
  background: #fff;
}
.preschool_edu .list2 .tit1 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.preschool_edu .list2 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.preschool_edu .list2 .li {
  width: 24%;
  margin-right: 1.33%;
}
.preschool_edu .list2 .li .img {
  margin-bottom: 20px;
  overflow: hidden;
}
.preschool_edu .list2 .li img {
  max-width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.preschool_edu .list2 .li .text {
  text-align: left;
}
.preschool_edu .list2 .li .tit2 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #333333;
}
.preschool_edu .list2 .li .tit3 {
  font-size: 14px;
  line-height: 1;
  color: #666;
}
.preschool_edu .list2 .li:last-child {
  margin-right: 0;
}
.preschool_edu .list2 .li:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.early_edu .list1 {
  background: #21b7bb;
  padding: 60px 0;
}
.early_edu .list1 .tit1 {
  font-size: 48px;
  color: #fff;
}
.early_edu .list1 .tit2 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 10px;
  color: #fff;
}
.early_edu .list1 .tit3 {
  width: 880px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.early_edu .list2 {
  padding: 80px 0;
  background: url(img20.jpg) no-repeat center;
  background-size: cover;
}
.early_edu .list2 .tit2 {
  margin-bottom: 20px;
  font-size: 30px;
  margin-bottom: 5px;
}
.early_edu .list2 .tit3 {
  font-size: 48px;
  line-height: 1.2;
}
.early_edu .list3 {
  padding: 70px 0 100px;
  background: #f7f7f7;
}
.early_edu .list3 .tit1 {
  font-size: 30px;
  margin-bottom: 35px;
}
.early_edu .list3 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.early_edu .list3 .ulbox .li {
  padding: 20px;
  width: 19.2%;
  margin-right: 1%;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.early_edu .list3 .ulbox .tit2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}
.early_edu .list3 .ulbox .tit3 {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
  font-family: "Arial";
}
.early_edu .list3 .ulbox .li:last-child {
  margin-right: 0;
}
.early_edu .list2 .bot {
  width: 880px;
  margin: 40px auto 0;
  line-height: 40px;
  font-size: 16px;
}
.early_edu .list4 {
  background: #fff;
  padding: 60px 0;
}
.early_edu .list4 .tit2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.early_edu .list4 img {
  max-width: 100%;
}
.early_edu .list5 {
  background: #f1f4fd;
  padding: 70px 0;
}
.early_edu .list5 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}
.early_edu .list5 .tit2{
  font-size: 30px;
  line-height: 30px;
  margin-bottom:50px;
}
.early_edu .list5 .top .tit2 {
  width: 190px;
  font-size: 30px;
  line-height: 30px;
}
.early_edu .list5 .top .tit2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #bfc1c5;
}
.early_edu .list5 .top .li {
  margin-bottom: 30px;
  padding-left: 85px;
}
.early_edu .list5 .top .tit2 {
  font-size: 30px;
  width: 190px;
  color: #333;
  line-height: 1.5;
  border-right: 1px solid #bfc1c5;
}
.early_edu .list5 .top .sp1 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
}
.early_edu .list5 .top p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 5px;
}
.early_edu .list5 .top .li:last-child {
  margin-bottom: 0;
}
.early_edu .list5 .itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.early_edu .list5 .itembox .li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 35px 60px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.early_edu .list5 .itembox .li:nth-child(2n) {
  margin-right: 0;
}
.early_edu .list5 .itembox .li:nth-child(1) {
  background: #f7e9e9;
}
.early_edu .list5 .itembox .li:nth-child(2) {
  background: #e7f8f8;
}
.early_edu .list5 .itembox .li:nth-child(3) {
  background: #fff;
}
.early_edu .list5 .itembox .li:nth-child(4) {
  background: #e7ecf0;
}
.early_edu .list5 .itembox .tit2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.early_edu .list5 .itembox .tit3 {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.early_edu .list6 {
  padding: 80px 0 100px;
}
.early_edu .list6 .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.early_edu .list6 .left-box {
  width: 120px;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  border-radius: 20px;
  background: #006cb7;
  overflow: hidden;
}
.early_edu .list6 .img1 {
  width: 30px;
  height: 24px;
  margin: 0 5%;
}
.early_edu .list6 .itembox .li {
  width: 360px;
  height: 120px;
  line-height: 1.5;
  font-size: 30px;
  color: #666;
  margin-bottom: 15px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #f1f4fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.early_edu .list6 .itembox2 {
  width: 360px;
  text-align: center;
  border: 4px solid #999;
  border-radius: 20px;
  padding: 60px 10px;
  box-sizing: border-box;
}
.early_edu .list6 .itembox2 .tit2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
.early_edu .list6 .itembox2 .pbox {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.early_edu .list6 .itembox2 .pbox .p {
  margin-bottom: 30px;
}
.early_edu .list7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.early_edu .list7 .tit2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.early_edu .list7 .content-box {
  width: 50%;
  background: #e7ecf0;
  padding: 85px 0 85px calc(50% - 700px);
  box-sizing:border-box;
}
.early_edu .list7 .content-box .li{
  display:none;
}
.early_edu .list7 .content-box img{
  width:100%;
}
.early_edu .list7 .content-box .tit3 {
  font-size: 18px;
  line-height: 42px;
  color: #333;
  padding-left: 36px;
}
.early_edu .list7 .content-box2 {
  width: 50%;
  background: #e7ecf0;
  padding: 85px calc(50% - 700px) 85px 20px;
  background: #e7ecf0;
  box-sizing:border-box;
}
.early_edu .list7 .content-box2 .li {
  cursor: pointer;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.early_edu .list7 .content-box2 .img {
  display: none;
}
.early_edu .list7 .content-box2 .img img {
  width: 100%;
}
.early_edu .list7 .content-box2 .tit3 {
  height: 65px;
  line-height: 65px;
  padding: 0 15px;
  border-bottom: 1px solid #cbcfd2;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.early_edu .list7 .content-box2 .tit3 span {
  padding-left: 15px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.early_edu .list7 .content-box2 .tit3 span:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  background: #666;
  margin-top: -2px;
}
.early_edu .list7 .content-box2 .li.cur .tit3 {
  background: url(img15.png) no-repeat 5px center;
  color: #006cb7;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #006cb7;
}
.early_edu .list7 .content-box2 .li.cur span {
  padding-left: 0;
  font-size: 24px;
}
.early_edu .list7 .content-box2 .li.cur span:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.early_edu .list8 {
  padding: 60px 0 95px;
}
.early_edu .list8 .tit1 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
.early_edu .list8 .ulbox {
  overflow: hidden;
  padding: 10px;
}
.early_edu .list8 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.early_edu .list8 .swiper-slide img {
  width: 100%;
}
.early_edu .list8 .swiper-slide .tit2 {
  position: absolute;
  padding-left: 18px;
  left: 20px;
  top: 20px;
  font-size: 16px;
}
.early_edu .list8 .swiper-slide .tit2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}
.early_edu .list8 .swiper-slide .text {
  padding: 30px 40px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  background: rgba(1, 108, 181, 0.85);
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  opacity: 0;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: perspective(500px) rotateX(90deg);
          transform: perspective(500px) rotateX(90deg);
}
.early_edu .list8 .swiper-button-prev, .early_edu .list8 .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.early_edu .list8 .swiper-button-prev:hover, .early_edu .list8 .swiper-button-next:hover {
  background: #006cb7;
}
.early_edu .list8 .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.early_edu .list8 .swiper-slide:hover .text {
  opacity: 1;
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg);
}
.early_edu .list8 .warp-ulbox {
  position: relative;
  width: 1520px;
  margin: 0 auto;
}
.early_edu .list9 .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f7f7f7;
}
.early_edu .list9 .tit3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
}
.early_edu .list9 .text {
  padding: 85px 8% 85px calc(50% - 700px);
  width: 50%;
  box-sizing: border-box;
}
.early_edu .list9 .tit4 {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.early_edu .list9 .imgbox {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index:1;
}
.early_edu .list9 .imgbox img {
  width: 100%;
}
.early_edu .list9 .imgbox .swiper-slide {
  padding-top: 53%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.early_edu .list9 .imgbox .swiper-pagination {
  width: 100%;
  bottom: 20px;
  box-sizing: border-box;
}
.early_edu .list9 .imgbox .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: right;
  margin: 0 5px;
  background: #fff;
}
.early_edu .list9 .imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #006cb7;
}
.early_edu .list9 .li:nth-child(1) .imgbox .swiper-pagination {
  text-align: left;
  padding-left: 20px;
}
.early_edu .list9 .li:nth-child(2) .imgbox .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.early_edu .list9 .li:nth-child(2n) {
  -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  background: #e7f8f8;
}
.early_edu .list9 .li:nth-child(2n) .text {
  padding: 85px calc(50% - 700px) 85px 8%;
}
.early_edu .list10 {
  background: #f7f7f7;
  padding: 70px 0 75px;
}
.early_edu .list10 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.early_edu .list10 .li {
  width: 31.4%;
  margin-right: 2.9%;
}
.early_edu .list10 .li .img {
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.early_edu .list10 .li .img img {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.early_edu .list10 .li:nth-child(3n) {
  margin-right: 0;
}
.early_edu .list10 .li p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.early_edu .list10 .li:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.n-banner3 {
  position: relative;
  overflow: hidden;
}
.n-banner3 .sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.n-banner3 .sub-nav .li {
  width: 230px;
  height: 154px;
  border-radius: 38px;
  line-height: 77px;
  margin: 0 18px;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: -77px;
  background: rgba(27, 164, 165, 0.65);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-banner3 .sub-nav .triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 75px;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-banner3 .sub-nav .li.cur {
  background: #126667;
}
.n-banner3 .sub-nav .li.cur .triangle-up {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.n-content .list1 {
  padding: 70px 0 40px;
  margin-bottom: 30px;
}
.n-content .list1 .tit2 {
  font-size: 36px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 24px;
}
.n-content .list1 .ulbox { 
		  min-height:350px; padding-bottom:50px; text-align:justify; line-height:30px;
}
.n-content .list1 .li {
  background: #f3f6f9;
  border-radius: 9px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  width: 32%;
  height: 200px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.n-content .list1 .li:nth-child(2n) {
  margin: 0 2%;
}
.n-content .list1 .tit3 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px;
}
.n-content .list1 .tit4 {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.n-content .list1 .img {
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  position: absolute;
}
.n-content .list2 {
  margin-bottom: 100px;
}
.n-content .list2 #dituContent {
  height: 520px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.n-teacher .list1 {
  padding: 70px 0;
}
.n-teacher .list1 .tit2 {
  color: #333;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 40px;
}
.n-teacher .list1 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.n-teacher .list1 .li {
  width: 23%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-right: 2.66%;
  position: relative;
  margin-bottom: 2.66%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-teacher .list1 .li:nth-child(4n) {
  margin-right: 0;
}
.n-teacher .list1 .li img {
  width: 100%;
}
.n-teacher .list1 .li .tit2 {
  position: absolute;
  padding-left: 18px;
  left: 20px;
  top: 20px;
  font-size: 16px;
}
.n-teacher .list1 .li .tit2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}
.n-teacher .list1 .li .text {
  padding: 30px 40px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  background: rgba(1, 108, 181, 0.85);
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  opacity: 0;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: perspective(500px) rotateX(90deg);
          transform: perspective(500px) rotateX(90deg);
}
.n-teacher .list1 .li:hover {
  box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.2);
}
.n-teacher .list1 .li:hover .text {
  opacity: 1;
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg);
}
.n-teacher .list1 .la-box{
   margin: 30px auto 0;
}
.n-teacher .list1 .la-box{
  font-size:16px;
  color:#666;
  display:flex;
  flex-flow:row nowrap;
  justify-content:center;
  align-items:center;
  cursor:pointer;
}
.n-teacher .list1 .la-ball-spin.la-2x {
  width: 40px;
  height: 40px;
  margin-left:20px;
  /*margin: 30px auto 0;*/
}
.n-teacher .list1 .la-ball-spin {
  display: block;
  font-size: 0;
  position: relative;
}
.n-teacher .list1 .la-ball-spin > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: inline-block;
  float: none;
  background-color: #d1d1d1;
  border: 0 solid #666;
  -webkit-animation: ball-spin 1s infinite ease-in-out;
          animation: ball-spin 1s infinite ease-in-out;
}
.n-teacher .list1 .la-ball-spin.la-2x > div {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
          animation-delay: -1.125s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
          animation-delay: -1.25s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
          animation-delay: -1.375s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
          animation-delay: -1.625s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
          animation-delay: -1.75s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
          animation-delay: -1.875s;
}
.n-teacher .list1 .la-ball-spin > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.n-teacher .list1 .la-ball-spin.la-2x.cur {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.n-about .list1 {
  padding: 75px 0 10px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.n-about .list1 .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-about .list1 .content-box .text {
  width: 50%;
}
.n-about .list1 .content-box .text .tit2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #333;
}
.n-about .list1 .content-box .text .p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.n-about .list1 .content-box .img {
  width: 50%;
  text-align: center;
}
.n-about .list1 .content-box .img img {
  display: inline-block;
  max-width: 80%;
}
.n-about .list1 .video-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}
.n-about .list1 .btn {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 20px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.n-about .list1 .btn .triangle-right {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #ff606a;
}
.n-about .list2 {
  background: #fff url(img29.jpg);
  background-position: top 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0 85px;
}
.n-about .list2 .tit1 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 83px;
}
.n-about .list2 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.n-about .list2 .ulbox .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 260px;
  border-radius: 24px;
  padding: 55px 55px 20px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index:4;
  box-sizing: border-box;
}
.n-about .list2 .ulbox .li:nth-child(4),.n-about .list2 .ulbox .li:nth-child(5),.n-about .list2 .ulbox .li:nth-child(6){
  z-index:1;
}
.n-about .list2 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.n-about .list2 .ulbox .li .tit2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.n-about .list2 .ulbox .li .p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}
.n-about .list2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 107px;
  bottom: -60px;
  left: 35px;
  background: url(img20.png) no-repeat center;
  background-size: 15px 107px;
  z-index: 9;
}
.n-about .list2 .ulbox .li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 107px;
  bottom: -60px;
  right: 35px;
  background: url(img20.png) no-repeat center;
  background-size: 15px 107px;
  z-index: 9;
}
.n-about .list2 .ulbox .li-no:before {
  display: none;
}
.n-about .list2 .ulbox .li-no:after {
  display: none;
}
.n-about .list3 {
  background: #fff url(img21.png) no-repeat top center;
  padding: 70px 0 50px;
}
.n-about .list3 .li {
  padding: 20px 20px 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.n-about .list3 .li:hover .more{
  color:#1b7c7d;
}
.n-about .list3 .li:hover .btn{
  opacity:1;
  filter: alpha(opacity=1);
  transform:translate(0,0);
}
.n-about .list3 .li:nth-child(2n) {
  -webkit-flex-flow: row-reverse wrap;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  padding: 20px 50px 20px 20px;
}
.n-about .list3 .warp-text {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-about .list3 .text {
  width: 100%;
}
.n-about .list3 .tit2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
.n-about .list3 .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
}
.n-about .list3 .btn {
  position: absolute;
  width: 85px;
  height: 85px;
  bottom: 0;
  right: 0;
  opacity:0;
  filter: alpha(opacity=0);
  transform:translate(-80px,0);
  webkit-transition: all .8s .1s;
  -o-transition: all .8s .1s;
  transition: all .8s .1s;
}
.n-about .list3 .more {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  font-family: "Arial";
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.n-about .list3 .img {
  width: 45%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.ibanner {
  position: relative;
  overflow: hidden;
  /*z-index:2;*/
}
.ibanner .swiper-slide {
  padding-top: 38%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%
  /*height:740px;*/
}
.ibanner .swiper-pagination {
  position: absolute;
  z-index: 9;
  bottom: 30px;
}
.ibanner .swiper-pagination span {
  margin: 0 5px;
  border: 2px solid #999;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 40px;
  border: 2px solid #1b7c7d;
  background: #1b7c7d;
  border-radius: 8px;
}


.ibanner .bg-text {
  position: absolute;
  width:50%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ibanner .bg-text img {
  width: 100%;
}
.ibanner .bg-text p {
  width: 65%;
  padding: 30px 10% 0;
  font-size:32px;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  top: 0;
  z-index: 2;
}

.i-list1 {
  margin-top: -90px;
  position: relative;
  z-index:1;
  padding: 120px 0 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.i-list1 .contentbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-list1 .contentbox .text {
  width: 44%;
}
.i-list1 .contentbox .text .tit2 {
  margin-bottom: 70px;
}
.i-list1 .contentbox .text img {
  max-width: 100%;
}
.i-list1 .tit4 {font-size: 46px;line-height: 1;color: #1b7c7d;}
.i-list1 .contentbox .text .tit3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333;
  margin:25px 0;
}
.i-list1 .contentbox .text .p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-bottom: 48px;
}
.i-list1 .contentbox .text .more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1b7c7d;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  font-family: "Arial";
}
.i-list1 .contentbox .video-box {
  width: 49%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
.i-list1 .contentbox .video-box .img {
  width: 100%;
}
.i-list1 .contentbox .video-box .btn {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 20px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.i-list1 .contentbox .video-box .btn .triangle-right {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #ff606a;
}

.i-list2 {
  margin: -440px 0 0;
  min-height: 1030px;
  position: relative;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center bottom;
}


.i-list2 .tit4 {font-size: 46px;line-height: 1;color: #1b7c7d;}
.i-list2 .tit3 {
  margin-top: 40px;
  font-size: 36px;
  line-height: 1;
  color: #333;
}
.i-list2 .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-list2 .ulbox .li {
  width: 33.3%;
}
.i-list2 .ulbox .li {
  position: relative;
}
.i-list2 .ulbox .li:nth-child(1):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 523px;
  right: 0;
  top: 170px;
  background: #e1e1e1;
}
.i-list2 .ulbox .li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 523px;
  right: 0;
  top: 135px;
  background: #e1e1e1;
}
.i-list2 .ulbox .img {
  width: 300px;
  height: 208px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.i-list2 .ulbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.i-list2 .ulbox .img .img1 {
  opacity: 1;
}
.i-list2 .ulbox .img .img2 {
  opacity: 0;
}
.i-list2 .ulbox .dian {
  width: 12px;
  height: 12px;
  border: 2px solid #0c73bb;
  background: #fff;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.i-list2 .ulbox .text {
  padding: 30px 0 0;
}
.i-list2 .ulbox .tit4 {
  font-size: 36px;
  line-height: 1;
  color: #333;
  margin-bottom: 16px;
}
.i-list2 .ulbox .tit5 {
  font-size: 14px;
  line-height: 1;
  color: #999;
  font-family: "Arial";
  margin-bottom: 40px;
}
.i-list2 .ulbox .p {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  padding:0 30px;
}
.i-list2 .ulbox .more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1b7c7d;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 50px auto 0;
  font-family: "Arial";
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
      -ms-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.i-list2 .ulbox .li:hover .dian {
  border: 2px solid #1b7c7d;
  background: #1b7c7d;
}
.i-list2 .ulbox .li:hover .img .img1 {
  opacity: 0;
}
.i-list2 .ulbox .li:hover .img .img2 {
  opacity: 1;
}
.i-list2 .ulbox .li:hover .more {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.i-list3 {
  padding: 140px 0 160px;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
  position: relative;
  margin-top: -170px;
  z-index: 3;
}
.i-list3 .text {
  text-align: right;
}
.i-list3 .tit2 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-family: "Arial";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.i-list3 .tit3 {
  color: #fff;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  margin-bottom: 70px;
}
.i-list3 .p {
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
}
.i-list3 .more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1b7c7d;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 60px;
  font-family: "Arial";
}


.in4{position: relative;text-align: center;}

.in4 .tt{margin: 50px 0 20px;}

.in4 .tit2{margin:10px 0 30px;}

.in4 .tit4 {font-size: 46px;line-height: 1;color: #1b7c7d;}

.in4 .tit3 {margin-top: 40px;font-size: 36px;line-height: 1;color: #333;}


.in4 .i_box{width: 100%;height: 920px;background: url(1_12.jpg) center bottom no-repeat fixed;box-sizing: border-box;padding-top: 50px;}

.in4 .i_box .ul1{width: 1490px;padding: 35px 50px 65px;background: #fff;margin: 0 auto;}

.in4 .i_box .ul1 li{width: 330px;float: left;text-align: justify;margin-right: 55px;position: relative;}

.in4 .i_box .ul1 li:nth-child(4){margin-right: 0;}

.in4 .i_box .ul1 li .tiao{width: 100%;height: 20px;position: relative;background: #dddddd;overflow: hidden;}

.in4 .i_box .ul1 li .itt{display: block;margin: 20px 0 1px; font-size:18px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.in4 .i_box .ul1 li .time{color: #666;margin-bottom: 10px; font-size:14px;}

.in4 .i_box .ul1 li .itc{line-height: 1.8;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;max-height: 45px;margin-bottom: 20px;}

.in4 .i_box .ul1 li .img{position: relative;width: 100%;overflow: hidden;margin-top: 30px;}

.in4 .i_box .ul1 li .img img{display: block;width: 100%;height: 220px;}

.in4 .i_box .ul1 li .tiao:before,.in4 .i_box .ul1 li .img:before{content: "";display: block;position: absolute;z-index: 1;background: #b3b3b3;width: 100%;height: 100%;top: 0;left: -100%;opacity: .5;}

.in4 .i_box .ul1 li .tiao:after{content: "";display: block;position: absolute;z-index: 1;background: #1b7c7d;width: 100%;height: 100%;top: 0;left: -100%;-webkit-transition: .3s linear;transition: .3s linear;}

.in4 .i_box .ul1 li .img:after{content: "";display: block;position: absolute;z-index: 1;background: #1b7c7d;width: 100%;height: 100%;top: 0;left: -100%;opacity: .1;-webkit-transition: .3s linear;transition: .3s linear;}

.in4 .i_box .ul1 li:hover .tiao:before,.in4 .i_box .ul1 li:hover  .img:before{left: 100%;-webkit-transition: .6s linear;transition: .6s linear;}   

.in4 .i_box .ul1 li:hover .tiao:after{left: 0;transition-delay:.3s;-webkit-transition-delay:.3s;}

.in4 .i_box .ul1 li:hover .img:after{left: 0;transition-delay:.3s;-webkit-transition-delay:.3s;}

.in4 .i_box .ul1 li .xian{position: absolute;width: 1px;height: 100%;background: #ddd;right: -25px;top: 0;}


.in4 .more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1b7c7d;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 60px;
  font-family: "Arial";
}

,clear{ clear:both;}

.i-list4 {
  background: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 80px 0 90px;
}
.i-list4 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-list4 .content .img {
  width: 58%;
}
.i-list4 .content .img img {
  width: 100%;
}
.i-list4 .content .li {
  padding: 20px 0;
}
.i-list4 .content .li:hover .tit3,.i-list4 .content .li.cur .tit3{
  color: #1b7c7d;
}
.i-list4 .content .li:hover .sp2,.i-list4 .content .li.cur .sp2{
  color: #508cff;
  background: url(img16.jpg) no-repeat right center;
}
.i-list4 .content .warp-text {
  width: 42%;
}
.i-list4 .content .text {
  width: 100%;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
}
.i-list4 .content .text a {
  display: block;
  border-bottom: 1px solid #dedede;
}
.i-list4 .content .text .tit3 {
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.i-list4 .content .text .tit2 {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.i-list4 .content .more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1b7c7d;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 40px;
  margin-left: 45px;
  font-family: "Arial";
}
.i-list4 .content .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-list4 .content .bot .sp1 {
  font-size: 12px;
  font-family: "Arial";
  padding-right: 10px;
  color: #999;
}
.i-list4 .content .bot .sp1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: #b2b2b2;
}
.i-list4 .content .bot .sp2 {
  color: #999;
  font-family: "Arial";
  padding-right: 25px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  background: url(img16-1.jpg) no-repeat right center;
}

.n-news-info {
  padding: 60px 50px 100px;
  position: relative;
  background: #fff;
  background-attachment: fixed;
  z-index: 3;
}
.n-news-info .infobox {
  background: #fff;
}
.n-news-info .infobox .info-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: center;
}
.n-news-info .infobox .info-top .h {
  font-size: 30px;
  line-height: 38px;
  color: #333;
  margin-bottom: 20px;
}
.n-news-info .infobox .info-top .time {
  color: #999;
  font-size: 16px;
  color: #999;
}
.n-news-info .infobox .text {
  padding: 30px 0 50px;
  min-height:500px;
  font-size: 14px;
  color: #666;
  line-height: 26px; 
}
.n-news-info .infobox .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.n-news-info .infobox .bot {
  padding-top: 30px;
}
.n-news-info .infobox .bot-l {
  width: 70%;
}
.n-news-info .infobox .bot-l span {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-bottom: 5px;
}
.n-news-info .infobox .bot-l span a {
  color: #666;
}
.n-news-info .infobox .bot-l span a:hover {
  color: #1b7c7d;
}
.n-news-info .infobox .bot-r {
  width: 68px;
}
.n-news-info .infobox .bot-r a {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
}
.n-news-info .infobox .bot-r a:hover {
  color: #1b7c7d;
}

.fot-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fot-alert.md-show ~ .fot-overlay {
  opacity: 1;
  visibility: visible;
}

.fot-alert.md-show ~ .md-close {
  opacity: 1;
  visibility: visible;
}

.video-alert .md-content {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #000;
  box-sizing: border-box;
}

.video-alert .md-close {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  right: -40px;
  top: -40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}

.video-alert .md-close img {
  width: 40px;
  height: 40px;
}

.video-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 1000px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-alert .video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.video-alert.md-show .video {
  opacity: 1;
  visibility: visible;
}

.video-alert.md-show ~ .fot-overlay {
  opacity: 1;
  visibility: visible;
}

.video-alert.md-show ~ .md-close {
  opacity: 1;
  visibility: visible;
}

.wel-tip .ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  justiy-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wel-tip .items {
  width: 33.3%;
  position: relative;
}
.wel-tip .itemtop {
  line-height: 100px;
  font-size: 20px;
  color: #222222;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.wel-tip .itemtop:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  height: 60%;
  width: 1px;
  background: #cccccc;
  margin: auto;
}
.wel-tip .items:nth-child(1) .itemtop:after {
  display: none;
}
.wel-tip img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
}
.wel-tip .itembot {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  display: none;
}
.wel-tip .itembot .i {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 100px;
}
.wel-tip .itembot img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
}

.wel-tip{
  position: fixed;
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  opacity:0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all .5s ease;
  transform: translate(0,100px);
}
.wel-tip.fixed{
  opacity:1;
  filter: alpha(opacity=100);
  visibility:visible;
  transform: translate(0,0);
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
          transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m.js-m-2 {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m.js-m-2.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-3 {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m.js-m-4 {
  opacity: 0;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m.js-m-4.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
          transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.imgbg-tong2 {
  position: relative;
}

.imgbg-tong2:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.js-m.animate.imgbg-tong2:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  left: 100%;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.image-in {
  display: block;
  overflow: hidden;
}

.image-in::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center 0px;
      -ms-transform-origin: right center 0px;
          transform-origin: right center 0px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.image-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  background-color: black;
}

.image-in {
  -webkit-transform: translate3d(-100.5%, 0px, 0px);
          transform: translate3d(-100.5%, 0px, 0px);
  -webkit-transform-origin: left center 0px;
      -ms-transform-origin: left center 0px;
          transform-origin: left center 0px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-m.animate .image-in {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

.delay1 {
  -webkit-transition-delay: .1s !important;
          transition-delay: .1s !important;
}

.delay2 {
  -webkit-transition-delay: .2s !important;
          transition-delay: .2s !important;
}

.delay3 {
  -webkit-transition-delay: .3s !important;
          transition-delay: .3s !important;
}

.delay4 {
  -webkit-transition-delay: .4s !important;
          transition-delay: .4s !important;
}

.delay5 {
  -webkit-transition-delay: .5s !important;
          transition-delay: .5s !important;
}

.delay6 {
  -webkit-transition-delay: .6s !important;
          transition-delay: .6s !important;
}

.delay7 {
  -webkit-transition-delay: .7s !important;
          transition-delay: .7s !important;
}

.delay8 {
  -webkit-transition-delay: .8s !important;
          transition-delay: .8s !important;
}

.delay9 {
  -webkit-transition-delay: .9s !important;
          transition-delay: .9s !important;
}

@media (max-width: 1480px) {
  .ibanner .bg-text p{
    padding: 15px 10% 0;
    font-size:28px;
  }
  .w1400 {
    width: 92%;
  }

  .ibanner .swiper-slide {
    padding-top: 45%;
  }

  .i-list1 {
    margin-top: -70px;
  }

  .early_edu .list3 .ulbox .tit2 {
    font-size: 20px;
  }

  .early_edu .list8 .warp-ulbox {
    width: 92%;
  }

  .early_edu .list8 .warp-ulbox .w1400 {
    width: calc(100% - 120px);
  }

  .early_edu .list7 .content-box, .early_edu .list9 .text {
    padding: 85px 5% 85px calc(50% - 48%);
  }

  .early_edu .list7 .content-box2, .early_edu .list9 .li:nth-child(2n) .text {
    padding: 85px calc(50% - 48%) 85px 5%;
  }

  .early_edu .list6 .itembox .li {
    height: 90px;
    font-size: 20px;
  }

  .early_edu .list8 .swiper-slide .text {
    padding: 20px 30px;
  }

  .special_edu .list4 .ulbox .li {
    padding: 30px 10px;
  }
  .n-research .list2 .swiper-slide{
    height:400px;
  }
  .n-research .list2 .swiper-slide.swiper-slide-active{
    width:calc(100vw * 0.9 - 520px) !important;
  }
}
@media (max-width: 1420px) {
  .i-list2 .ulbox .li:nth-child(3) {
    margin-top: 24px !important;
  }
}
.i-list1 .contentbox .text .more, .i-list3 .more, .i-list4 .content .more, .n-news .list2 .ulbox .more {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

@media (max-width: 1440px) {
  .early_edu .list6 .itembox .li{
    height:60px;
  }
  .early_edu .list6 .itembox2 .pbox .p{
    margin-bottom:15px;
  }
}

.i-list1 .contentbox .text .more:hover, .i-list3 .more:hover, .i-list4 .content .more:hover, .n-news .list2 .ulbox .more:hover {
  background: #ff606a !important;
}
.n-news .list1 .content .img{
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items:center;
  position:relative;
}
/*.n-news .list1 .content .img.cur:before{
  opacity:0;
  filter: alpha(opacity=0);
  visibility: hidden;
}*/
.n-news .list1 .content .img.cur .la-ball-clip-rotate{
  opacity:0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.n-news .list1 .content .img .la-ball-clip-rotate{
  position:absolute;
  transition: all .3s ease;
}
/*.n-news .list1 .content .img:before{
  content:"";
  background:rgba(0,0,0,1);
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  transition: all .3s ease;
}*/
.la-ball-clip-rotate.la-2x>div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.la-ball-clip-rotate>div {
  display: inline-block;
  float: none;
  background-color: #fff;
  border: 0 solid #fff;
}
.la-ball-clip-rotate>div {
  width: 32px;
  height: 32px;
  background: 0 0;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  animation: ball-clip-rotate .75s linear infinite;
}



.i-list4 .content .img{
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items:center;
  position:relative;
}
/*.i-list4 .content .img.cur:before{
  opacity:0;
  filter: alpha(opacity=0);
  visibility: hidden;
}*/
.i-list4 .content .img.cur .la-ball-clip-rotate{
  opacity:0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.i-list4 .content .img .la-ball-clip-rotate{
  position:absolute;
  transition: all .3s ease;
}
/*.i-list4 .content .img:before{
  content:"";
  background:rgba(0,0,0,1);
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  transition: all .3s ease;
}*/
.la-ball-clip-rotate.la-2x>div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.la-ball-clip-rotate>div {
  display: inline-block;
  float: none;
  background-color: #fff;
  border: 0 solid #fff;
}
.la-ball-clip-rotate>div {
  width: 32px;
  height: 32px;
  background: 0 0;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  animation: ball-clip-rotate .75s linear infinite;
}
@-webkit-keyframes ball-clip-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  50% {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  50% {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes ball-spin {
  0%,100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes ball-spin {
  0%,100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (max-width: 1300px){
  .garden-list .lists svg, .garden-list .lists .jsmap-svg-container, .garden-list .lists .images .abmap{
    height: 450px;
  }

}
@media (max-width: 1250px){
  .header .nav .warp-btn{
    margin:0 10px;
  }
}
/*# sourceMappingURL=style.css.map */




