/* Color */
/**
 * 字体
 */
/**
 * 字阶与行高
 */
/**
 * 字重
 */
/**
 * 间距
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. 修正所有浏览器中的行高.
 * 2. 在iOS的切换横竖屏时，防止字体大小的调整.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * 删除所有浏览器的margin值。
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 * 修正h1元素的font-size和margin值
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 1.修正火狐浏览器的box-sizing
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 1. 在所有浏览器中纠正字体大小的继承和扩展。
 * 2. Correct the odd `em` font sizing in all browsers.
 * 2. 在所有浏览器中纠正奇数的字体大小。
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Remove the gray background on active links in IE 10.
 * 删除IE 10中活跃链接的灰色背景。
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 1. 移除Chrome 57-浏览器的border-bottom
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * 2. 在Chrome、Edge、IE、Opera和Safari中添加正确的text-decoration。
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 * 在Chrome、Edge和Safari中添加正确的font-weight
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 1.在所有浏览器中纠正字体大小的继承和扩展。
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 * 防止“sub”和“sup”元素影响所有浏览器的线高度。
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 在Edge、Firefox和IE中删除文本转换的继承。
 * 1. Remove the inheritance of text transform in Firefox.
 * 1. 删除Firefox中文本转换的继承。
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 * 纠正在iOS和Safari中无法使用可点击类型的功能。
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 * 移除Firefox中border和padding
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 * 恢复以前规则未设置的焦点样式。
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 * 修正火狐的padding值
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 1. 
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 2. 从IE的“fieldset”元素中纠正颜色继承。
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 3.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 在Chrome、Firefox和Opera中添加正确的垂直对齐方式。
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 * 删除IE 10+中的默认垂直滚动条
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 1. 修正IE10中的box-sizing
 * 2. Remove the padding in IE 10.
 * 2. 移除IE10的padding值
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 * 修正Chrome中增加和减量按钮的光标样式。
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 1. 修正在Chrome和Safari中出现的奇怪现象。
 * 2. Correct the outline style in Safari.
 * 2. 修正Safari中的outline样式
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 * 移除chrome和macos上的Safari的padding值
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 1. 纠正在iOS和Safari中无法使用可点击类型的功能。
 * 2. Change font properties to `inherit` in Safari.
 * 2. 在Safari中更改字体属性，以“inherit”。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 * 修正Edge, IE 10+,和 Firefox中details标签的display属性
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 * 修正所有浏览器的display属性
 */
summary {
  display: list-item;
}
/**
 * Add the correct display in IE 10+.
 * 修正IE10+的template元素的display
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 * 修正IE 10中的display
 */
[hidden] {
  display: none;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(44px/ 44 * 27);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(-1 * 44px/ 2);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;-webkit-font-feature-settings:normal, ;font-feature-settings:normal, ;font-variant:normal;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#ffffff}
.swiper-pagination-black{--swiper-pagination-color:#000000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-theme-color);border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
a,
a:hover,
a:active {
  text-decoration: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.m-b-80 {
  margin-bottom: 80px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
  .clearfix:before {
    content: '';
    display: table;
  }
.clearfix:after {
    clear: both;
  }
.gray-bd {
  background-color: #eaf0fd;
}
.arrow-top {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-bottom {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-left {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body {
  background-color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
}
body .page-inner {
    width: 1190px;
    margin: 0 auto;
  }
body .page-top .page-inner {
      padding: 16px 0;
    }
body .page-top .hot-line {
      line-height: 32px;
      font-size: 20px;
      color: #5f5f5f;
    }
body .page-top .search-form {
      position: relative;
    }
body .page-top .search-form .search-input {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 32px;
        padding: 0 60px 0 16px;
        border: 1px solid #c9c9c9;
        border-radius: 30px;
        line-height: 30px;
      }
body .page-top .search-form .search-input:focus {
          outline: none;
        }
body .page-top .search-form .search-button {
        position: absolute;
        top: 1px;
        right: 14px;
        width: 40px;
        height: 30px;
        border: 0;
        background-color: #fff;
        background-image: url(../asset/b80bf62fb03004fba650.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
        font-size: 0;
        cursor: pointer;
      }
body .page-hd {
    background-color: #cd202a;
  }
body .page-hd .page-inner {
      height: 96px;
    }
body .logo {
    width: 178px;
    height: 51px;
    margin: 24px 0 0;
    background-image: url(../asset/512bdb3da9bf7e8039ec.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    line-height: 1;
  }
body .logo a {
      display: block;
      width: 100%;
      height: 51px;
      font-size: 0;
    }
body .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
body .nav li {
      display: inline-block;
    }
body .nav li a {
        display: inline-block;
        padding: 0 32px;
        line-height: 96px;
        font-size: 18px;
        color: #fff;
      }
body .nav li a.cur,
        body .nav li a:hover {
          background-color: #9f151d;
        }
body .page-ft {
    background-color: #cd202a;
  }
body .page-ft .logo {
      margin-top: 80px;
      margin-right: 80px;
    }
body .page-ft .qr-code {
      width: 157px;
      padding: 180px 16px 24px;
      background-color: #9f151d;
      background-image: url(../asset/a8721d2e66f0de4d905c.png);
      background-repeat: no-repeat;
      background-position: center 24px;
      background-size: 145px;
      text-align: center;
      font-size: 14px;
      color: #fff;
    }
body .page-ft dl {
      display: inline-block;
      margin: 32px 24px 0 0;
      padding-right: 24px;
      min-height: 104px;
      vertical-align: top;
    }
body .page-ft dl:not(.online) {
        background-image: url(../asset/03671fa6be3ec39169f8.png);
        background-repeat: no-repeat;
        background-position: right top;
      }
body .page-ft dl a {
        color: #fff;
      }
body .page-ft dl dt {
        padding-top: 16px;
        font-weight: 700;
        font-size: 16px;
      }
body .page-ft dl dd {
        margin: 12px 0 0;
        font-size: 14px;
      }
body .page-ft .contact {
      margin-top: 24px;
      font-size: 16px;
      color: #fff;
    }
body .page-ft .contact span {
        position: relative;
        background-repeat: no-repeat;
        background-position: left center;
      }
body .page-ft .contact span.phone {
          margin-right: 32px;
          padding-left: 24px;
          background-image: url(../asset/0eca59c134ad2f2847a0.png);
          background-size: 14px;
        }
body .page-ft .contact span.addr {
          padding-left: 16px;
          background-image: url(../asset/fa82a4ebde85e0c8cbe3.png);
          background-size: 11px;
        }
/* 画廊 */
body .gallery {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    outline: none;
  }
body .gallery .swiper-slide {
      width: 100%;
      height: 750px;
    }
body .gallery .swiper-slide img {
        width: 100%;
        height: 100%;
      }
body .gallery .swiper-button-prev {
      left: 8%;
    }
body .gallery .swiper-button-next {
      right: 8%;
    }
.col-hd {
  width: 100%;
  margin: 64px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.col-hd.contact-us {
    height: 108px;
    background-image: url(../asset/97767e5f6f2e433f40c2.png);
    background-size: auto 108px;
  }
.col-hd.brand-hd {
    height: 108px;
    background-image: url(../asset/fbf1d1eb7598810579bd.png);
    background-size: auto 108px;
  }
.col-hd.case-hd {
    height: 108px;
    background-image: url(../asset/ebf091c1c7c6431bbb07.png);
    background-size: auto 108px;
  }
.col-hd.plan-hd {
    height: 110px;
    background-image: url(../asset/7f0cea4f42088f55e713.png);
    background-size: auto 110px;
  }
.col-hd.hd-wqkc {
    height: 108px;
    background-image: url(../asset/4c8bf9ada764d77921f9.png);
    background-size: auto 108px;
  }
.col-hd.hd-kcyg {
    height: 110px;
    background-image: url(../asset/d5941f0aed2f0f5f0959.png);
    background-size: auto 110px;
  }
.col-hd.hd-case-show {
    height: 110px;
    background-image: url(../asset/c00a8d59133bda501bfb.png);
    background-size: auto 110px;
  }
.col-hd.hd-internet {
    height: 110px;
    background-image: url(../asset/03d457dfdecf5969659f.png);
    background-size: auto 110px;
  }
.col-hd.hd-tema {
    height: 110px;
    background-image: url(../asset/87725fa189e6e49e7ba5.png);
    background-size: auto 110px;
  }
.col-hd span {
    display: none;
  }
.sub-hd {
  margin: 56px 0 48px;
  position: relative;
  height: 31px;
  line-height: 1;
}
.sub-hd::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c5c3c3;
    content: '';
  }
.sub-hd.bor-white::after {
    background-color: #fff;
  }
.sub-hd .zh {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #16a0ce;
    font-size: 20px;
    color: #333;
    z-index: 1;
  }
.sub-hd .en {
    padding-bottom: 16px;
    font-size: 12px;
    color: #888;
  }
.sub-hd .more {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 14px;
    color: #333;
  }
.sub-hd .more:hover {
      color: #16a0ce;
    }
.extra-hd {
  position: relative;
  padding-left: 24px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1;
  font-size: 0;
}
.extra-hd .hd-main {
    display: inline-block;
    font-size: 20px;
  }
.extra-hd .hd-sub {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 16px;
    color: #666;
  }
.extra-hd .hd-star {
    display: inline-block;
    margin-left: 16px;
  }
.extra-hd .hd-star i {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 0 4px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../asset/63f594133eaf897f41dd.png);
    }
.extra-hd.skin {
    background-image: url(../asset/ada79c70665f2d043a26.png);
  }
.extra-hd.diff {
    background-image: url(../asset/78a22cbede22d0e83b99.png);
  }
.extra-hd.fitment {
    background-image: url(../asset/e7e67c49f1f2daea00f7.png);
  }
.page-story {
  overflow: hidden;
  margin: 40px 0;
  font-size: 0;
  line-height: 1;
}
.page-story .pic {
    float: left;
    width: 40%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/96fb33575d8c26de1ffa.png);
  }
.page-story .info {
    float: right;
    width: 60%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../asset/163035a78a231fd24be3.png);
    background-color: #b0bbd4;
  }
.page-story .info-inner {
    width: 700px;
    padding: 90px 0 0 100px;
  }
.page-story .info-inner h3 {
      margin: 0 0 80px;
      font-size: 22px;
    }
.page-story .info-inner h4 {
      margin: 0 0 16px;
      font-size: 16px;
    }
.page-story .info-inner p {
      margin: 0;
      line-height: 1.8;
      font-size: 16px;
    }
.page-story .info-inner a {
      display: inline-block;
      padding: 8px 24px;
      border-radius: 20px;
      border: 1px solid #666;
      font-size: 16px;
      color: #666;
    }
.page-story .info-inner .more {
      margin-top: 24px;
      text-align: right;
    }
.tema-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eaf0fd));
  background-image: linear-gradient(#fff 0%, #eaf0fd 50%);
}
.tema-box {
  padding-bottom: 80px;
}
.tema-box .tema-big {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 560px;
    margin: 0 80px;
    margin-bottom: 24px;
    overflow: hidden;
  }
.tema-box .tema-big .swiper-slide {
      width: 100%;
      height: 560px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-image: url(../asset/36c24faf6751ba46b74a.png);
    }
.tema-box .tema-big .swiper-slide .about {
        position: absolute;
        top: 30%;
        left: 0;
        width: 300px;
      }
.tema-box .tema-big .swiper-slide .about h3 {
          font-size: 20px;
        }
.tema-box .tema-big .swiper-slide .about p {
          font-size: 16px;
          line-height: 1.8;
        }
.tema-box .tema-big .swiper-slide .line {
        position: absolute;
        top: 20%;
        right: 200px;
      }
.tema-box .tema-big .swiper-slide .line .inner {
          position: relative;
          padding: 60px 0 24px;
        }
.tema-box .tema-big .swiper-slide .line .inner::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 38px;
            height: 38px;
            background-repeat: no-repeat;
            background-position: left top;
            background-image: url(../asset/9551d7ccea6643869482.png);
            content: '';
            z-index: 2;
          }
.tema-box .tema-big .swiper-slide .line .inner::after {
            position: absolute;
            top: 0;
            left: 19px;
            width: 1px;
            height: 100%;
            background-color: #999;
            content: '';
            z-index: 1;
          }
.tema-box .tema-big .swiper-slide .line .inner .item {
            position: relative;
            padding: 16px 0 16px 80px;
            font-size: 16px;
            color: #999;
          }
.tema-box .tema-big .swiper-slide .line .inner .item::after {
              position: absolute;
              top: 13px;
              left: 9px;
              width: 20px;
              height: 20px;
              border-radius: 20px;
              background-color: #17a0ce;
              content: '';
              z-index: 3;
            }
.tema-box .tema-small {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 80px;
    overflow: hidden;
  }
.tema-box .tema-small .swiper-wrapper {
      position: relative;
      width: 100%;
    }
.tema-box .tema-small .swiper-slide {
      width: 180px;
      height: 260px;
      font-size: 0;
    }
.tema-box .tema-small .swiper-slide.swiper-slide-thumb-active {
        -webkit-box-shadow: 0px 0px 10px #fff inset;
                box-shadow: 0px 0px 10px #fff inset;
      }
.tema-box .tema-small .swiper-slide img {
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
      }
.tema-box .tema-small .swiper-button-prev {
      left: 0;
    }
.tema-box .tema-small .swiper-button-next {
      right: 0;
    }
.internet-box {
  padding-bottom: 80px;
}
.internet-box .p1,
  .internet-box .p2 {
    width: 1140px;
    height: 330px;
    margin: 32px auto 0;
  }
.internet-box .p1 img, .internet-box .p2 img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
.internet-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
.page-edu {
  height: 640px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../asset/a1ec88d394709ea621e1.png);
}
.page-edu .info {
    width: 320px;
    padding: 240px 0 0 80px;
    color: #fff;
  }
.page-edu .info h3 {
      position: relative;
      padding-bottom: 40px;
      margin: 0;
      font-size: 20px;
    }
.page-edu .info h3::after {
        position: absolute;
        top: 32px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #fff;
        content: '';
      }
.page-edu .info p {
      margin: 0 0 16px;
      font-size: 16px;
      line-height: 1.8;
    }
.page-edu .info a {
      display: inline-block;
      padding: 8px 24px;
      border-radius: 20px;
      border: 1px solid #fff;
      color: #fff;
    }
.contact-bd {
  margin-bottom: 80px;
}
.contact-bd .map {
    float: left;
    width: 630px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 240px;
  }
.contact-bd .info {
    overflow: hidden;
    padding: 40px 0 0 40px;
    font-size: 16px;
  }
.contact-bd .contact-item-1 {
    margin-bottom: 32px;
  }
.contact-bd .contact-item-1 .map {
      background-image: url(../asset/cc7f7397651062ee98e5.png);
    }
.contact-bd .contact-item-2 .map {
      background-image: url(../asset/526cd7908a58a7f6f350.png);
    }
.brand {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.brand li {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    height: 140px;
    border: 1px solid #bebdbd;
    overflow: hidden;
  }
.brand li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 138px;
    }
.brand li a img {
        display: inline-block;
      }
.case-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.case-wrap .case-item {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
.case-wrap .case-item-hd {
    height: 120px;
    margin-bottom: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cf2630), color-stop(90%, #ef3c49));
    background-image: linear-gradient(180deg, #cf2630, #ef3c49 90%);
    border-radius: 6px 6px 0 0;
    font-size: 0;
  }
.case-wrap .case-item-hd span {
      display: inline-block;
      width: 100%;
      height: 120px;
      background-repeat: no-repeat;
      background-position: center;
    }
.case-wrap .case-item-hd.hd-1 span {
      background-image: url(../asset/fbc917d421b2e2ade06d.png);
    }
.case-wrap .case-item-hd.hd-2 span {
      background-image: url(../asset/02166d1564dc1927176c.png);
    }
.case-wrap .case-item-hd.hd-3 span {
      background-image: url(../asset/4e1e1e8cba8bbca70a6d.png);
    }
.case-wrap .case-item-hd.hd-4 span {
      background-image: url(../asset/3acf7a65f5f5975e08d4.png);
    }
.case-wrap .case-item-bd {
    height: 230px;
    padding: 16px;
    border-radius: 0 0 6px 6px;
    background-color: #ecf0fb;
    font-size: 16px;
    line-height: 1.8;
  }
.plan-wrap {
  margin-bottom: 80px;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.plan-wrap .plan-item {
    display: inline-block;
    width: 346px;
    height: 410px;
    margin: 0 16px 32px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 346px 410px;
    overflow: hidden;
  }
.plan-wrap .plan-item.plan-1 {
      background-image: url(../asset/c99d893e62b5f30afdb5.png);
    }
.plan-wrap .plan-item.plan-2 {
      background-image: url(../asset/2b357d7f8571fca107f9.png);
    }
.plan-wrap .plan-item.plan-3 {
      background-image: url(../asset/ac6f6b906b408864c221.png);
    }
.plan-wrap .plan-item.plan-4 {
      background-image: url(../asset/d0fa862573c81b6fc86c.png);
    }
.plan-wrap .plan-item.plan-5 {
      background-image: url(../asset/6602a28f44ab18b08c54.png);
    }
.plan-wrap .plan-item.plan-6 {
      background-image: url(../asset/beb329ef8be9343a8ff1.png);
    }
.plan-wrap .plan-item a {
      display: inline-block;
      width: 100%;
      height: 410px;
      padding-top: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden;
    }
.plan-wrap .plan-item a ul {
        display: none;
      }
.plan-wrap .plan-item a:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
      }
.plan-wrap .plan-item a:hover ul {
          display: inline-block;
          width: 80%;
          height: 400px;
        }
.plan-wrap .plan-item a:hover li {
          font-size: 16px;
          text-align: left;
          line-height: 2;
        }
.college-bd {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #eaf0fd), color-stop(40%, #ffffff));
  background-image: linear-gradient(#eaf0fd 60%, #ffffff 40%);
}
.plan-table {
  border-collapse: collapse;
  width: 860px;
}
.plan-table th,
  .plan-table td {
    border-collapse: collapse;
  }
.plan-table th,
  .plan-table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e5ebfb;
    text-align: center;
    line-height: 48px;
    height: 48px;
    color: #7c7d7f;
  }
.plan-table th:first-child, .plan-table td:first-child {
      border-left: 0;
    }
.plan-table th:last-child, .plan-table td:last-child {
      border-right: 0;
    }
.plan-table th {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8ff));
    background-image: linear-gradient(180deg, #fff, #f5f8ff 100%);
  }
.plan-table th.col-1 {
      width: 100px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../asset/e4f80daa3a62b252b362.png);
    }
.plan-table th.col-3 {
      width: 150px;
    }
.plan-table th.col-2 {
      width: 190px;
    }
.plan-table td a {
    color: #7c7d7f;
  }
.plan-table td a:hover {
      color: #cd202a;
    }
.plan-table tr:not(:last-child) td:first-child {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/5e28089c009d38265431.png);
  }
.plan-table tr:last-child th,
    .plan-table tr:last-child td {
      border-bottom: 0;
    }
.plan-box {
  position: relative;
  padding: 160px 8px 40px 48px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../asset/aa035869798ac258ae03.png);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
          box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
  overflow: hidden;
}
.plan-box:after {
    position: absolute;
    top: 40px;
    right: 280px;
    width: 83px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../asset/1c1781ab7572260a3e92.png);
    content: '';
  }
.plan-box .hd {
    position: absolute;
    top: 64px;
    left: 48px;
    width: 60%;
    height: 58px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: left top;
  }
.plan-box .hd.activity {
      background-image: url(../asset/5483278560571db1dad3.png);
    }
.plan-box .hd.activities {
      background-image: url(../asset/fa828ea2219ca79ace13.png);
    }
.plan-box .hd.customized {
      background-image: url(../asset/b8a017a54a26338c2dd9.png);
    }
.plan-box .getSoft {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 320px;
    right: 0;
    width: 230px;
    padding: 0 58px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
  }
.materiel-nav {
  list-style: none;
  margin: 0 0 64px;
  padding: 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.materiel-nav li {
    display: inline-block;
    width: 25%;
    padding: 88px 0 24px;
    background-repeat: no-repeat;
    background-position: center top;
  }
.materiel-nav li.nav-1 {
      background-image: url(../asset/730f2f145324f607fd07.png);
    }
.materiel-nav li.nav-2 {
      background-image: url(../asset/606dcb8096eca381c68d.png);
    }
.materiel-nav li.nav-3 {
      background-image: url(../asset/3948b723bd86289317ec.png);
    }
.materiel-nav li.nav-4 {
      background-image: url(../asset/75fc436d2b8f54332c11.png);
    }
.materiel-nav a {
    font-size: 16px;
    color: #333;
  }
.materiel-nav a:hover {
      color: #16a0ce;
    }
.materiel-box {
  position: relative;
  padding: 0 24px 24px;
  margin-bottom: 100px;
  border-bottom: 1px solid #c9c9c9;
  height: 270px;
}
.materiel-box::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 6px;
    height: 60%;
    border-right: 1px solid #c9c9c9;
    background-color: #fff;
    content: '';
  }
.materiel-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 90%;
    background-color: #c9c9c9;
    content: '';
  }
.materiel-box .hd {
    position: absolute;
    top: 10px;
    right: 250px;
    width: 232px;
    height: 34px;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../asset/3dc1fe232b92c27dff4f.png);
  }
.materiel-box .icon-materiel {
    position: absolute;
    bottom: 62%;
    left: 0;
    width: 11px;
    height: 56px;
    background-repeat: no-repeat;
    background-image: url(../asset/51fffbf7fd3bd39a3a2c.png);
  }
.materiel-box .pic-1 {
    position: absolute;
    top: 0;
    left: 32px;
    width: 480px;
    height: 270px;
  }
.materiel-box .pic-1 img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
.materiel-box .pic-2 {
    position: absolute;
    top: 0;
    left: 520px;
    width: 160px;
    height: 270px;
  }
.materiel-box .pic-2 img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
.materiel-box .line {
    position: absolute;
    top: 28px;
    right: 0;
    width: 240px;
    height: 1px;
    background-color: #c9c9c9;
    content: '';
  }
.materiel-box .list {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 380px;
    line-height: 32px;
  }
.materiel-box .list span {
      font-size: 12px;
      padding: 0 24px;
      color: #666;
    }
.materiel-box .list a {
      font-size: 16px;
      color: #333;
    }
.materiel-box .list a:hover {
        color: #cd202a;
      }
.materiel-box .download {
    position: absolute;
    right: 16px;
    bottom: 24px;
    padding: 4px 16px;
    border-radius: 4px;
    background-color: #cd202a;
    color: #fff;
  }
.page-sxyuan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  font-size: 0;
  line-height: 1;
}
.page-sxyuan .pic {
    display: inline-block;
    width: 40%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/2ac72f9f325879f52441.png);
    vertical-align: top;
  }
.page-sxyuan .info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 60%;
    height: 450px;
    padding: 40px 0 0 60px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../asset/a5453a197ce9541b9454.png);
    background-color: #afbbd4;
    vertical-align: top;
  }
.page-sxyuan .info h3 {
      font-size: 30px;
      line-height: 80px;
    }
.page-sxyuan .info p {
      font-size: 16px;
      line-height: 2;
    }
.page-sxyuan .info a {
      display: inline-block;
      padding: 8px 24px;
      border-radius: 20px;
      border: 1px solid #afbbd4;
      font-size: 16px;
      color: #333;
    }
.page-sxyuan .info a:hover {
        border-color: #cd202a;
        color: #cd202a;
      }
.herald {
  padding-top: 1px;
  padding-bottom: 80px;
}
.herald .herald-box {
    position: relative;
    padding-left: 480px;
    padding-bottom: 40px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../asset/ada133eedb35ba18af2b.png);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
            box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
    overflow: hidden;
  }
.herald .herald-box:after {
      position: absolute;
      top: 40px;
      right: 24px;
      width: 83px;
      height: 66px;
      background-repeat: no-repeat;
      background-position: right top;
      background-image: url(../asset/1c1781ab7572260a3e92.png);
      content: '';
    }
.herald .herald-box .hd {
      height: 150px;
      background-repeat: no-repeat;
      background-image: url(../asset/f56f3541e0af30ba7907.png);
      background-position: left center;
      line-height: 1;
      font-size: 0;
    }
.herald .herald-box .plan-table {
      width: 95%;
    }
.curriculum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.curriculum .item {
    position: relative;
    width: 33%;
    height: 260px;
    margin-bottom: 8px;
  }
.curriculum .item img {
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
    }
.curriculum .item strong {
      display: block;
      margin-bottom: 4px;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
    }
.curriculum .item span {
      display: block;
      font-size: 14px;
      line-height: 1.8;
    }
.curriculum .item a {
      z-index: 2;
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 20%;
    }
.curriculum .item a strong,
      .curriculum .item a span {
        display: none;
      }
.curriculum .item a:hover strong,
        .curriculum .item a:hover span {
          display: block;
        }
.curriculum .item a:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
}
.yynt-box {
  padding: 60px 0;
}
.yynt-box h2 {
    margin: 0 0 16px;
    height: 98px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/11bb7b8de4dc074d7e68.png);
    font-size: 0;
  }
.yynt-box h2.yyxy {
      background-image: url(../asset/3fb159ba7fc2b659655c.png);
    }
.yynt-box p {
    margin: 0 0 4px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }
.yynt-box a {
    color: #333;
  }
.yynt-box a:hover {
      color: #cd202a;
    }
.yynt-box span {
    font-size: 14px;
    color: #999;
  }
.yuny-list {
  background-repeat: repeat-x;
  background-image: url(../asset/cbd573fd71f39cc2e213.png);
}
.yuny-list .yuny-bg {
    height: 900px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/18538b46e02498dab458.png);
  }
.yuny-list .page-inner {
    position: relative;
  }
.yuny-list .secretary {
    padding-top: 40px;
  }
.yuny-list .secretary p {
      margin: 8px 0;
      text-align: center;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.8;
    }
.yuny-list .attr {
    position: absolute;
    top: 400px;
    left: 0;
  }
.yuny-list .attr .attr-item {
      width: 600px;
      padding-left: 100px;
      margin-bottom: 32px;
    }
.yuny-list .attr .attr-item.one {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../asset/e15f772b5b617d75e2b9.png);
      }
.yuny-list .attr .attr-item.two {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../asset/fcf0899f1ade21bcac01.png);
      }
.yuny-list .attr .attr-item.three {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../asset/e0d10813a8cfad4b3165.png);
      }
.yuny-list .attr .attr-item h3 {
        margin: 0 0 8px;
      }
.yuny-list .attr .attr-item p {
        margin: 0;
        font-size: 16px;
        line-height: 1.8;
      }
.yuny-list .attr .attr-item .show-more {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 20px;
        background-color: #cd202a;
        font-size: 14px;
        color: #fff;
      }
.case-show-box {
  padding-bottom: 56px;
}
.case-show-box .case-show {
    position: relative;
    padding-bottom: 40px;
  }
.case-show-box .swiper-slide {
    height: 190px;
    border-radius: 4px;
    line-height: 1;
    font-size: 0;
  }
.case-show-box .swiper-slide a {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
.case-show-box .swiper-slide a:hover {
        background-color: rgba(0, 0, 0, 0.2);
      }
.case-show-box .swiper-slide img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
.quaere {
  overflow: hidden;
  margin-bottom: 56px;
  color: #fff;
}
.quaere h4 {
    margin: 0 0 8px;
    font-size: 16px;
  }
.quaere p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
  }
.quaere .bass {
    float: left;
    width: 400px;
    height: 100px;
    padding: 15px;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/46746094f3aae8f2cdfa.png);
    overflow: hidden;
  }
.quaere .better {
    float: right;
    width: 710px;
    height: 100px;
    padding: 15px;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../asset/831e05b7932aaa6e52f2.png);
    overflow: hidden;
  }
.diff-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
          box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 60px;
}
.diff-box .item {
    width: 320px;
    text-align: center;
  }
.diff-box .item span {
      display: inline-block;
      padding: 8px 32px;
      border-radius: 20px;
      background-color: #cc212a;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
    }
.diff-box .pic {
    width: 320px;
    height: 530px;
    margin-bottom: 16px;
  }
.diff-box .pic img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
.theme-box {
  overflow: hidden;
}
.theme-box .inner {
    width: 320px;
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
.theme-box .old-theme {
    float: left;
    padding: 8px;
    border-radius: 8px;
    background-color: #efefef;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
            box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
  }
.theme-box .old-theme .inner img {
        display: inline-block;
        width: 100%;
        height: 100%;
      }
.theme-box .new-theme {
    float: right;
    width: 810px;
    padding: 8px;
    border-radius: 8px;
    background-color: #cc212a;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
            box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
    overflow: hidden;
  }
.theme-box .new-theme .list {
      float: left;
    }
.theme-box .new-theme .list .inner img {
          display: inline-block;
          width: 100%;
          height: 100%;
        }
.theme-box .new-theme .detail {
      float: right;
    }
.theme-box .new-theme .detail .inner {
        width: 480px;
      }
.theme-box .new-theme .detail .inner img {
          display: inline-block;
          width: 100%;
          height: 100%;
        }
.case-show-wrap {
  padding-bottom: 56px;
}
.shadow-top {
  margin-top: 24px;
  -webkit-box-shadow: 0 -5px 30px rgb(0 0 0 / 20%);
          box-shadow: 0 -5px 30px rgb(0 0 0 / 20%);
  overflow: hidden;
}
.use-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 710px;
  padding: 60px 0 0 660px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../asset/5d1bf040fcd922c82cd0.png);
}
.use-box h4 {
    margin: 0 0 8px;
    font-size: 16px;
  }
.use-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
  }
.use-box .item {
    height: 90px;
    margin-bottom: 62px;
    overflow: hidden;
  }

