@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.home-wrap .header {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}
.home-wrap .header.show {
  opacity: 1;
  visibility: visible;
}
.audios {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.banner {
  height: 100vh;
  background: #2976be;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 60px 0 55px;
  box-sizing: border-box;
  width: 100%;
  height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  transition: 0.68s;
}
.header.scrollfix .navs {
  opacity: 0;
  visibility: hidden;
}
.logo {
  display: block;
  position: relative;
  width: 250px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  transition: 0.58s;
}
.navs > li {
  position: relative;
  margin-right: 26px; width: 100px;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs-menus-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.navs > li > a {
  display: inline-block;
  padding: 2px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.navs > li > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.navs-menus-box {
  position: absolute;
  left: -22px;
  top: 100%;
  padding-top: 12px;
  width: 170px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: 0.5s;
}
.navs-menus {
  position: relative;
  padding: 9px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.navs-menus:before {
  position: absolute;
  left: 44px;
  top: -4px;
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
.navs-menus li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.navs-menus li:last-child {
  border-bottom: none;
}
.navs-menus li a {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 13px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  font-size: 15px;
}
.navs-menus li a:hover i {
  opacity: 1;
  visibility: visible;
  right: 2px;
}
.navs-menus li a i {
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  right: 6px;
  transition: 0.35s;
}
.header-menu {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.header-menu.active .menu-btn {
  border-color: #c2cbcd;
}
.header-menu.active .menu-btn p {
  color: #333333;
}
.header-menu.active .audio {
  border-color: #c2cbcd;
  color: #333333;
}
.header-menu .header-audio {
  display: none;
}
.header-edite {
  position: relative;
  display: flex;
  margin-right: 15px;
}
.header-edite a {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.header-edite a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.34s;
  z-index: -1;
}
.header-edite a:hover:before,
.header-edite a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header-edite a:after {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
}
.header-edite a:last-child:after {
  display: none;
}
.header-car {
  position: relative;
  margin-right: 10px;
}
.header-car span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.header-car:hover .car-fixs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.car-fixs {
  position: absolute;
  left: -13px;
  padding-top: 12px;
  top: 100%;
  width: 171px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.4s;
  pointer-events: none;
}
.car-list {
  position: relative;
  padding: 10px 20px 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.car-list:before {
  position: absolute;
  left: 25px;
  top: -5px;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.car-list li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.car-list li:last-child {
  border-bottom: none;
}
.car-list li:first-child a i {
  font-size: 12px;
}
.car-list li a {
  display: block;
  padding-left: 6px;
  color: #ffffff;
  font-size: 15px;
  line-height: 42px;
}
.car-list li a:hover i {
  transform: translateY(-2px);
}
.car-list li a i {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 36px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  transition: 0.3s;
}
.menu-btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 43px;
  border-radius: 22px;
  cursor: pointer;
  transition: 0.4s 0.2s;
  background: rgba(0, 0, 0, 0.2);
}
.menu-btn p {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.4s 0.2s;
}
.audio {
  position: relative;
  z-index: 3;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  cursor: pointer;
  transition: 0.4s;
}
.audio:hover {
  background: rgba(0, 0, 0, 0.4);
}
.common-bott .commontop {
  display: block;
  margin-left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.32s;
}
.common-bott .commontop:hover {
  background: rgba(0, 0, 0, 0.4);
  line-height: 40px;
}
.menu-flex {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.menu-flex.show {
  visibility: visible;
  pointer-events: visible;
}
.menu-flex.show .menu-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.88s 0s;
}
.menu-flex.show .menu-right {
  right: 0;
}
.menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s 0.3s;
}
.menu-right {
  position: absolute;
  right: -330px;
  top: 0;
  width: 330px;
  height: 100%;
  background: #fff;
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-list {
  padding-top: 119px;
  margin: 0 30px;
}
.menu-list > li {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
}
.menu-list > li:hover > a,
.menu-list > li.active > a {
  color: #333333;
}
.menu-list > li:hover > a:before,
.menu-list > li.active > a:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.menu-list > li > a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 42px;
  color: #333333;
  font-size: 16px;
  height: 59px;
  line-height: 59px;
}
.menu-list > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  transition: 0.38s;
  z-index: -1;
}
.menu-list > li > a em {
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -3px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #333333;
}
.menu-leval {
  display: none;
}
.menu-leval.on {
  display: block;
}
.menu-leval li {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.menu-leval li:first-child {
  border-top: none;
}
.menu-leval li a {
  display: block;
  position: relative;
  padding-left: 59px;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}
.menu-leval li a:hover {
  color: #333333;
}
.menu-leval li a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.menu-leval li a i {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  line-height: 1;
  font-style: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.38s;
}
.common-bott {
  position: fixed;
  right: 40px;
  bottom: 52px;
  z-index: 20;
  display: flex;
}
.menu-ip-down {
  margin: 40px 30px 40px;
  display: none;
  background: #fff;
  z-index: 5;
}
.menu-ip-down .header-edite {
  display: block;
  margin-right: 0;
}
.menu-ip-down .header-edite a {
  font-size: 16px;
}
.online-shopp {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.online-shopp span {
  display: block;
  margin-right: 12px;
  color: #313131;
  font-size: 16px;
}
.shopping-list {
  display: flex;
}
.shopping-list li {
  margin-right: 12px;
}
.shopping-list li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #a2a2a2;
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-size: 20px;
}
.shopping-list li:first-child a {
  font-size: 12px;
}
.enter-btn {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: 40px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  background: #83abcf;
  z-index: 5;
}
.enter-btn a {
  display: block;
  height: 45px;
  color: #fff;
  font-size: 16px;
  animation: moveDownSpot 1000ms infinite;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(5px);
  }
}
.panorama {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  text-align: center;
  z-index: 3;
  display: none;
}
.panorama i {
  display: block;
  margin: auto;
  width: 46px;
  height: 46px;
  background: url(../images/arrow1.png) center no-repeat;
  background-size: cover;
}
.panorama p {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
}
.common-iphoneImgs {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.loader.fadeHide {
  visibility: hidden;
  transition: 1.5s 0.3s;
  pointer-events: none;
}
.loader.fadeHide .loader-wrap {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s 0.3s;
}
.loader.fadeHide .mouse {
  opacity: 0;
  visibility: hidden;
  transition: 1s 0.3s;
}
.loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -177px;
  margin-top: -108px;
  text-align: center;
}
.loader-wrap .loader-logo {
  margin-bottom: 60px;
  display: block;
  max-width: 355px;
  height: auto;
}
.mouse {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 24px;
  text-align: center;
  padding: 16px 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  z-index: 10;
}
.mouse .mouse-ip {
  display: none;
}
.mouse span {
  display: block;
  position: relative;
  margin: auto;
  width: 23px;
  height: 32px;
  background: url(../images/mouse.png) center no-repeat;
}
.mouse span:before {
  position: absolute;
  left: 10px;
  top: 12px;
  content: "";
  width: 3px;
  height: 6px;
  background: #fff;
  border-radius: 1px;
}
.mouse p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}
.cloud {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 1.5s;
}
.cloud.move1 .cloud-img1 {
  left: -15.62%;
  top: -15.74%;
}
.cloud.move1 .cloud-img2 {
  left: -15.62%;
}
.cloud.move1 .cloud-img3 {
  left: -5.82%;
  bottom: -35%;
}
.cloud.move1 .cloud-img4 {
  right: -22.5%;
  top: -5.37%;
}
.cloud.move1 .cloud-img5 {
  right: -26%;
  bottom: -12.4%;
}
.cloud.move2 {
  visibility: hidden;
}
.cloud.move2 .cloud-img1 {
  left: -50.62%;
  top: -32.74%;
}
.cloud.move2 .cloud-img2 {
  left: -40%;
}
.cloud.move2 .cloud-img3 {
  left: -32.82%;
  bottom: -44%;
}
.cloud.move2 .cloud-img4 {
  right: -46.5%;
  top: -32.37%;
}
.cloud.move2 .cloud-img5 {
  right: -42%;
  bottom: -43.4%;
}
.cloud > div {
  position: absolute;
  transition: 2s;
}
.cloud > div img {
  display: block;
  width: 100%;
  height: auto;
}
.cloud-img1 {
  left: 0;
  top: 0;
  width: 60.2%;
}
.cloud-img2 {
  width: 39.84%;
  left: 0;
  top: 0;
}
.cloud-img3 {
  width: 58.54%;
  left: 0;
  bottom: -10%;
}
.cloud-img4 {
  width: 74.58%;
  right: 0;
  top: 0;
}
.cloud-img5 {
  right: 0;
  bottom: 0;
  width: 65.15%;
}
.home-first.hide .sea {
  transform: translateX(-100vw);
}
.home-video.detay {
  transition-delay: 1s;
}
.sea {
  position: relative;
  height: 100vh;
  z-index: 10;
  transition: 1.5s;
}
.sea.down .sea-enter-title {
  opacity: 0;
  visibility: hidden;
}
.sea.down .sea-down i {
  height: 18px;
}
.dairy-fixs {
  position: absolute;
  left: 0;
  bottom: -125px;
  width: 100%;
}
.brand-iphone {
  position: relative;
  display: none;
  overflow: hidden;
}
.sea-enter {
  position: relative;
  height: 100vh;
  background: #2976be;
}
.ani-slide .sea-enter-title .sea-title {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.ani-slide .sea-enter-title .sea-title:nth-child(2) {
  transition-delay: 0.25s;
}
.sea-enter-title {
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  text-align: center;
  transition: 1.5s;
}
.sea-enter-title strong {
  display: block;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.3;
}
.sea-enter-title strong a {
  display: inline-block;
  line-height: 1.1;
  color: #e4e966;
  border-bottom: 3px solid #e4e966;
}
.sea-enter-title .sea-title {
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 140px;
  transition: 1.2s;
}
.sea-down {
  position: absolute;
  left: 50%;
  margin-left: -29px;
  bottom: 30px;
  z-index: 3;
  pointer-events: none;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.sea-down.loaderMouse,
.sea-down.defaul {
  opacity: 1;
  visibility: visible;
}
.sea-down.loaderMouse i {
  height: 14vw;
}
.sea-down.loaderMouse i:after {
  animation: none;
}
.sea-down.defaul i {
  height: 18px;
}
.sea-down.defaul i:after {
  animation: move2 3s 1s infinite;
}
.sea-down i {
  display: block;
  margin: auto;
  position: relative;
  width: 2px;
  height: 18px;
  transition: 1s;
}
.sea-down i:after {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
  animation: move2 3s infinite;
  transform-origin: center top;
}
.sea-down i:before {
  position: absolute;
  left: -6px;
  top: -15px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}
.sea-down span {
  display: block;
  margin-top: 15px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
@keyframes move2 {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.2);
    opacity: 0.2;
  }
}
.sea-box {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #2a77be;
  scroll-behavior: smooth;
}
.sea-box.scroll {
  overflow-y: scroll;
}
.sea-bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 80.222%;
  background: url(../images/line.png) left top repeat-x;
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
}
.sea-level {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .sea-level > .swiper-wrapper {
    transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  }
}
.sea-inner {
  position: relative;
  height: 130vh;
}
.sea-slide {
  position: relative;
  height: 100% !important;
}
.sea-slide.fadeAni .sea-text1 {
  opacity: 0 !important;
  margin-left: -150px !important;
  visibility: hidden !important;
}
.sea-slide.fadeAni .sea-text2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.sea-slide.fadeAni .pasture {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.65s;
}
.sea-slide.sea-slide1 {
  width: 164.427vw;
}
.sea-slide .sea-bg {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  height: auto;
}
.sea-slide .sea-bg.sea-bg1 {
  pointer-events: none;
}
.sea-slide .sea-bg.sea-bg1 img {
  opacity: 0;
  position: relative;
  top: 34vw;
  visibility: hidden;
  transition: all 3s;
}
.sea-slide .sea-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.sea-slide .sea-bg img.ip {
  display: none;
}
.sea .section.ani-slide .sea-bg1 img {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition-delay: 0.1s;
}
.sea .section.ani-slide .sea-text1 {
  top: 50%;
  left: 0;
  margin-left: 0;
  margin-top: -57px;
  opacity: 1;
  visibility: visible;
}
.sea .section.ani-slide .sea-text1.posite {
  position: absolute !important;
}
.sea .section.ani-slide .sea-cloud {
  opacity: 1;
  visibility: visible;
}
.sea .section.ani-slide .sea-bgs {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}
.sea-text {
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  top: 50%;
  width: 100vw;
  margin-top: -57px;
  text-align: center;
  z-index: 3;
  transition: 1.5s;
}
.sea-text strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.sea-text1 {
  position: fixed;
  top: 50%;
  margin-top: 50vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sea-text2 {
  width: 100vw;
  left: auto;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(150px);
}
.sea-info1 {
  transition: 2s;
}
.sea-info2 {
  display: none;
}
.sea-right.swiper-slide-active .sea-text2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.home-slide.ip-sea {
  display: none;
}
.sea-right {
  width: 64.42vw;
}
.no-height {
  height: 0 !important;
  overflow: hidden;
}
.sea-cloud {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 2.5s;
  animation: cloudMove 30s linear infinite 0.6s;
}
.sea-cloud img {
  display: block;
  width: 100%;
  height: auto;
}
.pasture {
  position: absolute;
  right: 78px;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 1.2s;
}
.pasture a {
  display: flex;
  align-items: center;
}
.pasture a:hover span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.pasture a i {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
}
.pasture a i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 2.5s infinite;
}
.pasture a i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}
.pasture a span {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 16px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.pasture a span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.pasture a span:hover:before,
.pasture a span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes cloudMove {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  100% {
    transform: translate(-25%);
    -webkit-transform: translate(-25%);
  }
}
.healthy {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.healthy video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.healthy-text {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  bottom: 165px;
  width: 90%;
  text-align: center;
  z-index: 10;
}
.healthy-title {
  text-align: center;
}
.healthy-title strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.video-btn {
  display: inline-flex;
  align-items: center;
  margin: 30px auto 0;
  cursor: pointer;
}
.video-btn:hover b:before {
  visibility: visible;
  animation: pulse 1.5s infinite;
}
.video-btn b {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  color: #000000;
  font-size: 15px;
}
.video-btn b:before {
  position: absolute;
  z-index: -1;
  left: -25%;
  top: -25%;
  content: "";
  width: 150%;
  height: 150%;
  visibility: hidden;
  border-radius: 50%;
  background: #fff;
  transform: scale(0.5);
}
.video-btn span {
  display: block;
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
}
.home-product {
  position: relative;
  height: 100vh;
  background-attachment: local;
  background-position: center;
  background-size: cover;
}
.series {
  position: absolute;
  left: 55px;
  top: 17.59%;
  z-index: 6;
}
.series-title {
  margin-bottom: 38px;
}
.series-title strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
  font-size: 36px;
}
.series-btns {
  display: flex;
}
.series-btns a {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-right: 20px;
  width: 144px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.series-btns a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #e4e966;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.series-btns a:hover:before,
.series-btns a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.series-btns a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 28px;
}
.series-btns a:hover,
.series-btns a.active {
  color: #000000;
  border-color: #e4e966;
  transition-delay: 0.1s;
}
.series-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.series-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.series-items.show {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.series-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.series-swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 50px;
  bottom: 28px;
}
.series-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  background: none;
  transition: 0.45s;
  cursor: pointer;
}
.series-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.series-slide {
  position: relative;
  height: 100vh;
}
.series-slide.swiper-slide-active figure img {
  animation: 1.8s jumpUp2 forwards;
}
.series-slide.swiper-slide-active .series-text {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.65s;
}
.series-wrap {
  position: absolute;
  left: 50%;
  margin-left: -40%;
  bottom: 17.7%;
  width: 80%;
  text-align: center;
  overflow: hidden;
}
.series-wrap figure {
  position: relative;
  display: block;
  z-index: 3;
  padding-top: 7.8125vw;
  height: 38.888%;
  text-align: center;
}
.series-wrap figure img {
  display: block;
  position: relative;
  width: auto;
  max-height: 100%;
  margin: auto;
  animation: 0.3s fadeOut forwards;
  transform-origin: center bottom;
  will-change: transform;
}
.series-text {
  margin-top: 52px;
  text-align: center;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: 0.78s;
}
.series-text strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.series-text small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
@keyframes jumpUp {
  0% {
    transform: scale(1, 1) translateY(100%);
  }
  10% {
    transform: scale(1, 1) translateY(100%);
  }
  30% {
    transform: scale(1, 1) translateY(-3.20833vw);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(0);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes jumpUp2 {
  0% {
    transform: scale(1, 1) translateY(190%);
  }
  10% {
    transform: scale(1, 1) translateY(100%);
  }
  30% {
    transform: scale(1, 1) translateY(-3.20833vw);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(0);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
.series-prev {
  position: absolute;
  top: 50%;
  margin-top: -48px;
  width: 96px;
  height: 96px;
  z-index: 10;
  cursor: pointer;
}
.series-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.5s;
}
.series-prev img {
  display: block;
  position: absolute;
  height: auto;
  max-height: 106px;
  z-index: -1;
}
.series-prev:hover:before {
  background: #e4e966;
}
.series-prev.prev {
  left: -48px;
}
.series-prev.prev img {
  right: -36px;
  top: -58px;
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.series-prev.prev:hover img {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.series-prev.next {
  right: -48px;
}
.series-prev.next span {
  right: auto;
  left: 16px;
}
.series-prev.next img {
  left: -26px;
  top: -54px;
  transform: translate(50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.series-prev.next:hover img {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.series-prev span {
  position: absolute;
  top: 0;
  right: 16px;
  display: block;
  line-height: 96px;
  color: #666666;
  font-size: 24px;
  z-index: 5;
}
.series-more {
  position: absolute;
  left: 50%;
  margin-left: -153px;
  bottom: 0;
  text-align: center;
  width: 306px;
  height: 118px;
  z-index: 10;
  overflow: hidden;
}
.series-more .series-cir {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  transition: 0.45s;
}
.series-more a {
  display: inline-block;
  margin: auto;
  position: relative;
  padding-right: 26px;
  margin-top: 56px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.series-more a:hover i {
  transform: rotate(180deg);
}
.series-more a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  transition: 0.46s;
}
.series-more a i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.series-more a i:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 1px;
}
.free {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.free-swiper {
  height: 100%;
}
.free-swiper1 {
  height: 100vh;
}
.free-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.free-slide a {
  display: block;
}
.free-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.free-slide figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.free-slide figure img.ip {
  display: none;
}
.free-text {
  position: absolute;
  left: 50%;
  margin-left: -40%;
  bottom: 26.85%;
  width: 80%;
  text-align: center;
  z-index: 10;
}
.free-text strong {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.free-list {
  display: flex;
  justify-content: center;
}
.free-list li {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
}
.free-list li:hover span,
.free-list li.active span {
  color: #e4e966;
}
.free-list li:hover span:after,
.free-list li.active span:after {
  width: 100%;
  right: auto;
  left: 0;
}
.free-list li span {
  position: relative;
  z-index: 2;
  padding: 10px 1px;
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 44px;
  transition: 0.4s;
}
.free-list li span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #e4e966;
  transition: 0.5s;
}
.free-list li:before {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
}
.free-list li:last-child {
  padding-right: 0;
}
.free-list li:last-child:before {
  display: none;
}
.free-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
  text-align: center;
}
.free-more .free-clound {
  position: relative;
  bottom: -30px;
  display: block;
  width: 756px;
  height: auto;
  line-height: 1;
}
.free-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
}
.free-btn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -63px;
  bottom: 0;
  z-index: 3;
  padding-bottom: 65px;
  line-height: 1;
  width: 126px;
}
.free-btn span:hover i {
  color: #333333;
}
.free-btn span:hover i:before {
  right: auto;
  left: 0;
  width: 100%;
}
.free-btn span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 126px;
  height: 73px;
  background: url(../images/map.png) center no-repeat;
}
.free-btn span i {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #333333;
  font-size: 16px;
  font-style: normal;
}
.free-btn span i:before {
  content: "";
  width: 0;
  height: 1px;
  background: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.free-btn span i:hover:before,
.free-btn span i.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.free-btn span i:hover {
  color: #333;
}
.brand {
  position: relative;
  height: 100vh;
  background-attachment: local;
  background-position: center;
  background-size: cover;
}
.brand-cloude {
  position: absolute;
  right: -4.583%;
  top: -10.77%;
  width: 43.229%;
}
.brand-cloude img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-text {
  position: absolute;
  right: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 518px;
  z-index: 10;
}
.brand-text strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.brand-text .series-btns a {
  width: 150px;
  height: 45px;
  line-height: 45px;
}
.brand-text .series-btns a:hover i {
  color: #333;
  left: 3px;
}
.brand-text .series-btns a i {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
}
.brand-info {
  margin-top: 30px;
  margin-bottom: 46px;
}
.brand-info p {
  color: #ffffff;
  font-size: 16px;
}
.footer {
  position: relative;
  z-index: 6;
  background: #ebf4f6;
}
.footer-tops {
  padding: 63px 64px 54px 76px;
  display: flex;
  justify-content: space-between;
}
.footer-address {
  display: flex;
}
.address {
  display: block;
  margin-right: 142px;
}
.address:last-child {
  margin-right: 0;
}
.address dt {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.address dd {
  display: block;
}
.address dd p {
  color: #5f676c;
  font-size: 14px;
}
.footer-eq {
  display: flex;
  align-items: center;
}
.pop-video {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 199;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.pop-video.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.pop-video.show .video-contents {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.pop-video .pop-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pop-video .pop-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 1;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: 0.45s;
}
.pop-video .pop-close:hover {
  transform: rotate(180deg);
}
.video-contents {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -255px;
  width: 1000px;
  height: 510px;
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.75s;
}
.video-contents video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-contents .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.eq {
  text-align: center;
}
.eq img {
  display: block;
  margin: auto;
  width: 73px;
  height: auto;
}
.eq span {
  display: block;
  margin-top: 13px;
  line-height: 1;
  color: #333333;
  font-size: 13px;
}
.back-top {
  display: flex;
  align-items: center;
  margin-left: 74px;
  cursor: pointer;
}
.back-top:hover b {
  border-color: #e4e966;
  color: #333;
  line-height: 50px;
}
.back-top:hover b:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.back-top span {
  display: block;
  margin-right: 24px;
  color: #333333;
  font-size: 14px;
  white-space: nowrap;
}
.back-top b {
  display: block;
  position: relative;
  z-index: 3;
  width: 54px;
  height: 54px;
  border: 1px solid #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  transition: 0.3s;
}
.back-top b:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.back-top b:hover:before,
.back-top b.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.back-top b:hover {
  color: #333;
}
.footer-copys {
  border-top: 1px solid #d3dbdd;
  padding: 11px 62px 18px 66px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.copy-left {
  display: flex;
  align-items: center;
}
.follow-f a {
  display: block;
  width: 126px;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-size: 14px;
  border-radius: 30px;
  background: #e4e966;
  text-align: center;
}
.online-shop {
  display: flex;
  align-items: center;
  margin-left: 44px;
}
.online-shop span {
  display: block;
  margin-right: 22px;
  color: #333333;
  font-size: 14px;
}
.online-shop a {
  display: block;
  position: relative;
  z-index: 3;
  margin-right: 15px;
  width: 44px;
  height: 44px;
  border: 1px solid #9a9a9a;
  text-align: center;
  line-height: 44px;
  color: #333333;
  font-size: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.online-shop a:hover {
  border-color: #e4e966;
}
.online-shop a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.online-shop a:hover:before,
.online-shop a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.online-shop a:nth-of-type(1) {
  font-size: 12px;
}
.copyright {
  padding-left: 100px;
}
.copyright p {
  color: #333333;
  font-size: 13px;
}
.links {
  position: relative;
  z-index: 10;
  margin-right: 78px;
}
.links span {
  display: block;
  position: relative;
  width: 238px;
  padding: 10px 0;
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #333333;
}
.links span i {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -7px;
  line-height: 1;
  color: #3b3b3b;
  font-style: normal;
  font-size: 14px;
  transition: 0.35s;
}
.links:hover span i {
  transform: rotate(180deg);
}
.links:hover .link-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0px);
}
.link-list {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 18px 0;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  pointer-events: none;
  transition: 0.5s;
}
.link-list:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -8px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}
.link-list li {
  background: #fff;
  margin-bottom: 5px;
}
.link-list li:last-child {
  margin-bottom: 0;
}
.link-list li a {
  display: inline-block;
  color: #3b3b3b;
  font-size: 14px;
}
.link-list li a:hover {
  color: #127a39;
}
.leaf {
  position: absolute;
  right: -128px;
  top: -46px;
  width: 41.4%;
  padding-left: 10%;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  transition: 3.6s 0.3s;
}
.leaf img {
  width: 100%;
  height: auto;
}
.home-slide.swiper-slide-active .leaf {
  clip-path: inset(0 0 0 0);
}
.home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home-slide {
  overflow: hidden;
  height: 100vh;
}
.home-slide.swiper-slide-active.hide .sea {
  transform: translateX(0px);
}
.home-slide.swiper-slide-prev.fadeLeft {
  margin-left: -100vw;
  transition: 1.5s !important;
  z-index: 5 !important;
}
.home-slide.swiper-slide-next.fadeRight {
  margin-left: 100vw;
  transition: 1.5s !important;
  opacity: 1 !important;
  z-index: 5 !important;
}
.home-slide:last-child {
  height: auto !important;
}
.series-swiper.article-block {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}
.pcslidetop.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.82s 0.5s;
}
.series-more.article-block,
.free-m.article-block {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: scale(0);
  transform-origin: center bottom;
}
.home-slide.swiper-slide-active .pcslidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.88s 0.5s;
}
.home-slide.swiper-slide-active .detay1 {
  transition-delay: 0.75s;
}
.home-slide.swiper-slide-active .detay2 {
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .series-more,
.home-slide.swiper-slide-active .free-m {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .series-swiper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.slidetop.article-block,
.list-animate.article-block > li,
.list-animate.article-block > div,
.healthy-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.88s;
}
.slidetop.articleShow,
.list-animate.articleShow > li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block > li:nth-child(2),
.list-animate.article-block > div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block > li:nth-child(3),
.list-animate.article-block > div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block > li:nth-child(4),
.list-animate.article-block > div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block > li:nth-child(5),
.list-animate.article-block > div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block > li:nth-child(6),
.list-animate.article-block > div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block > li:nth-child(7),
.list-animate.article-block > div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block > li:nth-child(8),
.list-animate.article-block > div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block > li:nth-child(9),
.list-animate.article-block > div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block > li:nth-child(10),
.list-animate.article-block > div:nth-child(10) {
  transition-delay: 1.8s;
}
.news-box {
  position: relative;
  z-index: 2;
  padding: 280px 0 105px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.news-wrap {
  margin: auto;
  max-width: 90%;
  width: 1396px;
}
.news-btn {
  margin-bottom: 88px;
  display: flex;
  justify-content: center;
}
.news-btn a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  margin-right: 40px;
}
.news-btn a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #e4e966;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.news-btn a:hover:before,
.news-btn a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-btn a:hover,
.news-btn a.active {
  color: #e4e966;
}
.news-btn a:last-child {
  margin-right: 0;
}
.lazy {
  background: #fff center no-repeat;
}
.news-list {
  padding-bottom: 54px;
  display: flex;
  flex-wrap: wrap;
}
.news-list a {
  display: block;
  position: relative;
  padding-bottom: 288px;
  overflow: hidden;
}
.news-list a:hover figure {
  transform: translateY(-272px);
}
.news-list a:hover figure img {
  transform: scale(1.05);
}
.news-list a:hover .news-content {
  background: #e4e966;
  top: 0;
  margin-top: 0cm;
}
.news-list li {
  margin-right: 2%;
  margin-bottom: 36px;
  width: 32%;
}
.news-list li:nth-child(3n+3) {
  margin-right: 0;
}
.news-list li figure {
  transition: 0.55s;
  position: relative;
  display: block;
  padding-bottom: 60.67%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.news-content {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -288px;
  background: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  transition: 0.55s;
}
.news-top {
  padding-top: 36px;
}
.news-top strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.3;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-top p {
  color: #666666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-top time {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 15px;
}
.news-hieght {
  height: 184px;
}
.news-detail {
  position: absolute;
  left: 40px;
  bottom: 56px;
}
.news-detail span {
  display: block;
  text-align: center;
  width: 133px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  border-radius: 20px;
  background: #fff;
}
.news-detail span:hover i {
  left: 4px;
}
.news-detail span i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  margin-left: 10px;
  color: #1b1b1b;
  font-size: 12px;
  transition: 0.3s;
}
.pagelist {
  display: flex;
  justify-content: center;
}
.pagelist a {
  display: inline-block;
  z-index: 2;
  margin-right: 6px;
  position: relative;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  color: #333333;
  font-size: 16px;
  background: #fff;
  overflow: hidden;
}
.pagelist a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}
.pagelist a:hover:before,
.pagelist a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.pagelist a.dit {
  line-height: 48px;
}
.pagelist a:last-child {
  margin-right: 0;
}
body.show {
  overflow: hidden;
}
body.show .news-pop {
  opacity: 1;
  visibility: visible;
}
body.show .news-pop .pop-bg {
  opacity: 1;
  visibility: visible;
}
body.show .news-pop .news-view {
  right: 0;
}
.news-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s;
}
.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s;
}
.news-view {
  position: absolute;
  right: -1280px;
  top: 0;
  z-index: 3;
  width: 1280px;
  height: 100%;
  background: #fff;
  transition: 1s;
}
.news-view .news-back {
  position: absolute;
  z-index: 5;
  left: -80px;
  top: 19px;
  display: block;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
}
.news-view .news-back:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.news-view .news-back:hover:before,
.news-view .news-back.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.news-view .news-back:hover {
  border-color: #e4e966;
  background: #e4e966;
  transition: all 0.38s, background 0.4s 0.2s;
}
.news-hidden {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.posite-locate {
  display: flex;
  padding: 29px 0 29px 50px;
  border-bottom: 1px solid #d4d4d4;
}
.posite-locate b,
.posite-locate a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.posite-locate b {
  margin: 0 4px;
}
.posite-locate a:hover {
  color: #127a39;
}
.news-v {
  width: 800px;
  margin: auto;
  max-width: 90%;
}
.news-v-title {
  padding: 82px 0 38px;
  text-align: center;
}
.news-v-title strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.news-v-title time {
  display: block;
  color: #333333;
  font-size: 15px;
  line-height: 1.2;
}
.news-v-title time i {
  display: inline-block;
  margin-right: 11px;
  color: #161616;
  font-size: 15px;
  font-style: normal;
}
.news-fix {
  padding-bottom: 140px;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}
.news-fix img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.news-fix b {
  font-size: 18px;
}
.news-fix strong {
  font-size: 20px;
}
.problem-wrap {
  margin: auto;
  max-width: 90%;
  width: 1000px;
}
.problem-list li {
  margin-bottom: 1px;
}
.problem-top {
  position: relative;
  z-index: 2;
  border-radius: 4px;
  height: 72px;
  background: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.problem-top:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e4e966;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.problem-top:hover:before,
.problem-top.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.problem-top:hover b,
.problem-top.active b {
  color: #fff;
}
.problem-top:hover b:before,
.problem-top.active b:before {
  background: rgba(0, 0, 0, 0.4);
}
.problem-top:hover em:before,
.problem-top.active em:before,
.problem-top:hover em:after,
.problem-top.active em:after {
  background: #333333;
}
.problem-top.active em:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
}
.problem-top b {
  display: block;
  position: relative;
  z-index: 3;
  width: 49px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 4px 20px 20px 4px;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.38s;
}
.problem-top b:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -46px;
  z-index: -1;
  content: "";
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #eaeaea;
  transition: 0.42s;
}
.problem-top span {
  display: block;
  margin-left: 18px;
  margin-right: 70px;
  color: #333333;
  font-size: 18px;
  flex: 1;
}
.problem-top em {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
.problem-top em:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #cccccc;
  transition: 0.38s;
}
.problem-top em:after {
  position: absolute;
  left: 6px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background: #cccccc;
  transition: 0.38s;
}
.proble-text {
  padding: 30px 9% 40px 66px;
  background: #ffffff;
  margin-top: -6px;
  border-radius: 0 0 4px 4px;
  display: flex;
  display: none;
}
.proble-text span {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 2;
  flex-shrink: 0;
}
.proble-wr {
  display: flex;
}
.proble-info {
  flex: 1;
  margin-left: 10px;
}
.proble-info p {
  margin-bottom: 14px;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.proble-info p:last-child {
  margin-bottom: 0;
}
.free-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.free-swiper1 {
  height: 100vh;
  overflow: hidden;
}
.fress-slide {
  height: 100vh;
  overflow: hidden;
}
.free-hide {
  position: relative;
  height: 100vh;
}
.free-hide .free-bg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.free-hide .free-ip {
  display: none;
}
.free-banner:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 254px;
  background: url(../images/shabox1.png) left top repeat-x;
  background-size: auto 100%;
}
.free-btext {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  bottom: 32.777%;
  width: 90%;
  text-align: center;
}
.free-btext strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.free-btext.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.8s 0.2s;
}
.fress-slide.swiper-slide-active .free-btext.article-block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fress-slide.swiper-slide-active .ecology .ecology-bg {
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.fress-slide.swiper-slide-active .ecology-text strong,
.fress-slide.swiper-slide-active .ecology-text p,
.fress-slide.swiper-slide-active .ecology-text .atlas {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.fress-slide.swiper-slide-active .ecology-text p {
  transition-delay: 0.5s;
}
.fress-slide.swiper-slide-active .ecology-text .atlas {
  transition-delay: 0.7s;
}
.fress-slide.swiper-slide-active .power-title,
.fress-slide.swiper-slide-active .power-swiper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.fress-slide.swiper-slide-active .power-swiper {
  transition-delay: 0.5s;
}
.fress-slide.swiper-slide-active .article-block.slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.fress-slide.swiper-slide-active .article-block.slidetop.detay1 {
  transition-delay: ;
}
.fress-clound {
  position: absolute;
  left: 50%;
  margin-left: -20%;
  bottom: -165px;
  width: 40%;
}
.fress-clound img {
  display: block;
  width: 100%;
  height: auto;
}
.ecology {
  position: absolute;
  left: 50%;
  margin-left: -371px;
  top: 56%;
  margin-top: -350px;
  width: 743px;
}
.ecology .ecology-bg {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 0 100% 0);
  transition: 2.5s;
}
.ecology-text {
  padding-top: 185px;
  position: absolute;
  left: 50%;
  margin-left: -282px;
  top: 0;
  width: 565px;
  text-align: center;
}
.ecology-text strong {
  display: block;
  margin-bottom: 46px;
  line-height: 1;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.75s;
}
.ecology-text p {
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.75s;
}
.atlas {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: auto;
  margin-top: 66px;
  width: 174px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  color: #000000;
  font-size: 16px;
  background: #e4e966;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.75s;
}
.atlas:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.atlas:hover:before,
.atlas.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.atlas i {
  display: inline-block;
  margin-left: 14px;
  color: #454723;
  font-size: 17px;
  font-style: normal;
}
.power {
  position: absolute;
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.power-title {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.78s;
}
.power-swiper {
  margin-top: 3.75vw;
  padding-bottom: 3.75vw;
  padding-left: 10%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 1s;
}
.power-swiper .swiper-wrapper {
  align-items: flex-end;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.power-swiper .swiper-scrollbar {
  width: 308px;
  height: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -154px;
}
.power-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
}
.power-slide {
  margin-right: 20px;
  width: 26vw;
  transition: 0.4s;
}
.power-slide:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.power-slide:hover figure img {
  transform: translateY(0px);
}
.power-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.power-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  transform: translateY(10px);
  transition: 0.4s;
}
.power-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 32px;
  height: 90px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.power-name p {
  display: block;
  line-height: 1.5;
  color: #333333;
  font-size: 18px;
  text-align: left;
}
.free-infos {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 55%;
  width: 90%;
  transform: translateY(-50%);
  text-align: center;
}
.free-infos strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
  font-size: 44px;
}
.free-infos .brand-product {
  display: block;
  position: relative;
  margin: auto;
  width: 180px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.free-infos .brand-product:before {
  content: "";
  width: 0;
  height: 100%;
  background: #e4e966;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.free-infos .brand-product:hover:before,
.free-infos .brand-product.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.free-infos .brand-product:hover {
  color: #333;
}
.free-infos .brand-product:hover i {
  color: #333;
  left: 4px;
}
.free-infos .brand-product:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 28px;
  width: 100%;
  height: 100%;
}
.free-infos .brand-product i {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 18px;
  color: #fff;
  font-style: normal;
  transition: 0.35s;
}
.brand-more {
  text-align: center;
  margin-top: 52px;
}
.love-free {
  left: 13.8%;
  top: 50%;
  margin-left: 0;
  text-align: left;
  transform: translateY(-50%);
  width: 515px;
  padding-top: 0;
}
.love-free strong {
  margin-bottom: 36px;
}
.love-free .atlas {
  margin-top: 56px;
  margin-left: 0;
}
.power-title1 {
  color: #000000;
}
.free-infos1 {
  top: auto;
  transform: translateY(0px);
  bottom: 12.2%;
}
.free-last {
  height: 100vh;
}
.free-last.scoll-last {
  overflow-y: auto;
}
.free-last::-webkit-scrollbar {
  display: none;
}
.free-menu {
  position: fixed;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 55px;
  padding: 84px 0 63px;
  border-radius: 0 50px 50px 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.65s;
  opacity: 0;
  visibility: hidden;
}
.free-menu.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: 0.78s 0.6s;
}
.free-menu-list {
  margin-left: 13px;
}
.free-menu-list li {
  position: relative;
  margin-bottom: 140px;
  cursor: pointer;
}
.free-menu-list li:before {
  position: absolute;
  left: 12px;
  top: 100%;
  margin-top: 10px;
  content: "";
  width: 1px;
  height: 116px;
  border-left: 1px dashed #fff;
}
.free-menu-list li:last-child {
  margin-bottom: 0;
}
.free-menu-list li:last-child:before {
  display: none;
}
.free-menu-list li:hover i:before,
.free-menu-list li.active i:before {
  background: #000000;
}
.free-menu-list li:hover i:after,
.free-menu-list li.active i:after {
  transform: scale(1);
  visibility: visible;
}
.free-menu-list li:hover span,
.free-menu-list li.active span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.free-menu-list li i {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.free-menu-list li i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  transition: 0.35s;
}
.free-menu-list li i:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
}
.free-menu-list li span {
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  line-height: 24px;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: 0.45s;
}
.common-swiper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.product-hide {
  position: relative;
}
.product-hide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.product-hide figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.product-series {
  left: 50%;
  margin-left: -40%;
  bottom: 178px;
  top: auto;
  width: 80%;
  text-align: center;
}
.product-series .series-title strong {
  font-size: 44px;
}
.product-series .series-btns {
  justify-content: center;
}
.product-items {
  line-height: 1;
  position: relative;
}
.product-items figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product-items figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.brand-introduct {
  position: relative;
  z-index: 3;
  height: 100vh;
  overflow: hidden;
}
.brand-introduct .brand-cloude {
  z-index: 10;
}
.brand-swiper {
  height: 100%;
}
.parallax-bg,
.parallux-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background-position: center top;
  background-size: cover;
}
.parallax-bg .sea-down,
.parallux-bgs .sea-down {
  margin-bottom: 10vh;
}
.parallax-bg {
  z-index: -1;
}
.brand-slide:last-child {
  overflow-y: scroll;
}
.brand-slide::-webkit-scrollbar {
  display: none;
}
.parallux-bgs {
  z-index: -1;
}
.brand-slide {
  position: relative;
  z-index: 3;
  height: 100vh !important;
  overflow: hidden;
}
.product-swipers .brand-slide {
  height: auto !important;
}
.brand-banner {
  position: absolute;
  right: 9.89%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.brand-banner strong {
  display: block;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.4;
  font-weight: normal;
}
.brand-banner strong:last-child {
  padding-left: 206px;
}
.brand-intros {
  position: absolute;
  right: 19.37%;
  top: 60%;
  transform: translateY(-50%);
  width: 456px;
}
.brand-intros strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.brands-info {
  margin-top: 28px;
  margin-bottom: 34px;
}
.brands-info p {
  margin-bottom: 14px;
  color: #fff;
  font-size: 18px;
  text-align: justify;
}
.brands-info p:last-child {
  margin-bottom: 0;
}
.brands-info1 p {
  margin-bottom: 0;
}
.brand-ico img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cost-box {
  position: relative;
  height: 100%;
}
.cost {
  position: relative;
  z-index: 2;
  height: 100%;
}
.cost .slick-track {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.cost-item {
  position: relative;
  float: left;
  height: 100%;
}
.cost-item:hover figure:before {
  opacity: 0;
  visibility: hidden;
}
.cost-item:hover figure:after {
  opacity: 1;
  visibility: visible;
}
.cost-item:hover > figure img {
  transform: scale(1.04);
}
.cost-item:hover .cost-text {
  height: 247px;
}
.cost-item:hover .cost-text .cost-bott:before {
  height: 32px;
}
.cost-item:hover .cost-text .cost-bott strong,
.cost-item:hover .cost-text .cost-bott p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cost-item:hover .cost-text .cost-bott p {
  transition-delay: 0.25s;
}
.cost-item figure {
  position: relative;
  height: 100%;
}
.cost-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 3.88s;
  object-fit: cover;
}
.cost-item figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 326px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.5s;
}
.cost-item figure:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 76.8%;
  background: linear-gradient(to bottom, rgba(22, 50, 21, 0) 0%, rgba(22, 50, 21, 0.8) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.costs-in {
  position: relative;
  width: 100%;
  height: 100vh !important;
}
.cost-arrow {
  position: absolute;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  bottom: 70px;
}
.cost-arrow.prev {
  left: 20px;
}
.cost-arrow.next {
  right: 20px;
}
.cost-arrow.slick-hidden {
  opacity: 0;
  visibility: hidden;
}
.cost-text {
  position: absolute;
  left: 0;
  bottom: 66px;
  width: 100%;
  text-align: center;
  z-index: 5;
  height: 95px;
  transition: 0.6s;
}
.cost-top b {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 46px;
  font-weight: normal;
}
.cost-top strong {
  display: block;
  margin-top: 21px;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.cost-bott {
  position: relative;
  padding-top: 60px;
  margin-top: 28px;
}
.cost-bott:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  transform-origin: center top;
  transition: 0.5s;
  height: 0;
}
.cost-bott strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
}
.cost-bott p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
}
.brand-video {
  position: relative;
  overflow: hidden;
  height: auto !important;
  padding-bottom: 100vh !important;
}
.brand-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.parallux {
  position: relative;
  z-index: 3;
}
.parallux-inner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  background-attachment: fixed;
  background-position: center !important;
  background-size: cover !important;
}
.parallux-ip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  display: none;
}
.brand-video-btn {
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translate(-50%, 0);
  z-index: 3;
  text-align: center;
  cursor: pointer;
}
.brand-video-btn strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.brand-video-btn b {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.quality {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 0 120px;
}
.quality-wrap {
  display: flex;
  align-items: center;
}
.quality-imgs {
  width: 51.37%;
}
.quality-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.quality-texts {
  margin-left: 100px;
  width: 480px;
}
.quality-texts strong {
  display: block;
  line-height: 1.2;
  color: #127a39;
  font-weight: normal;
  font-size: 44px;
}
.quality-info {
  margin-top: 32px;
  margin-bottom: 50px;
}
.quality-info p {
  color: #666666;
  font-size: 18px;
}
.quality-zq img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.whole {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.whole-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 90%;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.whole-imgs {
  margin-right: -30px;
  width: 60.8333%;
}
.whole-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.whole-li li {
  float: left;
  box-sizing: border-box;
  margin: 10px 0;
  width: 45.5%;
}
.whole-li li .shole-wrap {
  padding: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.18);
  transition: 0.4s;
}
.whole-li li:nth-child(2n+2) {
  float: right;
}
.whole-li li:nth-child(1) {
  transform: rotate(-5deg);
  transform-origin: left top;
}
.whole-li li:nth-child(2) {
  margin-top: 160px;
  transform: rotate(6deg);
  transform-origin: right top;
}
.whole-li li:nth-child(3) {
  transform: rotate(6deg);
  transform-origin: left top;
}
.whole-li li:nth-child(4) {
  transform: rotate(-6deg);
  transform-origin: right top;
}
.whole-li li:hover .shole-wrap {
  background: rgba(20, 91, 170, 0.3);
}
.whole-li li:hover figure img {
  transform: scale(1.08);
}
.whole-li li figure {
  overflow: hidden;
  line-height: 1;
}
.whole-li li figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  transition: 0.5s;
}
.whole-li.article-block li {
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 70px;
  transition: 0.65s 0.3s;
}
.brand-slide.swiper-slide-active .whole-li.article-block li {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.brand-slide.swiper-slide-active .whole-li.article-block li:nth-child(2) {
  transition-delay: 0.5s;
}
.brand-slide.swiper-slide-active .whole-li.article-block li:nth-child(3) {
  transition-delay: 0.7s;
}
.brand-slide.swiper-slide-active .whole-li.article-block li:nth-child(4) {
  transition-delay: 0.9s;
}
.whole-text {
  position: relative;
  z-index: 3;
  margin-top: 100px;
}
.brand-img{
	width: 100%;
}
.brand-tit{
	font-size: 50px;
	line-height: 1.8rem;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 3.125%;;
	top: 25%;
	transform: translateY(-50%);
	width: 456px;
}
.whole-text:before {
  position: absolute;
  left: -80px;
  top: -54px;
  z-index: -1;
  content: "";
  width: 141px;
  height: 115px;
  background: url(../images/symbol.png) center no-repeat;
}
.whole-info {
  margin-bottom: 32px;
}
.whole-info p {
  color: #127a39;
  font-size: 22px;
}
.whole-tt strong {
  display: block;
  line-height: 1.4;
  color: #127a39;
  font-size: 44px;
  font-weight: normal;
}
.brand-slide.swiper-slide-active .article-block.slidetop {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  transform: translateY(0px);
}
.brand-slide.swiper-slide-active .article-block.slidetop.detay1 {
  transition-delay: 0.5s;
}
.brand-slide.swiper-slide-active .article-block.slidetop.detay2 {
  transition-delay: 0.7s;
}
.global-fix {
  bottom: 136px;
}
.global-fix p {
  margin-bottom: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 18px;
}
.global-box {
  padding: 178px 0 140px;
  overflow: hidden;
}
.global-top {
  margin: auto;
  width: 536px;
  text-align: center;
}
.global-top strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #127a39;
  font-size: 44px;
  font-weight: normal;
}
.global-top p {
  color: #666666;
  font-size: 18px;
}
.global-btn {
  margin: 60px 0 50px;
  display: flex;
  justify-content: center;
}
.global-btn-item {
  position: relative;
  margin-right: 46px;
  cursor: pointer;
}
.global-btn-item:last-child {
  margin-right: 0;
}
.global-btn-item:hover .global-arl,
.global-btn-item.active .global-arl {
  border-color: #127a39;
}
.global-btn-item:hover .global-arl b:before,
.global-btn-item.active .global-arl b:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(-180deg);
}
.global-btn-item:hover .global-arl b img.show,
.global-btn-item.active .global-arl b img.show {
  opacity: 0;
  visibility: hidden;
}
.global-btn-item:hover .global-arl b img.hide,
.global-btn-item.active .global-arl b img.hide {
  opacity: 1;
  visibility: visible;
}
.global-btn-item:hover span,
.global-btn-item.active span {
  color: #127a39;
}
.global-btn-item:hover span:before,
.global-btn-item.active span:before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.global-btn-item span {
  margin-top: 10px;
  position: relative;
  padding-bottom: 28px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #666666;
  font-size: 18px;
  transition: 0.36s;
}
.global-btn-item span:before {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #127a39;
  opacity: 0;
  visibility: hidden;
  bottom: 5px;
  transition: 0.4s;
}
.global-arl {
  position: relative;
  margin: auto;
  width: 101px;
  height: 101px;
  border: 1px solid #c9d9eb;
  border-radius: 50%;
  text-align: center;
  transition: 0.34s;
}
.global-arl b {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -44%;
  margin-top: -44%;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.global-arl b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #127a39;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(0);
  transition: 0.5s;
}
.global-arl b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.45s;
}
.global-arl b img.hide {
  opacity: 0;
  visibility: hidden;
}
.global-tab {
  position: relative;
}
.global-items {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 8%;
  opacity: 0;
  visibility: hidden;
}
.global-items.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.global-swiper {
  position: static;
  margin-left: -65.5%;
  width: 231%;
}
.global-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 28px;
}
.global-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  cursor: pointer;
  background: none;
  opacity: 1;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  transition: 0.38s;
}
.global-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.global-slide {
  opacity: 0 !important;
}
.global-slide.swiper-slide-prev,
.global-slide.swiper-slide-next {
  z-index: 2;
  opacity: 1 !important;
}
.global-slide.swiper-slide-next {
  z-index: 1;
}
.global-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 3;
}
.global-slide.swiper-slide-active figure:before {
  opacity: 0;
  visibility: hidden;
}
.global-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
}
.global-slide p {
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transition: 0.56s;
}
.global-slide figure {
  display: block;
  position: relative;
  line-height: 1;
  transition: 0.6s;
  border-radius: 18px;
  overflow: hidden;
}
.global-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.58s;
}
.global-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.global-prev {
  position: absolute;
  top: 58%;
  z-index: 10;
  color: #000;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: 0.45s;
}
.global-prev.prev {
  left: -13%;
}
.global-prev.next {
  right: -13%;
}
.global-prev:hover {
  color: #127a39;
}
.global-map {
  padding: 180px 0 185px;
}
.global-ma-imgs {
  margin-left: 6.197%;
  margin-right: 8.645%;
}
.global-ma-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.global-text {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 60%;
  transform: translateY(-50%);
  padding: 62px 50px 0 58px;
  width: 432px;
  box-sizing: border-box;
  height: 550px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #127a39 0%, rgba(20, 91, 170, 0.2) 100%);
}
.global-text strong {
  display: block;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 32px;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
  font-size: 40px;
}
.global-text strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 49px;
  height: 6px;
  background: #e4e966;
}
.global-text p {
  color: #fff;
  font-size: 18px;
}
.global-text.article-block {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 1.28s;
}
.global-text.articleShow {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.milk {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 54%;
  transform: translateY(-50%);
  text-align: center;
}
.milk-title {
  margin-bottom: 32px;
}
.milk-title strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 84px;
  font-weight: normal;  font-weight: bold;
}

.milk-title2 strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #127a39;
  font-size: 50px;
  font-weight: normal;
}


.milk-title strong i {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: 6px;
  vertical-align: top;
  color: #127a39;
  font-size: 14px;
  font-style: normal;  
}
.milk-info {
  margin-bottom: 46px;
}
.milk-info p {
  color: #fff;
  font-size: 38px;
}

.milk-info2 p {
  color: #666666;
  font-size: 18px;
}


.milk-water {
  position: relative;
  width: 170px;
  height: 189px;
  margin: auto;
  /* background: url(../images/water.png) center no-repeat; */
}
.milk-water span {
  display: block;
  position: absolute;
  left: 26px;
  bottom: 42px;
  color: #fff;
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
.sunshine-content .milk-water {
  width: 152px;
  height: 169px;
  background-size: cover !important;
}
.water-ic {
  position: absolute;
  right: -23px;
  top: 6px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
}
.water-ic b {
  display: block;
  text-align: center;
  line-height: 94px;
  color: #127a39;
  font-size: 20px;
  font-weight: normal;
}
.sign {
  position: absolute;
  left: 44px;
  bottom: 40px;
  z-index: 10;
  border-radius: 18px;
  padding: 0 36px;
  align-items: center;
}
.sign p {
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
}
.sunshine {
  position: relative;
  padding-bottom: 100vh;
}
.milk-down {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #e4e966;
}
.milk-down img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.sunshine-content {
  position: absolute;
  left: 16.04%;
  display: flex;
  top: 25.8%;
}
.sunshine-content .milk-water {
  margin-top: 38px;
}
.milk-texts {
  position: relative;
  margin-left: 50px;
  padding: 52px 36px 64px;
  box-sizing: border-box;
  width: 610px;
  border-radius: 20px;
  transition: 0.45s;
}
.milk-texts.show {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.milk-texts.show .mike-show {
  position: absolute;
  right: 34px;
  bottom: 16px;
}
.milk-texts.show .mike-show i {
  transform: rotate(45deg);
}
.milk-top strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #127a39;
  font-size: 50px;
  font-weight: normal;
}

.milk-top .milk-fix {
  color: #666666;
  font-size: 18px;
}
.mike-show {
  margin-left: 6px;
  cursor: pointer;
  width: 62px;
  height: 19px;
  background: #127a39;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  transition: 0.35s;
}
.mike-show i {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
.mike-show i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}
.mike-show i:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.mike-hide {
  margin-top: 14px;
  display: none;
}
.mike-hide p {
  margin-bottom: 14px;
  text-align: justify;
  color: #666666;
  font-size: 18px;
}
.mike-hide p:last-child {
  margin-bottom: 0;
}
.global-wrap {
  margin: auto;
  max-width: 90%;
  width: 1396px;
	margin-top: 30px;
}
.global-swiper img{
	width: 100%;
}
.environment {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.environment-slide {
  overflow: hidden;
}
.environment-bg {
  overflow: hidden;
}
.environment-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.environment-slide {
  overflow: hidden;
}
.environment-texts {
  position: absolute;
  left: 50%;
  margin-left: -560px;
  width: 1200px;
  top: 42%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.environment-info {
  width: 40.166%;
}
.environment-info strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.environment-info p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 74px;
}
.environment-info p i {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  font-size: 14px;
  font-style: normal;
}
.environment-info span {
  padding-right: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
}
.environment-imgs {
  width: 50%;
}
.environment-imgs figure {
  display: block;
  line-height: 1;
}
.environment-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.environment-btn {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.environment-btn:before {
  position: absolute;
  left: 50%;
  margin-left: -200vw;
  top: 95px;
  content: "";
  width: 400vw;
  height: 400vw;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.environment-btn-item {
  text-align: center;
  cursor: pointer;
  margin-right: 112px;
}
.environment-btn-item:hover b:before,
.environment-btn-item.active b:before {
  clip-path: inset(0 0 0 0);
}
.environment-btn-item:last-child {
  margin-right: 0;
}
.environment-btn-item b {
  display: block;
  margin: auto;
  position: relative;
  width: 109px;
  height: 121px;
  background: url(../images/water1.png) center no-repeat;
}
.environment-btn-item b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/water4.png) center no-repeat;
  clip-path: inset(0 0 100% 0);
  transition: 0.45s;
}
.environment-btn-item b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.environment-btn-item span {
  display: block;
  margin-top: 18px;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
background: #127a39;
background-clip: border-box;
background-clip: padding-box;
width: 86px;
height: 86px;
line-height: 86px;
border-radius: 50%; border: 4px solid rgba(255,255,255,1);
  
}
.nourish {
  padding-bottom: 100vh;
}
.nourish-text {
  text-align: left;
}
.nourish-text .milk-title strong {
  color: #fff;
}
.nourish-text .milk-info p {
  color: #fff;
}
.nourish-text .milk-water {
  margin: 0;
  margin-left: -15px;
  margin-top: 80px;
  width: 152px;
  height: 169px;
  background-size: cover !important;
}
.pure {
  padding-bottom: 100vh;
}
.pure-water {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pure-water .pure-wrap {
  position: relative;
  box-sizing: border-box;
 
  padding-top: 194px;
  width: 1310px;
}
.pure-water img {
  display: block;
  height: auto;
  margin: auto;
}
.pure-water strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 33px;
  color: #127a39;
  font-size: 44px;
  line-height: 1.2;
  font-weight: normal;
}
.pure-water p {
  color: #666666;
  font-size: 18px;
}
.administrate {
  position: relative;
  padding-bottom: 100vh;
  overflow: hidden;
}
.administrate-wrap {
  position: absolute;
  left: 45%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.administ-water {
  width: 68px;
  height: 76px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  font-size: 30px;
  background: url(../images/water3.png) center no-repeat;
  font-family: "Gilroy-Medium";
}
.administrate-info {
  margin-left: 18px;
  width: 486px;
}
.administrate-info strong {
  display: block;
  line-height: 76px;
  color: #127a39;
  font-size: 44px;
  font-weight: normal;
}
.administrate-info strong i {
  display: inline-block;
  position: relative;
  top: -8px;
  vertical-align: top;
  margin-left: 8px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
}
.administrate-text {
  margin-top: 14px;
}
.administrate-text p {
  color: #666666;
  font-size: 18px;
}
.administrate-text p i {
  margin: 0 6px;
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  vertical-align: top;
}
.nlis {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-left: -20px;
}
.nlis figure {
  display: block;
  width: 138px;
  height: auto;
  border: 8px solid #d7e6f6;
  border-radius: 50%;
}
.nlis figure img {
  display: block;
  width: 100%;
  height: auto;
}
.nlis span {
  position: absolute;
  right: -40px;
  top: -6px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e4e966;
  box-sizing: border-box;
  padding-left: 17px;
  color: #127a39;
  font-size: 16px;
}
.sign1 {
  width: 430px;
  height: auto;
}
.administrate-color .administ-water {
  background: url(../images/water4.png) center no-repeat;
  background-size: cover;
  color: #c4a974;
}
.administrate-color .administrate-info strong {
  color: #fff;
}
.administrate-color .administrate-text p {
  color: #fff;
}
.administrate-info .milk-water {
  margin: 0;
  margin-left: -15px;
  margin-top: 80px;
  width: 152px;
  height: 169px;
  background-size: cover !important;
}
.administrate-info .milk-water .milk-down {
  bottom: auto;
  top: 5px;
  right: -21px;
}
.graze {
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: -600px;
}
.administrate-info .milk-water1 span {
  left: 0;
  text-align: center;
  bottom: 40px;
  width: 100%;
}
.administrate-info .milk-water1 .milk-down {
  right: auto;
  left: 54px;
  top: -42px;
}
.milk-water.article-block,
.pure-wrap.article-block,
.administ-water.article-block {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg) translateY(50px);
  transition: 0.76s 0.3s;
}
.milk-water.article-block .water-ic,
.pure-wrap.article-block .water-ic,
.administ-water.article-block .water-ic,
.milk-water.article-block .milk-down,
.pure-wrap.article-block .milk-down,
.administ-water.article-block .milk-down {
  opacity: 0;
  transform: scale(0);
  transition: 0.65s 0.5s;
}
.brand-slide.swiper-slide-active .milk-water,
.brand-slide.swiper-slide-active .pure-wrap,
.brand-slide.swiper-slide-active .administ-water {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg) translateY(0px);
}
.brand-slide.swiper-slide-active .milk-water .water-ic,
.brand-slide.swiper-slide-active .pure-wrap .water-ic,
.brand-slide.swiper-slide-active .administ-water .water-ic,
.brand-slide.swiper-slide-active .milk-water .milk-down,
.brand-slide.swiper-slide-active .pure-wrap .milk-down,
.brand-slide.swiper-slide-active .administ-water .milk-down {
  opacity: 1;
  transform: scale(1);
}
.brand-slide.swiper-slide-active .pcslidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.78s 0.1s;
}
.brand-slide.swiper-slide-active .pcslidetop.detay1 {
  transition-delay: 0.3s;
}
.brand-slide.swiper-slide-active .pcslidetop.detay2 {
  transition-delay: 0.6s;
}
.brand-slide.swiper-slide-active .pcslidetop.detay3 {
  transition-delay: 0.9s;
}
.brand-slide.swiper-slide-active .list-animate > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.brand-slide.swiper-slide-active .list-animate > div:nth-child(2) {
  transition-delay: 0.5s;
}
.brand-slide.swiper-slide-active .list-animate > div:nth-child(3) {
  transition-delay: 0.7s;
}
.brand-slide.swiper-slide-active .environment-btn:before {
  clip-path: inset(0 0 0 0);
}
.environment-btn.article-block:before {
  clip-path: inset(0 100% 0 0);
  transition: 4s;
}
.research {
  position: relative;
  padding: 220px 0;
}
.research-text {
  position: relative;
  left: 50%;
  margin-left: -600px;
  width: 480px;
}
.research-text strong {
  display: block;
  line-height: 1.2;
  color: #127a39;
  font-size: 44px;
  font-weight: normal;
}
.research-info {
  margin-top: 36px;
}
.research-info p {
  margin-bottom: 16px;
  color: #666666;
  font-size: 18px;
}
.research-info p:last-child {
  margin-bottom: 0;
}
.research-imgs {
  margin-top: 50px;
}
.research-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.research {
  overflow: hidden;
}
.research-text1 {
  width: 550px;
  left: auto;
  margin-left: 0;
  float: right;
  margin-right: 10.73%;
}
.research-text1 strong {
  color: #fff;
}
.research-text1 .research-info p {
  color: #fff;
}
.research-text2 strong {
  color: #fff;
}
.research-text2 .research-info p {
  color: #fff;
}
.dairy-wrap {
  position: relative;
}
.dairy-park {
  position: relative;
  z-index: 5;
  padding: 160px 0 0;
}
.dairy-title {
  margin: auto;
  max-width: 100%;
  width: 790px;
  text-align: center;
}
.dairy-title img {
  display: block;
  margin: auto;
  height: 125px;
}
.dairy-title p {
  margin-top: 42px;
  color: #666666;
  font-size: 18px;
}
.dairy-wrap {
  padding-bottom: 598px;
}
.dairy-slide {
  overflow: hidden;
}
.dairy-slide figure {
  display: block;
  line-height: 1;
}
.dairy-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.dairy-btn {
  position: absolute;
  left: 45px;
  bottom: 32px;
  z-index: 4;
  display: flex;
}
.dairy-btn span {
  display: block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #000000;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  transition: 0.45s;
}
.dairy-btn span:hover {
  background: #e4e966;
}
.dairy-numble {
  position: absolute;
  left: 140px;
  bottom: 32px;
  height: 34px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: "Gilroy-Medium";
  z-index: 3;
}
.standard {
  padding: 326px 0 160px;
}
.standard .research-text {
  width: 1200px;
  margin: auto;
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0px);
}
.standard .research-text .research-info {
  width: 526px;
}
.authenticate {
  padding: 176px 0 200px;
  overflow: hidden;
}
.authenticate .series-prev {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.authenticate .series-prev span {
  line-height: 100px;
  right: 20px;
}
.authenticate .series-prev.prev {
  left: -50px;
}
.authenticate .series-prev.prev img {
  left: 40px;
}
.authenticate .series-prev.next {
  right: -50px;
}
.authenticate .series-prev.next span {
  left: 20px;
}
.authenticate .series-prev.next img {
  left: -32px;
}
.authenticate-btn {
  margin-bottom: 112px;
  text-align: center;
}
.authenticate-btn strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}
.authenticate-btn .series-btns {
  justify-content: center;
}
.authenticate-tab {
  position: relative;
}
.authenticate-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.authenticate-item .series-prev {
  margin-top: -80px;
}
.authenticate-item.show {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.65s;
}
.authenticate-swiper {
  position: relative;
  margin: 0 8.958%;
}
.auth-hide {
  background: #fff;
  padding: 15px 10px;
}
.authenticate-slide:hover figure img {
  transform: scale(1.04);
}
.authenticate-slide figure {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-bottom: 136.95%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
}
.authenticate-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.authenticate-slide figure img {
  object-fit: contain;
}
.authenticate-slide span {
  display: block;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 18px;
}
.trace-banner {
  margin: auto;
  margin-bottom: 72px;
  width: 605px;
  text-align: center;
}
.trace-banner p {
  color: #ffffff;
  font-size: 18px;
}
.containers {
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 3;
  background-position: center;
  background-size: cover;
}
.trace-item {
  position: relative;
  height: 100vh;
  z-index: 5;
}
.trace-btns a {
  width: 188px;
}
.containers-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.trace-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.trace-title {
  margin-bottom: 54px;
}
.trace-title strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
}
.trace-title p {
  color: #fff;
  font-size: 18px;
}
.trace-imgs img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.trace-imgs img.ip {
  display: none;
  width: 100%;
  height: auto;
}
.trance-search {
  position: relative;
  margin: auto;
  margin-top: -18px;
  margin-bottom: 42px;
  width: 634px;
  max-width: 100%;
}
.trance-search .text {
  box-sizing: border-box;
  padding-left: 36px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-radius: 35px;
  color: #666666;
  font-size: 16px;
  border: none;
  outline: none;
  font-family: "FZLanTingHeiS-M-GB";
}
.trance-search .vale {
  position: absolute;
  right: -1px;
  top: 0;
  width: 150px;
  height: 100%;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background: #e4e966;
  border-radius: 35px;
  border: none;
  color: #000000;
  font-size: 18px;
  transition: 0.4s;
}
.trance-search .vale:hover {
  background: #1d44a0;
  color: #fff;
}
.product-menus {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 20;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 199;
  display: none;
}
.product-leavl {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: center;
}
.product-leavl li {
  margin-right: 40px;
  position: relative;
  z-index: 2;
}
.product-leavl li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #e4e966;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.product-leavl li:hover:before,
.product-leavl li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.product-leavl li:last-child {
  margin-right: 0;
}
.product-leavl li a {
  display: inline-block;
  color: #343434;
  font-size: 16px;
  line-height: 1.3;
}
.product-right {
  position: absolute;
  right: 26px;
  top: 0;
  height: 100vh;
  width: 10px;
  z-index: 10;
}
.product-right.filex {
  position: fixed;
}
.product-list {
  position: relative;
}
.product-swipers .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.product-swipers .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.product-swipers .swiper-pagination .swiper-pagination-bullet:hover {
  background: #214ab3;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet:first-child,
.product-swipers .swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}
.product-swipers .swiper-pagination.show {
  right: 26px;
  opacity: 1;
  visibility: visible;
}
.series-info {
  margin-bottom: 40px;
  margin-top: -20px;
}
.series-info p {
  color: #fff;
  font-size: 18px;
}
.home-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  transition: 0.85s;
  background: rgba(0, 0, 0, 0.5);
}
.home-pop.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-pop.hide .home-pop-text {
  opacity: 0;
  visibility: hidden;
  top: 30%;
}
.home-pop .pop-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ip-down {
  display: none;
}
.home-pop-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 572px;
  max-width: 90%;
  cursor: pointer;
  transition: 0.65s;
}
.home-pop-text img {
  display: block;
  width: 100%;
  height: auto;
}
.home-pop-text .pop-close {
  display: block;
  position: absolute;
  right: -48px;
  top: -10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/close.png) center no-repeat;
  transition: 0.4s;
}
.home-pop-text .pop-close:hover {
  transform: rotate(180deg);
}
.parallax-min {
  display: none;
}
.btnIc {
  display: none;
}
.result {
  position: relative;
  padding: 160px 0 124px;
}
.result .trace-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 1200px;
  margin: auto;
  max-width: 90%;
  transform: none;
}
.result .parallax-bg {
  background-attachment: fixed;
}
.containersShow {
  display: block !important;
}
.querys {
  padding: 80px 60px 80px 80px;
  background: #fff;
  border-radius: 18px;
  min-height: 20vh;
}
.query-wraps {
  position: relative;
  z-index: 3;
}
.query-wraps:before {
  position: absolute;
  left: 6px;
  top: 7px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 2px;
  background: #f3f3f3;
}
.query-item {
  position: relative;
  padding-left: 34px;
  text-align: left;
}
.query-item:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border: 3px solid #1d60bc;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.query-title p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.query-title p span {
  color: #1d60bc;
}
.circulate {
  margin-top: 9px;
  margin-bottom: 18px;
  background-color: #f9f9f9;
  padding: 26px 30px 30px;
  border-radius: 10px;
}
.circulate p {
  color: #333333;
  font-size: 16px;
}
.report {
  border-radius: 10px;
  padding: 0 20px 18px;
  background: #f9f9f9;
}
.report-item {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.report-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.report-item p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.report-li {
  display: flex;
  margin-top: 5px;
}
.report-li a {
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
  color: #1d60bc;
  font-size: 16px;
  text-decoration: underline;
}
small.title_mobile {
  display: none;
}
.trace-back {
  max-width: 750px;
  margin: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: -1px;
}
.trace-wr {
  padding: 0 5%;
}
.trace-tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 23px;
}
.trace-tops .logis {
  display: block;
  margin-left: 4.28%;
  width: 40%;
}
.trace-tops .logis img {
  display: block;
  width: 100%;
  height: auto;
}
.trace-min {
  position: relative;
  margin-right: 2.142%;
  width: 26vw;
  height: 26vw;
  background: url(../images/bor.png) center no-repeat;
  background-size: cover;
  max-width: 200px;
  max-height: 200px;
}
.trace-min:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15%;
  margin-top: -15%;
  content: "";
  width: 30%;
  height: 30.1%;
  background: url(../images/noImg.png) center no-repeat;
  background-size: 100% auto;
}
.trace-min img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 67.34%;
}
.trace-tts {
  display: block;
  color: #fff;
  padding: 11px 5% 20px;
  font-size: 16px;
  border-radius: 12px 12px 0 0;
  background: #1d60bc;
  font-weight: normal;
}
.trace-querys {
  margin-top: -10px;
  border-radius: 12px 12px 0 0;
}
.query-year {
  display: flex;
}
.query-year span {
  margin-right: 5px;
  display: inline-block;
  width: 30px;
  height: 42px;
  line-height: 42px !important;
  border-radius: 4px;
  background: #1d60bc;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.query-title {
  margin-bottom: 8px;
}
.query-title p {
  display: flex;
}
.query-title i {
  display: inline-block;
  white-space: nowrap;
  font-style: normal;
  line-height: 1.6;
}
.query-title span {
  display: inline-block;
  line-height: 1.6;
}
.query-item:before {
  top: 1px;
}
.query-item:nth-child(2):before {
  top: 12px;
}
.query-item {
  margin-bottom: 21px;
}
.query-item:last-child {
  margin-bottom: 0;
}
.query-title p {
  font-size: 16px;
}
.query-title {
  display: flex;
  align-items: center;
}
.circulate {
  padding: 20px;
}
.querys {
  padding: 34px 19px 28px 24px;
}
.product-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.product-view-wr {
  position: relative;
  height: 100%;
}
.product-view-top {
  position: relative;
  height: calc(100vh - 260px);
}
.product-view-top .probg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-view-top .formula {
  position: absolute;
  right: 17.7%;
  bottom: 85px;
  display: block;
  width: 17.08%;
  height: auto;
}
.product-view-top .pro-iphone {
  display: none;
  width: 100%;
  height: auto;
}
.low-imgs .pro-iphone {
  display: none;
}
.selling-box {
  position: relative;
  z-index: 10;
  height: 260px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 52px;
}
.selling-list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 34px;
}
.selling-list li {
  text-align: center;
  cursor: pointer;
}
.selling-list li:hover img {
  transform: translateY(-5px);
}
.selling-list li img {
  display: block;
  margin: auto;
  width: 68px;
  height: auto;
  transition: 0.4s;
}
.selling-list li strong {
  display: block;
  margin-top: 22px;
  margin-bottom: 8px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.selling-list li p {
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
.selling-list li p i {
  display: inline-block;
  margin-left: 4px;
  margin-top: -3px;
  font-style: normal;
  font-size: 14px;
  vertical-align: top;
}
.low-gi {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 100%;
}
.low-imgs {
  position: relative;
  width: 75.52%;
  height: 100%;
}
.low-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 100%;
}
.low-imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gi {
  position: absolute;
  right: 168px;
  bottom: 56px;
  left: 88px;
}
.gi img {
  display: block;
  width: 100%;
  height: auto;
}
.low-content {
  position: relative;
  width: 24.48%;
  background: #ffffff;
}
.low-text {
  position: absolute;
  left: 46px;
  right: 41px;
  top: 140px;
}
.low-text strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #1293b2;
  font-size: 30px;
  font-weight: normal;
}
.low-text small {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #1293b2;
  font-size: 20px;
}
.low-text small i {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: -4px;
  color: #1293b2;
  font-size: 14px;
  font-style: normal;
}
.low-text p {
  color: #666666;
  font-size: 16px;
}
.low-text p i {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 10px;
  font-size: 14px;
  font-style: normal;
}
.low-text a {
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 3;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #1293b2;
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.low-text a:hover {
  color: #fff;
}
.low-text a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.low-text a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 2px solid #1293b2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -2;
}
.low-text a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #1293b2;
  z-index: -1;
  transition: 0.5s;
}
.low-remarks {
  position: absolute;
  left: 42px;
  right: 32px;
  bottom: 60px;
  z-index: 5;
}
.low-remarks p {
  color: #000;
  opacity: 0.3;
  font-size: 14px;
  word-break: break-all;
}
.low-gi1 {
  flex-direction: row;
}
.calcium {
  margin: auto;
  max-width: 90%;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.calcium-title strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #1293b2;
  font-size: 30px;
  font-weight: normal;
}
.calcium-title p {
  color: #1293b2;
  font-size: 20px;
  line-height: 1;
}
.calcium-text {
  width: 68%;
}
.calcium-top {
  margin-bottom: 26px;
}
.calcium-top p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
.calcium-top p i {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: -4px;
  color: #666666;
  font-size: 14px;
  font-style: normal;
}
.calcium-info p {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.3;
}
.calcium-info1 p {
  color: #666;
}
.low-ve-item {
  margin-bottom: 32px;
  overflow: hidden;
}
.low-ve-item img {
  display: block;
  float: left;
  width: 74px;
  height: auto;
}
.low-ve {
  padding-top: 32px;
}
.low-ve-info {
  margin-left: 84px;
  padding-top: 5px;
}
.low-ve-info p {
  color: #666666;
  font-size: 16px;
}
.low-ve-info p i {
  margin-left: 0;
  position: relative;
  top: -4px;
  display: inline-block;
  font-size: 14px;
}
.protein {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.protein li {
  position: relative;
}
.protein li img {
  display: block;
  height: 74px;
}
.protein li:hover .protein-pop,
.protein li.active .protein-pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.protein-pop {
  position: absolute;
  left: -12px;
  bottom: 100%;
  padding-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.5s;
}
.protein-wrap {
  position: relative;
  padding: 18px 26px;
  width: 236px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
}
.protein-wrap:before {
  position: absolute;
  left: 46px;
  bottom: -7px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
}
.protein-wrap p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}
.protein-info {
  margin-top: 35px;
}
.protein-info p {
  color: #000;
  font-size: 14px;
  word-wrap: break-word;
  opacity: 0.3;
}
.pro-honor {
  position: absolute;
  left: 55px;
  bottom: 36px;
  text-align: center;
}
.pro-honor img {
  display: block;
  margin: auto;
  width: 140px;
  height: auto;
}
.pro-honor p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  opacity: 0.5;
}
.product-ss {
  position: relative;
  height: 100vh;
}
.product-item:last-child {
  height: auto !important;
}
.product-ss .swiper-pagination {
  right: 34px;
}
.product-ss .swiper-pagination .swiper-pagination-bullet {
  margin: 13px 0;
  width: 11px;
  height: 11px;
  opacity: 1;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
  background: #fff;
  transition: 0.35s;
}
.product-ss .swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}
.product-ss .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1293b2;
}
.product-view-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.27);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-75px);
}
.product-view-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.6s;
}
.proview-list {
  margin: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 1200px;
}
.proview-list li {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
}
.proview-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #dfedf9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.proview-list li:hover:before,
.proview-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.proview-list li a {
  display: flex;
  align-items: center;
  height: 75px;
  padding-left: 33px;
}
.proview-list li a img {
  display: block;
  line-height: 1;
  width: 57px;
  height: auto;
}
.proview-list li a span {
  display: block;
  margin-left: 6px;
  color: #333333;
  font-size: 14px;
}
.protein-iphone {
  display: none;
}
.selling-list.article-block li,
.pregnant.article-block li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s;
}
.selling-list.article-block li,
.pregnant.article-block li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s;
}
.selling-list.article-block li:nth-child(2),
.pregnant.article-block li:nth-child(2) {
  transition-delay: 0.15s;
}
.selling-list.article-block li:nth-child(3),
.pregnant.article-block li:nth-child(3) {
  transition-delay: 0.3s;
}
.selling-list.article-block li:nth-child(4),
.pregnant.article-block li:nth-child(4) {
  transition-delay: 0.45s;
}
.selling-list.article-block li:nth-child(5),
.pregnant.article-block li:nth-child(5) {
  transition-delay: 0.6s;
}
.selling-list.article-block li:nth-child(6),
.pregnant.article-block li:nth-child(6) {
  transition-delay: 0.75s;
}
.product-item.swiper-slide-active .selling-list.article-block li,
.product-item.swiper-slide-active .pregnant.article-block li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.product-view-top1 {
  height: 100%;
}
.product-view-top1 .formula {
  width: 21.718%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.pregnant-box {
  position: absolute;
  left: 0;
  bottom: 59px;
  z-index: 4;
  width: 100%;
}
.pregnant {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 90%;
}
.pregnant li {
  margin-right: 8px;
}
.pregnant li:last-child {
  margin-right: 0;
}
.pregnant li a {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-left: 38px;
  width: 223px;
  height: 78px;
  border-radius: 39px;
  background: url(../img/viewborder.png) center no-repeat;
  background-size: cover;
}
.pregnant li a:hover {
  transform: translateY(-5px);
}
.pregnant li a span {
  display: block;
  color: #a943a5;
  font-size: 16px;
  line-height: 1.3;
}
.pregnant li a img {
  margin-right: 16px;
  display: block;
}
.low-text1 strong,
.low-text1 small {
  color: #a943a5;
}
.low-text1 small i {
  color: #a943a5;
}
.low-text1 a {
  color: #a943a5;
}
.low-text1 a:before {
  border-color: #a943a5;
}
.low-text1 a:after {
  background: #a943a5;
}
.low-numble {
  display: block;
  position: relative;
  margin-bottom: 20px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: #a29161;
  font-size: 13px;
  font-family: "FZLanTingHeiS-M-GB";
}
.low-numble i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-style: normal;
  font-size: 36px;
}
.calcium-title1 strong,
.calcium-title1 p {
  color: #a943a5;
}
.calcium-title1 .low-numble {
  display: block;
  position: absolute;
  left: -44px;
  top: -2px;
}
.low-ve1 .low-ve-item img {
  height: 73px;
}
.low-ve1 .low-ve-item .low-ve-info {
  padding-top: 8px;
}
.multidimense {
  display: inline-block;
  text-align: center;
}
.mult-tt {
  display: flex;
}
.mult-tt-item {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 18px;
  width: 223px;
  height: 78px;
  background: url(../img/viewborder.png) center no-repeat;
  transition: 0.48s;
}
.mult-tt-item:hover,
.mult-tt-item.active {
  background: url(../img/viewborder1.png) center no-repeat;
}
.mult-tt-item:hover p,
.mult-tt-item.active p {
  color: #fff;
}
.mult-tt-item:last-child {
  margin-right: 0px;
}
.mult-tt-item p {
  text-align: center;
  width: 100%;
  line-height: 1.3;
  color: #a943a5;
  font-size: 16px;
}
.mult-tab {
  padding-top: 24px;
}
.mult-items {
  position: relative;
  margin-right: 10px;
}
.mult-info {
  padding-top: 24px;
  height: 60px;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) translateX(-50%);
  transition: 0s;
  position: absolute;
  left: 50%;
  top: 0;
  text-align: left;
  max-width: 100%;
}
.mult-info.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
  position: relative;
  transition: 0.5s;
}
.mult-info p {
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
}
.proview-list1 li:before {
  background: #f9e9fb;
}
.proview-list1 li a {
  padding-left: 0;
  justify-content: center;
}
.proview-list1 li a img {
  width: auto;
}
.proview-list1 li a span {
  margin-left: 15px;
}
.product-ss .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a943a5;
}
.hreftarg {
  display: none;
}
.selling-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
.selling-list1 li a img {
  width: 100px;
}
.selling-list1 li a strong {
  margin-top: 12px;
}
.low-text2 strong,
.low-text2 small {
  color: #1862b7;
}
.molecule-btn {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.molecule-btn-item {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 13px 0 18px;
  width: 47.31%;
  cursor: pointer;
  background: #e2ebf8;
  border-radius: 8px;
}
.molecule-btn-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1862b7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.molecule-btn-item:hover:before,
.molecule-btn-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.molecule-btn-item:before {
  border-radius: 8px;
}
.molecule-btn-item:hover strong,
.molecule-btn-item.active strong,
.molecule-btn-item:hover i,
.molecule-btn-item.active i {
  color: #fff;
}
.molecule-btn-item:hover:after,
.molecule-btn-item.active:after {
  opacity: 1;
  visibility: visible;
  bottom: -11px;
}
.molecule-btn-item:hover b .show,
.molecule-btn-item.active b .show {
  opacity: 0;
  visibility: hidden;
}
.molecule-btn-item:hover b .hide,
.molecule-btn-item.active b .hide {
  opacity: 1;
  visibility: visible;
}
.molecule-btn-item:after {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #1862b7;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.molecule-btn-item b {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  width: 30px;
  height: 27px;
}
.molecule-btn-item b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.35s;
}
.molecule-btn-item b img.hide {
  opacity: 0;
  visibility: hidden;
}
.molecule-btn-item strong {
  display: block;
  margin-top: 9px;
  margin-bottom: 8px;
  line-height: 1;
  color: #1862b7;
  font-size: 16px;
  font-weight: normal;
  transition: 0.38s;
}
.molecule-btn-item i {
  display: block;
  font-style: normal;
  line-height: 1;
  color: #1862b7;
  font-size: 14px;
  transition: 0.38s;
}
.molecule-left {
  position: absolute;
  left: 47px;
  right: 60px;
  top: 140px;
}
.molecule-left .low-text {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}
.molecule-tab {
  position: relative;
  margin-top: 20px;
}
.molecule-item {
  display: none;
  padding: 29px 22px 30px;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
}
.molecule-item:first-child {
  display: block;
}
.molecule-item strong {
  display: block;
  color: #1862b7;
  font-size: 16px;
  font-weight: normal;
}
.molecule-item p {
  color: #666666;
  font-size: 15px;
}
.molecule-item p i {
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -5px;
  margin-left: 5px;
  color: #666666;
  font-size: 14px;
  font-style: normal;
}
.molecule-zs {
  position: absolute;
  left: 38px;
  right: 30px;
  bottom: 40px;
  z-index: 3;
}
.molecule-zs .low-remarks {
  position: static;
  display: none;
}
.molecule-zs .low-remarks:first-child {
  display: block;
}
.low-remarks1 p {
  color: #fff;
  opacity: 0.8;
}
.low-tabs {
  height: 100%;
}
.low-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.low-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 100%;
}
.low-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.low-slide figure img.ip {
  display: none;
  width: 100%;
  height: auto;
}
.calcium-text1 {
  width: 65.8%;
}
.calcium-title3 strong,
.calcium-title3 p {
  color: #1862b7;
}
.low-ve-item1 {
  margin-left: -12px;
}
.low-ve-item1 img {
  width: 75px;
}
.low-ve-item1 .low-ve-info {
  padding-top: 14px;
}
.product-ss .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1862b7;
}
.proview-list2 li a {
  padding-left: 0;
  justify-content: center;
}
.proview-list2 li:before {
  background: #eef8e8;
}
.low-remarks2 {
  bottom: 34px;
  pointer-events: none;
}
.low-remarks2 p {
  color: #fff;
  opacity: 0.5;
}
.low-text3 strong,
.low-text3 small {
  color: #15824d;
}
.organic {
  padding-top: 30px;
  display: flex;
}
.organic-item {
  margin-right: 50px;
  text-align: center;
}
.organic-item:last-child {
  margin-right: 0;
}
.organic-item img {
  display: block;
  margin: auto;
  width: 70px;
}
.organic-item p {
  margin-top: 3px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.organic-logo {
  padding-top: 48px;
}
.organic-logo img {
  display: block;
  height: 92px;
}
.organic-logo p {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.low-btns {
  position: absolute;
  right: 36px;
  bottom: 48px;
  display: flex;
  align-items: center;
  z-index: 6;
}
.low-prev {
  display: flex;
}
.low-prev span {
  display: block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
}
.low-prev span:hover {
  background: #e4e966;
}
.low-numbles {
  display: flex;
  padding-left: 6px;
  color: #fff;
  font-size: 18px;
  font-family: "Gilroy-Medium";
}
.calcium-title4 strong,
.calcium-title4 p {
  color: #15824d;
}
.dha-tab {
  margin-top: 38px;
}
.dha-btn {
  display: flex;
  margin-bottom: 26px;
}
.dha-btn-item {
  position: relative;
  cursor: pointer;
}
.dha-btn-item:hover:before,
.dha-btn-item.active:before {
  opacity: 1;
  visibility: visible;
  bottom: -11px;
}
.dha-btn-item:hover .dha-bg img.show,
.dha-btn-item.active .dha-bg img.show {
  opacity: 0;
  visibility: hidden;
}
.dha-btn-item:hover .dha-bg img.hide,
.dha-btn-item.active .dha-bg img.hide {
  opacity: 1;
  visibility: visible;
}
.dha-btn-item:hover .dha-text b .df,
.dha-btn-item.active .dha-text b .df {
  opacity: 0;
  visibility: hidden;
}
.dha-btn-item:hover .dha-text b .xs,
.dha-btn-item.active .dha-text b .xs {
  opacity: 1;
  visibility: visible;
}
.dha-btn-item:hover .dha-text span,
.dha-btn-item.active .dha-text span {
  color: #fff;
}
.dha-btn-item:first-child {
  margin-right: 18px;
}
.dha-btn-item:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -11px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #e2cb7a;
  opacity: 0;
  visibility: hidden;
  bottom: -5px;
  transition: 0.3s;
}
.dha-bg {
  position: relative;
}
.dha-bg img {
  display: block;
  height: 62px;
  transition: 0.4s;
}
.dha-bg img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.dha-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dha-text b {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  transition: 0.38s;
}
.dha-text b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.35s;
}
.dha-text b img.xs {
  opacity: 0;
  visibility: hidden;
}
.dha-text span {
  display: block;
  margin-left: 13px;
  color: #bb9745;
  font-size: 16px;
  transition: 0.36s;
}
.dha-tab-list .molecule-item strong {
  color: #15824d;
}
.product-ss .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #15824d;
}
.low-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.low-1 span {
  display: block;
  position: absolute;
  color: #adbf34;
  font-size: 24px;
  line-height: 1;
  margin-left: -12px;
  width: 21px;
  height: 18px;
  background: url(../img/join.png) center no-repeat;
  animation: rise 1.5s 0s linear infinite;
}
.low-1 span:nth-child(1) {
  left: 63.72%;
  top: 15.9%;
}
.low-1 span:nth-child(2) {
  left: 50.96%;
  top: 40.4%;
  animation: rise 1.5s 0.3s linear infinite;
}
.low-1 span:nth-child(3) {
  left: 66.06%;
  top: 46%;
  animation: rise 1.5s 0.45s linear infinite;
}
.low-1 span:nth-child(4) {
  left: 37.03%;
  top: 61.4%;
  animation: rise 1.5s 0.5s linear infinite;
}
@keyframes rise {
  0% {
    transform: translateX(-5px) translateY(0px);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(-20vh) translateX(5px);
    opacity: 0.3;
  }
}
.selling-list2 li img {
  width: auto;
  height: 114px;
}
.selling-list2 li strong {
  margin-top: 12px;
}
.proview-list3 li a img {
  width: auto;
  height: 62px;
}
.proview-list3 li:before {
  background: #fdfaeb;
}
.low-text4 strong,
.low-text4 small {
  color: #1862b7;
}
.low-text4 small i {
  color: #1862b7;
}
.calcium-title5 strong,
.calcium-title5 p {
  color: #1862b7;
}
.calcium-title5 p i {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: top;
  margin-left: 6px;
  font-size: 14px;
  font-style: normal;
}
.structure {
  margin-top: 30px;
  padding: 48px 30px 30px;
  background: #eff3fc;
  border-radius: 8px;
}
.structure-item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.structure-item b {
  display: block;
  width: 60px;
}
.structure-item b img {
  display: block;
  width: 100%;
  height: auto;
}
.structure-text {
  flex: 1;
  margin-left: 12px;
}
.structure-text strong {
  display: block;
  margin-bottom: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
.structure-text p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
}
.structure-text p i {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  top: -2px;
  font-style: normal;
  font-size: 13px;
}
.structure-info {
  float: left;
}
.stru-btn {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.stru-btn span {
  display: inline-block;
  margin-right: 6px;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  transition: 0.4s;
  background: #cacdd3;
  cursor: pointer;
}
.stru-btn span:hover,
.stru-btn span.active {
  background: #1862b7;
  border-radius: 0px;
}
.stru-btn span:last-child {
  margin-right: 0;
}
.hmo-btn {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.hmo-btn span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: 0.4s;
  font-weight: bold;
}
.hmo-btn span:hover {
  color: #1862b7;
}
.product-ss .swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1862b7;
}
.goat {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 19px;
  padding-bottom: 32px;
  z-index: 10;
}
.goat:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  top: 38px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 10px;
}
.goat-li {
  display: flex;
  padding: 0 5%;
  max-width: none;
}
.goat-li li {
  flex: 1;
  text-align: center;
}
.goat-li li a > b {
  display: block;
  margin: auto;
  width: 77px;
  line-height: 1;
}
.goat-li li a > b img {
  display: block;
  width: 100%;
  height: auto;
}
.goat-li li strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 5px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.goat-li li span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.goat-li li span b {
  font-weight: normal;
}
.proview-list4 li:before {
  background: #ebfcfb;
}
.low-text5 strong,
.low-text5 small {
  color: #15b5b1;
}
.molecule-zs2 {
  right: auto;
  width: 44.42%;
}
.molecule-zs2 .low-remarks p {
  word-break: normal;
}
.low-slide .low-remarks {
  width: 58%;
}
.molecule-tab2 .molecule-item strong {
  color: #15b5b1;
}
.calcium-title6 strong,
.calcium-title6 p {
  color: #15b5b1;
}
.product-ss .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #15b5b1;
}
.mult-items1 {
  margin-right: 34px;
}
.mult-items1 .mult-tt-item {
  padding-top: 0;
  width: 164px;
  height: 62px;
  background: url(../img/dynbg1.png) center no-repeat;
  background-size: cover;
}
.mult-items1 .mult-tt-item span {
  display: block;
  text-align: center;
  line-height: 64px;
  color: #bb9745;
  font-size: 16px;
  transition: 0.4s;
}
.mult-items1 .mult-tt-item.active {
  background: url(../img/dynbg3_1.png) center no-repeat;
  background-size: cover;
}
.mult-items1 .mult-tt-item.active span {
  color: #fff;
}
.mult-items1 .mult-info {
  position: absolute;
  left: 7px;
  top: 100%;
  padding-top: 26px;
  max-width: none;
  transform: translateY(30px) translateX(0);
}
.mult-items1 .mult-info.show {
  position: absolute;
  transform: translateY(0) translateX(0);
}
.camel {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 76px;
  z-index: 10;
}
.camel-list {
  display: flex;
  justify-content: center;
}
.camel-list li {
  margin-right: 42px;
  position: relative;
  text-align: left;
}
.camel-list li:hover b {
  transform: translateY(-4px);
}
.camel-list li:hover img {
  transform: translateY(0px);
}
.camel-list li:last-child {
  margin-right: 0;
}
.camel-list li a {
  display: inline-block;
  padding-left: 88px;
  width: 166px;
  height: 62px;
  line-height: 62px;
  background: url(../img/camel1.png) center no-repeat;
}
.camel-list li a b {
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -8px;
  top: -10px;
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1px dashed rgba(216, 178, 119, 0.3);
  text-align: center;
  transition: 0.35s;
}
.camel-list li a b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.camel-list li a span {
  display: block;
  color: #9c131e;
  font-size: 16px;
}
.camel-list li a span i {
  display: inline-block;
  font-style: normal;
}
.camel-list li a span i:first-child {
  margin-right: 5px;
}
.proview-list5 li:before {
  background: #fdeee8;
}
.low-text6 strong {
  color: #9c131e;
}
.molecule-tab-tj .molecule-item strong {
  color: #9c131e;
}
.product-ss .swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9c131e;
}
.calcium-title7 small,
.calcium-title7 strong {
  color: #9c131e;
}
.protein1 {
  padding-right: 24px;
}
.protein1 li.active b img.show {
  opacity: 0;
  visibility: hidden;
}
.protein1 li.active b img.hide {
  opacity: 1;
  visibility: visible;
}
.protein1 li:nth-child(n+5) .protein-pop {
  left: auto;
  right: -12px;
}
.protein1 li:nth-child(n+5) .protein-pop .protein-wrap:before {
  left: auto;
  right: 46px;
}
.protein1 li b {
  position: relative;
  display: block;
  width: 82px;
}
.protein1 li b img {
  transition: 0.45s;
}
.protein1 li b img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.protein1 li .protein-pop .protein-wrap {
  box-sizing: border-box;
  width: 515px;
}
.protein1 li .protein-pop .protein-wrap i {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 6px;
  color: #666666;
  font-size: 14px;
  font-style: normal;
}
.protein1 li .protein-pop .protein-wrap strong {
  color: #9c131e;
  font-size: 16px;
  font-weight: normal;
}
.protein1 li .protein-pop .protein-wrap strong i {
  color: #9c131e;
}
.protein1 li .protein-pop .protein-wrap p {
  color: #666666;
  font-size: 14px;
}
.protein-list .protein-info p {
  color: #666666;
  font-size: 16px;
  opacity: 1;
}
.protein-list .protein-info span {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #666666;
}
.proyt-item {
  overflow: hidden;
}
.proyt-item .proyt-wraps {
  position: relative;
  height: 100%;
}
.proyt-item .low-remarks {
  bottom: 25px;
}
.proview-ins {
  height: 100%;
}
.low-ve-item1 .low-ve-info b {
  display: block;
  margin-bottom: 0;
  color: #a7312b;
  font-size: 16px;
  font-weight: normal;
}
.low-ve3 .low-ve-item img {
  width: 72px;
}
.low-ve3 .low-ve-info {
  padding-top: 8px;
}
.proview-list6 li:before {
  background: #fdf9ed;
}
.proview-list6 li a {
  padding-left: 0;
  justify-content: center;
}
.proview-list6 li a img {
  width: 50px;
}
.low-text7 strong,
.low-text7 small {
  color: #ea9d2e;
}
.low-ve-item2 {
  overflow: visible;
}
.low-ve-item2 img {
  position: relative;
  left: -10px;
  width: 65px;
}
.low-ve-item2 .low-ve-info {
  margin-left: 62px;
}
.low-ve-info p i {
  margin-left: 5px;
}
.low-remarks3 {
  width: 41.3%;
}
.dha-tab-list .molecule-item3 strong {
  color: #1862b7;
}
.calcium-title8 strong,
.calcium-title8 p {
  color: #ea9d2e;
}
.product-ss .swiper-pagination7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ef8433;
}
.protein-wrap strong {
  color: #9c131e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
.protein-wrap i {
  position: relative;
  top: -2px;
  font-style: normal;
  margin-left: 4px;
  font-size: 12px;
}
.pregnant1 li a {
  padding-left: 0;
  width: 307px;
  height: 78px;
  justify-content: center;
  background: url(../img/viewborder3.png) center no-repeat;
}
.pregnant1 li a span {
  color: #9e8247;
}
.mult-tt1 {
  margin-bottom: 42px;
}
.mult-tt1 .mult-items {
  margin-right: 30px;
}
.mult-tt1 .mult-items .mult-tt-item {
  width: 159px;
  height: 55px;
  background-size: cover;
}
.mult-tt1 .mult-items .protein-pop {
  box-sizing: border-box;
  width: 596px;
  left: 0;
}
.mult-tt1 .mult-items .protein-pop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.mult-tt1 .mult-items .protein-pop .protein-wrap {
  width: auto;
}
.mult-tt1 .mult-items .protein-pop .protein-wrap:before {
  left: 77px;
}
.zinc {
  margin-bottom: 32px;
  display: flex;
}
.zinc li {
  position: relative;
  margin-right: 58px;
}
.zinc li:last-child {
  margin-right: 0;
}
.zinc li b {
  display: block;
}
.zinc li b img {
  display: block;
  width: 70px;
  height: auto;
}
.zinc li .protein-pop {
  box-sizing: border-box;
  width: 410px;
  left: -18px;
}
.zinc li .protein-pop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.zinc li .protein-pop .protein-wrap {
  width: auto !important;
}
.zinc li .protein-pop .protein-wrap p i {
  top: -6px;
}
.low-text8 strong,
.low-text8 small {
  color: #1862b7;
}
.low-ve-item3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-top: 0;
}
.low-ve-item3:first-child {
  align-items: flex-start;
}
.low-ve-item3 img {
  width: 65px;
}
.low-ve-item3 .low-ve-info {
  margin-left: 10px;
  padding-top: 0;
}
.low-ve-item3 .low-ve-info p {
  line-height: 1.6;
}
.calcium-title9 strong,
.calcium-title9 p {
  color: #1862b7;
}
.gary-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}
.gary-item:last-child {
  margin-bottom: 0;
}
.gary-item:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 25px;
  height: 33px;
  background: url(../images/water5.png) center no-repeat;
}
.gary-item p {
  color: #666666;
  font-size: 16px;
}
.gary-text {
  margin-left: 32px;
  margin-right: 15px;
  margin-top: 18px;
  position: relative;
  padding: 27px 22px 28px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
}
.gary-text:before {
  position: absolute;
  left: 56px;
  top: -10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.gary-text p {
  color: #666666;
  font-size: 16px;
}
.proview-list7 li:before {
  background: #f2fcff;
}
.proview-list7 li a img {
  width: 54px;
}
.proview-list7 li a span {
  margin-left: 14px;
}
.product-ss .swiper-pagination8 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1862b7;
}
.selling-list3 li a img {
  width: 81px;
}
.low-gi4 .low-remarks p {
  opacity: 0.3;
}
.selling-list4 {
  padding: 0 134px;
}
.selling-list4 li a strong {
  margin-top: 10px;
}
.selling-list4 li a img {
  width: 95px;
}
.product-ss .swiper-pagination9 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4c2284;
}
.proview-list8 li:before {
  background: #e8ecfb;
}
.proview-list8 li a {
  padding-left: 0;
  justify-content: center;
}
.proview-list8 li a img {
  width: 71px;
}
.low-text9 strong,
.low-text9 small {
  color: #4c2284;
}
.calcium-title10 strong {
  color: #4c2284;
}
.calcium-title10 span {
  display: block;
  margin-top: 18px;
  color: #666666;
  font-size: 16px;
}
.calcium-title10 i {
  display: block;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  opacity: 0.3;
}
.bacteria {
  display: flex;
  justify-content: center;
}
.bacteria li {
  margin-right: 100px;
  text-align: center;
}
.bacteria li:last-child {
  margin-right: 0;
}
.bacteria li:hover b {
  transform: translateY(-4px);
}
.bacteria li b {
  display: block;
  margin: auto;
  margin-bottom: 11px;
  width: 72px;
  transition: 0.3s;
}
.bacteria li b img {
  display: block;
  width: 100%;
  height: auto;
}
.bacteria li p {
  color: #666666;
  font-size: 16px;
}
.collocate {
  padding-right: 10px;
}
.collocate-btn {
  display: flex;
}
.collocate-btn-item {
  position: relative;
  cursor: pointer;
  margin-right: 17px;
}
.collocate-btn-item img {
  display: block;
  width: 73px;
}
.collocate-btn-item:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #dadada;
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  transition: 0.3s;
}
.collocate-btn-item:hover:before,
.collocate-btn-item.active:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.collocate-btn-item:last-child {
  margin-right: 0;
}
.collocate-btn-item b {
  display: block;
  width: 73px;
}
.proview-list9 li:before {
  background: #f6fcfa;
}
.product-ss .swiper-pagination10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007d4a;
}
.low-text9 .low-ve,
.low-text10 .low-ve,
.low-text11 .low-ve {
  padding-top: 32px;
}
.low-text10 strong,
.low-text10 small {
  color: #007d4a;
}
.calcium-title11 strong {
  color: #007d4a;
}
.proview-list10 li:before {
  background: #e8f0fb;
}
.product-ss .swiper-pagination11 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0150ac;
}
.low-text11 strong,
.low-text11 small {
  color: #0150ac;
}
.calcium-title12 strong {
  color: #0150ac;
}
.trace1 {
  padding-bottom: 20px;
  background-size: 100% auto !important;
  background-position: center top;
  background-repeat: no-repeat !important;
}
.trace1 .trace-tops .logis {
  margin-left: 15.71%;
  width: 23.71%;
}
.trace-tops1 {
  padding: 15px 0;
}
.trace-min1 {
  margin-right: 10.57%;
  width: 19.1vw;
  height: 19.1vw;
  background: url(../images/bor1.png) center no-repeat;
  background-size: cover;
}
.trace-min1:before {
  background: url(../images/noImg1.png) center no-repeat;
  background-size: 100% 100%;
}
.trace-tts1 {
  line-height: 1.4;
}
.query-item1 .query-title {
  margin-bottom: 4px;
}
.query-item1 .query-title i {
  line-height: 1.2;
}
.query-item1 .query-title span {
  line-height: 1.2;
}
.query-item1 .circulate {
  padding: 11px 20px;
  background: #f2f6fb;
}
.query-item1 .circulate p {
  line-height: 1.5;
}
.query-item1 .report {
  background: #f2f6fb;
  padding-bottom: 8px;
}
.query-item1 .report .report-item {
  padding: 17px 0;
}
.query-item1 .report .report-item p {
  line-height: 1.5;
}
.trace-querys1 {
  padding-bottom: 23px;
  border-radius: 12px;
}


.list-box{
	position: relative;
	background: #fff;
	padding: 20px 0 0;
}
.welfare-box {
	padding: 3rem 0;
}
.header-view {
	padding: 0 3.125%;
}
.news-type {
	font-size: 0;
	margin-bottom: 1.25rem;
}
.index-news .row {
	margin: 0 -0.75rem;
}
.welfare-box .index-news .item {
	margin-bottom: 2.25rem;
}
.news-type {
	margin-bottom: 50px;
}
.news-type a {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 0.25rem;
    position: relative;
    color: #333;
}
.news-type .swiper-slide{
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	width: auto;
	height: 100%;
	position: relative;
	margin-right: 1.5rem;
}
.news-type .swiper-slide.cur a {
    color: #127a39;
}
.news-type a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #127a39;
    transform: scaleX(0);
    transition: all .3s;
}
.news-type .swiper-slide.cur a:before {
    transform: scaleX(1);
}
.index-news .item {
	width: 33.3%;
	float: left;
	padding: 0 0.75rem;
	box-sizing: border-box;
}


.index-news .item2 {
	width: 16.666666%;
	float: left;
	padding: 0 0.75rem;
	box-sizing: border-box;
}


.index-news .con-box {
	/* background-color: #f7f7f7; */
	overflow: hidden;
	display: block;
	transition: all .3s;
}
.index-news .con-box .image {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.index-news .con-box .img {
	padding-top: 66.5%;
	transition: all .3s;
	position: relative;
}
.index-news .con-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index-news .con-box:hover .img {
  transform: scale(1.1);
}
.index-news .con-box .text {
	margin: 0.5rem 0 0;
}
.index-news .con-box .tit {
	font-size: 24px;
	line-height: 2;
	color: #333;
	overflow: hidden;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news .con-box:hover .tit {
	color: #127a39;
}
.index-news .con-box .intro p{
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-news .con-box .bottom {
	margin-top: 36px;
}
.index-news .con-box .time {
	float: left;
	font-size: 15px;
	line-height: 1.6;
	color: #999;
	transition: all .3s;
}
.index-news .con-box:hover .time {
	color: #127a39;
}
.index-news .con-box .detail-btn {
	font-size: 0;
	float: right;
}
.index-news .con-box .detail-btn span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	padding-right: 0;
	position: relative;
	transition: all .3s;
}
.index-news .con-box:hover .detail-btn span {
	color: #127a39;
	padding-right: 28px;
}
.index-news .con-box .detail-btn span:before {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	width: 18px;
	height: 18px;
	background-color: #127a39;
	border-radius: 100%;
	background-image: url(../images/index-news-arrow.png);
	background-position: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
}
.index-news .con-box:hover .detail-btn span:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.page-box{
	background: #fff;
}
.contact-box{
	padding: 99px 0 153px;
}
.contact-box .contact-tit {
	font-size: 45px;
	line-height: 1.6;
	color: #127a39;
}
.contact-box .top-list {
	margin-top: 48px;
	font-size: 0;
}
.contact-box .top-list li:first-child {
    width: 33.33%;
}
.contact-box .top-list li {
	padding-left: 0.6rem;
	border-left: 3px solid #127a39;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 8.88%;
}
.contact-box .top-list .tit {
	font-size: 16px;
	line-height: 1.5;
	color: #127a39;
}
.contact-box .top-list .con {
	font-size: 16px;
	line-height: 1.5;
	font-family: "gilroy-bold";
	font-weight: bold;
	margin-top: 0.2rem;
	color: #333;
}
.contact-box .bottom-box {
	margin-top: 110px;
}
.contact-box .bottom-box .left {
	float: left;
}
.contact-box .bottom-box .left .tit {
	font-size: 30px;
	line-height: 1.8;
	color: #127a39;
}
.contact-box .bottom-box .left .con {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}
.contact-box .bottom-box .left .tel {
	font-size: 30px;
	line-height: 1.8;
	color: #127a39;
	font-family: "gilroy-bold";
	margin-top: 32px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25;
	background-image: url(../images/contact-tel.png);
}
.contact-box .qrcode-list {
	float: right;
	font-size: 0;
}
.contact-box .qrcode-list .item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 120px;
	margin-left: 20px;
}
.contact-box .qrcode-list .img {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.contact-box .qrcode-list img {
	width: 100%;
}
.contact-box .qrcode-list .txt {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	text-align: center;
	margin-top: 0.25rem;
}
.page-box{
	position: relative;
	/* height: 100%; */
	background: #fff;
}
.map-box .map {
	height: 720px;
	overflow: hidden;
}
.map-box .map img{
	width: 100%;
}
.pageNum{
	margin-top: 36px;
	font-size: 0;
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}
.pageNum  a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background-color: #f7f7f7;
	line-height: 50px;
	font-size: 15px;
	font-family: "gilroy-bold";
	color: #333;
	vertical-align: top;
	margin: 0 5px;
	transition: all .3s;
}
.pageNum a.active {
	color: #fff;
	background-color: #127a39;
}
.pageNum a.page-end {
	background-image: url(../images/page-end.png);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
}
.pageNum a.page-end:hover {
    background-image: url(../images/page-end2.png);
}
.pageNum .jump {
	margin-left: 1rem;
	display: inline-block;
	vertical-align: top;
}
.pageNum .jump input[type=text] {
	width: 30px;
	height: 30px;
	padding: 9px;
	border: 1px solid #ddd;
	font-size: .375rem;
	text-align: center;
	border-radius: 6px;
	line-height: .75rem;
	font-family: "gilroy-bold";
	color: #333;
}
.pageNum .jump .go {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	border-radius: 6px;
	background-color: #f7f7f7;
	font-family: "gilroy-bold";
	color: #333;
	margin-left: 10px;
	transition: all .3s;
}
.pagination a:hover{
	color: #fff;
	background-color: #127a39;
}
.logo-wrap{
	 
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.logo-wrap img{
	margin-right: 2%;
	border: 1px solid #d8d8d8;
	margin-bottom: 35px;
}
.newsinfo-box {
    padding: 126px 0 90px;
}

.newsinfo-box2 {
    padding: 26px 0 90px;
}

.header-view {
    padding: 0 3.125%;
}
.bread a, .bread span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #888;
}
.bread .divide {
    margin: 0 8px;
}
.bread a.cur {
    color: #127a39;
}
.newsinfo {
    margin-top: 40px;
}
.newsinfo-view {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 5%;
}
.newsinfo .tit {
    text-align: center;
    font-size: 36px;
    line-height: 103px;
    color: #333;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(204,204,204,.4);
}
.newsinfo .time-box {
    margin-top: 36px;
}
.newsinfo .time-box .time {
    float: left;
    font-size: 14px;
    line-height: 1.2;
    color: #999;
}
.newsinfo .time-box .share {
    float: right;
    position: relative;
}
.newsinfo .time-box .sub-box {
    position: absolute;
    right: 0;
    top: 0.45rem;
    padding-top: 0.55rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.newsinfo .time-box .sub {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    font-size: 0;
    white-space: nowrap;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    position: relative;
}
.newsinfo .time-box .sub a {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all .2s;
}
.newsinfo .time-box .share-btn {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../images/share-btn.png);
}
.newsinfo .time-box .share:hover .share-btn {
    background-image: url(../images/share-btn2.png);
}
.newsinfo .time-box .share:hover .sub-box {
    opacity: 1;
    visibility: visible;
}
.newsinfo .time-box .sub .bshare-qqim {
    background-image: url(../images/share-qq.png);
}
.newsinfo .time-box .sub .bshare-sinaminiblog {
    background-image: url(../images/share-sina.png);
}
.newsinfo .time-box .sub:before {
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/share-sj.png);
}
.newsinfo .con {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.newsinfo .ctrl-box {
	position: relative;
	margin-top: 54px;
	padding-top: 40px;
	border-top: 1px solid rgba(204,204,204,.4);
}
.newsinfo .ctrl-box .back-btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	transition: all .3s;
}
.newsinfo .ctrl-box .prev, .newsinfo .ctrl-box .next{
	font-size: 15px;
	line-height: 1.4;
	color: #666;
	background-repeat: no-repeat;
	background-size: 10px;
	max-width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.newsinfo .ctrl-box .next {
	float: right;
	background-image: url(../images/ctrl-next.png);
	padding-right: 28px;
	background-position: right center;
}
.newsinfo .ctrl-box .prev {
	float: left;
	padding-left: 28px;
	background-image: url(../images/ctrl-prev.png);
	background-position: left center;
}
/* 修改视频 */
.modal1s {
	width: 90%;
	top: 0%;
	left: 50%;
	z-index: 9999999;
	position: fixed;
	text-align: center;
	overflow: hidden !important;
	padding: 0 !important;
	display: none;
	    top: 50%;
	    transform: translate(-50%, -50%);
}

.modal-dialogs {
	margin: 0;
	width: 100%;
}

.modal-contents {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal-bodys {
	padding: 0 !important;
	overflow: hidden;
	/*background: #000;*/
}

.close-boxs {
	height: 40px;
	background-color: rgb(245, 245, 245);
	width: 100%;
	/* width: 99.96%; */
	margin: 0 auto;
}

.close-boxs span {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 30px;
	/* font-family: inherit; */
	font-family: NotoSansHans;
	transition: 0.3s all;
}
.closes {
    padding-top: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    transition: all 0.5s;
	-webkit-appearance: button;
}
.close-boxs button {
	/* padding-top: 5px !important; */
	padding-right: 5px !important;
}

.modal1s video {
	width: 100%;
	display: block;
}
.milk-water{
	position: relative;
}
.milk-water img{
	width: 100%;
	display: block;
	/* height: 100%;
	object-fit: cover; */
}
.milk-water .text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
	/* background: url(../images/zt2.png) no-repeat center center;
	background-size: 140px; */
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.sunshine-content .milk-water{
	width: 280px;
	width: 36vw;
	height: auto;
}
.sunshine-content{
	position: absolute;
	left: 50%;
	display: flex;
	top: 50%;
	transform: translate(-50%, -50%);
}
.milk-texts{
	width: 754px;
}
.milk-texts{
    padding: 52px 36px 78px;
}
.milk-top strong{
	margin-bottom: 45px;
}
@media screen and (max-width: 1450px) and (min-width:1025px){
	.sunshine-content{
		top: 50% !important;
		left: 50% !important;
	}
	.milk-texts{width: 43vw;}
	.modal1s {width: 70%;}
	.milk-texts{
	    padding: 52px 36px 40px;
	}
}
@media (max-width:1024px){
	.modal1s {
	    width: 104%;
	    top: 0%;
	    left: 50%;
	    margin-left: -52%;
	    z-index: 9999999;
	    position: fixed;
	    text-align: center;
	    overflow: hidden !important;
	    padding: 0 !important;
	    display: none;
		    top: 50%;
		    transform: translate(-0%, -50%);
	}
	.sunshine-content .milk-water{
		width: 100% !important;
		height: auto !important;
	}
	.close-boxs{height: 32px;}
	.milk-water .text{
		background-size: 25%;
	}
	.sunshine-content{transform: translate(-0%, -0%);}
}