/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 0.740741rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.018519rem dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.037037rem;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.module-header {
  background-color: #fff;
  height: 1.314815rem;
  border-bottom: #EEEEEE solid 0.018519rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.module-header .mobile-icon {
  display: none !important;
}

@media only screen and (max-width: 822px) {
  .module-header .mobile-icon {
    display: block !important;
  }
}

.module-header .tlog {
  height: 0.740741rem;
  width: 0.740741rem;
  background: url("../../images/tlogo-862d92c034.png") 0 0 no-repeat;
  float: left;
  margin-top: 0.296296rem;
  position: relative;
}

.module-header .tlog img {
  display: none;
  position: absolute;
  top: 0.981481rem;
  left: -2.481481rem;
}

.module-header .tlog:hover img:nth-child(2) {
  display: none;
}

.module-header .tlog:hover img:nth-child(1) {
  display: block;
}

@media only screen and (max-width: 640px) {
  .module-header .tlog:hover img:nth-child(1) {
    display: none;
  }
}

.module-header .mobile-menu {
  display: none;
}

.module-header .header-logo {
  float: left;
  height: 1.314815rem;
  margin-right: 1.296296rem;
}

.module-header .header-logo .logo {
  display: block;
  height: 1.314815rem;
}

.module-header .header-logo .logo img {
  height: 100%;
}

.module-header .nav-list {
  list-style-type: none;
  float: left;
  margin-left: 3rem;
}

.module-header .nav-list li {
  float: left;
  width: 1.481481rem;
  height: 1.314815rem;
  line-height: 1.314815rem;
  text-align: center;
  margin-right: 0.740741rem;
  -webkit-transition: .3s border-color,.3s color;
  transition: .3s border-color,.3s color;
}

.module-header .nav-list li .nav-btn {
  text-decoration: none;
  font-size: 0.259259rem;
  color: #333333;
  letter-spacing: 0;
  -webkit-transition: .3s border-color,.3s color;
  transition: .3s border-color,.3s color;
}

.module-header .nav-list .top-border {
  border-top: 0.074074rem red solid;
  height: 1.166667rem;
  line-height: 1.166667rem;
}

.module-header .nav-list .top-border .nav-btn {
  color: #e22835;
}

.module-header .language-btn {
  width: 0.851852rem;
  height: 0.462963rem;
  line-height: 0.462963rem;
  text-align: center;
  display: inline-block;
  text-indent: 18.518519rem;
  font-size: 0.222222rem;
  color: #333333;
  letter-spacing: 0;
}

.module-header .language-btn:hover {
  text-decoration: none;
}

.module-header .cn {
  background: url("../images/cn-bebad03c88.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.module-header .en {
  background: url("../images/en-0a692c0a77.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1600px) {
  .module-header .header-logo {
    margin-right: 1.296296rem;
  }

  .module-header .nav-list li {
    margin-right: 0.37037rem;
  }
}

@media only screen and (max-width: 1410px) {
  .module-header .header-logo {
    margin-right: 0.555556rem;
  }

  .module-header .nav-list li {
    margin-right: 0.185185rem;
    width: 1.296296rem;
  }
}

@media only screen and (max-width: 1188px) {
  .module-header .nav-list {
    display: none;
    background-color: #fff;
    width: 5.185185rem;
    position: fixed;
    right: 0;
    top: 1.333333rem;
    z-index: 9999;
  }

  .module-header .nav-list li {
    float: none;
    width: 100%;
  }

  .module-header .nav-list li .nav-btn {
    font-size: 0.555556rem;
    color: #333333;
    letter-spacing: -0.013333rem;
  }

  .module-header .nav-list .top-border {
    background-color: #F0F0F0;
    border: 0;
  }

  .module-header .nav-list .language-btn {
    border: none;
    ont-size: 0.555556rem;
    color: #333333;
    letter-spacing: -0.013333rem;
  }

  .module-header .mobile-menu {
    background: url("../images/mobile-menu-9a550d05fa.png") 0 0 no-repeat;
    width: 0.814815rem;
    height: 0.611111rem;
    background-size: 100% 100%;
    float: right;
    display: block;
    margin-right: 0.740741rem;
    margin-top: 0.37037rem;
  }
}

.module-pic-view {
  max-width: 22.222222rem;
  margin: 0 auto;
}

.module-pic-view ul {
  margin: 0 auto;
}

.module-pic-view li {
  float: left;
  width: 10.925926rem;
}

.module-pic-view .left {
  margin-right: 0.296296rem;
}

@media only screen and (max-width: 1200px) {
  .module-pic-view .left {
    margin: 0 auto;
  }

  .module-pic-view li {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.module-pic-view .pic-region .pic {
  width: 10.925926rem;
  height: 8.203704rem;
  border: 0.018519rem red solid;
}

.module-pic-view .pic-content {
  padding-left: 0.37037rem;
  background-color: #fff;
  padding-bottom: 0.407407rem;
}

.module-pic-view .pic-content .pic-header {
  font-size: 0.296296rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.259259rem;
  padding-top: 0.277778rem;
  padding-bottom: 0.203704rem;
}

.module-pic-view .pic-content .pic-desc {
  font-size: 0.259259rem;
  color: #999999;
  letter-spacing: 0;
  line-height: 0.388889rem;
}

.module-carousel {
  margin: 0 auto;
  position: relative;
  background-color: silver;
  margin-top: 1.333333rem;
}

.module-carousel .container {
  height: 13.333333rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.module-carousel .ator {
  height: 0.222222rem;
  position: absolute;
  bottom: 0.333333rem;
  left: 45%;
  z-index: 1;
}

.module-carousel .ator a {
  background: #ffffff;
  width: 0.222222rem;
  height: 0.222222rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.222222rem;
}

.module-carousel .ator .active {
  background: #ffffff;
  border-radius: 0.148148rem;
  width: 0.555556rem;
  height: 0.222222rem;
}

.module-carousel .ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.module-carousel .li {
  float: left;
  position: relative;
  height: 13.333333rem;
}

.module-carousel .arrow-left {
  float: left;
  z-index: 2;
  background: url("../images/arr-left-5e1f255b8d.png") 0 0 no-repeat;
  width: 0.314815rem;
  height: 0.592593rem;
  position: absolute;
  left: 5%;
}

.module-carousel .arrow-right {
  right: 5%;
  z-index: 2;
  float: left;
  width: 0.314815rem;
  height: 0.592593rem;
  position: absolute;
  background: url("../images/arr-right-c416356ec8.png") 0 0 no-repeat;
}

.module-carousel .mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.module-carousel .title-region {
  position: absolute;
  width: 100%;
  height: 2.074074rem;
  left: 0;
  top: 35%;
  font-family: 'Centruy Gothic';
  z-index: 1;
}

.module-carousel .title-region .title {
  font-size: 1.185185rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 0.740741rem;
}

.module-carousel .title-region .title:nth-of-type(1) {
  margin-bottom: 0.925926rem;
}

@media only screen and (max-width: 1024px) {
  .module-carousel .title-region .title {
    font-size: 0.592593rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .module-carousel .title-region .title {
    font-size: 0.481481rem;
  }
}

@media only screen and (max-width: 1024px) {
  .module-carousel .title-region .title:nth-of-type(1) {
    margin-bottom: 0.462963rem;
  }
}

.module-footer {
  background-color: #444444;
  padding-top: 0.740741rem;
}

@media only screen and (max-width: 640px) {
  .module-footer {
    padding-top: 0;
  }
}

.module-footer .footer-tlog {
  height: 3.703704rem;
  width: 3.703704rem;
  display: block;
  margin: 0 auto;
}

.module-footer .link-content {
  padding-bottom: 0.740741rem;
}

.module-footer .link-content .link-list {
  width: 90%;
  margin: 0 auto;
}

.module-footer .link-content .link-list li {
  float: left;
  width: 14%;
}

@media only screen and (max-width: 1420px) {
  .module-footer .link-content .link-list li {
    width: 12%;
  }
}

@media only screen and (max-width: 820px) {
  .module-footer .link-content .link-list li {
    width: 10%;
  }
}

.module-footer .link-content .link-list li .link-btn {
  font-size: 0.222222rem;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.185185rem;
}

.module-footer .link-content .link-list li .link-btn:hover {
  text-decoration: none;
}

.module-footer .link-content .link-list li .link-btn:active {
  text-decoration: none;
}

.module-footer .link-content .link-list li:nth-of-type(6) {
  /* width: 260px;
          @media only screen and (max-width: 840px){
            width: 70px;
          }*/
}

.module-footer .link-content .link-list li:last-child {
  width: 3.703704rem;
  float: right;
}

@media only screen and (max-width: 755px) {
  .module-footer .link-content .link-list li:last-child {
    display: none;
  }
}

.module-footer .link-content .link-list li .link-title {
  font-size: 0.259259rem;
  margin-bottom: 0.37037rem;
}

@media only screen and (max-width: 755px) {
  .module-footer .link-content {
    height: auto;
  }

  .module-footer .link-content .link-list {
    width: 100%;
  }

  .module-footer .link-content .link-list li {
    float: none;
    width: 100%;
    border-bottom: 0.018519rem #fff solid;
  }

  .module-footer .link-content .link-list li:nth-of-type(6) {
    width: 100%;
  }

  .module-footer .link-content .link-list li .link-btn {
    font-size: 0.277778rem;
    color: #FFFFFF;
    letter-spacing: -0.013333rem;
    height: 0.833333rem;
    line-height: 0.833333rem;
    display: none;
    padding-left: 10%;
    margin-bottom: 0;
  }

  .module-footer .link-content .link-list li .link-title {
    font-size: 0.277778rem;
    display: block;
    margin-bottom: 0;
  }

  .module-footer .link-content .link-list .active .link-btn {
    display: block;
  }

  .module-footer .link-content .link-list .active .footer-cion {
    background: url("../images/footer-down-bd1e7610a6.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .module-footer .link-content .footer-cion {
    background: url("../images/footer-up-ff5d6ba12f.png") 0 0 no-repeat;
    width: 0.555556rem;
    height: 0.314815rem;
    float: right;
    display: block;
    margin-right: 0.37037rem;
    background-size: 100% 100%;
    margin-top: 0.185185rem;
  }
}

.module-footer .copyRgiht-region {
  margin: 0 auto;
  padding-bottom: 0.740741rem;
  padding-top: 0.740741rem;
  border-top: #d9d9d9 0.018519rem solid;
  padding-left: 10%;
  padding-right: 10%;
}

.module-footer .copyRgiht-region .footer-tlog {
  display: none;
}

.module-footer .copyRgiht-region p {
  font-size: 0.222222rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.222222rem;
  float: left;
}

.module-footer .copyRgiht-region .mobile {
  display: none;
}

.module-footer .copyRgiht-region ul {
  float: right;
}

.module-footer .copyRgiht-region ul li {
  float: left;
  font-size: 0.222222rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.222222rem;
}

.module-footer .copyRgiht-region ul li .link {
  font-size: 0.222222rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.222222rem;
}

.module-footer .copyRgiht-region ul .line {
  margin-left: 0.092593rem;
  margin-right: 0.092593rem;
}

@media only screen and (max-width: 800px) {
  .module-footer .copyRgiht-region p {
    display: none;
  }

  .module-footer .copyRgiht-region ul {
    width: 4.259259rem;
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 755px) {
  .module-footer .copyRgiht-region {
    padding: 0;
    border: 0;
    padding-bottom: 0.277778rem;
  }

  .module-footer .copyRgiht-region .footer-tlog {
    display: block;
  }

  .module-footer .copyRgiht-region ul {
    width: 100%;
    text-align: center;
    margin-top: 0.555556rem;
    margin-bottom: 0.185185rem;
  }

  .module-footer .copyRgiht-region ul li {
    float: none;
    display: inline-block;
  }

  .module-footer .copyRgiht-region ul li .link {
    font-size: 0.277778rem;
    color: #FFFFFF;
    letter-spacing: -0.013333rem;
    line-height: 0.555556rem;
  }

  .module-footer .copyRgiht-region p {
    display: none;
  }

  .module-footer .copyRgiht-region .mobile {
    display: block;
    font-size: 0.185185rem;
    color: #FFFFFF;
    letter-spacing: -0.008889rem;
    line-height: 0.37037rem;
    text-align: center;
    float: none;
  }
}

.module-cooperative {
  max-width: 22.962963rem;
  margin: 0 auto;
  padding-top: 0.740741rem;
}

.module-cooperative .cooperative-title {
  font-size: 0.444444rem;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.740741rem;
}

.module-cooperative .cooperative-list li {
  width: 5.740741rem;
  text-align: center;
  float: left;
  margin-bottom: 0.740741rem;
}

.module-cooperative .cooperative-list li img {
  width: 100%;
}

.module-cooperative .cooperative-list .cooperative-btn {
  width: 5rem;
  height: 2.222222rem;
  display: inline-block;
}

@media only screen and (max-width: 1240px) {
  .module-cooperative {
    max-width: 17.222222rem;
  }
}

@media only screen and (max-width: 930px) {
  .module-cooperative {
    max-width: 11.518519rem;
  }
}

@media only screen and (max-width: 620px) {
  .module-cooperative {
    max-width: 10.092593rem;
  }

  .module-cooperative .cooperative-list li {
    width: 5rem;
  }

  .module-cooperative .cooperative-list li .cooperative-btn {
    width: 4.259259rem;
  }
}

@media only screen and (max-width: 540px) {
  .module-cooperative {
    max-width: 9.259259rem;
  }

  .module-cooperative .cooperative-list li {
    width: 4.444444rem;
  }

  .module-cooperative .cooperative-list li .cooperative-btn {
    width: 3.703704rem;
  }
}

.module-posView {
  margin-top: 0.740741rem;
}

.module-posView .posView-list {
  position: relative;
  max-width: 22.222222rem;
  padding-bottom: 0.555556rem;
  margin: 0 auto;
}

.module-posView .posView-list .goTop {
  position: absolute;
  width: 0.925926rem;
  height: 3.981481rem;
  bottom: 0.685185rem;
  right: -1.092593rem;
}

.module-posView .posView-list .goTop a {
  height: 0.962963rem;
  width: 0.925926rem;
  display: block;
  margin-bottom: 0.092593rem;
  border-radius: 0.092593rem;
}

.module-posView .posView-list .goTop .tel {
  background: url("../images/tel-d8dd809d48.png") 0.259259rem 0.259259rem no-repeat;
  background-color: #DDDDDD;
}

.module-posView .posView-list .goTop .top {
  background: url("../images/back-2053d3b3f6.png") 0.296296rem 0.37037rem no-repeat;
  background-color: #DDDDDD;
}

.module-posView .posView-list .goTop .pos {
  background: url("../images/pos-810cb00320.png") 0.259259rem 0.240741rem no-repeat;
  background-color: #DDDDDD;
}

.module-posView .posView-list .goTop .feedback {
  background: url("../images/feedback-ed85a26f87.png") 0.259259rem 0.240741rem no-repeat;
  background-color: #DDDDDD;
}

.module-posView .posView-list .left {
  margin-right: 0.296296rem;
}

.module-posView .posView-list li {
  width: 10.925926rem;
  height: 6.833333rem;
  position: relative;
  float: left;
  margin-bottom: 0.37037rem;
}

.module-posView .posView-list li a {
  display: block;
}

.module-posView .posView-list li .mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.module-posView .posView-list li .content {
  position: absolute;
  top: 0.925926rem;
  left: 0.925926rem;
}

.module-posView .posView-list li h3 {
  font-family: PingFangSC-Semibold;
  font-size: 0.555556rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.555556rem;
  margin-bottom: 0.185185rem;
}

.module-posView .posView-list li p {
  font-size: 0.296296rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.444444rem;
}

.module-posView .posView-list li img {
  width: 10.925926rem;
  height: 6.833333rem;
  display: block;
}

@media only screen and (max-width: 1315px) {
  .module-posView .posView-list {
    /* width: 590px;
            margin: 0 auto;
            .left{
                margin: 0 auto;
                margin-bottom: 20px;
            }
            li{
                display: block;
                float: none;
                margin: 0 auto;
                margin-bottom: 20px;
            }*/
  }

  .module-posView .posView-list li {
    width: 10.185185rem;
    height: 6.37037rem;
  }

  .module-posView .posView-list li img {
    width: 10.185185rem;
    height: 6.37037rem;
  }

  .module-posView .posView-list .goTop {
    right: 0;
  }
}

@media only screen and (max-width: 1183px) {
  .module-posView .posView-list {
    width: 15.185185rem;
  }

  .module-posView .posView-list li {
    width: 7.407407rem;
    height: 4.62963rem;
  }

  .module-posView .posView-list li img {
    width: 7.407407rem;
    height: 4.62963rem;
  }

  .module-posView .posView-list .goTop {
    right: -0.925926rem;
  }
}

@media only screen and (max-width: 945px) {
  .module-posView .posView-list {
    width: 11.481481rem;
  }

  .module-posView .posView-list li {
    width: 5.555556rem;
    height: 3.462963rem;
  }

  .module-posView .posView-list li img {
    width: 5.555556rem;
    height: 3.462963rem;
  }

  .module-posView .posView-list .goTop {
    right: -0.925926rem;
  }
}

@media only screen and (max-width: 767px) {
  .module-posView .posView-list {
    width: 10.925926rem;
    margin: 0 auto;
  }

  .module-posView .posView-list .goTop {
    right: -1.092593rem;
  }

  .module-posView .posView-list .left {
    margin: 0 auto;
    margin-bottom: 0.37037rem;
  }

  .module-posView .posView-list li {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 0.37037rem;
    width: 10.185185rem;
    height: 6.37037rem;
  }

  .module-posView .posView-list li img {
    width: 10.185185rem;
    height: 6.37037rem;
  }
}

@media only screen and (max-width: 700px) {
  .module-posView .posView-list {
    width: 9.259259rem;
  }

  .module-posView .posView-list li {
    width: 9.259259rem;
    height: 5.555556rem;
  }

  .module-posView .posView-list li img {
    width: 9.259259rem;
    height: 5.555556rem;
  }
}

@media only screen and (max-width: 640px) {
  .module-posView .posView-list .goTop {
    width: 0.962963rem;
    height: 0.925926rem;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
  }

  .module-posView .posView-list .goTop .tel,
  .module-posView .posView-list .goTop .feedback,
  .module-posView .posView-list .goTop .pos {
    display: none;
  }
}

.module-timeLine {
  background-color: #f4f4f4;
  padding-top: 0.740741rem;
}

.module-timeLine .time-container {
  display: none;
}

@media only screen and (max-width: 920px) {
  .module-timeLine .time-container {
    display: block;
  }
}

.module-timeLine .time-line {
  width: 14.851852rem;
  width: 24.203704rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1320px) {
  .module-timeLine .time-line {
    width: 100%;
  }
}

.module-timeLine .full-container {
  width: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0.740741rem;
}

@media only screen and (max-width: 920px) {
  .module-timeLine .full-container {
    display: none;
  }
}

.module-timeLine .time-line-full {
  width: 100%;
}

.module-timeLine .timeline-icon {
  display: block;
  width: 0.611111rem;
  margin-bottom: 1.296296rem;
}

.module-timeLine .line-content {
  height: 25.074074rem;
  float: left;
  width: 0.592593rem;
  margin-left: 0.925926rem;
  padding-top: 1.351852rem;
  position: relative;
}

.module-timeLine .line-content .line {
  border-left: 0.018519rem #ff583f dashed;
  height: 25.074074rem;
  width: 0.018519rem;
  position: absolute;
  left: 50%;
  top: 0;
}

.module-timeLine .timeLine-title {
  font-size: 0.444444rem;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.759259rem;
}

.module-timeLine .list-content {
  background: #ffffff;
  border-radius: 0.074074rem;
  width: 5.666667rem;
  padding-top: 0.185185rem;
  padding-left: 0.185185rem;
  padding-right: 0.314815rem;
  padding-bottom: 0.203704rem;
  margin-bottom: 0.37037rem;
  position: relative;
}

.module-timeLine .list-content .content-arr {
  position: absolute;
  background: url("../images/content-arr-abbe1ff674.png") 0 0 no-repeat;
  width: 0.388889rem;
  height: 0.62963rem;
}

.module-timeLine .list-content h3 {
  font-size: 0.444444rem;
  color: #ff583f;
  letter-spacing: 0;
  line-height: 0.444444rem;
  margin-bottom: 0.092593rem;
}

.module-timeLine .list-content p {
  font-size: 0.259259rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.388889rem;
  text-align: justify;
}

.module-timeLine .left-list {
  margin-top: 2.37037rem;
  float: left;
}

.module-timeLine .left-list .list-content {
  margin-bottom: 2.12963rem;
}

.module-timeLine .left-list .list-content:nth-of-type(1) {
  margin-bottom: 1.796296rem;
}

.module-timeLine .left-list .list-content:nth-of-type(2) {
  margin-bottom: 2.166667rem;
}

.module-timeLine .left-list .list-content:nth-of-type(3) {
  margin-bottom: 2.37037rem;
}

.module-timeLine .left-list .list-content:nth-of-type(4) {
  margin-bottom: 2.351852rem;
}

.module-timeLine .left-list .content-arr {
  left: 6.12963rem;
}

.module-timeLine .mobile-list {
  display: none;
}

.module-timeLine .right-list {
  margin-top: 0.833333rem;
  float: right;
}

.module-timeLine .right-list .list-content {
  margin-bottom: 2.222222rem;
}

.module-timeLine .right-list .list-content:nth-of-type(1) {
  margin-bottom: 1.777778rem;
}

.module-timeLine .right-list .list-content:nth-of-type(2) {
  margin-bottom: 1.407407rem;
}

.module-timeLine .right-list .list-content:nth-of-type(3) {
  margin-bottom: 1.407407rem;
}

.module-timeLine .right-list .list-content:nth-of-type(4) {
  margin-bottom: 1.722222rem;
}

.module-timeLine .right-list .content-arr {
  left: -0.37037rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 920px) {
  .module-timeLine .time-line {
    width: 100%;
  }

  .module-timeLine .line-content {
    display: none;
    height: 18.518519rem;
  }

  .module-timeLine .line-content .line {
    height: 23.240741rem;
  }

  .module-timeLine .line-content .timeline-icon:nth-of-type(2) {
    margin-bottom: 1.851852rem;
  }

  .module-timeLine .line-content .timeline-icon:nth-of-type(3) {
    margin-bottom: 1.574074rem;
  }

  .module-timeLine .line-content .timeline-icon:nth-of-type(4) {
    margin-bottom: 1.203704rem;
  }

  .module-timeLine .line-content .timeline-icon:nth-of-type(5) {
    margin-bottom: 1.388889rem;
  }

  .module-timeLine .line-content .timeline-icon:nth-of-type(6) {
    margin-bottom: 1.388889rem;
  }

  .module-timeLine .line-content .timeline-icon:nth-of-type(7) {
    margin-bottom: 1.388889rem;
  }

  .module-timeLine .mobile-list {
    display: block;
    padding-bottom: 0.37037rem;
  }

  .module-timeLine .mobile-list .list-content {
    width: 90%;
    padding: 0;
    padding-top: 0.185185rem;
    padding-bottom: 0.185185rem;
    margin: 0 auto;
    margin-bottom: 0.185185rem;
    text-align: center;
  }

  .module-timeLine .mobile-list .timeline-icon {
    margin-bottom: 0;
    width: 0.425926rem;
    height: 0.425926rem;
  }

  .module-timeLine .mobile-list .year-region {
    display: inline-block;
  }

  .module-timeLine .mobile-list .desc-region {
    text-align: left;
    display: inline-block;
    width: 90%;
  }

  .module-timeLine .mobile-list .content-arr {
    left: -0.37037rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .module-timeLine .mobile-list li {
    margin-bottom: 0.333333rem;
  }

  .module-timeLine .left-list,
  .module-timeLine .right-list {
    display: none;
  }
}

@media only screen and (max-width: 1203px) {
  .module-about {
    margin-top: 0;
  }
}

.module-about .us-content {
  max-width: 22.222222rem;
  margin: 0 auto;
}

.module-about .us-content .text-content ul {
  text-align: justify;
  margin-top: 1.481481rem;
  margin-bottom: 1.481481rem;
}

.module-about .us-content .text-content ul li {
  width: 25%;
  float: left;
  text-align: center;
}

.module-about .us-content .text-content ul li div {
  font-size: 0.407407rem;
  color: #FFFFFF;
  letter-spacing: 0;
  height: 2.222222rem;
  width: 2.222222rem;
  border-radius: 2.222222rem;
  line-height: 2.222222rem;
  text-align: center;
  margin-bottom: 0.37037rem;
  display: inline-block;
}

.module-about .us-content .text-content ul li p {
  font-size: 0.333333rem;
  color: #666666;
  letter-spacing: 0;
}

@media only screen and (max-width: 700px) {
  .module-about .us-content .text-content ul li {
    width: 50%;
    margin-bottom: 0.185185rem;
  }
}

.module-about .us-content .img-region {
  margin-bottom: 0.740741rem;
}

.module-about .us-content .img-region img {
  width: 100%;
  height: 100%;
}

.module-about .us-content .us-title {
  font-size: 0.666667rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.666667rem;
  text-align: center;
  margin-bottom: 0.185185rem;
}

.module-about .us-content .us-title-p {
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.37037rem;
  margin-bottom: 0.740741rem;
  text-align: center;
}

.module-about .us-content .us-desc {
  font-size: 0.296296rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 0.444444rem;
  text-align: justify;
  margin-bottom: 0.555556rem;
}

.module-about .us-content .culture .us-title {
  padding-top: 0.555556rem;
}

.module-about .us-content .culture .culture-container h3 {
  font-size: 0.296296rem;
  color: #333333;
  margin-bottom: 0.407407rem;
}

.module-about .us-content .culture .culture-content {
  float: left;
  max-width: 14.62963rem;
}

.module-about .us-content .culture .culture-content h3 {
  font-size: 0.333333rem;
}

.module-about .us-content .culture .culture-img {
  width: 5.777778rem;
  height: 13.981481rem;
  float: right;
}

.module-about .us-content .social {
  margin-top: 0.740741rem;
}

.module-about .us-content .social .social-container {
  margin-bottom: 1.111111rem;
}

.module-about .us-content .social .left .social-img {
  float: left;
}

.module-about .us-content .social .left .social-content {
  float: right;
}

.module-about .us-content .social .right .social-img {
  float: right;
}

.module-about .us-content .social .right .social-content {
  float: left;
}

.module-about .us-content .social .social-img {
  width: 6.12963rem;
  height: 6.12963rem;
}

.module-about .us-content .social .social-content {
  float: right;
  max-width: 14.62963rem;
}

.module-about .us-content .social .social-content h3 {
  font-size: 0.333333rem;
  color: #333333;
  margin-bottom: 0.407407rem;
}

.module-about .us-content .dynamic {
  padding-top: 0.740741rem;
}

.module-about .us-content .dynamic .dynamic-container {
  margin-bottom: 1.111111rem;
}

.module-about .us-content .dynamic .left .dynamic-img {
  float: left;
}

.module-about .us-content .dynamic .left .dynamic-content {
  float: right;
}

.module-about .us-content .dynamic .right .dynamic-img {
  float: right;
}

.module-about .us-content .dynamic .right .dynamic-content {
  float: left;
}

.module-about .us-content .dynamic .dynamic-img {
  width: 6.12963rem;
}

.module-about .us-content .dynamic .dynamic-content {
  float: right;
  max-width: 14.62963rem;
  margin-top: 1.481481rem;
}

.module-about .us-content .dynamic .dynamic-content h3 {
  font-size: 0.333333rem;
  color: #333333;
  margin-bottom: 0.407407rem;
}

@media only screen and (max-width: 1203px) {
  .module-about .us-content {
    margin: 0 auto;
    float: none;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 955px) {
  .module-about .us-content {
    max-width: 100%;
  }

  .module-about .us-content .culture-container {
    width: 100%;
  }

  .module-about .us-content .culture-content {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-width: 100% !important;
  }

  .module-about .us-content .social .social-container {
    margin-bottom: 0.37037rem;
  }

  .module-about .us-content .social .left .social-img,
  .module-about .us-content .social .right .social-img {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .module-about .us-content .social .left .social-content,
  .module-about .us-content .social .right .social-content {
    float: none;
    max-width: none;
    margin: 0 auto;
    margin-top: 0.37037rem !important;
  }

  .module-about .us-content .dynamic .dynamic-container {
    margin-bottom: 0.37037rem;
  }

  .module-about .us-content .dynamic .left .dynamic-img,
  .module-about .us-content .dynamic .right .dynamic-img {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .module-about .us-content .dynamic .left .dynamic-content,
  .module-about .us-content .dynamic .right .dynamic-content {
    float: none;
    max-width: none;
    margin: 0 auto;
    margin-top: 0.37037rem !important;
  }

  .module-about .us-content .culture-img {
    display: none;
  }
}

.about-nav {
  padding-top: 0.37037rem;
  margin-right: 0.37037rem;
  float: left;
  background: #ffffff;
  width: 3.703704rem;
  height: 5.185185rem;
}

.about-nav .nav-title {
  font-size: 0.296296rem;
  color: #333333;
  letter-spacing: 0;
  display: block;
  text-align: left;
  text-indent: 0.37037rem;
  width: 3.703704rem;
  height: 0.777778rem;
  line-height: 0.777778rem;
  text-decoration: none;
}

.about-nav .active {
  border-left: 0.074074rem #ff583f solid;
  background-color: #f8f8f8;
  color: #ff583f;
  text-decoration: none;
}

@media only screen and (max-width: 1203px) {
  .about-nav {
    float: none;
    width: 100%;
    height: 0.555556rem;
    line-height: 0.555556rem;
    padding-top: 0;
    padding-bottom: 0.185185rem;
  }

  .about-nav .nav-title {
    display: inline-block;
  }

  .about-nav .active {
    background: none;
    border: 0;
  }
}

.module-example-nav {
  max-width: 22.222222rem;
  margin: 0 auto;
  position: relative;
}

.module-example-nav .select-region {
  width: 4.074074rem;
  height: 0.555556rem;
  margin-top: 0.462963rem;
  margin-bottom: 0.462963rem;
}

.module-example-nav .select-region .select-btn {
  border: 0.018519rem solid #d9d9d9;
  border-radius: 0.074074rem;
  width: 3.666667rem;
  height: 0.148148rem;
  display: block;
  font-size: 0.259259rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.148148rem;
  text-align: left;
  padding: 0.185185rem;
  text-decoration: none;
  position: relative;
}

.module-example-nav .select-region .select-btn .select-icon {
  background: url("../images/select-down-bb73d57a89.png") 0 0 no-repeat;
  width: 0.185185rem;
  height: 0.111111rem;
  display: block;
  position: absolute;
  right: 0.185185rem;
  top: 0.166667rem;
}

.module-example-nav .nav-list {
  display: none;
  width: 4.037037rem;
  position: absolute;
  top: 0.555556rem;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  line-height: 0.518519rem;
}

.module-example-nav .nav-list li .nav-btn {
  font-size: 0.259259rem;
  display: block;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.module-example-nav .nav-list li .nav-btn:hover {
  background-color: #999;
}

.module-example-nav .show {
  display: block;
}

.module-example-content .left {
  margin-right: 0.296296rem;
}

.module-example-content .content-list {
  display: none;
  max-width: 22.222222rem;
  margin: 0 auto;
}

.module-example-content .content-list li {
  float: left;
  margin-bottom: 0.37037rem;
  width: 10.925926rem;
}

.module-example-content .content-list li .img-region {
  position: relative;
  width: 10.925926rem;
  display: block;
  height: 8.203704rem;
}

.module-example-content .content-list li .img-region:hover .mask,
.module-example-content .content-list li .img-region:hover .plus-icon {
  display: block;
}

@media only screen and (max-width: 800px) {
  .module-example-content .content-list li .img-region:hover .mask,
  .module-example-content .content-list li .img-region:hover .plus-icon {
    display: none;
  }
}

.module-example-content .content-list li .mask {
  background: rgba(0, 0, 0, 0.5);
  width: 10.925926rem;
  height: 8.203704rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.module-example-content .content-list li .plus-icon {
  height: 0.888889rem;
  width: 0.888889rem;
  background: url("../images/plus-c17fc62063.png") 0 0 no-repeat;
  position: absolute;
  top: 3.666667rem;
  left: 5.018519rem;
  z-index: 2;
  display: none;
}

.module-example-content .content-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.925926rem;
  height: 8.203704rem;
}

.module-example-content .content-list li .content {
  background-color: #fff;
  padding-left: 0.37037rem;
  padding-top: 0.277778rem;
  padding-bottom: 0.407407rem;
}

.module-example-content .content-list li .content h3 {
  font-size: 0.296296rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.259259rem;
  margin-bottom: 0.185185rem;
}

.module-example-content .content-list li .content p {
  font-size: 0.259259rem;
  color: #999999;
  letter-spacing: 0;
  line-height: 0.388889rem;
}

@media only screen and (max-width: 1200px) {
  .module-example-content .content-list .left {
    margin: 0 auto;
    float: none;
    margin-bottom: 0.37037rem;
  }

  .module-example-content .content-list li {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 0.37037rem;
  }
}

@media only screen and (max-width: 640px) {
  .module-example-content .content-list .left {
    margin: 0 auto;
    width: 100%;
    float: none;
    margin-bottom: 0.37037rem;
  }

  .module-example-content .content-list li {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 0.37037rem;
  }

  .module-example-content .content-list li .img-region {
    width: 100%;
  }

  .module-example-content .content-list li img {
    width: 100%;
  }
}

.module-map {
  padding-top: 0.740741rem;
}

.module-map .map-container {
  max-width: 22.222222rem;
  height: 8.185185rem;
  margin: 0 auto;
  margin-top: 0.740741rem;
  margin-bottom: 1.259259rem;
}

.module-map h1 {
  font-size: 0.666667rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.666667rem;
  text-align: center;
}

.module-map p {
  font-family: Avenir-Book;
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.37037rem;
  text-align: center;
}

.module-map .spec {
  max-width: 22.222222rem;
  margin: 0 auto;
  padding-bottom: 1.037037rem;
}

.module-map .spec-left {
  float: left;
  width: 40%;
  text-align: center;
  border-right: 0.018519rem solid #EEEEEE;
  height: 3.296296rem;
  line-height: 4.277778rem;
}

.module-map .spec-left p {
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
}

.module-map .spec-left .logo {
  margin: 0 auto;
  margin-top: 0.277778rem;
  display: inline-block;
  margin-bottom: 0.37037rem;
}

.module-map .spec-right {
  float: left;
  width: 59%;
}

.module-map .spec-right .title {
  font-family: PingFangSC-Semibold;
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 0.185185rem;
  font-weight: 700;
  height: 0.407407rem;
  line-height: 0.407407rem;
  display: inline-block;
}

.module-map .spec-right li {
  width: 8.185185rem;
  margin: 0 auto;
}

.module-map .spec-right li span {
  font-size: 0.296296rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.37037rem;
  display: inline-block;
  overflow: hidden;
}

.module-map .spec-right li span:nth-of-type(1) {
  height: 0.407407rem;
  text-align: justify;
  width: 1.296296rem;
  margin-right: 0.462963rem;
  line-height: 0.481481rem;
}

.module-map .spec-right li span:nth-of-type(1):after {
  display: inline-block;
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
}

@media only screen and (max-width: 760px) {
  .module-map .spec-left {
    float: none;
    margin: 0 auto;
    height: auto;
    border: 0;
    width: 100%;
    margin-bottom: 0.37037rem;
    line-height: normal;
  }

  .module-map .spec-right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.module-our-products .module-carousel .mask {
  display: none;
}

.module-our-products .module-carousel .arrow-right {
  background: url("../images/part-arr-right-d5d7d8b1f3.png") 0 0 no-repeat;
  height: 0.555556rem;
  width: 0.296296rem;
  right: 5%;
  top: 1.407407rem !important;
}

.module-our-products .module-carousel .arrow-left {
  background: url("../images/part-arr-left-507fb694c8.png") 0 0 no-repeat;
  height: 0.555556rem;
  width: 0.296296rem;
  left: 5%;
  top: 1.407407rem !important;
}

.module-our-products .module-carousel .ator {
  left: 0;
}

.module-our-products .module-carousel .ator .ator-item {
  background: #FFFFFF;
  border: 0.018519rem solid #999999;
  height: 0.185185rem;
  width: 0.185185rem;
  border-radius: 0.185185rem;
}

.module-our-products .module-carousel .ator .active {
  background: #FF583F;
  border: 0.018519rem solid #999999;
}

.module-our-products .product1 {
  background-color: #F4F4F4;
}

.module-our-products .product {
  padding-top: 1.481481rem;
  padding-bottom: 1.481481rem;
  max-width: 18.518519rem;
  margin: 0 auto;
}

.module-our-products .products-content .product-carousel {
  float: right;
  width: 7.12963rem;
  height: 4.62963rem;
}

.module-our-products .products-content h1 {
  font-size: 0.444444rem;
  color: #333333;
  margin-bottom: 0.388889rem;
}

.module-our-products .products-content h1 span {
  color: #FF583F;
}

.module-our-products .products-content p {
  font-size: 0.296296rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 0.444444rem;
  margin-bottom: 0.555556rem;
}

.module-our-products .products-content .cp {
  margin-bottom: 0.555556rem;
  font-size: 0.296296rem;
}

.module-our-products .products-content .type {
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 0.37037rem;
}

.module-our-products .products-content .big {
  font-family: PingFangSC-Medium;
  font-size: 1.111111rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.111111rem;
}

.module-our-products .products-content .small {
  font-size: 0.222222rem;
}

.module-our-products .product-content {
  position: relative;
  float: left;
  width: 11.037037rem;
}

.module-our-products .product-content p {
  color: #666666;
  letter-spacing: 0;
}

.module-our-products .product-content .underline {
  background: #FF583F;
  width: 0.740741rem;
  top: 0.666667rem;
  left: 0;
  height: 0.074074rem;
  position: absolute;
}

.module-our-products .incontent {
  margin-bottom: 0.37037rem;
}

.module-our-products .incontent span {
  border: 0.018519rem solid #666666;
  border-radius: 0.074074rem;
  font-size: 0.259259rem;
  color: #FF583F;
  letter-spacing: 0;
  width: 2.759259rem;
  height: 0.62963rem;
  line-height: 0.62963rem;
  display: inline-block;
  padding-left: 0.203704rem;
}

.module-our-products .incontent span:nth-of-type(1) {
  margin-right: 0.740741rem;
}

.module-our-products .incontent span:nth-of-type(2) {
  margin-right: 0.740741rem;
}

.module-our-products .incontent .radius-container {
  border-radius: 0.074074rem;
  border: 0.018519rem solid #666666;
  width: 4.444444rem;
  display: inline-block;
}

.module-our-products .incontent .radius-container:nth-of-type(1) {
  margin-right: 0.740741rem;
}

.module-our-products img {
  width: 7.12963rem;
  height: 4.62963rem;
}

.module-our-products .main-title {
  height: 1.851852rem;
  line-height: 1.851852rem;
  text-align: center;
  font-size: 0.666667rem;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-shadow: 0 0.018519rem 0 0 rgba(217, 217, 217, 0.5);
  box-shadow: 0 0.018519rem 0 0 rgba(217, 217, 217, 0.5);
  border-bottom: 0.018519rem #f4f4f4 solid;
}

.module-our-products .product2 .underline {
  right: 0;
  left: auto;
  top: 3.759259rem;
}

.module-our-products .product2 .product-content {
  float: right;
  text-align: right;
}

.module-our-products .product2 img {
  float: left;
}

.module-our-products .product2 .product-carousel {
  float: left;
}

.module-our-products .product2 .incontent span {
  width: 1.981481rem;
  height: 0.62963rem;
  text-align: left;
  margin-right: 0;
}

.module-our-products .product2 .incontent span:nth-of-type(2) {
  margin-left: 0.555556rem;
}

.module-our-products .product2 .incontent span:nth-of-type(3) {
  margin-left: 0.555556rem;
}

.module-our-products .product2 .incontent span:nth-of-type(4) {
  margin-left: 0.555556rem;
}

.module-our-products .product3 .underline {
  top: 4.259259rem;
}

.module-our-products .product3 .product-content {
  text-align: left;
}

.module-our-products .product3 img {
  float: right;
}

.module-our-products .product3 .incontent .radius-container {
  width: 4.814815rem;
}

.module-our-products .product3 .incontent span {
  margin-right: 0;
  border: 0;
  height: 100%;
  border-radius: 0;
  width: 2.018519rem;
}

.module-our-products .product3 .incontent span:nth-of-type(1) {
  background: #666666;
  color: #FF7C68;
}

.module-our-products .product3 .incontent span:nth-of-type(2) {
  width: 2.222222rem;
}

.module-our-products .product3 .incontent span:nth-of-type(3) {
  background: #666666;
  margin-left: 0.740741rem;
  color: #FF7C68;
}

.module-our-products .product4 .incontent span {
  width: 2.203704rem;
}

@media only screen and (max-width: 680px) {
  .module-our-products .product4 .incontent span {
    width: 2.592593rem;
  }
}

.module-our-products .product4 .incontent span:nth-of-type(2) {
  margin-left: 0.37037rem;
}

.module-our-products .product4 .incontent span:nth-of-type(3) {
  margin-left: 0.37037rem;
}

.module-our-products .product4 .incontent span:nth-of-type(4) {
  margin-left: 0.37037rem;
}

.module-our-products .product6 .product-content {
  width: 10.777778rem;
}

.module-our-products .product6 .underline {
  top: 3.740741rem;
}

.module-our-products .product6 img {
  float: right;
}

.module-our-products .product5 .underline {
  top: 1.981481rem;
}

.module-our-products .product5 .product-content {
  text-align: left;
}

.module-our-products .product5 .product-content p {
  font-size: 0.296296rem;
}

.module-our-products .product7 .underline {
  top: 1.944444rem;
}

.module-our-products .product7 .product-content {
  width: 10.481481rem;
}

.module-our-products .product7 .cp {
  margin-bottom: 0;
}

.module-our-products .product8 .underline {
  top: 1.944444rem;
}

.module-our-products .product8 .cp {
  margin-bottom: 0;
}

@media only screen and (max-width: 980px) {
  .module-our-products .product {
    padding-bottom: 0 !important;
  }

  .module-our-products .products-content {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0.37037rem;
  }

  .module-our-products .products-content:nth-of-type(2) .product {
    padding-top: 0;
  }

  .module-our-products .products-content:nth-of-type(3) .product {
    padding-top: 0;
  }

  .module-our-products .products-content .product-carousel {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.37037rem;
  }

  .module-our-products .products-content .underline {
    display: none !important;
  }

  .module-our-products .products-content .product-content {
    float: none !important;
    margin: 0 auto;
    width: 100% !important;
  }

  .module-our-products .products-content img {
    float: none !important;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.37037rem;
  }
}

.module-heating .content {
  max-width: 22.222222rem;
  margin: 0 auto;
  padding: 0 0.37037rem;
}

.module-heating .title-body {
  float: left;
  padding-top: 1.481481rem;
}

.module-heating .mobile-icon {
  display: none !important;
}

@media only screen and (max-width: 882px) {
  .module-heating .mobile-icon {
    display: block !important;
    width: 100%;
  }
}

.module-heating .title-icon {
  float: right;
  margin-top: 1.185185rem;
}

.module-heating .main-title {
  height: 8.185185rem;
  background: url("../images/heating-300679213b.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.module-heating .main-title .header-title {
  font-size: 0.740741rem;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.185185rem;
}

.module-heating .main-title h1 {
  font-family: PingFangSC-Medium;
  font-size: 0.37037rem;
  margin-bottom: 0.740741rem;
  width: 11.111111rem;
}

.module-heating .main-title p {
  font-size: 0.259259rem;
  width: 11.111111rem;
  line-height: 0.555556rem;
}

.module-heating .main-title p:nth-of-type(1) {
  margin-bottom: 0.740741rem;
}

.module-heating .main-list {
  padding-top: 1.481481rem;
  background-color: #fff;
}

.module-heating .main-list .thaw-list {
  text-align: left;
  width: 22.592593rem;
  margin: 0 auto;
}

.module-heating .main-list .thaw-list li {
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.092593rem;
}

.module-heating .main-list .thaw-list li:nth-of-type(odd) {
  float: none;
  width: auto;
  height: auto;
}

.module-heating .main-list .thaw-list li img {
  margin: 0;
}

@media only screen and (max-width: 1220px) {
  .module-heating .main-list .thaw-list {
    width: 17.092593rem;
  }

  .module-heating .main-list .thaw-list li {
    margin-bottom: 0.185185rem;
  }
}

@media only screen and (max-width: 923px) {
  .module-heating .main-list .thaw-list {
    width: 11.592593rem;
  }
}

@media only screen and (max-width: 626px) {
  .module-heating .main-list .thaw-list {
    width: 100%;
    text-align: center;
  }

  .module-heating .main-list .thaw-list li {
    margin-right: 0;
  }
}

.module-heating .main-list ul li {
  width: 10.37037rem;
  float: left;
  margin-bottom: 1.481481rem;
  position: relative;
}

.module-heating .main-list ul li:nth-of-type(odd) {
  float: right;
}

.module-heating .main-list ul li .underline {
  top: 2.222222rem;
  position: absolute;
  display: block;
  left: 0;
  height: 0.037037rem;
  background-color: #FF583F;
  width: 0.703704rem;
}

.module-heating .main-list ul li div {
  height: 1.111111rem;
  width: 1.111111rem;
  border-radius: 1.111111rem;
  border: 0.018519rem #FF583F solid;
  line-height: 1.111111rem;
  text-align: center;
  font-size: 0.444444rem;
  color: #FF583F;
  margin-bottom: 0.37037rem;
}

.module-heating .main-list ul li h1 {
  font-family: PingFangSC-Medium;
  font-size: 0.444444rem;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.777778rem;
}

.module-heating .main-list ul li p {
  font-size: 0.259259rem;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
}

@media only screen and (max-width: 1160px) {
  .module-heating .main-list ul li {
    width: 8.518519rem;
  }
}

@media only screen and (max-width: 1000px) {
  .module-heating .main-list ul li {
    width: 5.925926rem;
  }
}

@media only screen and (max-width: 740px) {
  .module-heating .main-list ul li {
    margin: 0 auto;
    width: 80%;
    float: none;
  }

  .module-heating .main-list ul li:nth-of-type(odd) {
    float: none;
  }
}

@media only screen and (max-width: 1105px) {
  .module-heating .main-list ul li {
    margin-bottom: 0.37037rem;
  }

  .module-heating .title-icon {
    display: none;
  }

  .module-heating .title-body {
    float: none;
    width: 11.111111rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .module-heating .title-body {
    width: 100%;
    padding-top: 0.555556rem;
  }

  .module-heating .title-body h1,
  .module-heating .title-body p {
    width: 100%;
  }
}

.module-radiator .main-title {
  background: url("../images/radiator-34b0b68a4a.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.module-radiator .main-title .header-title {
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.module-radiator .main-title .title-body {
  float: none;
  margin: 0 auto;
  padding-top: 1.851852rem;
}

.module-radiator .main-title .title-body p {
  text-align: center;
  width: 100%;
  font-size: 0.37037rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.555556rem;
  margin-bottom: 0;
}

.module-radiator .main-title .title-body p:nth-of-type(1) {
  margin-bottom: 0;
}

.module-radiator .main-title .title-body div:nth-of-type(1) {
  margin-bottom: 0.703704rem;
}

.module-radiator h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 0.444444rem;
  color: #333333;
  letter-spacing: 0;
}

.module-radiator .content {
  padding-bottom: 1.481481rem;
}

.module-radiator .content p {
  text-align: center;
  font-size: 0.296296rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 0.592593rem;
}

.module-radiator .content div {
  margin-bottom: 0.833333rem;
}

.module-radiator .content div:last-of-type {
  margin-bottom: 0;
}

.module-thaw .main-title {
  background: url("../images/thaw-f1d16f7f39.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.module-thaw .main-title .title-body {
  padding-top: 2.166667rem;
}

.module-thaw .main-title img {
  margin: 0 auto;
  display: block;
  margin-bottom: 0.555556rem;
}

.module-thaw .main-title h3 {
  font-size: 0.444444rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.518519rem;
}

.module-thaw .main-list img {
  margin: 0 auto;
  display: block;
  margin-bottom: 0.740741rem;
}

.module-operation p {
  margin-bottom: 0 !important;
}

.module-operation .content p {
  font-size: 0.296296rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 0.592593rem;
  text-align: center;
}

.module-operation .main-content {
  background-color: #fff;
  padding-top: 0.740741rem;
  padding-bottom: 1.481481rem;
  padding-left: 3%;
  padding-right: 3%;
}

.module-operation .main-content p {
  font-size: 0.296296rem;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 0.592593rem;
}

.module-operation .title-body p {
  color: #000;
}

.module-operation .main-title {
  height: 12.962963rem;
  background: url("../images/operation-bg0-6e0f0e38c2.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 822px) {
  .module-operation .main-title {
    height: 8.185185rem;
  }
}

.module-operation .main-title .title-body {
  float: none;
  /*      @media only screen and (max-width: 822px){
              padding-top: 50px;
            }*/
}

@media only screen and (max-width: 640px) {
  .module-operation .main-title .title-body {
    padding-top: 1.481481rem;
  }
}

.module-operation .main-title .title-body p {
  text-align: center;
  width: 100%;
  font-size: 0.296296rem;
  color: #FFFFFF;
  letter-spacing: 0;
}

.module-operation .main-title .header-title {
  font-weight: 700;
  font-size: 0.740741rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.111111rem;
  width: 100%;
  text-align: center;
}

.module-operation .main-title .content {
  text-align: center;
}

.module-operation .main-title .title-icon {
  float: none;
  margin-top: 0.425926rem;
}

@media only screen and (max-width: 1105px) {
  .module-operation .main-title .title-icon {
    display: inline;
  }
}

@media only screen and (max-width: 822px) {
  .module-operation .main-title .title-icon {
    display: none;
  }
}

.module-faq .main-title {
  background: url("../images/FAQ-752cfe839f.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.module-faq .main-title .title-body {
  padding-top: 0.87037rem;
}

.module-faq .main-title .title-body .underline {
  background: #ffffff;
  width: 3.425926rem;
  height: 0.037037rem;
  margin: 0 auto;
  margin-top: 0.444444rem;
  margin-bottom: 0.388889rem !important;
}

.module-faq .main-title .title-body h1 {
  font-size: 1.185185rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.module-faq .main-title .title-body h3 {
  font-size: 0.888889rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.481481rem;
}

.module-faq .main-title .title-body div {
  margin-bottom: 0.518519rem;
}

.module-faq .main-title .title-body a {
  border: 0.018519rem solid #ffffff;
  border-radius: 0.148148rem;
  width: 2.185185rem;
  height: 0.962963rem;
  line-height: 0.962963rem;
  font-size: 0.37037rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  display: block;
  position: relative;
  padding-left: 0.888889rem;
  text-decoration: none;
  margin: 0 auto;
}

.module-faq .main-title .title-body .arrow-down {
  width: 0.314815rem;
  height: 0.333333rem;
  background: url("../images/arr-down-74544290fe.png") 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0.351852rem;
  left: 0.351852rem;
}

.module-faq .main-list {
  max-width: 22.222222rem;
  margin-top: 0 !important;
  padding-top: 0.185185rem;
  margin: 0 auto;
}

.module-faq .main-list li {
  padding-top: 0.555556rem;
}

.module-faq .main-list .list-left {
  float: left;
  margin-right: 0.518519rem;
}

.module-faq .main-list .list-left span {
  font-size: 0.555556rem;
  color: #ff583f;
  letter-spacing: 0;
  line-height: 0.555556rem;
  text-align: right;
  font-weight: 500;
  width: 2.314815rem;
  height: 1.111111rem;
  display: block;
}

.module-faq .main-list .list-right {
  float: left;
  font-size: 0.444444rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.444444rem;
  text-align: justify;
  max-width: 18.648148rem;
  border-bottom: #EEEEEE 0.018519rem solid;
  width: 80%;
}

.module-faq .main-list .list-right h3 {
  font-size: 0.481481rem;
  padding-bottom: 0.555556rem;
  font-weight: 500;
}

.module-faq .main-list .list-right p {
  font-size: 0.296296rem;
  padding-bottom: 0.666667rem;
}

.module-manual .nav {
  background: #f4f4f4;
  text-align: left;
  margin-top: 0.259259rem;
  padding-bottom: 0.259259rem;
}

.module-manual .nav .nav-content {
  float: left;
  margin-left: 2.222222rem;
  color: #999999;
}

.module-manual .nav a {
  font-size: 0.296296rem;
  color: #ff583f;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  margin-right: 0.092593rem;
}

.module-manual .nav span {
  font-size: 0.296296rem;
  letter-spacing: 0;
  text-align: center;
}

.module-manual .main-list {
  padding-bottom: 1.851852rem;
}

.module-manual .main-list h1 {
  font-size: 0.666667rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.666667rem;
  text-align: center;
  margin-top: 1.296296rem;
  margin-bottom: 0.185185rem;
}

.module-manual .main-list p {
  font-family: Avenir-Book;
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.37037rem;
  text-align: center;
  margin-bottom: 1.481481rem;
}

.module-manual .main-list ul {
  max-width: 22.222222rem;
  margin: 0 auto;
}

.module-manual .main-list ul li {
  float: left;
}

.module-manual .main-list ul li:nth-of-type(1) {
  margin-right: 2.222222rem;
}

.module-manual .main-list ul li:nth-of-type(2) {
  margin-right: 1.481481rem;
}

.module-manual .main-list ul li:nth-of-type(3) {
  margin-right: 1.388889rem;
}

.module-manual .main-list ul a {
  text-decoration: none;
  display: block;
}

.module-manual .main-list ul span {
  background: url("../images/download-64d6fd90ae.png") 0 0 no-repeat;
  width: 2.148148rem;
  height: 2.148148rem;
  border-radius: 2.148148rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.351852rem;
}

.module-manual .main-list ul p {
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.444444rem;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .module-manual .main-list ul {
    width: 12.592593rem;
  }

  .module-manual .main-list ul li {
    float: left;
  }

  .module-manual .main-list ul li:nth-of-type(1) {
    margin-right: 0;
    float: left;
    margin-bottom: 0.37037rem;
  }

  .module-manual .main-list ul li:nth-of-type(2) {
    float: right;
    margin-bottom: 0.37037rem;
    margin-right: 0;
  }

  .module-manual .main-list ul li:nth-of-type(3) {
    float: left;
    margin-right: 0;
  }

  .module-manual .main-list ul li:nth-of-type(3) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .module-manual .main-list {
    padding-left: 5%;
    padding-right: 5%;
  }

  .module-manual .main-list ul {
    width: 100%;
  }

  .module-manual .main-list ul li {
    float: none !important;
    margin-bottom: 0.37037rem;
  }
}

.module-certificate {
  max-width: 22.592593rem;
  margin: 0 auto;
  margin-top: 0.740741rem;
}

.module-certificate .content h1 {
  font-size: 0.444444rem;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
}

.module-certificate .content ul {
  margin-top: 0.37037rem;
}

.module-certificate .content ul li {
  width: 7.148148rem;
  background-color: #fff;
  float: left;
  margin-right: 0.37037rem;
  margin-bottom: 0.37037rem;
}

.module-certificate .content ul .list-btn {
  display: block;
  text-align: center;
}

.module-certificate .content ul img {
  height: 4.444444rem;
}

.module-certificate .content ul p {
  font-size: 0.296296rem;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  height: 1.111111rem;
  line-height: 1.111111rem;
  padding-left: 0.37037rem;
}

@media only screen and (max-width: 1217px) {
  .module-certificate {
    max-width: 15.185185rem;
  }
}

@media only screen and (max-width: 801px) {
  .module-certificate .content ul li {
    float: none;
    margin: 0 auto;
    margin-bottom: 0.37037rem;
  }
}

.certificate-img-region {
  width: 100%;
  background: url("../images/certificate-banner-1755da5191.png") 0 0 no-repeat;
  background-size: 100% 100%;
  height: 8.185185rem;
}

.certificate-img-region .desc-region {
  padding-top: 3.240741rem;
}

.certificate-img-region h1 {
  font-family: PingFangSC-Semibold;
  font-size: 0.925926rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.666667rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.certificate-img-region p {
  font-size: 0.296296rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.555556rem;
  text-align: center;
}

@media only screen and (max-width: 520px) {
  .certificate-img-region {
    padding-left: 0.092593rem;
    padding-right: 0.092593rem;
  }
}

.module-digital {
  width: 16.666667rem;
  width: 24.203704rem;
  margin: 0 auto;
  margin-bottom: 0.685185rem;
}

@media only screen and (max-width: 1320px) {
  .module-digital {
    width: 100%;
  }
}

@media only screen and (max-width: 1203px) {
  .module-digital {
    margin-top: 0;
  }
}

@media only screen and (max-width: 910px) {
  .module-digital {
    width: 100%;
    margin-bottom: 0;
  }
}

.module-digital .time-line-full {
  width: 100%;
  margin-top: 0.740741rem;
}

@media only screen and (max-width: 920px) {
  .module-digital .time-line-full {
    display: none;
  }
}

.module-digital .dig-title {
  font-size: 0.666667rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.666667rem;
  text-align: center;
}

@media only screen and (max-width: 920px) {
  .module-digital .dig-title {
    display: none;
  }
}

.module-digital .dig-title-en {
  font-family: Avenir-Book;
  font-size: 0.37037rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.37037rem;
  text-align: center;
  margin-top: 0.092593rem;
}

@media only screen and (max-width: 920px) {
  .module-digital .dig-title-en {
    display: none;
  }
}

.module-digital .module-timeLine {
  padding-bottom: 0.555556rem;
  width: 100%;
}

@media only screen and (max-width: 910px) {
  .module-digital .module-timeLine {
    width: auto;
    width: 100%;
  }
}

.module-digital .module-timeLine .timeLine-title {
  display: none;
}

@media only screen and (max-width: 920px) {
  .module-digital .module-timeLine .timeLine-title {
    display: block;
  }
}

.module-digital .module-timeLine .time-line {
  width: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.module-digital .module-timeLine .time-line .time-container {
  height: 61.055556rem;
  display: none;
}

@media only screen and (max-width: 920px) {
  .module-digital .module-timeLine .time-line .time-container {
    display: block;
  }
}

.module-digital .module-timeLine .left-list {
  margin-top: 0;
}

.module-digital .module-timeLine .left-list .list-content {
  background-color: #fff;
  width: 7.111111rem;
  padding: 0;
  padding-left: 0.296296rem;
  margin-right: 0.388889rem;
  padding-top: 0.37037rem;
  padding-bottom: 0.37037rem;
  background-size: 100% 100%;
  margin-bottom: 0;
  /* margin-bottom: 117px;
        &:nth-of-type(1){
          margin-bottom: 70px;
        }
        &:nth-of-type(2){
          margin-bottom: 70px;
        }
        &:nth-of-type(3){
          margin-bottom: 70px;
        }
        &:nth-of-type(4){
          margin-bottom: 75px;
        }
        &:nth-of-type(5){
          margin-bottom: 124px;
        }
        &:nth-of-type(6){
          margin-bottom: 112px;
        }
        &:nth-of-type(7){
          margin-bottom: 95px;
        }
        &:nth-of-type(7){
          margin-bottom: 115px;
        }
        &:nth-of-type(8){
          margin-bottom: 124px;
        }
        &:nth-of-type(10){
          margin-bottom: 112px;
        }
        &:nth-of-type(11){
          margin-bottom: 107px;
        }
        &:nth-of-type(12){
          margin-bottom: 124px;
        }
        &:nth-of-type(13){
          margin-bottom: 124px;
        }*/
}

.module-digital .module-timeLine .left-list .list-content p {
  border-radius: 0.074074rem;
  width: 6.666667rem;
  vertical-align: middle;
  display: table-cell;
  font-size: 0.259259rem;
}

.module-digital .module-timeLine .left-list .list-content p span {
  display: block;
}

.module-digital .module-timeLine .left-list .list-content .content-arr {
  left: 7.37037rem;
}

.module-digital .module-timeLine .right-list {
  margin-top: 4.444444rem;
}

.module-digital .module-timeLine .right-list li {
  width: 6.166667rem;
  display: table;
  height: 2.259259rem;
}

.module-digital .module-timeLine .right-list .imgBtn {
  float: left;
}

.module-digital .module-timeLine .right-list .list-content {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  display: block;
}

.module-digital .module-timeLine .right-list .list-content p {
  width: 3.648148rem;
  font-size: 0.259259rem;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  float: left;
}

.module-digital .module-timeLine .right-list .list-content img {
  float: left;
  margin-right: 0.277778rem;
  width: 2.222222rem;
  height: 2.222222rem;
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(1) {
  margin-top: 0;
  /*margin-top: 389px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(2) {
  margin-top: 1.296296rem;
  /*margin-top: 500px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(3) {
  margin-top: 1.592593rem;
  /*margin-top: 76px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(4) {
  margin-top: 1.592593rem;
  /*margin-top: 288px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(5) {
  margin-top: 5.37037rem;
  /*margin-top: 76px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(6) {
  margin-top: 1.592593rem;
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(7) {
  margin-top: 5.37037rem;
  /*margin-top: 90px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(8) {
  margin-top: 1.592593rem;
  /*margin-top: 704px;*/
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(9) {
  margin-top: 1.592593rem;
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(10) {
  margin-top: 1.592593rem;
}

.module-digital .module-timeLine .right-list .list-content:nth-of-type(11) {
  margin-top: 12.962963rem;
}

.module-digital .module-timeLine .line-content {
  height: 64.592593rem;
  margin-left: 0.240741rem;
}

.module-digital .module-timeLine .line-content .line {
  height: 64.592593rem;
}

.module-digital .module-timeLine .line-content ul {
  position: absolute;
  top: 1.333333rem;
  left: 0;
  z-index: 1;
}

.module-digital .module-timeLine .line-content li {
  list-style-type: none;
  width: 1.87037rem;
}

.module-digital .module-timeLine .line-content li .timeline-icon {
  background: url("../images/timeline-unacitve-33ee8f17f7.png") 0 0 no-repeat;
  height: 0.611111rem;
  width: 0.592593rem;
  display: inline-block;
  float: left;
  margin-bottom: 3.203704rem;
}

.module-digital .module-timeLine .line-content li .active {
  background: url("../images/timeline-active-780f1f83f7.png") 0 0 no-repeat;
}

.module-digital .module-timeLine .line-content li .timeline-year {
  margin-top: 0.074074rem;
  margin-left: 0.203704rem;
}

.module-digital .module-timeLine .line-content li span {
  font-family: PingFangSC-Semibold;
  font-size: 0.444444rem;
  color: #666666;
  letter-spacing: 0;
  float: left;
  line-height: 0.444444rem;
}

.module-digital .module-timeLine .line-content li img {
  display: inline;
  margin-bottom: 0;
}

@media only screen and (max-width: 1203px) {
  .module-digital .module-timeLine {
    margin: 0 auto;
    margin-top: 0.185185rem;
    float: none;
  }
}

@media only screen and (max-width: 1203px) {
  .module-digital .module-timeLine {
    padding-left: 0;
  }
}

@media only screen and (max-width: 920px) {
  .module-digital .module-timeLine .left-list,
  .module-digital .module-timeLine .right-list {
    display: none;
  }

  .module-digital .module-timeLine .time-line .time-container {
    min-height: 29.759259rem;
    height: auto;
  }

  .module-digital .module-timeLine .mobile-list {
    display: block;
    padding-top: 0;
    width: auto;
    margin-left: 0;
  }

  .module-digital .module-timeLine .mobile-list .year-region {
    width: 2.37037rem;
    display: inline-block;
    vertical-align: top;
  }

  .module-digital .module-timeLine .mobile-list .desc-region {
    display: inline-block;
    width: 65%;
    vertical-align: top;
  }

  .module-digital .module-timeLine .mobile-list .desc-region p:nth-of-type(1) {
    margin-bottom: 0.185185rem;
  }

  .module-digital .module-timeLine .mobile-list .timeline-icon {
    background: url("../images/timeline-unacitve-33ee8f17f7.png") 0 0 no-repeat;
    height: 0.611111rem;
    width: 0.592593rem;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    background-size: 100% 100%;
  }

  .module-digital .module-timeLine .mobile-list .active {
    background: url("../images/timeline-active-780f1f83f7.png") 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .module-digital .module-timeLine .mobile-list .timeline-year {
    margin-right: 0.296296rem;
    margin-top: 0.074074rem;
    margin-left: 0.203704rem;
    float: left;
    font-size: 0.444444rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 0.444444rem;
  }

  .module-digital .module-timeLine .line-content {
    display: none;
  }

  .module-digital .module-timeLine .list-content {
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .module-digital .module-timeLine .mobile-list .desc-region {
    width: 60%;
  }
}

.popule {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popule .popule-content {
  position: relative;
  width: 16.185185rem;
  height: 10rem;
  margin: 0 auto;
}

.popule .popule-content .desc-content {
  position: relative;
}

.popule .popule-content .desc-mask {
  opacity: 0.3;
  background: #000000;
  height: 1.87037rem;
  width: 12.981481rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.popule .popule-content .desc-container {
  height: 1.555556rem;
  width: 12.592593rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-left: 0.37037rem;
  padding-top: 0.296296rem;
}

.popule .popule-content .desc {
  height: 1.851852rem;
  width: 12.962963rem;
  position: absolute;
  bottom: 0.296296rem;
  left: 1.611111rem;
}

.popule .popule-content .desc p:nth-last-of-type(2) {
  font-size: 0.296296rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.407407rem;
  margin-bottom: 0.092593rem;
}

.popule .popule-content .desc p:nth-last-of-type(1) {
  font-size: 0.222222rem;
  color: #FFFFFF;
  line-height: 0.407407rem;
  letter-spacing: 0;
}

.popule .popule-content .desc h3 {
  font-size: 0.37037rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.37037rem;
  margin-bottom: 0.222222rem;
}

.popule .popule-content a {
  width: 0.574074rem;
  height: 1.074074rem;
  display: block;
  position: absolute;
  top: 45%;
}

.popule .popule-content .leftBtn {
  left: 0;
  background: url("../images/pop-left-60c4e96731.png") 0 0 no-repeat;
}

.popule .popule-content .rightBtn {
  background: url("../images/pop-right-f17d114b39.png") 0 0 no-repeat;
  right: 0;
}

.popule .popule-content .img-region {
  margin: 0 auto;
  margin-top: 1.851852rem;
  height: 9.722222rem;
  width: 12.962963rem;
}

.popule .popule-content .img-region img {
  height: 9.722222rem;
  width: 12.962963rem;
}

.popule .popule-content .closeBtn {
  position: absolute;
  top: -0.259259rem;
  right: 1.351852rem;
  width: 0.555556rem;
  height: 0.555556rem;
  background: url("../images/pop-close-1559bae660.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 900px) {
  .popule .popule-content {
    width: 12.962963rem;
  }

  .popule .popule-content .desc {
    left: 0;
  }

  .popule .popule-content .closeBtn {
    right: 0;
  }

  .popule .popule-content .leftBtn {
    display: none;
  }

  .popule .popule-content .rightBtn {
    display: none;
  }
}

.popule-mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.research .main-title {
  background: url("../images/research0-4e66cdccc8.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 414px) {
  .research .main-title {
    background-size: 260% 100%;
    background-position: 50% 50%;
  }
}

.research .main-title .title-body {
  padding-top: 2.537037rem;
}

.research .main-title .title-body h1 {
  font-size: 0.925926rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.666667rem;
}

.research .main-title .title-body div {
  margin-top: 0.462963rem;
}

.research .main-title .title-body p {
  font-size: 0.296296rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.555556rem;
  font-weight: normal;
}

.research .products-content img {
  width: 8.185185rem;
  height: 5.425926rem;
}

.research .products-content .product-content {
  padding-top: 0.555556rem;
  width: 8.333333rem;
}

.research .products-content .product-content .type {
  text-align: left;
  height: 0.925926rem;
  font-size: 0.925926rem;
  color: #333333;
  letter-spacing: 0;
}

.research .products-content .product-content h1 {
  text-align: left;
  margin-bottom: 0.092593rem;
}

.research .products-content .product-content .cp {
  font-size: 0.259259rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 0.388889rem;
  text-align: left;
}

@media only screen and (max-width: 980px) {
  .research .products-content .product-content .type {
    text-align: left;
  }

  .research .products-content .product-content p {
    text-align: left;
  }
}

.module-career .main-header {
  background: url("../images/career-475e064b5b.png") 0 0 no-repeat;
  background-size: cover;
  height: 8.185185rem;
}

.module-career .main-header .content {
  float: right;
  text-align: center;
  margin-right: 2.685185rem;
}

.module-career .main-header .content img {
  width: 5rem;
  height: 1.296296rem;
}

.module-career .main-header .content ul li {
  font-size: 0.37037rem;
  color: #FFFFFF;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 1.87037rem;
}

.module-career .main-header .content ul li:nth-of-type(3) {
  margin-right: 0;
}

.module-career .main-list ul {
  padding-left: 15%;
  padding-top: 1.351852rem;
  padding-bottom: 1.351852rem;
}

.module-career .main-list ul:nth-of-type(odd) {
  background-color: #fff;
}

.module-career .main-list ul li {
  margin-bottom: 0.555556rem;
}

.module-career .main-list ul li:nth-of-type(1) {
  font-size: 0.555556rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.740741rem;
}

.module-career .main-list ul li h3 {
  font-weight: 700;
  font-size: 0.37037rem;
  color: #FF583F;
  letter-spacing: 0;
  margin-bottom: 0.185185rem;
}

.module-career .main-list ul li p {
  font-size: 0.259259rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 0.388889rem;
  margin-bottom: 0.185185rem;
}

@media only screen and (max-width: 770px) {
  .module-career .main-header .content {
    margin: 0 auto;
    width: 100%;
    float: none;
    padding-top: 2.296296rem;
  }

  .module-career .main-header .content ul li {
    margin-right: 0.37037rem;
  }

  .module-career .main-header .content ul li:nth-of-type(3) {
    margin-right: 0;
  }

  .module-career .main-list ul {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0.185185rem;
  padding-bottom: 0.555556rem;
  background-color: #f4f4f4;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
  background-position: center 0;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

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

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 22.222222rem;
  perspective: 22.222222rem;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.814815rem;
  margin-top: -0.407407rem;
  z-index: 10;
  cursor: pointer;
  background-size: 0.5rem 0.814815rem;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0.185185rem;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 0.185185rem;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.185185rem;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 0.148148rem;
  height: 0.148148rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.185185rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.111111rem 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.148148rem;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.074074rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 0.074074rem;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 0.074074rem;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 0.185185rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.055556rem;
  z-index: 50;
  height: 0.092593rem;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.055556rem;
  top: 1%;
  z-index: 50;
  width: 0.092593rem;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.185185rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 0.777778rem;
  height: 0.777778rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.388889rem;
  margin-top: -0.388889rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

/* a11y */

.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;
  -ms-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;
  -ms-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(0.925926rem);
  filter: blur(0.925926rem);
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 22.222222rem;
}

.swiper-container .title-region {
  position: absolute;
  width: 100%;
  height: 2.074074rem;
  left: 0;
  top: 35%;
  font-family: 'Centruy Gothic';
  z-index: 1;
}

.swiper-container .title-region .title {
  font-size: 1.185185rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 0.740741rem;
}

.swiper-container .title-region .title:nth-of-type(1) {
  margin-bottom: 0.925926rem;
}

.swiper-container .title-region .title {
  font-size: 0.592593rem;
}

@media only screen and (max-width: 768px) {
  .swiper-container .title-region .title {
    font-size: 0.481481rem;
  }
}

.swiper-container .title-region .title:nth-of-type(1) {
  margin-bottom: 0.462963rem;
}

html body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  background-color: #f4f4f4;
}

html body * {
  font-weight: 400;
}

.white {
  background-color: #fff !important;
}

.bold {
  font-weight: 700 !important;
}

.black {
  color: #333333 !important;
}

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

.products-nav {
  height: 1.851852rem;
  background-color: #fff;
}

.products-nav .nav-list {
  padding-top: 0.740741rem;
  padding-left: 10%;
}

.products-nav .nav-list li {
  float: left;
  margin-right: 0.740741rem;
}

.products-nav .nav-list li .nav-btn {
  font-size: 0.259259rem;
  color: #ff583f;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  border: 0.018519rem solid #ff583f;
  border-radius: 0.148148rem;
  width: 2.185185rem;
  height: 0.703704rem;
  display: block;
  line-height: 0.703704rem;
}

.products-nav .nav-list li .nav-btn:hover {
  background: #ff583f;
  color: #ffffff;
  border: 0;
  width: 2.222222rem;
  height: 0.740741rem;
}

.products-nav .nav-list li .active {
  font-size: 0.259259rem;
  color: #ffffff;
  background: #ff583f;
  width: 2.222222rem;
  height: 0.740741rem;
  letter-spacing: 0;
  border: 0;
  text-align: center;
}

.main-content {
  padding-top: 1.314815rem;
}

.header-mask {
  background: rgba(0, 0, 0, 0.5);
  width: 10.925926rem;
  height: 8.203704rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}