@charset "utf-8";
html {
  font-family: 'Helvetica', 'PingFang SC', 'Arial', '\5FAE\8F6F\96C5\9ED1', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: url(/images/bg.png) no-repeat center bottom;
  background-attachment: inherit;
}

body {
  overflow-x: hidden
}

body, a {
  color: #000;
  margin: 0;
  padding: 0;
}

a, ul, li {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

.center {
  text-align: center;
}

.container {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;

}

.area-flex {
  display: flex;
  align-items: center;
}

.area-space {
  justify-content: space-between;
}

.area-center {
  justify-content: center;
}

.area-flex .divider {
  width: 2px;
  height: 80px;
  margin-bottom: 39px;
  background-color: #e12f44;
}

.bg {
  position: absolute;
  top: 0;
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 18px;
  left: 0;
  z-index: 9999;
  transition: 300ms;
}

.bg-color {
  top: 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header .content {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav {
  font-size: 24px;
  font-family: FZLTZHJW;
  font-weight: bold;
  float: right
}

.header .nav ul li {
  display: inline-block;
  margin-left: 70px;
}

.header .nav ul li a {
  color: #343434;
}

.header .nav .cur {
  color: #ed4141;
}

.header .nav .cur a {
  color: #ed4141;
}

.header .logo {
  width: 220px;
  height: 100px;
  margin-left: -7px;
}

.banner {
  padding-top: 210px;
}

.banner .left {
  width: 450px;
  margin-top: -10px;
  text-align: center;
  float: left;
}

.banner .left .title {
  line-height: 1;
  font-size: 60px;
  font-weight: bolder;
  color: rgba(12, 10, 22, 1);
}

.banner .left .subtitle {
  padding: 22px 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(223, 152, 152, 1);
  background: url('../images/bg_border.png') no-repeat center center;
  background-size: 100%;
}

.banner .left .desc {
  text-align: left;
}

.banner .left .code {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.banner .left .code img, img.code {
  width: 130px;
  height: 130px;
}

.banner .desc {
  line-height: 30px;
  margin-bottom: 48px;
  font-weight: 400;
  color: rgba(29, 29, 29, 1);
}

.title-code {
  font-size: 14px
}

.banner .right {
  padding: 0 100px;
  position: relative;
  float: right
}

.banner .right img {
}

.about {
  margin-top: 45px;
  padding-top: 160px;
  text-align: center;
}

.about .desc {
  text-align: left;
}

.section .title {
  color: #e20922;
  font-size: 50px;
  font-weight: bolder;
  font-family: FZLTZHJW
}

.section .title-en {
  font-size: 18px;
  font-weight: 300;
  color: rgba(88, 88, 88, 1);
  margin-top: 0;
  letter-spacing: 14px;
  text-indent: 10px
}

.section .desc {
  padding: 60px 45px;
  font-weight: 400;
  color: rgba(29, 29, 29, 1);
  line-height: 30px;
}

.about .desc {
  padding: 55px 45px 50px;
}

#carousel {
  width: 100%;
  height: 400px;
  position: relative;
  clear: both;
  overflow: hidden;
}

#carousel img {
  visibility: hidden; /* hide images until carousel can handle them */
  cursor: pointer; /* otherwise it's not as obvious items can be clicked */
}

#callback-output {
  width: 100%;
  min-height: 5rem;
  background: #fff;
  padding: 0.8rem;
  height: 50rem;
  overflow-y: scroll;
}

.section .slider {
}

.section .slider .item img {
  width: 584px;
  height: 400px;
  border-radius: 8px;
}

.section .item .cur {
  height: 290px;
}

.section .pagination {
  height: 12px;
  margin-top: 30px;
}

.section .pagination .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffe9ec;
  cursor: pointer;
  vertical-align: top;
}

.section .pagination .cur {
  background: #ff576b;
}

.section .code {
  width: 130px;
  height: 130px;
  padding: 70px 0 30px;
  display: inline-block;
}

.section .code img {
  width: 130px;
  height: 130px;
  border: 2px solid #e20922;
  box-shadow: 0 11px 14px rgba(255, 152, 166, .4);
  border-radius: 8px
}

.coop {
  margin-top: 220px;
  padding-top: 160px
}

.coop .title-en {
  letter-spacing: 10px;
  text-indent: 10px
}

.coop .left img {
  width: 340px
}

.coop .right {
  width: 340px;
  margin-right: 160px;
  margin-top: -10px;
  text-align: center
}

.section .info {
  padding: 125px 45px;
  display: flex;
  justify-content: space-between
}

.section .info .item {
  text-align: center;
}

.section .info .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 8px 14px rgba(255, 152, 166, .55);

}

.section .info .item .title-code {
  padding: 22px 0;
  font-size: 16px;
  color: #585858;
}

.section .info .item .title-wechat {
  font-size: 28px;
  color: #1d1d1d;
}

.section-limao {
  margin-top: 210px;
}

.section-limao .limao img {
  width: 191px;
  height: 191px;
}

.section-limao .limao .title-limao {
  font-size: 38px;
  color: #ffe9ec;
  padding-bottom: 50px;
}

.section-limao .title-img {
  width: 1100px
}

.section-limao .limao-desc {
  font-size: 50px;
  font-weight: 400;
  color: rgba(255, 233, 236, 1);
}

.section-limao .limao-code {
  padding: 100px 200px;
  display: flex;
  justify-content: space-between
}

.section-limao .limao-code .title-code {
  padding-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}

.footer {
  flex-direction: column;
  height: 94px;
  color: #fff;
  background: #b83e4d;
}

.footer .footer-nav {
  font-size: 14px;
  flex-wrap: wrap;
}

.footer .item:nth-child(1) {
  padding-right: 20px;
}

.footer .item:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-size: 14px;
}

.contact {
  margin-top: 140px;
  padding-top: 160px
}

.contact .title-en {
  letter-spacing: 8px;
  text-indent: 5px
}

.turn {
  width: 140px;
  height: 140px;
  border: 40px solid #fff0f1;
  position: absolute;
  z-index: -1;
  animation: turn 15s linear infinite
}

.turn-01 {
  border-color: #fff0f1;
  top: -140px;
  left: 50%;
  margin-left: 350px
}

.turn-02 {
  border-color: #ff6c7d;
  top: 650px;
  right: 0;
}

.move {
  width: 220px;
  height: 220px;
  border: 50px solid #ffe9ec;
  position: absolute;
  z-index: -1;
  left: 60px;
  top: 650px;
  border-radius: 50%;
  animation: move 7s linear infinite
}

.icon-01 {
  width: 51px;
  height: 51px;
  position: absolute;
  left: 7px;
  top: 160px;
  animation: icon1 7s linear infinite
}

.icon-02 {
  width: 51px;
  height: 51px;
  position: absolute;
  right: 35px;
  top: 200px;
  animation: icon2 7s linear infinite
}

.icon-03 {
  width: 76px;
  height: 64px;
  position: absolute;
  left: -3px;
  top: 470px;
  animation: icon3 7s linear infinite
}

.icon-04 {
  width: 59px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 410px;
  animation: icon4 7s linear infinite
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes move {
  0% {
    left: 60px;
    top: 650px
  }
  25% {
    left: 80px;
    top: 650px
  }
  50% {
    left: 80px;
    top: 680px
  }
  75% {
    left: 60px;
    top: 680px
  }
  100% {
    left: 60px;
    top: 650px
  }
}

@keyframes icon1 {
  0% {
    left: 7px;
    top: 160px
  }
  25% {
    left: 15px;
    top: 170px
  }
  50% {
    left: 7px;
    top: 170px
  }
  75% {
    left: 15px;
    top: 160px
  }
  100% {
    left: 7px;
    top: 160px
  }
}

@keyframes icon2 {
  0% {
    right: 35px;
    top: 200px
  }
  25% {
    right: 35px;
    top: 210px
  }
  50% {
    right: 45px;
    top: 210px
  }
  75% {
    right: 45px;
    top: 200px
  }
  100% {
    right: 35px;
    top: 200px
  }
}

@keyframes icon3 {
  0% {
    left: -3px;
    top: 470px
  }
  25% {
    left: 7px;
    top: 470px
  }
  50% {
    left: 7px;
    top: 480px
  }
  100% {
    left: -3px;
    top: 470px
  }
}

@keyframes icon4 {
  0% {
    right: -10px;
    top: 410px
  }
  25% {
    right: -20px;
    top: 410px
  }
  75% {
    right: -10px;
    top: 420px
  }
  100% {
    right: -10px;
    top: 410px
  }
}


@media screen and (max-width: 750px) {

  html {
    font-size: .24rem;
    background-size: cover
  }

  .container {
    width: 7.5rem;
    min-width: 7.5rem
  }

  .header {
    width: 100%;
    top: 0;
    padding: 12px 0;
  }

  .header .content {
    width: 7.5rem;
    flex-wrap: wrap
  }

  .header .nav {
    width: 7.5rem;
    padding-top: 0;
    padding-bottom: .2rem;
    text-align: center;
    font-size: .24rem
  }

  .header .nav ul li {
    display: inline-block;
    margin: 0 .3rem
  }

  .header .logo {
    width: 7.5rem;
    text-align: center;
    height: 1rem;
    margin: 0
  }

  .header .logo img {
    height: 1rem
  }

  .banner {
    padding-top: 2rem;
    flex-wrap: wrap
  }

  .banner .left {
    width: 7.5rem;
    margin: 0;
    text-align: center
  }

  .banner .left .title {
    font-size: .5rem
  }

  .banner .left .subtitle {
    padding: .3rem 0;
    font-size: .24rem;
    background-size: 4.5rem auto;
  }

  .banner .left .desc {
    text-align: left;
    padding: 0 .3rem;
    font-size: .24rem
  }

  .banner .left .code {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;
    margin-bottom: .1rem
  }

  .banner .left .code img {
    width: 1.3rem;
    height: 1.3rem
  }

  .banner .desc {
    line-height: .4rem;
    margin-bottom: .3rem
  }

  .title-code {
    font-size: .2rem
  }

  .banner .right {
    width: 7.5rem;
    margin-top: .4rem;
    text-align: center
  }

  .banner .right img {
    width: 3.5rem;
    margin-right: 0
  }

  .about {
    margin-top: .5rem;
    padding-top: 1.8rem
  }

  .section .title {
    font-size: .5rem
  }

  .section .title-en {
    font-size: .2rem;
    letter-spacing: .15rem;
    text-indent: .1rem
  }

  .section .desc {
    padding: .6rem .3rem;
    line-height: .4rem;
    font-size: .24rem
  }

  #carousel {
    height: 4rem
  }

  .section .slider .item img {
    width: 5.8rem;
    height: 4rem;
    border-radius: .08rem
  }

  .section .slider .item .cur {
    height: 2.9rem
  }

  .section .code {
    width: 1.3rem;
    height: 1.3rem;
    padding: .7rem 0 .3rem
  }

  .section .code img {
    width: 1.3rem;
    height: 1.3rem;
    border: .02rem solid #e20922;
    box-shadow: 0 .1rem .15rem rgba(255, 152, 166, .4);
    border-radius: .08rem
  }

  .coop {
    margin-top: 2rem;
    padding-top: 1.8rem
  }

  .coop .title-en {
    letter-spacing: .1rem;
    text-indent: .1rem
  }

  .coop .left img {
    width: 3.4rem;
    margin-left: .5rem
  }

  .coop .right {
    width: 3.4rem;
    margin-right: .5rem
  }

  .section .info {
    padding: 1.3rem .3rem
  }

  .section .info .item .icon {
    width: 1rem;
    height: 1rem;
    box-shadow: 0 .1rem .15rem rgba(255, 152, 166, .55)

  }

  .section .info .item .icon img {
    width: 1rem
  }

  .section .info .item .title-code {
    padding: .2rem 0;
    font-size: .24rem;
  }

  .section .info .item .title-wechat {
    font-size: .28rem
  }

  .section-limao {
    margin-top: 2.1rem
  }

  .section-limao .limao img {
    width: 1.9rem;
    height: 1.9rem;
  }

  .section-limao .limao .title-limao {
    font-size: .28rem;
    color: #ffe9ec;
    padding-bottom: .5rem;
  }

  .section-limao .title-img {
    width: 7.5rem
  }

  .section-limao .title-img img {
    width: 7.5rem
  }

  .section-limao .limao-desc {
    font-size: .34rem;
    font-weight: 400;
    color: rgba(255, 233, 236, 1);
  }

  .section-limao .limao-code {
    padding: 1rem .3rem;
    display: flex;
    justify-content: space-between
  }

  .section-limao .limao-code img {
    width: 1.3rem;
    height: 1.3rem;
  }

  .section-limao .limao-code .title-code {
    padding-top: .1rem;
    font-size: .22rem;
    color: rgba(255, 255, 255, 1);
  }

  .footer {
    height: 1rem
  }

  .footer .footer-nav {
    font-size: .22rem
  }

  .footer .item:nth-child(1) {
    padding-right: .2rem;
  }

  .footer .item:nth-child(2) {
    padding-left: .2rem;
    border-left: 1px solid #fff;
    font-size: .22rem;
  }

  .contact {
    margin-top: 1.4rem;
    padding-top: 1.8rem;
    text-align: center
  }

  .contact .title-en {
    letter-spacing: .1rem;
    text-indent: 0
  }


  .turn {
    width: 1rem;
    height: 1rem;
    border: .3rem solid #fff0f1;
    position: absolute;
    z-index: -1;
    animation: turn 15s linear infinite
  }

  .turn-01 {
    border-color: #fff0f1;
    top: -1rem;
    left: auto;
    right: 20%;
    margin-left: 0
  }

  .turn-02 {
    border-color: #ff6c7d;
    top: 5rem;
    right: 0;
  }

  .move {
    width: 1.5rem;
    height: 1.5rem;
    border: .4rem solid #ffe9ec;
    position: absolute;
    z-index: -1;
    left: .3rem;
    top: 3rem;
    border-radius: 50%;
    animation: move 7s linear infinite
  }

  .icon-01 {
    width: .5rem !important;
    height: .5rem;
    position: absolute;
    left: 1rem;
    top: 1.6rem;
    animation: icon1 7s linear infinite
  }

  .icon-02 {
    width: .5rem !important;
    height: .5rem;
    position: absolute;
    right: 1rem;
    top: 2rem;
    animation: icon2 7s linear infinite
  }

  .icon-03 {
    width: .7rem !important;
    height: auto;
    position: absolute;
    left: .5rem;
    top: 4.7rem;
    animation: icon3 7s linear infinite
  }

  .icon-04 {
    width: .6rem !important;
    height: auto;
    position: absolute;
    right: .5rem;
    top: 4.1rem;
    animation: icon4 7s linear infinite
  }

  @keyframes turn {
    0% {
      -webkit-transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(90deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(270deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes move {
    0% {
      left: .3rem;
      top: 3rem
    }
    25% {
      left: .4rem;
      top: 3rem
    }
    50% {
      left: .4rem;
      top: 3.1rem
    }
    75% {
      left: .3rem;
      top: 3.1rem
    }
    100% {
      left: .3rem;
      top: 3rem
    }
  }
  @keyframes icon1 {
    0% {
      left: 1rem;
      top: 1.6rem
    }
    25% {
      left: 1.1rem;
      top: 1.7rem
    }
    50% {
      left: 1rem;
      top: 1.7rem
    }
    75% {
      left: 1.1rem;
      top: 1.6rem
    }
    100% {
      left: 1rem;
      top: 1.6rem
    }
  }
  @keyframes icon2 {
    0% {
      right: 1rem;
      top: 2rem
    }
    25% {
      right: 1rem;
      top: 2.1rem
    }
    50% {
      right: 1.1rem;
      top: 2.1rem
    }
    75% {
      right: 1.1rem;
      top: 2rem
    }
    100% {
      right: 1rem;
      top: 2rem
    }
  }
  @keyframes icon3 {
    0% {
      left: .5rem;
      top: 4.7rem
    }
    25% {
      left: .6rem;
      top: 4.7rem
    }
    50% {
      left: .6rem;
      top: 4.8rem
    }
    100% {
      left: .5rem;
      top: 4.7rem
    }
  }
  @keyframes icon4 {
    0% {
      right: .5rem;
      top: 4.1rem
    }
    25% {
      right: .6rem;
      top: 4.1rem
    }
    75% {
      right: .5rem;
      top: 4.2rem
    }
    100% {
      right: .5rem;
      top: 4.1rem
    }
  }


}