* {
  margin: 0;
  padding: 0;
}

html,
body {
  color: #3A3A3A;
  font-size: 100%;
  display: block;
  line-height: normal;
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial";
  position: relative;
  background-color: #F5F7F5;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
time,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

p,
form,
ul,
ol {
  list-style-type: none;
  line-height: normal;
}

img {
  border: 0;
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}

em,
i {
  font-style: normal;
}

a {
  color: #3a3a3a;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.global-nav {
  height: 80px;
  width: 100%;
  z-index: 99;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}

.global-nav-logo {
  width: 129px;
  height: 44px;
  display: block;
  position: relative;
  background: url(../img/logo.svg);
  z-index: 3;
  margin: 18px 0 0 30px;
  float: left;
}

.global-nav-list {
  float: right;
  position: relative;
  margin: 27px 40px 0 0;
  z-index: 2;
}

.global-nav-list li {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 1em;
  position: relative;
  height: 26px;
  line-height: 26px;
}

.global-nav-list li a {
  display: block;
  color: #646464;
  font-size: 93.75%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  position: relative;
}

.global-nav-list .menu {
  min-width: 90px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  position: absolute;
  left: 50%;
  top: 26px;
  padding: 13px 6px 10px;
  margin-left: -45px;
  font-size: 86.66%;
  display: none;
}

.global-nav-list .menu:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #55CEAC;
  position: absolute;
  left: 0;
  top: 0;
}

.global-nav-list .menu a {
  display: block;
  word-break: keep-all;
  height: 30px;
  line-height: 30px;
  text-shadow: none;
  color: #646464;
}

.global-nav-list .menu a:hover {
  color: #55CEAC;
  font-weight: 500;
}

.global-nav-sec {
  width: 100%;
  background: #fff;
  position: relative;
}

.global-nav-sec ul {
  text-align: left;
  margin: 0 auto;
  width: 900px;
  padding: 12px 0;
}

.global-nav-sec li {
  display: inline-block;
  text-align: center;
  width: 276px;
  padding: 8px 10px;
}

.global-nav-sec li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #EAF4F4;
  border-radius: 4px;
  color: #646464;
  box-sizing: border-box;
}

.global-nav-sec li a:hover {
  border-color: #55CEAC;
}

.global-nav-sec li span {
  font-size: 87.5%;
}

.global-nav-sec li .selected {
  background: #55CEAC;
  color: #fff;
  border: none;
}

.global-tabs {
  padding: 8px 0;
}

.global-tabs ul {
  text-align: center;
}

.global-tabs ul li {
  margin: 0 15px;
  display: inline-block;
}

.global-tabs ul a {
  display: inline-block;
  padding: 1.1em 1.5625em;
  color: #646464;
  min-width: 4em;
  border-radius: 4px;
  border-radius: 4px;
}

.global-tabs ul .selected {
  background: rgba(85, 206, 172, 1);
  color: #fff;
}

.global-category {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.global-category .category-wrap {
  display: inline-block;
  position: relative;
}

.global-category dl {
  overflow: hidden;
  margin: 6px auto;
  text-align: left;
}

.global-category dt {
  display: inline-block;
  margin-right: 40px;
}

.global-category dt b {
  font-size: 112.5%;
  font-weight: 400;
  line-height: 45px;
  color: #9B9B9B;
}

.global-category dd {
  display: inline-block;
  margin-right: 6px;
  margin-top: 5px;
}

.global-category dd a {
  color: #646464;
  display: inline-block;
  padding: 0 1em;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
}

.global-category dd .selected {
  background: #55CEAC;
  color: #fff;
}

.global-category dl:first-child dd a {
  padding: 0 1.5em;
}

.global-category dl:first-child dd {
  margin-right: 30px;
}

.global-article {
  padding: 60px 0 200px;
  width: 780px;
  margin: 0 0 0 28.47%;
  position: relative;
}

.global-article .g-title {
  margin: 0 0 1em;
}

.global-article p {
  margin: 1em 0;
  font-size: 106.25%;
  line-height: 1.88;
}

.global-article img {
  display: block;
  margin: 2.5em 0;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.index-nav {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: fixed;
}

.index-nav:before {
  content: "";
  display: block;
  height: 79px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(2px);
}

.index-nav:after {
  content: "";
  display: block;
  height: 79px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .1);
  clear: both;
}

.index-nav .global-nav-list li a {
  color: #fff;
}

.index-nav .global-nav-logo {
  background: url(../img/logo-index.svg);
}

.index-nav .global-nav-list li .menu a {
  color: #646464;
}

.index-nav .global-nav-list li .menu a:hover {
  color: #55CEAC;
}

.main-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-banner img {
  width: 100%;
  height: auto;
}

.main-banner article {
  position: absolute;
  width: 100%;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.main-banner article h2 {
  font-size: 300%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.main-banner article p {
  font-size: 137.5%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  line-height: 1.3636;
  margin: 10px 0 0;
}

.index-main-banner {}

.index-main-banner article {
  top: auto;
  left: 13.05%;
  bottom: 13.23%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: left;
}

.index-main-banner article p{
  width: 42%;
}

.index-main-banner article a {
  color: #fff;
  font-size: 112.5%;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 27px;
  margin: 30px 0 0;
}

.index-slides {
  padding: 130px 0 170px;
  position: relative;
  background: #fafafa;
}

.index-slides .slides-wrap {
  position: relative;
}

.index-slides .swiper-container {
  width: 1024px;
  height: 340px;
  background: #fff;
  border-radius: 4px;
}

.index-slides .swiper-button-prev {
  left: 6%;
  outline: none;
}

.index-slides .swiper-button-next {
  right: 6%;
  outline: none;
}

.index-slides .swiper-button-prev svg path {
  fill: #ddd;
}

.index-slides .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D8D8D8;
  opacity: 1;
  box-sizing: border-box;
}

.index-slides .swiper-pagination-bullet-active {
  background: none;
  border: 1px solid #55CEAC;
}

.index-slides .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: -50px;
}

.index-slides .swiper-pagination span {
  margin: 0 7px;
  outline: none;
}

.index-slides .swiper-slide {
  overflow: hidden;
}

.index-slides .swiper-slide figure {
  float: left;
}

.index-slides .swiper-slide article {
  overflow: hidden;
  padding: 50px 50px 0 40px;
}

.index-slides .swiper-slide article span {
  color: #55CEAC;
  font-size: 87.5%;
}

.index-slides .swiper-slide article h2 {
  font-size: 24px;
  margin: 8px 0 16px;
  line-height: 1.375;
}

.index-slides .swiper-slide article p {
  font-weight: 300;
  line-height: 1.5;
}

.index-slides .swiper-slide article time {
  color: #646464;
  font-size: 87.5%;
  font-weight: 100;
  margin: 50px 0 0;
}

.index-about {
  background: #fff;
  text-align: center;
  padding: 80px 0 100px;
  position: relative;
}

.index-about:before {
  content: "";
  display: block;
  height: 256px;
  width: 187px;
  position: absolute;
  left: 0;
  top: -153px;
  background: url(../img/index-leaf-1.svg) no-repeat;
}

.index-about h2 {
  font-size: 30px;
  color: #000;
  font-weight: 100;
}

.index-about ul {
  margin: 90px 0 0;
}

.index-about li {
  display: inline-block;
  margin: 0 19px;
  vertical-align: top;
  text-align: left;
}

.index-about li img {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.index-about article {
  margin: 25px 0 0;
}

.index-about article h3 {
  font-size: 22px;
}

.index-about article p {
  font-weight: 300;
  margin: 3px 0 10px;
}

.index-about article a {
  color: #55CEAC;
  font-size: 87.5%;
}

.index-service {
  text-align: center;
  padding: 80px 0 90px;
  position: relative;
}

.index-service:before {
  content: "";
  display: block;
  height: 197px;
  width: 289px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/index-leaf-2.svg) no-repeat;
}

.index-service h2 {
  font-size: 30px;
  color: #000;
  font-weight: 100;
}

.index-service li {
  display: inline-block;
  margin: 0 40px;
}

.index-service ul {
  margin: 70px auto 0;
  width: 960px;
}

.index-service li {
  height: 300px;
}

.index-service li img {
  width: 156px;
  height: 156px;
  display: block;
  margin: auto;
}

.index-service li h2 {
  font-weight: 500;
  margin: 15px 0 0;
  font-size: 125%;
}

.index-service li p {
  font-weight: 300;
}

.index-activities {
  padding: 70px 0 100px;
  position: relative;
  background: #fff;
}

.index-activities h2 {
  font-size: 30px;
  color: #000;
  font-weight: 100;
  text-align: center;
}

.index-activities .slides-wrap {
  position: relative;
  margin: 70px auto 0;
}

.index-activities .swiper-container {
  width: 1080px;
}

.index-activities .swiper-slide {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.index-activities .swiper-slide article {
  width: 500px;
  margin: 0 20px;
}

.index-activities .swiper-slide article img {
  width: 500px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.index-activities .swiper-slide h3 {
  margin: 25px 0 3px;
  font-size: 22px;
}

.index-activities .swiper-slide p {
  font-weight: 300;
}

.index-activities .swiper-button-prev {
  left: 6%;
  top: 40%;
  outline: none;
}

.index-activities .swiper-button-next {
  right: 6%;
  top: 40%;
  outline: none;
}

.index-intro {
  padding: 130px 0;
  position: relative;
}

.index-intro:before {
  content: "";
  display: block;
  width: 560px;
  height: 313px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: 85px;
  background: url(../img/index-intro-leaf.svg) no-repeat;
  background-size: 100%;
}

.index-intro .intro-wrap {
  width: 1024px;
  height: 430px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  margin: auto;
  position: relative;
}

.index-intro .intro-wrap:before {
  content: "";
  display: block;
  width: 300px;
  height: 430px;
  position: absolute;
  /* left: 32px; */
  bottom: 0;
  background: url(../img/index-intro-cyt.png) no-repeat;
  background-size: 100%;
}

.drname {
  display: block;
  width: 358px;
  height: 75px;
  position: absolute;
  right: 83px;
  top: 300px;
  background-size: 100%;
  text-align: right;
}

.drname p:first-child {
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 800;
  color: rgba(58, 58, 58, 1);
  text-align: right;
  margin: 5px 0;
}



.index-intro .intro-wrap article {
  width: 540px;
  position: absolute;
  left: 400px;
  top: 130px;
  line-height: 1.625;
  text-align: justify;
}

.index-intro .intro-wrap article:before {
  content: "";
  display: block;
  width: 60px;
  height: 45px;
  position: absolute;
  left: -5px;
  top: -65px;
  opacity: 0.6;
  background: url(../img/index-intro-ico.svg) no-repeat;
  background-size: 100%;
}

.index-intro .intro-wrap article:after {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 0px;
  bottom: -15px;
  opacity: 0.6;
  background: url(../img/index-intro-ico.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.global-footer {
  background: #646464;
  position: relative;
  padding: 50px 0 40px;
}

.global-footer .footer-wrap {
  width: 1024px;
  position: relative;
  margin: auto;
  color: #fff;
}

.global-footer .gf-directory {
  overflow: hidden;
  float: left;
  margin: 0 0 30px;
}

.global-footer .gf-directory dl {
  float: left;
  margin-right: 50px;
}

.global-footer .gf-directory dt {
  font-size: 93.75%;
  margin: 0 0 20px;
}

.global-footer .gf-directory dd {
  font-size: 75%;
  margin: 0 0 15px;
  font-weight: 300;
}

.global-footer .gf-directory dd a {
  color: #fff;
}

.global-footer .gf-directory dd a:hover {
  text-decoration: underline;
}

.global-footer .gf-contact {
  float: right;
  margin: 0 0 30px;
}

.global-footer .gf-contact .social {
  margin: 0 0 30px;
  text-align: right;
}

.global-footer .gf-contact .social span {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  margin-left: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.global-footer .gf-contact .social .code {
  width: 146px;
  height: 146px;
  padding: 2px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  position: absolute;
  top: -170px;
  left: -53px;
  display: none;
}

.global-footer .gf-contact .social .code img {
  width: 146px;
  height: 146px;
}

.global-footer .gf-contact .social .code:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -10px;
  left: 65px;
}

.global-footer .gf-contact .social .wx {
  background-image: url(../img/gf-icon-wx.svg);
}

.global-footer .gf-contact .social .wb {
  background-image: url(../img/gf-icon-wb.svg);
}

.global-footer .gf-contact .contact {
  font-size: 75%;
  margin: 25px 0 0;
  text-align: right;
}

.global-footer .gf-contact .contact h2 {
  margin: 0 0 5px;
}

.global-footer .gf-contact .contact p {
  margin: 0 0 3px;
  font-weight: 300;
}

.global-footer .gf-copyright {
  border-top: 1px solid rgba(255, 255, 255, .4);
  padding: 25px 0 0;
  font-weight: 300;
  clear: both;
}

.global-footer .gf-copyright p {
  font-size: 75%;
  padding: 2px 0;
}

.global-footer .gf-copyright p span {
  display: none;
}

.global-footer .gf-copyright p a img{
  vertical-align: bottom;
}

#gototop {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon-gototop.svg) no-repeat;
  background-size: 100%;
  position: fixed;
  right: 100px;
  bottom: 120px;
  cursor: pointer;
  z-index: 99;
  display: none;
}

.g-title {
  position: relative;
  display: inline-block;
}

.g-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgba(85, 206, 172, .5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.g-title b {
  font-size: 200%;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.about-1-container {
  width: 1024px;
  margin: auto;
}

.about-1-list {
  padding: 10px 44px 200px 200px;
}

.about-1-list dt {
  margin: 80px 0 20px;
}

.about-1-list dd:after {
  content: "";
  clear: both;
  display: block;
}

.about-1-list dd p {
  font-size: 106.25%;
  line-height: 1.88;
  overflow: hidden;
  text-align: justify;
}

.about-1-list dd figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.about-1-list .appstore {
  float: right;
  width: 210px;
  margin: 8px 0 0 50px;
  border-top: 2px solid #55CEAC;
  font-size: 87.5%;
  line-height: 1.71;
}

.about-1-list .appstore i {
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(../img/icon-star.svg) no-repeat;
  background-size: 100%;
  margin: 0 4px;
}

.about-2-container {
  width: 1024px;
  margin: auto;
  padding-bottom: 140px;
}

.about-2-list {
  padding: 10px 48px 0px;
}

.about-2-list:after {
  content: "";
  clear: both;
  display: block;
}

.about-2-list dl {
  width: 450px;
  margin: 60px 0 0;
  display: inline-block;
}

.about-2-list dl:nth-child(2n-1) {
  float: left;
}

.about-2-list dl:nth-child(2n) {
  float: right;
}

.about-2-list dt {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 20px;
}

.about-2-list dt img {
  width: 130px;
  height: 130px;
  float: left;
  display: block;
}

.about-2-list dt div {
  overflow: hidden;
  padding: 30px 0 0 20px;
}

.about-2-list dt h2 {
  font-size: 125%;
  margin: 0 0 4px;
}

.about-2-list dt span {
  font-size: 106.25%;
}

.about-2-list dd {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  height: 185px;
  margin: -30px 0 0;
}

.about-2-list dd p {
  line-height: 1.625;
  padding: 50px 30px 0;
  color: #646464;
}

.about-2-list dd .btn {
  font-size: 93.75%;
  color: #fff;
  background: #55CEAC;
  border-radius: 20px;
  padding: 9px 16px;
  display: inline-block;
}

.milestone-wrap {
  width: 1280px;
  margin: auto;
  position: relative;
}

.milestone-slides {
  padding: 100px 0 150px;
}

.milestone-slides .swiper-slide {
  width: 550px;
  transition: .4s;
  -webkit-transition: .4s;
  position: relative;
  margin: 0 50px;
}

.milestone-slides article {
  background: #fff;
  padding: 45px 35px 0;
  min-height: 300px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  position: relative;
}

.milestone-slides article h3 {
  font-size: 200%;
  text-align: center;
}

.milestone-slides article div {
  margin: 45px 0 0;
  font-size: 106.25%;
  line-height: 1.88;
  height: 169px;
  overflow: hidden;
}

.milestone-slides article:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -39px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 40px;
  background: url(../img/icon-arr-d.svg) 50% 0 no-repeat;
  background-size: 100%;
}

.milestone-slides time {
  text-align: center;
  font-size: 200%;
  margin: 80px 0 0;
  font-weight: 500;
}

.milestone-slides footer {
  position: relative;
  height: 45px;
  border-top: 10px solid #55CEAC;
  margin: 30px -50px 0;
}

.milestone-slides footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -22px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 10px solid #55CEAC;
  border-radius: 50%;
}

.milestone-slides b {
  font-size: 98px;
  color: rgba(85, 206, 172, .3);
  position: absolute;
  right: -1.5em;
  bottom: 45px;
  line-height: 1;
}

.milestone-slides .last-bar {
  height: 10px;
  width: 200px;
  position: absolute;
  bottom: 45px;
  right: -250px;
  background-image: linear-gradient(to right, rgba(85, 206, 172, 1), rgba(85, 206, 172, 0));
}

.milestone-wrap .swiper-button-prev {
  outline: none;
  top: 33%;
}

.milestone-wrap .swiper-button-next {
  outline: none;
  top: 33%;
}

.milestone-wrap .swiper-button-next.swiper-button-disabled,
.milestone-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.milestone-wrap .mask-left {
  height: 100%;
  width: 33%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(245, 247, 245, 1) 10%, rgba(245, 247, 245, 0));
}

.milestone-wrap .mask-right {
  height: 100%;
  width: 33%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(245, 247, 245, 0), rgba(245, 247, 245, 1) 90%);
}

.pages {
  clear: both;
  text-align: center;
  padding: 60px 0;
}

.pages span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 100px;
  color: #646464;
  font-size: 125%;
}

.pages a {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-image: url(../img/icon-arr-left.svg);
  background-color: #55CEAC;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50% 50%;
}

.pages .btn-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pages .disabled {
  background-color: #D8D8D8;
  cursor: default;
}

.app-main-banner .app-banner-app {
  width: 28.68%;
  position: absolute;
  bottom: 0px;
  left: 12.36%;
}

.app-main-banner article {
  text-align: right;
  width: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 12.5%;
}

.app-main-banner article h3 {
  font-size: 125%;
}

.app-main-banner article p {
  font-size: 93.75%;
  line-height: 1.6;
}

.app-main-banner article i {
  width: 113px;
  height: 18px;
  display: inline-block;
  background: url(../img/app-banner-stars.svg) no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
}

.app-main-banner article footer {
  overflow: hidden;
  margin: 10px 0 0;
}

.app-main-banner article footer div {
  float: right;
  overflow: hidden;
  text-align: left;
  padding: 20px 0 0 20px;
}

.app-main-banner article footer div img {
  display: block;
  margin-bottom: 3px;
  width: auto;
  height: 50px;
}

.app-main-banner article footer div span {
  font-size: 75%;
}

.app-main-banner article footer .qr {
  width: 105px;
  height: 105px;
  border: 5px solid #fff;
  margin-right: 50px;
}

.app-intro {
  text-align: center;
  padding: 90px 0 50px;
}

.app-intro span {
  font-size: 200%;
  font-weight: 300;
}

.app-intro h2 {
  font-size: 350%;
  margin: 0 0 20px;
  font-weight: 500;
}

.app-intro p {
  line-height: 2;
  font-weight: 300;
}

.app-cont-area {
  position: relative;
  overflow: hidden;
  padding: 80px 0 30px;
  margin: auto;
}

.app-cont-area:after {
  content: "";
  clear: both;
  display: block;
}

.app-cont-area article {
  overflow: hidden;
}

.app-cont-area article h3 {
  font-size: 200%;
  font-weight: 500;
}

.app-cont-area article p {
  font-size: 112.5%;
  line-height: 1.833;
  margin: 20px 0 10px;
}

.app-cont-area article span {
  line-height: 2;
}

.app-cont-area figure img {
  width: 100%;
}

.app-cont-more {
  /*background: #fff;*/
  text-align: center;
  padding: 70px 0 120px;
}

.app-cont-more h2 {
  font-size: 200%;
  font-weight: 500;
}

.app-cont-more p {
  font-size: 112.5%;
  line-height: 1.833;
  margin: 20px 0 40px;
}

.app-cont-more span {
  display: block;
  font-size: 112.5%;
  font-weight: 300;
  margin: 10px 0 0;
}

.app-cont-area-1 figure {
  width: 42.08%;
  margin-right: 7%;
}

.app-cont-area-1 article {
  margin: 70px 50px 0 0;
}

.app-cont-area-2 {
  background: #fff;
}

.app-cont-area-2 figure {
  width: 25.83%;
  margin-left: 13.88%;
}

.app-cont-area-2 article {
  margin: 145px 0 0 80px;
}

.app-cont-area-3{
  padding-bottom: 0;
}

.app-cont-area-3 figure {
  width: 42.7%;
  margin: 0 7% 0 0;
}

.app-cont-area-3 article {
  margin: 60px -70px 0 0;
}

.app-cont-area-4 {
  background: #fff;
}

.app-cont-area-4 figure {
  width: 25.83%;
  margin-left: 12.15%;
}

.app-cont-area-4 article {
  margin: 51px 0 0 80px;
}

.vip-intro {
  text-align: center;
  padding: 60px 0;
}

.vip-intro p {
  line-height: 1.882;
  font-size: 106.25%;
}

.vip-cont-area {
  position: relative;
  overflow: hidden;
}

.vip-cont-area figure img {
  width: 100%;
}

.vip-cont-area article h3 {
  font-size: 200%;
  font-weight: 500;
}

.vip-cont-area article p {
  font-size: 112.5%;
  line-height: 1.833;
  margin: 20px 0 0;
}

.vip-cont-area-bg {
  background-image: url(../img/vip-cont-area-bg.jpg);
  background-position: 100% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 530px;
}

.vip-cont-more {
  background: #fff;
  text-align: center;
  padding: 130px 0 100px;
}

.vip-cont-more .code {
  display: inline-block;
  position: relative;
}

.vip-cont-more .code:after {
  content: "";
  width: 76px;
  height: 37px;
  background: url(../img/vip-cont-code-tag.svg) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -30px;
  right: -44px;
}

.vip-cont-more span {
  display: block;
  font-size: 112.5%;
  font-weight: 300;
  margin: 10px 0 0;
}

.vip-cont-area-1 {
  padding: 30px 0 0;
  background: #fff;
}

.vip-cont-area-1 figure {
  width: 46.25%;
  margin-right: 17.57%;
}

.vip-cont-area-1 article {
  margin: 80px -100px 0 0;
}

.vip-cont-area-bg figure {
  width: 28.19%;
  margin: 100px 0 0 20.55%;
}

.vip-cont-area-bg article {
  margin: 110px 0 0 80px;
}

.vip-cont-area-2 {
  background: #fff;
}

.vip-cont-area-2 div:first-child {
  overflow: hidden;
  margin-bottom: 100px;
}

.vip-cont-area-2 div:first-child figure {
  width: 38%;
  margin: -20px 20.55% 0 0;
}

.vip-cont-area-2 div:first-child article {
  margin: 110px 0 0 0;
}

.vip-cont-area-2 div:last-child {
  overflow: hidden;
  margin-bottom: 50px;
}

.vip-cont-area-2 div:last-child figure {
  width: 29.16%;
  margin: 0px 0 0 21.66%;
}

.vip-cont-area-2 div:last-child article {
  margin: 10px 0 0 80px;
}

.vip-cont-area-3 figure {
  width: 32.63%;
  margin: 0 auto 90px;
}

.vip-cont-area-3 article {
  margin: 50px 0 60px;
  text-align: center;
}

.newmedia-area {
  padding: 70px 0 80px;
  margin: 0 auto;
}

.newmedia-area .title {
  width: 960px;
  margin: auto;
}

.newmedia-area .g-title b {
  font-size: 150%;
  font-weight: 400;
}

.newmedia-area ul {
  width: 990px;
  margin: 60px auto 0;
}

.newmedia-area ul:after {
  content: "";
  clear: both;
  display: block;
}

.newmedia-area li {
  width: 300px;
  height: 250px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  float: left;
  margin: 0 15px 40px;
  position: relative;
  overflow: hidden;
}

.newmedia-area li:after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/newmedia-area-li-qr.svg);
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

.newmedia-area li header {
  padding: 20px 20px 15px;
  border-bottom: 1px solid #F5F7F5;
  overflow: hidden;
}

.newmedia-area li header img {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
}

.newmedia-area li header h3 {
  overflow: hidden;
  margin: 15px 0 0 12px;
  float: left;
  font-size: 125%;
}

.newmedia-area li article {
  padding: 15px 20px;
}

.newmedia-area li article p {
  line-height: 1.733;
  font-size: 93.75%;
  color: #646464;
}

.newmedia-area li aside {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: none;
}

.newmedia-area li aside img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
}

.store-intro {
  text-align: center;
  padding: 60px 0;
}

.store-intro p {
  line-height: 1.882;
  font-size: 106.25%;
}

.store-area {
  padding: 60px 0 80px;
}

.store-area .title {
  width: 940px;
  margin: 0 auto;
}

.store-area .g-title b {
  font-size: 150%;
  font-weight: 400;
}

.store-area .title .store-area-g-title-tip{
  margin: 10px 0 0 0;
}

.store-list {
  text-align: center;
  margin: 60px auto 0;
}

.store-list li {
  display: inline-block;
  margin: 0 50px;
}

.store-list li img {
  width: 146px;
  height: 146px;
  display: block;
  margin: 0 auto 15px;
}

.store-list li p {
  font-size: 112.5%;
}

.store-slides-wrap {
  margin: 80px 0 0px;
  position: relative;
}

.store-slides-wrap .swiper-button-prev {
  left: 13.88%;
  top: 37%;
  outline: none;
}

.store-slides-wrap .swiper-button-next {
  right: 13.88%;
  top: 37%;
  outline: none;
}

.store-slides-wrap .mask-left {
  height: 100%;
  width: 29%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(245, 247, 245, 1) 20%, rgba(245, 247, 245, 0));
}

.store-slides-wrap .mask-right {
  height: 100%;
  width: 29%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(245, 247, 245, 0), rgba(245, 247, 245, 1) 80%);
}

.store-slides .swiper-slide img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  opacity: .15;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: .4s;
  -webkit-transition: .4s;
}

.store-slides .swiper-slide {
  transition: .4s;
  -webkit-transition: .4s;
  width: 39%;
}

.store-slides .swiper-slide article {
  transition: .4s;
  -webkit-transition: .4s;
  opacity: 0;
}

.store-slides .swiper-slide-active article {
  opacity: 1;
}

.store-slides .swiper-slide-active img {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.store-slides article {
  margin: 0 -80px;
  overflow: hidden;
}

.store-slides article h3 {
  text-align: center;
  font-size: 137.5%;
  margin: 30px 0 15px;
}

.store-slides article p {
  line-height: 1.5;
}

.store-more {
  margin: 0 0 60px;
}

.store-more .code {
  text-align: center;
}

.store-more .code span {
  display: block;
  font-size: 112.5%;
  font-weight: 300;
  margin: 15px 0 0;
}

.video-container {
  padding: 50px 0 200px;
  text-align: center;
}

.video-container .player-wrap {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  overflow: hidden;
  display: inline-block;
}

.video-list {
  width: 100%;
  height: 214px;
  padding: 70px 0;
}

.video-list div {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

.video-list img {
  width: 345px;
  height: 194px;
  float: left;
}

.video-list article {
  float: left;
  width: 500px;
  margin-left: 46px;
}

.video-list:nth-child(2n+3) {
  background: rgba(245, 247, 245, 1);
}

.video-list:nth-child(2n+2) {
  background: rgba(255, 255, 255, 1);
}

.video-list article div {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(58, 58, 58, 1);
  width: 100%;
  margin-top: 26px;
}

.video-list article h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(58, 58, 58, 1);
}

.video-container .player-wrap {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  overflow: hidden;
  display: inline-block;
}

.video-list {
  width: 100%;
  height: 214px;
  padding: 70px 0;
}

.video-list div {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

.video-list img {
  width: 345px;
  height: 194px;
  float: left;
}

.video-list article {
  float: left;
  width: 500px;
  margin-left: 46px;
}

.video-list:nth-child(2n+3) {
  background: rgba(245, 247, 245, 1);
}

.video-list:nth-child(2n+2) {
  background: rgba(255, 255, 255, 1);
}

.video-list article div {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(58, 58, 58, 1);
  width: 100%;
  margin-top: 26px;
}

.video-list article h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(58, 58, 58, 1);
}

.video-container .player-wrap {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  overflow: hidden;
  display: inline-block;
}

.news-container {
  background: #fff;
  padding-bottom: 140px;
}

.news-list {
  margin: 0 auto;
  padding: 90px 40px 0;
  width: 930px;
  border-bottom: 1px solid #D2D2D2;
}

.news-list .date {
  font-size: 24px;
  margin-bottom: 30px;
}

.news-list dl {
  overflow: hidden;
  margin: 0 0 45px;
}

.news-list dt {
  float: left;
  width: 25.8%;
  margin-right: 3.444%;
}

.news-list dt img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.news-list dd {
  overflow: hidden;
}

.news-list dd time,
.news-list dd span {
  color: #646464;
  font-size: 87.5%;
}

.news-list dd h2 {
  font-size: 125%;
  margin: 5px 0;
  font-weight: 500;
}

.news-list dd div {
  line-height: 1.5;
  margin: 5px 0 7px;
}

.news-view-banner {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-view-banner:before {
  content: "";
  display: block;
  width: 104%;
  height: 104%;
  position: absolute;
  left: -2%;
  top: -2%;
  background: url(../img/news-banner.jpg) 50% 70% no-repeat;
  background-size: cover;
  -webkit-filter: blur(8px);
  opacity: .7;
}

.news-view-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.news-view {
  width: 1024px;
  margin: auto;
  padding: 70px 0 0;
}

.news-view img {
  max-width: 100%
}

.news-view .goback {
  text-align: left;
}

.news-view .goback a {
  color: #4a4a4a;
  font-size: 125%;
}

.news-view article {
  border-bottom: 1px solid #D2D2D2;
  padding: 30px 20px 50px;
  margin-left: 180px;
}

.news-view article h2 {
  font-size: 200%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2em;
}

.news-view article p {
  font-size: 112.5%;
  margin: 1.5em 0;
  line-height: 1.833;
}

.news-view article figure {
  text-align: center;
  margin: 2em 0;
}

.news-view article figure img {
  max-width: 100%;
}

.news-view-pages {
  overflow: hidden;
  margin: 0 0 0 180px;
  padding: 40px 0;
}

.news-view-pages i {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-image: url(../img/icon-arr-left.svg);
  background-color: #9B9B9B;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50% 50%;
}

.news-view-pages a {
  color: #646464;
  font-size: 125%;
}

.news-view-pages .btn-prev {
  float: left;
}

.news-view-pages .btn-next {
  float: right;
}

.news-view-pages .btn-next i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-view-pages .disabled {
  color: #D2D2D2;
  cursor: default;
}

.news-view-pages .disabled i {
  background-color: #D2D2D2;
}

.notice-list {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.notice-list ul {
  margin: 90px auto 0;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

.notice-list li {
  border-bottom: 1px solid #F5F7F5;
  box-sizing: border-box;
}

.notice-list li a {
  display: block;
  padding: 1.5em 1em;
  position: relative;
  overflow: hidden;
}

.notice-list li a:hover {
  background-color: #f5f7f5;
}

.notice-list li a time {
  font-size: 93.75%;
  color: #646464;
  display: inline;
  margin-right: 5em;
}

.notice-list li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  background: url(../img/icon-arr-r.svg) 100% 50% no-repeat;
  background-size: auto 100%;
}

.fans-container {
  position: relative;
  background: #fff;
}

.fans-slides-wrap {
  padding: 80px 0 200px;
  position: relative;
}

.fans-slides-wrap .swiper-button-prev {
  left: 13.88%;
  top: 35%;
  outline: none;
}

.fans-slides-wrap .swiper-button-next {
  right: 13.88%;
  top: 35%;
  outline: none;
}

.fans-slides-wrap .mask-left {
  height: 100%;
  width: 27%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0));
}

.fans-slides-wrap .mask-right {
  height: 100%;
  width: 27%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
}

.fans-slides .swiper-slide img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.fans-slides .swiper-slide {
  transition: .4s;
  -webkit-transition: .4s;
  width: 39%;
}

.fans-slides .swiper-slide article {
  transition: .4s;
  -webkit-transition: .4s;
  opacity: 0;
}

.fans-slides .swiper-slide-prev,
.fans-slides .swiper-slide-next,
.fans-slides .swiper-slide-duplicate-prev,
.fans-slides .swiper-slide-duplicate-next,
.fans-slides .swiper-slide-duplicate-active {
  opacity: .15;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.fans-slides .swiper-slide-active article {
  opacity: 1;
}

.fans-slides article {
  margin: 0 -50px;
  overflow: hidden;
}

.fans-slides article h3 {
  text-align: center;
  font-size: 137.5%;
  margin: 30px 0 15px;
  margin: 30px auto;
  width: 1024px;
}

.fans-slides article p {
  line-height: 1.5;
  width: 1024px;
  margin: auto;
}

.job-container {
  padding: 90px 0 60px;
}

.job-container .title {
  width: 930px;
  margin: auto;
}

.job-container .title b {
  font-size: 150%;
}

.job-list {
  width: 960px;
  margin: 40px auto 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #D2D2D2;
}

.job-list li {
  transition: .2s;
  -webkit-transition: .2s;
  display: inline-block;
  width: 450px;
  height: 150px;
  padding: 30px 35px 0;
  margin: 0 15px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.job-list li h3 {
  font-size: 125%;
  margin: 0 0 10px;
}

.job-list li p {
  margin: 0 0 10px;
}

.job-list li time {
  color: #646464;
}

.job-list li:hover {
  cursor: pointer;
  background: #EAF4F4;
}

.job-view {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  padding: 30px 35px;
  width: 620px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.job-view header h3 {
  font-size: 125%;
  margin: 0 0 10px;
}

.job-view header p {
  margin: 0 0 10px;
}

.job-view header time {
  color: #646464;
}

.job-view dl {
  font-size: 93.75%;
  margin: 25px 0 0;
}

.job-view dd {
  margin: 3px 0 25px;
  line-height: 1.5;
}

.job-view dd a {
  color: #55CEAC;
  text-decoration: underline;
}

.global-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 998;
}

.contact-container {}

.contact-list {
  width: 1024px;
  margin: auto;
  padding: 90px 0 160px;
}

.contact-list li {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  min-height: 240px;
  overflow: hidden;
  margin: 0 0 40px;
}

.contact-list li figure {
  float: left;
  width: 34.18%;
}

.contact-list li figure img {
  width: 100%;
  height: auto;
}

.contact-list li article {
  overflow: hidden;
  padding: 30px 35px 0;
}

.contact-list article h2 {
  font-size: 150%;
  margin: 0 0 10px;
}

.contact-list article h2 .map {
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url(../img/icon-map.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.contact-list article p {
  line-height: 1.5;
}

.map-view {
  width: 1100px;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.map-view iframe {
  width: 100%;
  height: 560px;
}

.map-view footer {
  text-align: right;
  margin: 20px 0 0;
}

.map-view footer a {
  display: inline-block;
  padding: 0.6em 2em;
  border-radius: 30px;
  background: #55CEAC;
  color: #fff;
  font-size: 93.75%;
}

