@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', '黑体';
  list-style: none;
  font-style: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input {
  outline: none;
  border: none;
}
img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  border: none;
  transition: all 0.3s ease-in;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.nowrap {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.mob_show {
  display: none;
}

a {
  color: #333;
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

figure {
  border-radius: 10px;
  overflow: hidden;
}
figure img {
  width: 100%;
  height: 100%;
}
figure img:hover {
  transform: scale(1.06);
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* header */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.h-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  max-width: 1500px;
  margin: 0 auto;
}
header .logo {
  height: 56px;
  transition: all 0.3s ease-in-out;
}

nav {
  transition: all 0.3s ease-in-out;
}
nav li {
  float: left;
  margin-right: 80px;
}

nav li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 90px;
}
nav li.active > a,
nav li:hover > a {
  color: #36ab9c;
}
nav li.active > a::before,
nav li:hover > a::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #36ab9c;
}

.h-right a {
  position: relative;
  float: left;
  padding: 6px 18px;
  margin-left: 20px;
  border-radius: 3px;
  background: #fff;
  color: #36ab9c;
}
.h-right a.login::after {
  content: '';
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -84px;
  width: 170px;
  height: 64px;
  background: url(../images/login_p.png);
  background-size: 100%;
}
.h-right a.register {
  background: #36ab9c;
  color: #fff;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 7.8%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.s-header {
  background: rgba(0, 0, 0, 0.7);
}
.s-header .h-container{
  height: 70px;
}
.s-header .logo {
  height: 40px;
}
.s-header nav li > a {
  font-size: 16px;
  line-height: 70px;
}

.s-header nav li:nth-of-type(2) a::after {
  top: -21px;
  left: -14px;
  width: 90px;
}
.s-header nav li:nth-of-type(2) a::before {
  width: 32px;
  left: 62px;
}
/* 侧边栏 */
.siderbar {
  position: fixed;
  top: 50%;
  left: 0;
  width: 160px;
  margin-top: -150px;
  background-size: 100%;
}
.siderbar ul {
  position: absolute;
  top: 116px;
  left: 41px;
}
.siderbar ul li {
  width: 80px;
  height: 26px;
  margin-bottom: 6px;
  border: 1px solid #fff;
  background: #1ba2e2;
  text-align: center;
  line-height: 24px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 13px;
}
.siderbar ul li:last-child {
  padding-top: 6px;
  height: 50px;
  line-height: 18px;
  font-size: 12px;
}
.siderbar ul li:last-child i {
  font-size: 14px;
  color: #fff;
}
.siderbar ul li a {
  display: block;

  color: #fff;
}
/* 右侧边栏 */
.r-siderbar {
  z-index: 99;
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  margin-top: -110px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.r-siderbar > div {
  position: relative;
  width: 40px;
}
.r-siderbar i {
  font-size: 22px;
  color: #333;
}
.r-siderbar .fla,
.back {
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
}
.r-siderbar .fla::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 10px;
  width: 20px;
  border-top: 2px solid #eee;
}
.kefu-box,
.ewm-box {
  position: absolute;
  top: 0;
  right: 40px;
  visibility: hidden;
  width: 220px;
  padding: 8px 18px;
  background: #36ab9cba;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ewm-box {
  width: 140px;
  padding: 15px;
}
.ewm-box em {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.kefu-box li {
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
  border-bottom: 1px dashed #74c6ff;
}
.kefu-box li:last-child {
  border-bottom: 0;
}
.kefu-box i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 18px;
  color: #fff;
}
.kefu-box strong {
  display: block;
  font-weight: normal;
}
.kefu-box em {
  display: block;
  margin: 5px 0;
}
.kefu-box a {
  display: block;
  width: 70px;
  text-align: center;
  font-size: 12px;
  color: #36ab9c;
  line-height: 22px;
  background: #fff;
  border-radius: 5px;
}
.r-siderbar .back::after {
  width: 0;
}
.r-siderbar .kefu {
  color: #36ab9c;
}
.r-siderbar .kefu .icon-kefu {
  color: #36ab9c;
}
.r-siderbar .fla:hover,
.back:hover {
  background: #36ab9c;
  color: #fff;
}
.r-siderbar .fla:hover i,
.back:hover i {
  color: #fff;
}
.kefu:hover .kefu-box,
.ewm:hover .ewm-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.r-siderbar .kefu span {
  display: block;
  font-size: 13px;
}

/* 第一屏 */
.section-1 {
  padding-top: 22vh;
  -background-image: url(../images/banner.gif);
}
.syt-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.syt-video video{
  width: 100%;
  height: 100%;
  object-fit:cover
}
.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -background: rgba(0, 0, 0, 0.8);
}
.m-content {
  position: relative;
  z-index: 111;
  padding: 0 12%;
  text-align: center;
}
.spread {
  opacity: 0;
  padding-bottom: 50px;
  transform: translateX(-300px);
  transition: all 1s ease-in-out;
  
}
.spread-list-1 h3 {
  display: block;
  margin-top: 15px;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 1px;
}
.spread-list-1 h4{
  font-size: 48px;
  color: #fff;
}
.spread-list-1 span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #d0d0d0;
  letter-spacing: 1px;
}
.spread-list-1 p em {
  display: inline-block;
  font-size: 18px;
  padding: 6px 20px;
  margin-top: 5vh;
  margin-right: 26px;
  text-align: center;
  font-style: normal;
  color: #fff;
  border: 1px solid #fff;
  opacity: .8;
}
.spread .swiper-pagination {
  bottom: 0;
}
.spread .swiper-pagination span {
  opacity: 0.8;
  width: 32px;
  height: 5px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease-in;
}
.spread .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background: #36ab9c;
  transition: all 0.3s ease-in;
}
.btn-content {
  margin-top: 50px;
}
.btn-content a {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
  background: #36ab9c;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  border-radius: 3px;
  opacity: .9;
}
.btn-content a.kf {
  background: #f67401;
}
.form-content {
  width: 320px;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: translateX(300px);
  transition: all 1s ease-in-out;
}
.active .spread,
.active .form-content {
  opacity: 1;
  transform: translateX(0);
}
.form-content .form-group input {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.form-content .form-group input::placeholder {
  color: #eee;
}

.slider-box {
  display: none;
  position: relative;
  height: 34px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.slider-box .nc_scale {
  background: rgba(255, 255, 255, 0.6);
}
.slider-box .nc-container #nc_1_wrapper {
  width: 100%;
}
.slider-box .nc-container .nc_scale .btn_ok {
  color: #36ab9c;
}
.slider-box .nc-container .nc_scale .nc_ok,
.nc-container .nc_scale .nc_bg {
  background: rgb(49, 134, 214, 0.8) !important;
}
.slider-box .nc-container .nc_scale span {
  height: 34px;
  line-height: 34px;
}
.slider-box .nc-container .nc_scale .nc-align-center.scale_text2 {
  text-indent: -18px;
  color: #fff;
}
.slider-box .nc-container .nc_scale .scale_text2 b {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.outBox {
  height: 0;
  position: relative;
  line-height: 34px;
  background: #eee;
  overflow: hidden;
}
.outBox.on {
  height: 34px;
  margin-bottom: 10px;
}

.outBox span {
  display: block;
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 12px;
}
.outBox span.on {
  padding-right: 36px;
  color: #fff;
}
.slider {
  z-index: 5;
  width: 36px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0;
  border: 1px solid #ddd;
  user-select: none;
  cursor: move;
  background: #fff url(../images/slide_s.png) center no-repeat;
}
.slider.on {
  background: #fff url(../images/tc_icon_1.png) center no-repeat;
  background-size: 50%;
}
.slider_back {
  z-index: 2;
  position: absolute;
  top: 0px;
  height: 34px;
  width: 0;
  background-color: #36ab9c;
}

.form-content .form-code {
  overflow: hidden;
}
.form-content .form-code input {
  width: 140px;
}
.form-content .form-code button {
  float: right;
  width: 100px;
  height: 39px; 
  border: none;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  color: #36ab9c;
  cursor: pointer;
}
.form-agree,
.form-agree a {
  font-size: 12px;
  color: #fff;
}
.form-agree span {
  display: inline-block;
  margin-right: 6px;
  padding: 0px 3px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
}
.form-agree span.active {
  color: #36ab9c;
}
.reg_form_btn {
  display: block;
  width: 200px;
  height: 44px;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  background: #36ab9c;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.voice {
  position: relative;
  width: 450px;
  height: 28px;
  margin: 0 auto;
  margin-top: 10vh;
  padding-left: 40px;
  padding-right: 60px;
  overflow: hidden;
  line-height: 28px;
  transform: translateY(100px);
  transition: all 1s ease;
}
.active .voice {
  transform: translateY(0);
}
.voice span {
  position: absolute;
  top: 2px;
  left: 0;
  height: 28px;
  color: #fff;
}
.voice .more {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.voice li,
.voice a {
  color: #fff;
}
.voice li a:hover {
  text-decoration: underline;
}
.voice .more a {
  color: #36ab9c;
}
.voice .more a:hover {
  color: #fff;
}
.mouse {
  z-index: 111;
  position: absolute;
  left: 50%;
  bottom: 8vh;
  width: 24px;
  margin-left: -12px;
  transform: translateY(100px);
  transition: all 1s ease;
}
.active .voice,
.active .mouse {
  transform: translateY(0);
}
.mouse::after {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  width: 26px;
  height: 11px;
  margin-left: -13px;
  background: url(../images/slide.png) no-repeat;
  animation: move 1.2s ease-in-out infinite;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 第二屏 */
.section-2 {
  padding-top: 18vh;
  background: url(../images/bg02.jpg) no-repeat;
  background-size: cover;
}
.section-2-title {
  position: relative;
  padding-bottom: 30px;
  font-size: 36px;
  color: #555;
  text-align: center;
  opacity: 0;
  transform: translateY(-200px);
  transition: all 1.5s ease;
}
.active .section-2-title {
  opacity: 1;
  transform: translateY(0);
}
.section-2-title::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 70px;
  margin-left: -35px;
  border-top: 4px solid #36ab9c;
}
.section-tab {
  width: 70%;
  
  margin: 0 auto;
  margin-top: 10vh;
  opacity: 0;
  transform: translateY(300px);
  transition: all 2s ease;
}
.active .section-tab {
  opacity: 1;
  transform: translateY(0);
}
.section-tab-nav {
  padding-bottom: 30px;
}
.section-tab-nav .swiper-slide {
  position: relative;
  float: left;
  width: 25%;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}
.section-tab-nav .swiper-slide-thumb-active {
  color: #36ab9c;
}
.section-tab-nav .swiper-slide-thumb-active::after {
  z-index: 111;
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  border-top: 3px solid #36ab9c;
}

.section-tab-box .swiper-slide {
  overflow: hidden;
}
.free-meal {
  display: flex;
  justify-content: space-between;
}
.free-meal .fl {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62%;
  padding: 0 6%;
  margin-top: 8vh;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
}
.free-meal .fl strong {
  display: block;
  font-size: 30px;
  color: #36ab9c;
  letter-spacing: 1px;
}
.free-meal .fl span {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #777;
}
.free-meal .fl ul {
  overflow: hidden;
}
.free-meal .fl li {
  float: left;
}
.free-meal .fl li:first-child {
  margin-right: 10%;
}
.free-meal .fl p {
  position: relative;
  margin-top: 15px;
  padding-left: 22px;
  font-size: 14px;
  color: #666;
  background-size: 14px;
}
.free-meal .fl p::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 5px;
  height: 5px;
  border: 5px solid #f67401;
  border-radius: 50%;
}
.free-meal .fr {
  float: none;
  width: 35%;
  margin-top: 30px;
  padding: 30px;
  background: url(../images/free_bg.png) no-repeat;
  background-size: 100% 100%;
}
.free-meal .fr strong {
  display: block;
  margin-bottom: 4vh;
  font-size: 42px;
  color: #36ab9c;
}
.free-meal .fr li {
  padding-left: 26px;
  margin-top: 10px;
  background: url(../images/tc_icon_1.png) left no-repeat;
  background-size: 17px;
  font-size: 14px;
  color: #666;
}
.free-meal .fr a {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  background: #36ab9c;
  color: #fff;
}
.free-meal .fr a:hover {
  background: #0769c5;
  color: #fff;
}
.card-list {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.card-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  text-align: left;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.month-meal .card-list li:nth-of-type(3):after {
  position: absolute;
  top: -10px;
  right: -13px;
  content: '';
  width: 91px;
  height: 67px;
  background: url(../images/zid_2.png);
}
.business-meal .card-list li {
  width: 30%;
  padding-bottom: 30px;
}
.business-meal .card-list li:nth-of-type(2):after {
  position: absolute;
  top: -10px;
  right: -13px;
  content: '';
  width: 91px;
  height: 67px;
  background: url(../images/zid.png);
}
.card-list li:hover {
  border-color: #36ab9c;
}
.card-list li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #666;
}
.card-list li i {
  display: block;
  font-size: 24px;
  color: #36ab9c;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.card-list li p {
  margin-top: 13px;
  padding-left: 24px;
  background: url(../images/tc_icon_1.png) left no-repeat;
  background-size: 17px;
  font-size: 14px;
  color: #666;
}
.card-list li span {
  display: block;
  height: 48px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #ddd;
}
.card-list li a {
  display: block;
  width: 100px;
  height: 36px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #36ab9c;
  color: #36ab9c;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.card-list li:hover a {
  background: #36ab9c;
  color: #fff;
}

.soft-load .fl {
  width: 40%;
  padding-top: 40px;
  text-align: center;
}
.soft-load .fr strong {
  display: block;
  margin-bottom: 60px;
  font-size: 24px;
  color: #36ab9c;
  letter-spacing: 1px;
  text-align: center;
}
.soft-load .fr {
  width: 58%;
  padding-top: 4vh;
}

.d-content ul li {
  position: relative;
  float: left;
  width: 30%;
  margin: 0 1.6%;
  padding: 40px 10px;
  padding-top: 80px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.d-content ul li:hover {
  border: 1px solid #36ab9c;
}
.d-content ul li i {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  display: inline-block;
  font-size: 36px;
  transition: all 0.3s ease;
}
.d-content ul li img {
  position: absolute;
  opacity: 0;
  top: 30px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  transition: all 0.3s ease;
}
.d-content ul li:hover > i {
  opacity: 0;
}
.d-content ul li:hover img {
  opacity: 1;
}
.d-content ul li span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.d-content ul li a {
  display: inline-block;
  width: 80px;
  height: 30px;
  margin-top: 15px;
  line-height: 28px;
  border: 1px solid #36ab9c;
  font-size: 14px;
  color: #36ab9c;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.d-content ul li:hover a {
  background: #36ab9c;
  color: #fff;
}

/* 第三屏 */
.section-3 {
  padding-top: 16vh;
  background-image: url(../images/bg01.jpg);
}
.titcon img {
  display: inline-block;
}
.section-3 .titcon .t1 {
  margin-right: 5%;
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.5s ease;
}
.section-3 .titcon .t2 {
  opacity: 0;
  transform: translateX(300px);
  transition: all 2.4s ease;
}
.section-3.active .titcon .t1,
.section-3.active .titcon .t2 {
  transform: translateX(0);
  opacity: 1;
}

.section-3-con {
  position: relative;
  height: 45vh;
  min-height: 300px;
  padding-left: 25%;
  margin-top: 12vh;
  transform: scale(0.3, 0.3);
  opacity: 0;
  transition: all 1.5s ease;
}
.active .section-3-con {
  transform: scale(1, 1);
  opacity: 1;
}
.section-3-con .page {
  position: absolute;
  top: 0;
  left: 4%;
  height: 150px;
  overflow: hidden;
}
.section-3-con .box {
  height: 100%;
}
.section-3-con li .fl {
  width: 410px;
  height: 100%;
  padding: 60px 40px;
  background: #36ab9c;
  color: #fff;
}
.section-3-con li.bg2 .fl {
  background: #4ab9ae;
}
.section-3-con li.bg3 .fl {
  background: #39cdb3;
}
.section-3-con li.bg4 .fl {
  background: #16cbc5;
}
.section-3-con li.bg5 .fl {
  background: #5bb094;
}
.section-3-con li .fl i {
  display: block;
  font-size: 54px;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
}
.section-3-con li .fl strong {
  display: block;
  margin-top: 6vh;
  font-size: 28px;
  font-weight: normal;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
}
.section-3-con li .fl p {
  margin-top: 2.5vh;
  line-height: 28px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
}
.section-3-con li.swiper-slide-active .fl i,
.section-3-con li.swiper-slide-active .fl strong,
.section-3-con li.swiper-slide-active .fl p {
  opacity: 1;
  transform: translateY(0);
}
.section-3-con li.swiper-slide-active .fl p{
  opacity: .85;
}
.section-3-con li .fr {
  position: relative;
  width: calc(100% - 410px);
  height: 100%;
}
.section-3-con li .fr img {
  width: 100%;
  height: 100%;
}
.section-3-con li .fr::after {
  position: absolute;
  content: '';
  background: url(../images//dot.png) repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-3-con .swiper-btn {
  position: absolute;
  z-index: 999;
  left: 350px;
  bottom: 0;
  width: 60px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;

  border: 1px solid #fff;
}
.section-3-con .swiper-next {
  left: 410px;
  background: rgba(255, 255, 255, 1);
  color: #36ab9c;
}
.section-3-con .swiper-btn i {
  font-size: 32px;
}
/* 第四屏 */
.section-4 {
  padding-top: 16vh;
  background: url(../images/bg05.jpg) bottom no-repeat;
  background-size: cover;
}
.section-4 .titcon {
  text-align: right;
}
.section-4 .titcon .t1 {
  margin-right: 5%;
}
.section-4 .titcon .t1 {
  opacity: 0;
  transform: translateX(-300px);
  transition: all 2.4s ease;
}
.section-4 .titcon .t2 {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1.5s ease;
}
.section-4.active .titcon .t1,
.section-4.active .titcon .t2 {
  transform: translateX(0px);
  opacity: 1;
}
.goodness {
  margin-top: 12vh;
  overflow: hidden;
  text-align: center;
}
.goodness li {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 340px;
  padding: 0 5px;
  margin: 0 1.5%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s ease;
}
.goodness li:nth-of-type(2) {
  transform: translateY(150px);
}
.goodness li:nth-of-type(3) {
  transform: translateY(200px);
}
.goodness li:nth-of-type(4) {
  transform: translateY(250px);
}
.goodness li:nth-of-type(5) {
  transform: translateY(300px);
}

.active .goodness li {
  opacity: 1;
  transform: translateY(0);
}
.goodness li:after {
  z-index: 0;
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #36ab9c;
}

.goodness li i {
  position: relative;
  z-index: 11;
  font-size: 56px;
  line-height: 148px;
  color: #36ab9c;
}

.goodness li u {
  position: relative;
  z-index: 11;
  display: block;
  position: absolute;
  width: 148px;
  height: 148px;
  margin-left: 22px;
  border: 4px solid #36ab9c;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.goodness li u.cl {
  clip: rect(0px, 148px, -10px, 78px);
}
.active .goodness li u.cl {
  clip: rect(0px, 148px, 148px, 78px);
}
.goodness li u.cr {
  clip: rect(148px, 78px, 148px, 0px);
}
.active .goodness li u.cr {
  clip: rect(0px, 78px, 148px, 0px);
}
.goodness li strong {
  position: relative;
  z-index: 11;
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.goodness li p {
  z-index: 11;
  position: relative;
  top: 200px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  opacity: .8;
}
.goodness li:hover:after {
  top: 0;
  transition: all 0.5s ease-in-out 0.3s;
}
.goodness li:hover {
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -moz-transition: all 0.5s ease-in-out 0.3s;
  -ms-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
.goodness li:hover i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  -moz-transition: all 0.5s ease-in-out 0.4s;
  -ms-transition: all 0.5s ease-in-out 0.4s;
  -o-transition: all 0.5s ease-in-out 0.4s;
  transition: all 0.5s ease-in-out 0.4s;
}

.section-4 .goodness li:hover u.cl {
  clip: rect(0px, 148px, -10px, 78px);
  transition-delay: 0;
}
.section-4 .goodness li:hover u.cr {
  clip: rect(148px, 78px, 148px, 0px);
  transition-delay: 0;
}
.goodness li:hover strong {
  color: White;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.goodness li:hover p {
  top: 20px;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
.b-word {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.b-word img {
  display: inline-block;
}
/* 第五屏 */
.section-5 {
  padding-top: 13vh;
  background-image: url(../images/bg03.jpg);
}
.section-5-con .fl {
  width: 60%;
  margin-top: 4vh;
  padding-left: 8%;
  color: #fff;
}
.section-5-con .fl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 66%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.8s ease;
}
.active .section-5-con .fl ul {
  opacity: 1;
  transform: translateY(0);
}
.section-5-con .fl ul li {
  width: 48%;
  margin-bottom: 50px;
  text-align: center;
}
.section-5-con .fl ul li i {
  display: block;
  font-size: 48px;
}
.section-5-con .fl ul li em {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  opacity: .7;
}
.section-5-con .fl h3 {
  margin-top: 8vh;
  display: block;
  font-size: 36px;
  opacity: 0;
  transform: translateY(150px);
  transition: all 2s ease;
}

.section-5-con .fl p {
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
  line-height: 2;
  opacity: 0;
  transform: translateY(150px);
  transition: all 2.2s ease;
}
.section-5-con .fl p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 15px;
  width: 24px;
  border-top: 1px solid #fff;
}
.section-5-con .fl a {
  display: block;
  margin-top: 6vh;
  width: 120px;
  height: 40px;
  margin-left: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 2.4s ease, opacity 2s ease;
}
.section-5-con .fl a:hover {
  background-color: #fff;
  color: #36ab9c;
}
.active .section-5-con .fl h3,
.active .section-5-con .fl p,
.active .section-5-con .fl a {
  opacity: 1;
  transform: translateY(0);
}

.section-5-con .fr {
  position: relative;
  width: 35%;
  height: 80vh;
  margin-right: 3%;
  text-align: center;
}
.section-5-con .fr * {
  position: relative;
  z-index: 5;
}

.section-5-con .fr img {
  z-index: 1;
  position: absolute;
  top: 7vh;
  width: 100%;
  transform: scale(0.3, 0.3);
  transition: all 1.5s ease;
}
.active .section-5-con .fr img,
.active .section-5-con .fr strong,
.active .section-5-con .fr p,
.active .section-5-con .fr a {
  transform: scale(1, 1);
}
.section-5-con .fr strong {
  display: block;
  margin-top: 28vh;
  font-size: 34px;
  color: #69a297;
  transform: scale(0.3, 0.3);
  transition: all 1s ease-in-out;
}
.section-5-con .fr p {
  margin-top: 20px;
  font-size: 20px;
  color: #69a297;
  transform: scale(0, 0);
  transition: all 1.3s ease-in-out;
}
.section-5-con .fr a {
  display: block;
  width: 150px;
  margin: 0 auto;
  margin-top: 15vh;
  line-height: 46px;
  color: #36ab9c;
  font-size: 18px;
  background: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
  transform: scale(0, 0);
  transition: all .3s ease-in-out;
}

/* 第六屏 */
.section-6 {
  padding-top: 16vh;
  background-image: url(../images/bg04.jpg);
  background-size: cover;
}
.section-6-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.5s ease;
}
.section-6-title span {
  display: block;
  margin-top: 3vh;
  font-size: 16px;
  line-height: 2;
  opacity: .8;
}
.active .section-6-title {
  opacity: 1;
  transform: translateY(0);
}
.section-6-con {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 12vh;
}
.section-6-con .fl {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1.8s ease;
}
.section-6-con .fr {
  padding-top: 10px;
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.8s ease;
}
.active .section-6-con .fl,
.active .section-6-con .fr {
  opacity: 1;
  transform: translateX(0);
}
.section-6-con .fl p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.section-6-con .fl i {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 36px;
}
.section-6-con .fr img {
  width: 200px;
}
.section-6-con .fr span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  line-height: 22px;
  transform: translateY(200px);
  transition: all 1s ease;
}
.active footer {
  transform: translateY(0);
}

/* 活动弹出 */
.exercise-bg {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.ecejt {
  position: fixed;
  z-index: 9999;
  margin-top: -185px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 470px;
  display: none;
  transition: all 1s ease;
}
.ecejt.on {
  opacity: 0.5;
  transform: scale(0);
  transform-origin: -120% 0;
}
.ecejt i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.exercise-rf {
  z-index: 9999;
  position: fixed;
  left: 20px;
  top: 24%;
  display: none;
  width: 140px;
  height: 140px;
}
.exercise-rf img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
}
.exercise-rf .rf01 {
  animation: overturn 2s ease-in-out infinite;
}
.exercise-rf .rf02 {
  animation: overturn2 2s ease-in-out infinite;
}
.exercise-rf i {
  position: absolute;
  top: -16px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}
@keyframes overturn {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes overturn2 {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/* 自适应 */
@media screen and (max-height: 750px) {
  .section-2 {
    padding-top: 15vh;
  }
  .section-tab {
    margin-top: 8vh;
  }
}

@media screen and (max-width: 1600px) {
  section {
    padding: 0 7%;
  }
  .m-content {
    padding: 0 8%;
  }
}
@media screen and (max-width: 1400px) {
  .free-meal .fl {
    width: 68%;
  }
  .goodness li {
    margin: 0;
  }
}
@media screen and (max-width: 1230px) {
  .siderbar {
    display: none;
  }
  header .logo {
    height: 45px;
  }
  nav li {
    margin-right: 30px;
  }
  nav li a {
    font-size: 14px;
  }
  section {
    padding: 0 3%;
  }
  nav li:nth-of-type(2) a::after {
    width: 90px;
  }
  .form-content {
    display: none;
  }
  .spread-list-1 strong {
    font-size: 32px;
  }
  /* 第二屏 */
  .section-2-title {
    font-size: 30px;
  }
  .free-meal .fl {
    padding: 4vh 3%;
  }
  .free-meal .fl strong {
    font-size: 20px;
  }
  .free-meal .fl span,
  .free-meal .fl p,
  .free-meal .fr li {
    font-size: 12px;
  }
  .free-meal .fr strong {
    font-size: 30px;
  }

  .card-list li strong {
    font-size: 16px;
  }
  .card-list li i {
    font-size: 18px;
  }
  .card-list li span {
    height: 40px;
    font-size: 12px;
  }
  .card-list li p {
    padding-left: 20px;
    font-size: 12px;
    background-size: 14px;
  }
  .card-list li a {
    width: 90px;
    height: 26px;
    margin-top: 20px;
    line-height: 24px;
    font-size: 12px;
  }

  .section-3-con .page {
    height: 100px;
  }

  /* 第三屏 */
  .section-3-con li .fl {
    width: 300px;
  }
  .section-3-con li .fr {
    width: calc(100% - 300px);
  }
  .section-3-con .swiper-btn {
    left: 240px;
    height: 40px;
    line-height: 40px;
  }
  .section-3-con .swiper-next {
    left: 300px;
  }
  .section-3-con .swiper-btn i {
    font-size: 24px;
  }
  /* 第四屏 */
  .goodness li {
    width: 18%;
    height: 240px;
  }
  .goodness li u {
    display: none;
  }
  .goodness li i {
    line-height: 100px;
  }
  .goodness li strong {
    margin-top: 0;
  }
  .titcon img {
    width: 24%;
  }
  /* 第五屏 */
  .section-5-con .fl ul li i {
    font-size: 40px;
  }
  .section-5-con .fl span {
    margin-top: 8vh;
    font-size: 30px;
  }
  .section-5-con .fr strong {
    font-size: 24px;
  }
  .section-5-con .fr p {
    font-size: 14px;
  }
  .section-5-con .fr a {
    margin-top: 13vh;
  }
  /* 第六屏 */
  .section-6-title {
    font-size: 32px;
  }
  .section-6-title span {
    font-size: 12px;
    line-height: 20px;
  }
  .section-6-con .fl p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section-6-con .fr img {
    width: 160px;
  }
  .section-6-con .fl i {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .mob_show {
    display: block;
  }
  .mob_none{
    display: none;
  }
  .h-container,.s-header .h-container{ 
    height: 50px;
    padding: 0 20px;
  }
  .menu {
    font-size: 14px;
    color: #fff;
  }
  nav {
    z-index: 999;
    position: fixed;
    left: -60%;
    top: 0;
    height: 100%;
    width: 60%;
    margin-top: 0;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
  }
  nav li {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  nav li a {
    font-size: 18px;
    margin-bottom: 30px;
  }
  nav i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    background-size: 80%;
  }
  nav li:nth-of-type(2) a::after {
    display: none;
  }
  nav li:nth-of-type(2) a::before {
    background: none;
  }
  header .logo,
  .s-header .logo {
    height: 32px;
  }
  .h-right a {
    margin-left: 10px;
    font-size: 12px;
    padding: 4px 8px;
  }
  header .h-right a,
  .s-header .h-right a {
    margin-top: 3px;
  }
  .h-right a.login::after {
    width: 100px;
    height: 34px;
    bottom: -23px;
    margin-left: -54px;
  }

  section {
    padding: 0 15px;
    padding-top: 12vh !important;
  }
  /* 1 */
  .spread-list-1 h4{
    font-size: 28px;
  }
  .spread-list-1 h3{
    font-size: 30px;
  }
  .m-content {
    padding: 0;
    margin-top: 40px;
  }
  .spread {
    width: 100%;
  }
  .spread-list-1 span {
    font-size: 14px;
  }
  .spread-list-1 p em {
    font-size: 14px;
    margin: 0 4px;
    margin-top: 60px;
  }
  .spread-list-3 ul li em {
    font-size: 30px;
  }
  .btn-content {
    margin-top: 60px;
  }
  .voice {
    width: 100%;
  }
  .mouse {
    bottom: 50px;
  }
  .btn-content a{
    width: 130px;
    line-height: 40px;
    font-size: 16px;
  }
  /* 2 */
  .section-2-title {
    font-size: 22px;
  }
  .section-tab {
    width: 100%;
    margin-top: 30px;
  }
  .section-tab-nav .swiper-slide {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .section-tab-box .swiper-slide {
    flex-wrap: wrap;
    padding: 0;
  }
  .free-meal .fl {
    width: 100%;
    padding: 25px;
    margin-top: 0;
  }
  .free-meal .fr {
    width: 100%;
    padding: 30px;
  }
  .card-list {
    flex-wrap: wrap;
    padding: 0;
  }
  .card-list li {
    width: 47%!important;
    padding: 15px;
    margin-bottom: 20px;
  }
  .soft-load .fl {
    display: none;
  }
  .soft-load .fr {
    width: 100%;
    padding-top: 4vh;
  }
  .soft-load .fl strong {
    font-size: 18px;
  }
  .soft-load .fl img {
    width: 80%;
    margin: 0 auto;
  }
  .d-content ul li {
    width: 45%;
    padding-left: 0;
    padding-right: 0;
  }
  /* 3 */
  .section-3-con {
    padding-left: 0;
  }
  .section-3 .titcon .t1 {
    width: 40%;
  }
  .section-3 .titcon .t2 {
    display: none;
  }
  .section-3-con .page {
    display: none;
  }
  .section-3-con li .fl {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none !important;
  }
  .section-3-con li .fl i {
    font-size: 38px;
  }
  .section-3-con li .fl strong {
    font-size: 20px;
  }
  .section-3-con li .fr {
    width: 100%;
  }
  /* 4 */
  .section-4 .titcon {
    text-align: left;
  }
  .section-4 .titcon .t1 {
    display: none;
  }
  .section-4 .titcon .t2 {
    width: 50%;
  }
  .goodness {
    margin-top: 60px;
  }
  .goodness li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: 40px;
  }
  .goodness li strong {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
  }
  .goodness li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    width: 60px;
    line-height: 40px;
    text-align: left;
  }
  .goodness li p {
    display: none;
  }
  /* 5 */
  .section-5 {
    background-size: cover;
  }
  .section-5-con .fl {
    width: 100%;
    margin-top: 0;
  }
  .active .section-5-con .fl ul {
    display: none;
  }
  .section-5-con .fl span {
    margin-top: 0;
  }
  .section-5-con .fr {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-left: 7%;
    text-align: left;
  }
  .section-5-con .fr img {
    display: none;
  }
  .section-5-con .fr strong {
    margin-top: 80px;
    color: #fff;
    font-weight: normal;
  }
  .section-5-con .fr p {
    color: #eee;
  }
  .section-5-con .fr a {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .infor-content {
    width: 90%;
    left: 5%;
  }
  .infor-content > i {
    top: -45px;
    right: 0;
  }
  .infor-box {
    padding: 15px;
  }
  .infor-box li {
    padding: 10px 0;
    line-height: 18px;
  }
  .infor-nav span,
  .infor-box li a {
    font-size: 12px;
  }
  /* 6 */
  .section-6{
    background-position: 24%;
  }
  .section-6-title {
    font-size: 28px;
  }
  .section-6-title span {
    display: none;
  }
  .section-6-con {
    margin-top: 5vh;
  }
  .section-6-con .fl p {
    line-height: 28px;
  }
  .section-6-con .fr {
    width: 100%;
    margin-top: 15px;
  }
  .section-6-con .fr span {
    width: 160px;
  }

  /* 活动弹出 */
  .ecejt {
    width: 80%;
    top: 30%;
    left: 10%;
    margin: 0;
  }
  .exercise-rf {
    right: 10px;
    left: auto;
    width: 70px;
  }
  /* 右侧边栏 */
  .r-siderbar {
    display: none;
  }
}
@media screen and (max-width: 414px) {

  /*  */
  .section-3-con .swiper-btn {
    left: 180px;
  }
  .section-3-con .swiper-next {
    left: 240px;
  }
  .section-3-con li .fl p {
    font-size: 14px;
  }
  /*  */
  .goodness li {
    margin-bottom: 15px;
  }

  /*  */
  .section-5-con .fl span {
    font-size: 20px;
  }
  .section-5-con .fr strong {
    margin-top: 40px;
    font-size: 20px;
  }
  /*  */
  .section-6-title {
    font-size: 20px;
  }
  .section-6-con .fl p {
    font-size: 13px;
  }
  .section-6-con .fr img {
    width: 100px;
  }
  .section-6-con .fr span {
    width: 100px;
    font-size: 12px;
  }
}
