@font-face {
  font-family: 'Baskerville';
  src: url('fonts/BaskervilleItalic.woff2') format('woff2'),
      url('fonts/BaskervilleItalic.woff') format('woff'),
      url('fonts/BaskervilleItalic.svg#BaskervilleItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.header-btn {
  margin-left: 66px;
  position: relative;
  float: right;
  width: 23px;
  height: 18px;
  cursor: pointer;
}
.header-btn:before,
.header-btn:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #966F62;
}
.header-btn:before {
  top: 0;
}
.header-btn:after {
  bottom: 0;
}
.header-btn span {
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 2px;
  background: #966F62;
}
.header-menus {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: #41c4a5;
}
.header-menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-menu-close {
  position: absolute;
  right: 60px;
  top: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header-menu-close b {
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
.header-menu-close i {
  margin-left: 12px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.header-menu-close:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-navs-fix {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-navs-list > li {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.header-navs-list > li:last-child {
  margin-bottom: 0;
}
.header-navs-list > li > a {
  height: 70px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.header-navs-list > li > a span {
  position: relative;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 70px;
}
.header-navs-list > li > a span:first-child {
  font-size: 42px;
}
.header-navs-list > li > a span:last-child {
  display: inline-block;
  color: #fff;
}
.header-navs-list > li:hover a span:first-child {
  margin-top: -70px;
}
.header-navs-list > li > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 10px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.header-navs-list > li:hover > a {
  color: #fff;
}
.header-navs-list > li:hover > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header-navs-leval {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 86px;
  padding-top: 26px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  pointer-events: none;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.header-navs-leval > li {
  margin-bottom: 24px;
  position: relative;
}
.header-navs-leval > li > a {
  white-space: nowrap;
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
}
.header-navs-leval > li > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.header-navs-leval > li:hover a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header-navs-list > li:hover .header-navs-leval {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  pointer-events: visible;
}
.brand-list-two {
  overflow: hidden;
}
.brand-list-two li {
  float: left;
  position: relative;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%;
  border-radius: 12px;
  overflow: hidden;
}
.brand-list-two li:nth-child(3n+3) {
  margin-right: 0;
}
.brand-list-two li a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.brand-list-two li figure {
  position: relative;
  display: block;
  line-height: 1;
  border-radius: 14px;
  padding-bottom: 58.8888%;
  border-radius: 12px;
  overflow: hidden;
}
.brand-list-two li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.brand-list-two li:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.brand-list-two li:hover .brand-infos:before {
  opacity: 1;
  visibility: visible;
}
.brand-list-two li:hover .brand-infos1 .applet {
  opacity: 1;
  visibility: visible;
}
.brand-list-two li:hover .brand-wrs strong,
.brand-list-two li:hover .brand-wrs i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.brand-list-two li:hover .brand-wrs i {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.brand-infos {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 12px;
  overflow: hidden;
}
.brand-infos:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.brand-infos1 .applet {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.56s;
  -o-transition: 0.56s;
  -moz-transition: 0.56s;
  transition: 0.56s;
}
.brand-wrs {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.brand-wrs strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.brand-wrs i {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #4cc3a7;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.brand-sj {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  z-index: 5;
}
.brand-sj strong {
  display: block;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.3;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.brand-sj strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}
.brand-sj p {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
}
.polyele-list-item {
  position: relative;
  width: 33.3333%;
}
.polyele-list-item:nth-child(2) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex-direction: column-reverse;
}
.polyele-list-item:nth-child(2) > div,
.polyele-list-item:nth-child(2) .polyele-hd {
  width: 100%;
}
.polyele-imgs figure {
  position: relative;
  padding-bottom: 72.048%;
  line-height: 1;
}
.polyele-imgs figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.polyele-hd {
  position: relative;
  padding-bottom: 72.048%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.polyele-list {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  text-align: center;
}
.polyele-list dt {
  display: block;
  margin-bottom: 22px;
}
.polyele-list dt a {
  display: inline-block;
  color: #966F62;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.polyele-list dt a:hover {
  color: #41C4A6;
}
.polyele-list dd p a {
  display: inline-block;
  line-height: 2;
  color: #966F62;
  font-size: 16px;
}
.polyele-list dd p a:hover {
  color: #41C4A6;
}
.new-product {
  padding: 178px 160px 100px 50px;
}
.new-product-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-product-btn li {
  margin-right: 34px;
}
.new-product-btn li:last-child {
  margin-right: 0;
}
.new-product-btn li:hover a,
.new-product-btn li.active a {
  color: #41C4A6;
}
.new-product-btn li:hover a:before,
.new-product-btn li.active a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.new-product-btn li a {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #966F62;
  font-size: 14px;
  line-height: 1.2;
}
.new-product-btn li a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #41C4A6;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.product-info {
  position: relative;
  margin-top: 51px;
  margin-bottom: 49px;
  border-radius: 16px;
  overflow: hidden;
}
.product-in {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-tabs {
  position: relative;
}
.product-info-items {
  display: none;
}
.product-info-items:first-child {
  display: block;
}
.product-info-banner {
  width: 65.94%;
  border-radius: 0 16px 16px 0;
}
.product-slide {
  line-height: 1;
  overflow: hidden;
}
.product-slide a {
  display: block;
}
.product-slide a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product-slide figure {
  position: relative;
  padding-bottom: 520px;
  width: 101%;
}
.product-slide figure img {
  display: block;
  position: absolute;
  left: -0.5%;
  top: 0;
  width: 101%;
  height: 100%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-info-text {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 34.06%;
  padding: 62px 40px 0;
  background: #F9F1F0;
}
.product-tit {
  position: relative;
  padding-top: 18px;
}
.product-tit:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50px;
  height: 2px;
  background: #41C4A6;
}
.product-tit p {
  color: #B28B7F;
  font-size: 16px;
}
.product-tit strong {
  display: block;
  margin-top: 30px;
  line-height: 1.2;
  color: #41C4A6;
  font-size: 30px;
}
.product-info-ico {
  margin-top: 42px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}
.product-ico-wrap{
  min-height: 135px;
}
.product-info-ico li {
  margin-right: 11px;
  margin-bottom: 10px;
}
.product-info-ico li a {
  display: block;
  padding: 0 22px;
  height: 33px;
  line-height: 33px;
  color: #B28B7F;
  font-size: 14px;
  border: 1px solid #B28B7F;
  border-radius: 18px;
}
.product-info-ico li a:hover {
  color: #41C4A6;
  border-color: #41C4A6;
}
.product-name {
  margin-top: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-name span {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-right: 24px;
  line-height: 1.2;
  padding-bottom: 12px;
  color: #C9AFA7;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.product-name span:hover,
.product-name span.active {
  color: #41C4A6;
}
.product-name span:hover:before,
.product-name span.active:before {
  right: auto;
  left: 0;
  width: 100%;
}
.product-name span:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #41C4A6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-dit {
  position: absolute;
  left: 40px;
  bottom: 56px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}
.product-li span {
  display: block;
  margin-right: 13px;
  opacity: 1;
  width: 6px;
  height: 6px;
  background: #E8D9D5;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
}
.product-li span.active {
  background: #B28B7F;
}
.prostop {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #B28B7F;
  color: #B28B7F;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}
.loadermores {
  margin-top: 64px;
  text-align: center;
}
.loadermores a {
  display: block;
  margin: auto;
  width: 136px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 20px;
  color: #B28B7F !important;
  font-size: 14px;
}
.loadermores a:hover {
  background: #41C4A6;
  color: #fff !important;
}
.lazy {
  background: url(../images/loading.gif) center no-repeat;
}
.business-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.combinate {
  width: 53%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.combination-left {
  width: 55.86%;
}
.combination-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 12px;
}
.combination-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.combination-infos {
  position: relative;
  padding: 13px 18px 0 36px;
}
.combination-infos:before {
  position: absolute;
  left: 15px;
  top: -25px;
  content: "";
  width: 5px;
  height: 65px;
  background: #41C4A6;
}
.combination-infos strong {
  display: block;
  line-height: 1.2;
  color: #966F62;
  font-size: 18px;
}
.combination-li {
  margin-top: 18px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.combination-li li {
  margin-bottom: 2px;
  width: 33.333%;
}
.combination-li li a {
  display: inline-block;
  color: #966F62;
  font-size: 16px;
}
.combination-li li a:hover {
  color: #41C4A6;
}
.combination-item1 {
  margin-top: 48px;
  margin-left: 43.2%;
}
.combination-item1 .combination-infos {
  padding-right: 10px;
}
.combination-item1 .combination-li li {
  width: 50%;
}
.combination-right {
  width: 29.27%;
}
.combination-right .combination-infos {
  padding-right: 18px;
}
.combination-right .combination-li {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.combination-right .combination-li li {
  width: auto;
}
.polye-thress {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.polye-thress li {
  position: relative;
  width: 31.53%;
}
.polye-thress li figure {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.polye-thress li figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.polye-thress li:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.polye-thress li:hover .polye-wrap b {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.polye-thress li.article-block .polye-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.polye-thress li.articleShow .polye-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.7s 0.2s;
  -o-transition: 0.7s 0.2s;
  -moz-transition: 0.7s 0.2s;
  transition: 0.7s 0.2s;
}
.polye-wrap {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 19.78%;
  text-align: center;
}
.polye-wrap b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 52px;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.polye-wrap strong {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-bottom: 30px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
}
.polye-wrap strong:before {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
  content: "";
  width: 27px;
  height: 4px;
  background: #fff;
}
.polye-list {
  margin-top: 32px;
}
.polye-list p {
  margin-bottom: 8px;
  text-align: center;
}
.polye-list p a {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.polye-list p a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.polye-list p a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.products1 {
  padding: 0 159px 0 69px;
}
.applet {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.applet strong {
  display: block;
  position: relative;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}
.applet strong:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}
.applet p {
  margin-top: 8px;
  margin-bottom: 21px;
  color: #fff;
  font-size: 12px;
}
.applet img {
  margin: auto;
  display: block;
  width: 150px;
  height: auto;
  border-radius: 12px;
}
.brand-video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
  width: 53px;
  height: 53px;
  background: url(../images/videobtn.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.brand-video.plays {
  background: url(../images/videobtn1.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.ptopbox .vides {
  border-radius: 16px;
}
.ptopbox figure {
  position: relative;
}
.propaganda {
  padding: 134px 160px 0 50px;
  font-family: "SourceHanSansCN-Regular";
}
.propaganda-video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
}
.propaganda-video figure {
  display: block;
  height: 100vh;
  line-height: 1;
}
.propaganda-video figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.propaganda-video .vides {
  border-radius: 0;
}
.propaganda-video .brand-video {
  z-index: 2;
}
.propaganda-title {
  position: absolute;
  left: 50px;
  bottom: 60px;
}
.propaganda-title strong {
  display: block;
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
  line-height: 1.2;
  color: #fff;
  font-size: 35px;
}
.propaganda-title strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 28px;
  height: 6px;
  background: #fff;
}
.propaganda-info {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.propaganda-t {
  margin-bottom: 96px;
}
.propaganda-t p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.propaganda-in p {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2;
}
.propaganda-contents {
  padding-top: 88px;
  max-width: 100%;
}
.propaganda-item {
  width: 1700px;
  max-width: 100%;
  margin: auto;
}
.propaganda-item strong {
  display: block;
  margin-bottom: 42px;
  line-height: 1.2;
  color: #1864AE;
  font-size: 3.64vw;
  font-weight: normal;
}
.propaganda-item p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.propaganda-item img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.jinc {
  position: relative;
}
.jinc-line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 92.66%;
}
.jinc-line img {
  display: block;
  width: 100%;
  height: auto;
}
.jinc-line img.article-block {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  -moz-transition: 2.5s;
  transition: 2.5s;
}
.jinc-line img.articleShow {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.lake {
  text-align: center;
  position: relative;
  padding: 150px 0;
}
.lake svg {
  display: block;
  margin: auto;
  width: 56.4%;
  height: auto;
  fill: none !important;
}
.lake .defaulSvg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56.4%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.lake.articleShow #logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s 3.4s;
  -o-transition: 0.6s 3.4s;
  -moz-transition: 0.6s 3.4s;
  transition: 0.6s 3.4s;
}
.lake.articleShow .defaulSvg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.6s 3.4s;
  -o-transition: 0.6s 3.4s;
  -moz-transition: 0.6s 3.4s;
  transition: 0.6s 3.4s;
}
.lake-imgs {
  width: 1697px;
  margin: auto;
  max-width: 100%;
}
.lake-imgs img {
  display: block;
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
}
.lake1{ 
  position: relative;
  margin: 12% auto;
  width: 59.9%;
  padding: 0 !important;
}
.lake1 svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 146%;
  height: auto;
}
.lake1 .fadein{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 1s; 
  transform: none;
}
.lake1 .fadein.show{
  opacity: 1;
}
.join-us {
  position: relative;
  margin: auto;
  padding: 155px 0 0;
  width: 1486px;
  max-width: 90%;
}
.join-number {
  position: absolute;
  left: 50%;
  margin-left: -743px;
  top: 318px;
  z-index: 2;
}
.join-number.flex {
  position: fixed;
  top: 80px;
}
.join-number-list {
  position: relative;
  width: 15.625vw;
  height: 15.625vw;
  max-width: 300px;
  max-height: 300px;
  background: #41C4A6;
  overflow: hidden;
  border-radius: 16px;
}
.join-number-list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 108px;
  font-family: "helvetica-webfont.woff";
  font-weight: normal;
  opacity: 0;
  top: -100%;
  -webkit-transition: 0.44s;
  -o-transition: 0.44s;
  -moz-transition: 0.44s;
  transition: 0.44s;
}
.join-number-list li a {
  color: #fff;
}
.join-number-list li.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.join-us-content {
  float: right;
  width: 75.5%;
}
.join-title {
  margin-bottom: 80px;
}
.join-title strong {
  display: block;
  margin-bottom: 32px;
  color: #41C4A6;
  font-size: 72px;
  line-height: 1.2;
  font-weight: normal;
}
.join-title p {
  color: #B28B7F;
  font-size: 14px;
}
.join-items {
  margin-bottom: 66px;
  border: 1px solid #DFDFDF;
}
.join-tops {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding: 0 14px 0 30px;
}
.join-tops strong {
  display: block;
  color: #41C4A6;
  font-size: 20px;
}
.join-need {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.join-need span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  padding: 0 18px;
  border-right: 1px solid #999999;
}
.join-need span:last-child {
  border-right: none;
}
.join-text {
  border-top: 1px solid #DFDFDF;
  padding: 46px 56px 66px;
}
.join-in {
  position: relative;
  margin-bottom: 68px;
}
.join-in:last-child {
  margin-bottom: 0;
}
.join-in strong {
  display: block;
  line-height: 2;
  color: #333333;
  font-size: 16px;
}
.join-in p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.inner-page {
  position: relative;
  font-family: "SourceHanSansCN-Regular";
}
.inner-page-banner {
  position: relative;
  z-index: 2;
  padding-bottom: 100vh;
  overflow: hidden;
}
.page-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-gingko {
  position: absolute;
  left: 50%;
  margin-left: -315px;
  top: 50%;
  margin-top: -190px;
  padding: 82px 0;
  width: 630px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.page-gingko small {
  display: block;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.page-gingko strong {
  display: block;
  margin: 20px 0 22px;
  line-height: 1;
  color: #fff;
  font-size: 60px;
}
.page-gingko p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-gingko p span {
  margin-right: 28px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
}
.page-gingko p span:last-child {
  margin-right: 0;
}
.page-network {
  margin: auto;
  margin-top: 36px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding-right: 18px;
  color: #FFFFFF;
  font-size: 14px;
}
.page-network a:hover b:before {
  width: 100%;
  right: auto;
  left: 0;
}
.page-network i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.page-network em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-network b {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.page-network b:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.page-revs {
  position: absolute;
  left: 30px;
  right: 110px;
  bottom: 50px;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-items:last-child a:hover i {
  text-indent: 3px;
}
.page-items:last-child a span {
  left: auto;
  right: 0;
  padding: 0 55px 0 25px;
}
.page-items a {
  display: block;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-items a:hover i {
  text-indent: -3px;
}
.page-items a:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.page-items a i {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page-items a em {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.page-items a span {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 55px;
  padding-right: 25px;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.surveys {
  padding: 99px 159px 107px;
  background: #fff;
}
.survey-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.survey-tt {
  width: 130px;
  white-space: normal;
  color: #996C33;
  font-size: 16px;
}
.survey-texts {
  position: relative;
  margin-top: -8px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0 !important;
}
.survey-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 85px;
  background: #996C33;
}
.survey-line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #AF976E;
  animation: moveDownSpot 2000ms infinite;
}
.survey-titles {
  margin-bottom: 42px;
}
.survey-titles strong {
  display: block;
  line-height: 1.3;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.survey-titles1 strong {
  font-size: 51px;
}
.inner-hide {
  overflow: hidden;
}
.survey-info{
  width: 687px;
  max-width: 100%;
}
.survey-info p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.innerbg {
  position: relative;
  overflow: hidden;
  padding-bottom: 47.91%;
}
.innerbg1{
  padding-bottom: 40%;
}
.inner-parfix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.responsive-box {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-bottom: 1500px;
  overflow: hidden;
}
.responsive-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #707070;
  opacity: 0.15;
  z-index: -1;
}
.responsive-line.line1 {
  left: 14.28%;
}
.responsive-line.line2 {
  left: 28.56%;
}
.responsive-line.line3 {
  left: 42.84%;
}
.responsive-line.line4 {
  left: 57.12%;
}
.responsive-line.line5 {
  left: 71.4%;
}
.responsive-line.line6 {
  left: 85.68%;
}
.responsive-titles {
  position: absolute;
  left: 14.28%;
  top: 144px;
}
.responsive-titles p {
  margin-bottom: 18px;
  color: #996C33;
  font-size: 16px;
  line-height: 1;
}
.responsive-imgs {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.responsive-imgs img {
  margin: auto;
  width: auto;
  max-width: 100%;
}
.partial-page {
  position: relative;
  padding-bottom: 58.8%;
  background: #100E0E;
}
.partial-page .responsive-title-center strong {
  color: #fff;
}
.responsive-title-center {
  position: relative;
  top: 0;
  left: 0;
}
.partial-page .responsive-title-center{
  position: absolute;
  left: 159px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.partial-list{
  position: absolute;
  right: 159px;
  top: 0;
  height: 100%;
  width: 57.29%;
  overflow: hidden;
}
.partial-item {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}
.partial-info {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.partial-info1{
  margin-top: -236px;
}
.partial-info:hover figure {
  background: rgba(255, 255, 255, 0.1);
}
.partial-info:hover figure img {
  cursor: url(../images/icon-zoomin.svg) 16 16, -webkit-zoom-in;
}
.partial-info figure {
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.partial-info figure img {
  display: block;
  width: 100%;
  height: auto;
}
.terminal {
  position: relative;
  z-index: 3;
  padding: 170px 159px 0;
  overflow: hidden;
}
.terminal-wraps{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.terminal-wraps .responsive-titles{
  margin-top: -120px;
  margin-bottom: 0; 
  margin-left: 14.125%;
}
.terminal-small {
  position: absolute;
  left: -20%;
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
  line-height: 1;
  color: #EAEAEA;
  text-transform: uppercase;
  font-size: 16.45vw;
  opacity: 0.2;
  white-space: nowrap;
}
.terminal-imgs {
  width: 49.375%;
  margin-bottom: -1px;
}
.terminal-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.terminal-swiper {
  padding: 80px 4.2% 47px 8.28%;
  background: #100E0E;
  position: relative;
  overflow: hidden;
}
.terminal-list {
  padding-left: 22%;
  padding-right: 30px;
}
.terminal-slide {
  position: relative;
}
.terminal-slide.swiper-slide-active figure {
  transform: scale(0.96);
}
.terminal-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  transform: scale(0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.terminal-slide figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.terminal-bg {
  position: absolute;
  left: 23.8%;
  top: 0;
  width: 22%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.terminal-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.terminal-eq {
  position: relative;
  margin: auto;
  margin-top: 40px;
  width: 57px;
  z-index: 20;
}
.terminal-eq span {
  display: block;
  height: 57px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4) url(../images/eq.png) center no-repeat;
}
.terminal-eq:hover .eq-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}
.eq-show {
  position: absolute;
  padding-bottom: 12px;
  left: 50%;
  margin-left: -50px;
  bottom: 100%;
  width: 100px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  pointer-events: none;
}
.eq-show:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 7px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}
.eq-show img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 10px;
  background: #fff;
  border-radius: 10px;
}
.terminal-btns {
  position: fixed;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 61px;
  height: 61px;
  background: #996C33;
  border-radius: 50%;
  z-index: 24;
  pointer-events: none;
  display: none;
}
.terminal-btns:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -1.5px;
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.terminal-btns span {
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: 0.34s;
  -o-transition: 0.34s;
  -moz-transition: 0.34s;
  transition: 0.34s;
}
.terminal-btns span.prev {
  left: 9px;
  background: url(../images/prev1.png) center no-repeat;
}
.terminal-btns span.prev:hover {
  left: 6px;
}
.terminal-btns span.next {
  right: 9px;
  background: url(../images/next.png) center no-repeat;
}
.terminal-btns span.next:hover {
  right: 6px;
}
.next-case {
  position: relative;
  z-index: 2;
  padding: 156px 0 160px;
  overflow: hidden;
  text-align: center;
}
.case-bgs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 130%;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.next-case-btn {
  display: inline-block;
  text-align: center;
}
.next-case-btn:hover i {
  background: #996C33 url(../images/dd.png) center no-repeat;
}
.next-case-btn small {
  display: block;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.next-case-btn strong {
  display: block;
  padding: 24px 0 36px;
  line-height: 1;
  color: #fff;
  font-size: 60px;
}
.next-case-btn i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4) url(../images/dd.png) center no-repeat;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.next-case-btn em {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4) url(../images/dd.png) center no-repeat;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  /* opacity: 0; */
  z-index: 99999;
  /* mix-blend-mode: difference */
}
.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  -moz-transform: scaleX(1.45);
  -ms-transform: scaleX(1.45);
  -o-transform: scaleX(1.45);
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.slidetop.article-block,
.list-animate.article-block > li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.slidetop.articleShow,
.list-animate.articleShow > li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block > li:nth-child(2),
.list-animate.article-block > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block > li:nth-child(3),
.list-animate.article-block > div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block > li:nth-child(4),
.list-animate.article-block > div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block > li:nth-child(5),
.list-animate.article-block > div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block > li:nth-child(6),
.list-animate.article-block > div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block > li:nth-child(7),
.list-animate.article-block > div:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block > li:nth-child(8),
.list-animate.article-block > div:nth-child(8) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block > li:nth-child(9),
.list-animate.article-block > div:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block > li:nth-child(10),
.list-animate.article-block > div:nth-child(10) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.survey-titles.article-block .inner-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.survey-titles.articleShow .inner-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.survey-titles.articleShow .inner-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.survey-titles.articleShow .inner-hide:nth-child(3) strong {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.partial-info.article-block {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
}
.partial-info.articleShow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.innerheader.visflex .logo-wr .logo {
  opacity: 1;
  visibility: visible;
}
.innerheader.visflex .logo-wr .logo.hide {
  opacity: 0;
  visibility: hidden;
}
.innerheader.visflex .header-btn span {
  background: #966F62;
}
.innerheader.visflex .header-btn:before,
.innerheader.visflex .header-btn:after {
  background: #966F62;
}
.innerheader .logo-wr .logo {
  opacity: 0;
  visibility: hidden;
}
.innerheader .logo-wr .logo.hide {
  opacity: 1;
  visibility: visible;
}
.innerheader .header-btn span {
  background: #fff;
}
.innerheader .header-btn:before,
.innerheader .header-btn:after {
  background: #fff;
}

.inner-page-title{
	position: absolute;
	left: 159px;
	right: 159px;
	bottom: 78px;
	display: flex;
	justify-content: space-between;
  align-items: flex-end;
}
.inner-page-title strong{
  display: block;
  position: relative;
  padding-top: 36px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.inner-page-title strong:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 33px;
  height: 5px;
  background: #fff;
}
.inner-page-title .page-network{
  margin: 0;
}
.catering{
  position: relative;
  z-index: 2;
  padding: 80px 0 0 159px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.catering-text{
  padding-top: 156px;
}
.catering-titles{
  margin-bottom: 55px;

}
.catering-titles p{
  margin-bottom: 10px;
  color: #999999;
  font-size: 18px;
}
.catering-titles strong{
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 34px;
  font-weight: normal;
}
.cater-en small{
  display: block;
  margin-bottom: 10px;
  color: #999999;
  font-size: 18px;
  line-height: 1;
}
.cater-en p{
  color: #333333;
  font-size: 26px;
  line-height: 1;
  font-family: "Baskerville";
}
.catering-clor{
  margin-top: 54px;
}
.catering-clor p{
  margin-bottom: 26px;
  color: #999999;
  font-size: 18px;
  line-height: 1;
}
.catering-clor img{
  display: block;
  max-width: 100%;
  height: auto;
}
.catering-imgs{
  position: relative;
  right: -80px;
  width: 51.04vw;
  max-width: 980px;
}
.catering-imgs img{
  display: block;
  width: 100%;
  height: auto;
}

.propaganda-item1 strong{
  color: #e41985;
}
.propage-posite{
  position: relative;
}
.propage-posite img{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
}
.inner-page-banner .pfix{
  bottom: auto;
  left: 159px;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.survey-texts1 .survey-titles strong{
  color: #FA7892;
}
.catering-bgs{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  background-size: cover;
}
.catering1{
  padding: 90px 0 63px;
}
.colourate{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16.56%;
}
.colourate-top{
  margin-bottom: 115px;
}
.colourate-top p{
  margin-bottom: 20px;
  color: #CC3300;
  font-size: 18px;
  line-height: 1;
}
.colourate-top strong{
  display: block;
  margin-bottom: 43px;
  line-height: 1;
  color: #EA6D87;
  font-size: 45px;
  font-weight: normal;
}
.fonts{
  display: flex;
  flex-wrap: wrap;
}
.fonts span{
  display: inline-block;
  margin-right: 44px;
  color: #999999;
  font-size: 18px;
  line-height: 1;
}
.colourate-dp strong{
  display: block;
  margin-bottom: 38px;
  line-height: 1;
  color: #CC3300;
  font-size: 18px;
  font-weight: normal;
}
.colourate-dp img{
  display: block;
  width: auto;
  max-width: 100%;
}
.colourate-imgs{
  margin-right: -296px;
  width: 80.5%;
}
.colourate-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.draft{
  padding: 120px 11.666% 72px;
  display: flex;
  justify-content: space-between;
}
.draft-item{
  text-align: center;
  width: 22.125%;
}
.draft-item figure{
  display: block;
  line-height: 1;
}
.draft-item figure img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.draft-item p{
  display: inline-block;
  margin-top: 80px;
  position: relative;
  padding: 0 22px;
  line-height: 1;
  color: #CC3300;
  font-size: 21px;
  font-weight: bold;
}
.draft-item p:before,.draft-item p:after{
  position: absolute;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #CC3300;
  border-radius: 50%;
}
.draft-item p:before{
  left: 0;
}
.draft-item p:after{
  right: 0;
}
.limit{
  position: relative;
  z-index: 2;
  padding: 107px 0 0;
  background: #F9D8DA;
  overflow: hidden;
}
.limit .survey-texts1{
  padding-left: 159px;
}
.limit-en{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.limit-en img{
  display: block;
  width: auto;
  height: 100%;
}
.limit-imgs{
  margin-top: 60px;
}
.limit-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.annual-card{
  position: relative;
  z-index: 2;
  padding: 88px 159px;
}
.survey-texts2 strong{
  color: #58C9FF;
}
.cards{
  position: relative;
  z-index: 1;
  margin-top: -146px;
}
.cards:before{
  position: absolute;
  left: 0;
  top: 146px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  background: linear-gradient(-30deg, #CEF8FE 0%, #F7D6F5 66.666%, #D2F5FE 100%);
}
.cards-imgs{
  position: relative;
  
}
.cards-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.annuals{
  position: relative;
  padding: 108px 0 130px;
  display: flex;
  justify-content: center;
}
.annuals p{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 68px;
  color: #333333;
  font-size: 18px;
  width: 107px;
  height: 107px;
  border-radius: 50%;
}
.annuals p:last-child{
  margin-right: 0;
}
.one-card{
  position: relative;
  padding: 84px 0 158px;
}
.one-top{
  text-align: center;
}
.one-top img{
  display: block;
  margin: auto;
  width: 73.54%;
  height: auto;
}
.one-banner{
  margin-top: 122px;
}
.one-banner img{
  display: block;
  width: 100%;
  height: auto;
}
.cards1{ 
  margin-top: -10px !important;
}
.cards1:before{ top: 0;}
.card-computer{
  position: relative;
  padding: 175px 0 58px;
}
.card-pc{
  padding: 58px 159px 105px;
  background: linear-gradient(-30deg, #E7E5F9 0%, #D2F5FE 100%);
  
}
.computer-middle{
  position: relative;
  z-index: 2;
  margin-left: 36.47%;
  width: 35.08%;
}
.computer-middle img{
  display: block;
  width: 100%;
  height: auto;
}
.card-computer .card-min.left{
    display: block;
    position: absolute;
    left: 50px;
    top: 88px;
    width: 33.87%;
    height: auto;
}
.card-computer .card-min.right{
  display: block;
  position: absolute;
  right: 4.99%;
  top: 33.88%;
  width: 25.687%;
  height: auto;
}
.card-dom{
  text-align: center;
  padding-top: 60px;
}
.card-dom img{
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.specials{
  overflow: hidden;
}
.special-tops{
  position: relative;
  z-index: 3;
  padding-top: 138px;
  text-align: center;
}
.special-tops .special-bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
.special-tops .special-middle{
  display: block;
  margin: auto;
  width: 89.84%;
}
.special-bottom{
  position: relative;
  z-index: 2;
  margin-top: -190px;
  padding: 326px 159px 197px;
  background-attachment: local;
  background-size: cover;
}
.special-fix{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 110%;
  background-position: center;
  background-size: cover;
}
.special-color{
  display: flex;
  justify-content: center;
}
.special-color-item{
  margin-right: 7.49%;
  display: flex;
  align-items: center;
}
.special-color-item:last-child{
  margin-right: 0;
}
.special-color-item p{
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.special-color-item strong{
  display: inline-block;
  margin-left: 35px;
  color: #fff;
  font-size: 18px;
}
.special-imgs{
  margin-top: 50px;
  text-align: center;
}
.special-imgs img{
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.draft.article-block .draft-item figure{
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.draft.articleShow .draft-item figure{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.draft.article-block .draft-item:nth-child(2) figure{
  transition-delay: 0.25s;
}
.draft.article-block .draft-item:nth-child(2) p{
  transition-delay: 0.25s;
}
.draft.article-block .draft-item:nth-child(3) figure,.draft.article-block .draft-item:nth-child(3) p{
  transition-delay: 0.5s;
}
.draft.article-block p{
  opacity: 0;
  visibility: visible;
  transform: translateY(40px);
  transition: 0.5s;
}
.draft.articleShow p{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.article-block.fadeIns{
  opacity: 0;
  transition: 3.2s;
}
.articleShow.fadeIns{
  opacity: 1;
}
.annuals.article-block p{
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.annuals.articleShow p{
  opacity: 1;
  visibility: visible;
  animation: rollIn 1s ease-out;
}

@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}

.card-computer.article-block .card-min.left{
  opacity: 0;
  visibility: hidden;
  transform: translateX(50%);
  transition: 0.8s 0.25s;
}
.card-computer.article-block .card-min.right{
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: 0.8s 0.25s;
}

.card-computer.articleShow .card-min.left,.card-computer.articleShow .card-min.right{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.special-color.article-block .special-color-item{
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.65s;
}
.special-color.articleShow .special-color-item{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.special-color.articleShow .special-color-item:nth-child(2){
  transition-delay: 0.2s;
}
.special-color.articleShow .special-color-item:nth-child(3){
  transition-delay: 0.4s;
}
.special-color.articleShow .special-color-item:nth-child(4){
  transition-delay: 0.6s;
}
.special-tops{
  overflow: hidden;
}

.lake-logo{
  position: relative;
  margin: 17.75% auto;
  text-align: center;
  width: 62.72%;
}
.lake-logo img{
  display: block;
  margin: auto;
  max-width: 1062px;
  width: 100%;
}
.lake-logo .lake-in{
  position: absolute;
  left: 0;
  top: 0;
  width: 255px;
  height: auto;
}
.fadeLeft.article-block{
  clip-path: inset(0 100% 0 0);
  transition: 2s 0.35s;
}
.fadeLeft.articleShow{
  clip-path: inset(0 0 0 0);
}
.airship1{
  position: absolute;
  left: 9.375%;
  top: 190px;
  width: 16.14%;
  z-index: -1;
  pointer-events: none;
}
.airship img{
  display: block;
  width: 100%;
  height: auto;
}
.airship2{
  position: absolute;
  right: 5.729%;
  bottom: 97px;
  width: 17.08%;
}
.propagete-gif{
  text-align: center;
}
.propagete-gif img{
  display: block;
  margin: auto;
  max-width: 100%;
  width: 500px;
}
.animeSvg{
  margin: auto;
  width: 50%;
}
.animeSvg img{
  display: block;
  width: 100%;
  height: auto;
}
.lake-logo .lake-left{
  position: absolute;
  left: 0;
  top: 0;
  width: 24.1%;
}
.lake-logo .lake-right{
  position: absolute;
  right: 0;
  top: 0;
  width: 69.96%;
}
.lake-logo .lake-defalt{
  opacity: 0;
  visibility: hidden;
}
.lake-logo.article-block .lake-left{
  opacity: 0;
  transform: translateX(50%);
  transition: 0.78s;
}
.lake-logo.articleShow .lake-left{
  opacity: 1;
  transform: translateX(0);
}
.lake-logo.article-block .lake-right{
  clip-path: inset(0 100% 0 0);
  transition: 1.5s 0.4s;
}
.lake-logo.articleShow .lake-right{
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.lake-logo1{ width: 42.4%;}
.lake-logo1 .lake-defalt{ opacity: 1; visibility: visible;}
.ebrope{
  position: relative;
  margin-top: 120px;
  margin: 465px 0 496px;
}
.ebrope-en{
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  width: 188px;
}
.ebrope-en img{
  display: block;
  width: 100%;
  height: auto;
}
.ebrope-logo{
  position: relative;
  margin-left: 33.72%;
  width: 40.8%;
}
.ebrope-defaul img{
  display: block;
  width: 100%;
  height: auto;
}
.ebrope-text1{
  position: absolute;
  left: -4%;
  top: -33px;
  width: 7.843%;
}
.ebrope-text1 .ebrope-line{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 664%;
  background: url(../img/185.png) center top no-repeat;
  background-size: 100% auto;
}
.ebrope-imgs{
  position: absolute;
  left: -70px;
  bottom: -172px;
  height: 84px;
}
.ebrope-imgs img{
  display: block;
  height: 100%;
  width: auto;
}
.ebrope-text2{
  position: absolute;
  left: 27.74%;
  bottom: -14px;
  width: 25.29%;
}
.ebrope-text2 .ebrope-line{
  display: block;
  width: 100%;
  padding-bottom: 212.87%;
  background: url(../img/186.png) center bottom no-repeat;
  background-size: 100% auto;
}
.ebrope-text2 .ebrope-imgs{
  position: absolute;
  height: 62px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -104px;
}
.ebrope-text3{
  position: absolute;
  right: 34px;
  top: 26px;
  width: 7.843%;
}
.ebrope-text3 .ebrope-line{
  display: block;
  width: 100%;
  padding-bottom: 543.83%;
  background: url(../img/187.png) center top no-repeat;
  background-size: 100% auto;
}
.ebrope-text3 .ebrope-imgs{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ebrope-en.article-block{
  width: 0;
  overflow: hidden;
  transition: 0.88s;
}
.ebrope-en.articleShow{
  width: 188px;
}
.ebrope.article-block .ebrope-text1 .ebrope-line{
    transform: rotate(5deg);
    padding-bottom: 0;
    transition: 1.2s 0.4s;
}
.ebrope.articleShow .ebrope-text1 .ebrope-line{
  transform: rotate(0deg);
  padding-bottom: 664%;
}
.ebrope.article-block .ebrope-text1 .ebrope-imgs img{
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.8s 0.5s;
}
.ebrope.articleShow .ebrope-text1 .ebrope-imgs img{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


.ebrope.article-block .ebrope-text2 .ebrope-line{
  padding-bottom: 0;
  transition: 1s 0.7s;
}
.ebrope.articleShow .ebrope-text2 .ebrope-line{
  padding-bottom: 212.87%;
}

.ebrope.article-block .ebrope-text2 .ebrope-imgs img{
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.8s 0.9s;
}
.ebrope.articleShow .ebrope-text2 .ebrope-imgs img{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.ebrope.article-block .ebrope-text3 .ebrope-line{
  padding-bottom: 0;
  transition: 1s 1.1s;
}
.ebrope.articleShow .ebrope-text3 .ebrope-line{
  padding-bottom: 543.83%;
}
.ebrope.article-block .ebrope-text3 .ebrope-imgs img{
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.8s 1.3s;
}
.ebrope.articleShow .ebrope-text3 .ebrope-imgs img{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.contrast{
  padding: 9.8% 0 17.04%;
}
.contrast-title{
  display: block;
  padding-left: 10.56%;
  line-height: 1;
  color: #6e6f6e;
  font-weight: lighter;
  font-size: 56px;
}
.contrast-wrap{
  position: relative;
  margin-top: 9.2%;
  display: flex;
}
.contrast-wrap:before{
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  width: 1px;
  height: 100px;
  background: #f9f9f8;
}
.contrast-item{
  position: relative;
  text-align: center;
  width: 50%;
}
.contrast-item figure{
  display: block;
  margin: auto;
  width: 50.8%;
}
.contrast-item figure img{
  display: block;
  width: 100%;
  height: auto;
}
.contrast-item p{
  margin-top: 14.96%;
  color: #c0bfbf;
  font-size: 30px;
  line-height: 1;
  font-weight: lighter;
}
.contrast-wrap.article-block .contrast-item:nth-child(1){
  opacity: 0;
  visibility: hidden;
  transform: translateX(200px);
  transition: 0.78s;
}
.contrast-wrap.articleShow .contrast-item:nth-child(1){
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.contrast-wrap.article-block .contrast-item:nth-child(2){
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 1s 0.45s;
}
.contrast-wrap.articleShow .contrast-item:nth-child(2){
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.ebrope-ip{
  display: none;
}
.layui-layer-hui{
    background: #fff;
    border-radius: 32px;
}
.layui-layer-dialog .layui-layer-content{
  padding: 0;
  width: 242px;
  height: 60px;
  line-height: 60px;
  color: #56b9a3;
  font-size: 16px;
  border: 2px solid #4dbfa5;
  border-radius: 32px;
}
.survey-texts3 strong{ color: #F10438;}
.survey-imgs{
  position: absolute;
  right: 0;
  top: 4px;
}
.special-img-item{
  position: relative;
  z-index: 2;
  padding-bottom: 52.08%;
  overflow: hidden;
}
.special-img-item1{
  padding-bottom: 43.229%;
}
.special-img-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
}
.special-mz-logo{
  padding: 97px 0 68px;
  text-align: center;
}
.special-mz-logo img{
  display: block;
  margin: auto;
  width: 62.39%;
  height: auto;
  max-width: 1198px;
}
.fabulousd i{
  margin-right: 10px;
  vertical-align: middle;
}
.pbotom1 .share a{ margin-top: 8px;}
.weather{
  text-align: center;
  margin-top: 12.5%;
}
.weather img{
  display: block;
  width: 100%;
  height: auto;
}
.masters{
  position: relative;
  display: flex;
}
.master-left{
  position: relative;
  width: 50%;
  background: #E73269;
  transition: 0.8s 0.5s;
}
.master-left img{
  position: absolute;
  right: 12.18%;
  top: 50%;
  transform: translateY(-50%);
  width: 70.1%;
}
.master-siwper{
  position: relative;
  margin: 0;
  width: 50%;
  height: 56.04vw;
}
.master-slide{
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.master-slide figure{
  display: block;
  line-height: 1;
  overflow: hidden;
}
.master-slide figure img{
  display: block;
  width: 100%;
  height: auto;
}
.whole{
  position: relative;
  padding-bottom: 47.91%;
  background: #EA0029;
  overflow: hidden;
}
.whole-logo{
  position: absolute;
  left: 50%;
  margin-left: -18.8%;
  top: 50%;
  transform: translateY(-50%);
  width: 37.7%;
}
.whole-logo img{
  display: block;
  width: 100%;
  height: auto;
}
.whole-lamp{
  position: absolute;
  left: 159px;
  top: -60px;
  width: 10.52%;
}
.whole-lamp svg{
  width: 100% !important; 
  height: auto !important;
}
.whole-table{
  position: absolute;
  left: 140px;
  bottom: -110px;
  width: 21.87%;
}
.whole-table svg{
  width: 100% !important;
  height: auto !important;
}
.whole-stool{
  position: absolute;
  right: 105px;
  bottom: -100px;
  width: 21.45%;
}
.whole-stool svg{
  width: 100% !important;
  height: auto !important;
}
.animeShow.article-block{
  clip-path: inset(0 0 100% 0);
  transition: 0.8s;
}
.animeShow.articleShow{
  clip-path: inset(0 0 0 0);
}
.whole-table.article-block,.whole-stool.article-block{
  transition: 1.5s;
}
.whole-logo.article-block{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.whole-logo.articleShow{
  opacity: 1;
  visibility: visible;
  animation: circleScale 1.5s linear;
}

@keyframes circleScale {
  from {
    clip-path: circle(0 at center);
  }
  to {
    clip-path: circle(100% at center);
  }
}
.mz-btns{
  background: #F10438;
}
.mz-swiper{
  padding-bottom: 156px;
}
.so-love{
  position: relative;
  height: 768px;
  background: #E8033C;
  overflow: hidden;
}
.so-love-icon{
  position: absolute;
  left: 159px;
  top: 45px;
}
.so-love-icon img{
  display: block;
  width: auto;
  height: 51px;
}
.so-love-en{
  position: absolute;
  left: 159px;
  top: 50%;
  transform: translateY(-50%);
}
.go-home{
  position: absolute;
  left: 26.56%;
  top: 50%;
  width: 34.375%;
  padding: 14px 0 28px;
  transform: translateY(-50%);
  z-index: 2;
}
.go-home:before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 26px;
  height: 4px;
  background: #fff;
}
.go-home img{
  display: block;
  width: 100%;
  height: auto;
}
.go-home p{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 164px;
  white-space: nowrap;
}
.go-home small{
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  line-height: 1.4;
  color: #fff;
  font-size: 39px;
  z-index: -1;
}
.so-love-imgs{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 387px;
  bottom: 116px;
  background: #E8033C;
}
.so-love-imgs img{
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
  -webkit-mix-blend-mode: darken;
}
.so-love-title{
  position: absolute;
  right: -100px;
  top: -80px;
  width: 42.39vw;
  height: 42.39vw;
  border-radius: 50%;
  background: #F10438;
}
.so-love-wraps{
  position: absolute;
  left: 174px;
  bottom: 135px;
}
.so-love-wraps strong{
  display: block;
  line-height: 1.1;
  color: #FEEC8D;
  font-size: 48px;
  font-weight: normal;
}
.so-love-wraps span{
  display: block;
  margin-top: 18px;
  color: #32FDCE;
  font-size: 25px;
  line-height: 1;
}
.so-love-pc{
  position: relative;
  padding-bottom: 31.56%;
  background: #F5F5F5;
}
.so-love-pc img{
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -27.29%;
  top: -13.28vw;
  width: 54.58%;
  height: auto;
}
.templates{
  position: relative;
  padding-bottom: 60.41%;
  background: url(../img/230.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.templates-wrap{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 83.33%;
  height: auto;
}
.templates-wrap img{
  display: block;
  width: 100%;
  height: auto;
}
.shopping-mall{
  position: relative;
  overflow: hidden;
  padding-bottom: 26.45%;
}
.mall-bg{
  overflow: hidden;
}
.mall-bg img{
  display: block;
  width: 100%;
  height: auto;
}
.mall-conputer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 75.83%;
  text-align: center;
}
.mall-conputer img{
  display: block;
  max-width: 100%;
  height: auto;
}
.shopping-bttom{
  position: relative;
  padding-bottom: 54.58%;
  background: #C6CDDD;
}
.shooping-imgs{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84.375%;
  transform: translate(-50%,-50%);
}
.shooping-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.weather.article-block img,.special-mz-logo.article-block img,.so-love-imgs.article-block img{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s 0.3s;
}
.weather.articleShow img,.special-mz-logo.articleShow img,.so-love-imgs.articleShow img{
  opacity: 1;
  visibility: visible;
  animation: circleScale 1.5s 0.3s linear;
}
.go-home.article-block p span{
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateX(120px);
  transition: 0.8s;
}
.go-home.article-block p span:nth-child(2){
  transition-delay: 0.15s;
}
.go-home.article-block p span:nth-child(3){
  transition-delay: 0.3s;
}
.go-home.article-block p span:nth-child(4){
  transition-delay: 0.45s;
}
.go-home.article-block p span:nth-child(5){
  transition-delay: 0.6s;
}
.go-home.article-block p span:nth-child(6){
  transition-delay: 0.75s;
}
.go-home.articleShow p span{
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.go-home.article-block img{
  opacity: 0;
  visibility: hidden;
  transition: 0.78s 0.4s;
  clip-path: inset(0 0 100% 0);
}
.go-home.articleShow img{
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}

.survey-texts4 .survey-info{
  width: 732px;
}
.survey-texts4 .survey-info p{
  line-height: 1.8;
}
.survey-texts4 .survey-titles strong{
  color: #1B1C4C;
}
.special-lg-logo{
  padding: 0 0 146px;
}
.special-lg-logo img{
  width: 45.3125%;
  max-width: 870px;
}
.specilal-topbg{
  padding-bottom: 0;
  padding-top: 43.22%;
  background-position: center;
  background-size: cover;
}
.special-lg-pc{
  position: relative;
  padding-top: 115px;
  z-index: 2;
  margin-bottom: -50px;
}
.special-lg-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 37.656%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.special-lg-coupter{
  margin: auto;
  width: 68.22%;
}
.special-lg-coupter img{
  display: block;
  width: 100%;
  height: auto;
}
.applys{
  position: relative;
  z-index: 3;
  padding-bottom: 49.375%;
  overflow: hidden;
}
.applys .special-img-bg{
  height: 110%;
}
.applys-text{
  position: absolute;
  left: 50%;
  margin-left: -361px;
  top: 50%;
  transform: translateY(-50%);
  width: 722px;
  text-align: center;
}
.applys-text p{
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
.revotek{
  position: relative;
  z-index: 3;
  padding: 96px 0 150px;
}
.revotek:before{
  position: absolute;
  left: 0;
  top: 51vw;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  background: #0161AB;
}
.revotek-imgs{
  margin: auto;
  width: 74.58333%;
}
.revotek-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.revotek-video{
  position: relative;
  margin-top: -2px;
}
.revotek-video figure{
  display: block;
  line-height: 1;
  overflow: hidden;
}
.revotek-video figure img{
  display: block;
  width: 100%;
  height: auto;
}
.revotek-video .vides{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.revote-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  cursor: pointer;
  z-index: 3;
}
.revote-btn.play span{
  background: #fff url(../images/puase.png) center no-repeat;
}
.revote-btn span{
  display: block;
  position: relative;
  margin: auto;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #fff url(../images/play.png) center no-repeat;
}
.revote-btn p{
  margin-top: 30px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.special-lg-color{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 159px;
  z-index: 4;
}
.lg-color-list{
  display: flex;
}
.lg-color-item{
  position: relative;
  z-index: 3;
  margin-right: -20px;
}
.lg-color-item:nth-child(2){
  z-index: 2;
}
.lg-color-item:nth-child(3){
  z-index: 1;
}
.lg-color-item span{
  display: block;
  width: 121px;
  height: 121px;
  border-radius: 50%;
}
.lg-color-item p{
  margin-top: 16px;
  text-align: center;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.special-lg-dn{
  position: relative;
  margin-top: -15vw;
  margin-right: -11.19%;
  width: 68.8%;
}
.special-lg-dn figure{
  display: block;
  line-height: 1;
}
.special-lg-dn figure img{
  display: block;
  width: 100%;
  height: auto;
}
.special-pages{
  padding: 42px 160px 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.specal-item{
  width: 50.88%;
}
.specal-item figure img{
  width: 100%;
  height: auto;
}
.specal-item:nth-child(1){
  width: 55.14%;
  margin-left: -9.17%;
}
.specal-item:first-child{
  position: relative;
}
.lg-swiper{
  z-index: 2;
  background: #fff;
}
.lg-swiper:before{
  position: absolute;
  left: 0;
  top: 300px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  background: #ECECEC;
}
.terminal-eq2 span{
  background: #14224F url(../images/eq.png) center no-repeat;
}
.lg-btns{
  background: #14224F;
}
.educate-box{
  padding: 258px 159px 146px;
  background: url(../img/blovebg.png) repeat;
  overflow: hidden;
}
.educate-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 220px;
}
.educate-logo{
  width: 469px;
}
.educate-logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.educate-ipad{
  width: 46.666%;
}
.educate-ipad img{
  display: block;
  width: 100%;
  height: auto;
}
.educate-text{
  margin: auto;
  width: 66.6666%;
}
.educate-info{
  margin: auto;
  margin-bottom: 54px;
  width: 845px;
  max-width: 100%;
}
.educate-info p{
  text-align: center;
  line-height: 2;
  color: #333333;
  font-size: 16px;
}
.educate-page{
  text-align: center;
}
.educate-page img{
  max-width: 100%;
  width: auto;
  margin: auto;
}
.educate-op{
  position: relative;
  z-index: 2;
  padding: 145px 0 0;
}
.educate-bgs{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 37.39%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.educate-imgs{
  margin: auto;
  width: 67.3%;
}
.educate-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.surveys1{
  margin: auto;
  padding: 105px 160px 50px 50px;
  max-width: 1920px;
  box-sizing: border-box;
}
.sense-seein{
  position: relative;
  margin: auto;
  max-width: 1920px;
  padding-bottom: 20.8333%;
}
.sense-top{
  position: relative;
  line-height: 1;
}
.sense-top .sense-gg{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.sense-top .sense-hh{
  display: block;
  position: absolute;
  right: 18.9%;
  top: 23.54vw;
  width: 44.53%;
  height: auto;
}
.sense-logo{
  display: flex;
  align-items: center;
  margin-left: 18.43%;
}
.sense-logo-item{
  width: 28.07%;
  position: relative;
}
.sense-logo-item img{
  display: block;
  width: 100%;
  height: auto;
}
.sense-logo-item:nth-child(2){
  margin-left: 16.35%;
  width: 13.48%;
}
.sense-logo-item:first-child:before{
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 82px;
  content: "";
  width: 17px;
  height: 29px;
  background: url(../images/arrow3.png) center no-repeat;
}
.cards-box{
  padding: 11.45% 0 9.11%;
  display: flex;
  justify-content: center;
}
.cards-item{
  width: 32.44vw;
}
.cards-item:first-child{
  margin-right: 50px;
}
.cards-item img{
  display: block;
  width: 100%;
  height: auto;
}
.fresh{
  padding: 60px 0 3.56%;
  text-align: center;
}
.fresh img{
  display: block;
  margin: auto;
  width: 55.36%;
  height: auto;
}
.feww-range{
  position: relative;
  margin: auto;
  padding: 0 160px 24.48% 50px;
  max-width: 1920px;
  box-sizing: border-box;
}
.feww-imgs{
  position: relative;
  line-height: 1;
}
.feww-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.feww-title{
  position: absolute;
  left: 58px;
  top: 82px;
}
.feww-title strong{
  display: block;
  position: relative;
  padding-top: 28px;
  line-height: 0.8;
  color: #FCF7E0;
  font-size: 80px;
  font-family: "Adobe Arabic";
  font-weight: normal;
}
.feww-title strong:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 21px;
  height: 3px;
  background: #FCF7E0;
}
.feww-title small{
  display: block;
  position: relative;
  margin-top: 35px;
  padding-top: 42px;
  color: #FCF7E0;
  font-size: 30px;
  line-height: 0.8;
  font-family: "Adobe Arabic";
}
.feww-title small:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 21px;
  height: 3px;
  background: #FCF7E0;
}
.feww-pc{
  position: absolute;
  left: 50%;
  margin-left: -35%;
  top: 22.39vw;
  width: 70%;
}
.feww-pc img{
  display: block;
  width: 100%;
  height: auto;
}
.chicken{
  padding: 0 159px 0 50px;
  max-width: 1920px;
  box-sizing: border-box;
  margin: auto;
}
.chicken-fix{
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding-bottom: 180px;
}
.chicken-fix:before{
  position: absolute;
  right: 140px;
  bottom: -50px;
  content: "";
  width: 289px;
  height: 341px;
  background: url(../img/357.png) center no-repeat;
}
.chicken-left{
  display: flex;
  align-items: center;
}
.chicken-left .chiken-sm{
  display: block;
  width: 219px;
  height: auto;
}
.chicken-left .chicken-tt{
  display: block;
  width: 207px;
  height: auto;
}
.chicken-text{
  margin-left: 123px;
  padding-top: 80px;
}
.chicken-top{
  margin-bottom: 54px;
}
.chicken-top strong{
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #5F3C28;
  font-size: 47px;
  font-weight: normal;
}
.chicken-top p{
  color: #5F3C28;
  font-size: 24px;
  line-height: 1.2;
}
.chicken-info{
  width: 515px;
  max-width: 100%;
}
.chicken-info p{
  color: #858585;
  font-size: 24px;
  font-family: "Adobe Arabic";
  line-height: 1.3;
}
.chicken-standard{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.chicken-standard strong{
  display: block;
  position: relative;
  padding-bottom: 16px;
  line-height: 1;
  color: #6B594C;
  font-size: 34px;
  font-family: "Adobe Arabic";
  font-weight: normal;
}
.chicken-standard strong:before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 21px;
  height: 3px;
  background: #6B594C;
}
.chicken-list{
  position: relative;
  padding-bottom: 62px;
  margin-left: 22px;
  display: flex;
}
.chicken-list span{
  display: block;
  margin-right: 90px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 22px solid #6B594C;
}
.chicken-list span:last-child{
  margin-right: 0;
}
.chicken-list span:Nth-child(2){
  border-color: #FAE9D5;
}
.chicken-list span:Nth-child(3){
  border-color: #FEF4F2;
}
.ecology{
  margin-top: 97px;
  padding: 0 159px 0 50px;
  box-sizing: border-box;
  margin: auto;
  max-width: 1920px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.ecology:before{
  position: absolute;
  left: 44.02%;
  bottom: -104px;
  content: "";
  width: 302px;
  height: 302px;
  background: #6B594D;
  z-index: 2;
}
.ecology-img{
  width: 39.88%;
}
.ecology-img img{
  display: block;
  width: 100%;
  height: auto;
}
.ecology-img:nth-child(1){
  padding-top: 60px;
  width: 59.63%;
}
.ecology-text{
  position: absolute;
  right: 159px;
  bottom: -52px;
  z-index: 5;
}
.characteristic-box{
  position: relative;
  padding: 200px 0 120px 50px;
  z-index: 2;
  max-width: 1920px;
  margin: auto;
  box-sizing: border-box;
}
.characteristic-bg{
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
  width: 58.85%;
}
.characteristic-bg img{
  display: block;
  width: 100%;
  height: auto;
}
.characteristic-left{
  padding-left: 8.93%;
  display: flex;
  align-items: flex-start;
}
.characteristic-info{
  margin-left: 158px;
  padding-top: 86px;
}
.characteristic-info{
  display: flex;
  padding-top: 90px;
  align-items: flex-start;
}
.characteristic-info .characteristic-in{
  margin-right: 28px;
}
.originals{
  padding: 0 159px 0 50px;
  max-width: 1920px;
  margin: auto;
  box-sizing: border-box;
}
.originals-banner{
  padding: 27px 32px;
  border-radius: 30px;
  background: #D1D0CD;
}
.originals-banner img{
  display: block;
  width: 100%;
  height: auto;
}
.propaganda-item{
  position: relative;
}
.propaga-logo{
  position: absolute;
  left: 63px;
  bottom: 49px;
  width: 122px;
  height: 122px;
  background: url(../img/366.png) center no-repeat;
  z-index: 3;
}

.propaga-logo.article-block{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.propaga-logo.articleShow{
  opacity: 1;
  visibility: visible;
  animation: circleScale 0.78s linear;
}
.sense-hh.article-block{
  clip-path: inset(0 0 100% 0);
  transition: 2.28s;
}
.sense-hh.articleShow{
  clip-path: inset(0 0 0 0);
}
.sense-logo.article-block .sense-logo-item:first-child{
  opacity: 0;
  visibility: hidden;
  transform: translateX(200px);
  transition: 1.28s 0.3s;
}
.sense-logo.articleShow .sense-logo-item:first-child{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.sense-logo.article-block .sense-logo-item:last-child{
  clip-path: inset(0 100% 0 0);
  visibility: hidden;
  transition: 0.88s 0.68s;
}
.sense-logo.articleShow .sense-logo-item:last-child{
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.fresh img.article-block{
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.fresh img.articleShow{
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.chicken-tt.article-block{
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 1.4s 0.25s;
}
.chicken-tt.articleShow{
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.characteristic-in.article-block.fadeLeft,.characteristic-ts.article-block.fadeLeft{
  clip-path: inset(0 0 100% 0);
}
.characteristic-in.articleShow.fadeLeft,.characteristic-ts.articleShow.fadeLeft{
  clip-path: inset(0 0 0 0);
}
.lake-logo2{
  margin: 17.5% auto 10%;
}
.spring{
  padding: 120px 160px 115px 50px;
  max-width: 1920px;
  margin: auto;
  box-sizing: border-box;
}
.spring-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13.4%;
}
.spring-item1{
  padding-right: 94px;
}
.spring-imgs img{
  display: block;
  width: 100%;
  height: auto;
}
.spring-item1 .spring-imgs:nth-child(1){
  width: 49%;
}
.spring-item1 .spring-imgs:nth-child(2){
  width: 21.11%;
}
.spring-item2 .spring-imgs:nth-child(1){
  width: 61%;
}
.spring-item2 .spring-imgs:nth-child(2){
  margin-right: 4.02%;
  width: 23.2%;
}
.spring-color{
  text-align: center;
}
.spring-color img{
  display: block;
  margin: auto;
  width: 30.23%;
}
.article-block.fadeDown{
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 1.2s 0.45s;
}
.articleShow.fadeDown{
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.article-block.fadeScale{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s 0.3s;
}
.articleShow.fadeScale{
  opacity: 1;
  visibility: visible;
  animation: circleScale 1.5s 0.3s linear;
}
.terminal-swiper-max{
  max-width: 1920px;
  margin: auto;
  box-sizing: border-box;
}

.kefa-logo{
	text-align: left;
}
.kefa-logo img{ position: relative; margin: 0;}
.propage-posite3 strong{ font-size: 45px;}
.propage-posite3 >img{ top: 0;}
.kafa-in{ margin: 146px auto; position: relative; text-align: center; width: 54.37%;}
.kafa-in .lake-defalt{ display: block; position: relative; z-index: 5; width: 100%; height: auto; margin: auto; }
.kafa-in .ring{ position: absolute; left: 30.38%; top: 30.4%; width: 39.3%; animation: circle1 5s linear infinite;}
.kafa-in .ring1{ position: absolute; left: 17.389%; top: 19.54%; z-index: -1; width: 64.82%; animation: circle2 5s linear infinite;}
.plate{ position: relative; z-index: 3; padding: 100px 114px 10%; box-sizing: border-box; max-width: 1920px; margin: auto;}
.plate:before{ position: absolute; left: 0; bottom: 0; z-index: -1; content: ""; width: 100%; height: 50%; background: #B7E2F8; }
.plate-wrap{ width: 65vw; height: 44vw; margin: auto;}

@keyframes circle1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes circle2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#mybook{
  margin: auto;
  max-width: 100%;
}
.booklet .b-wrap-left{
  background: none;
}
.booklet{ height: 100%;}
.plate-btn{
  position: absolute;
  bottom: 400px;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 12;
  cursor: pointer;
  transition: 0.36s;
}
.plate-btn:before{
  position: absolute;
  left: 50%;
  margin-left: -6.5px;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 13px;
  height: 21px;
}
.plate-btn.prev{
  left: 6.666%;
}
.plate-btn.prev:before{
  background: url(../images/prev2.png) center no-repeat;
}
.plate-btn.next{
  right: 6.666%;
}
.plate-btn.next:before{
  background: url(../images/next2.png) center no-repeat;
}
.booklet .b-page{ max-height: 100%;}
.plate1{ padding-bottom: 78px;}
.plate1 .booklet{ height: 860px;}
.kefa-list{ display: flex; justify-content: space-between; flex-wrap: wrap; padding: 140px 5.93% 52px; box-sizing: border-box; max-width: 1920px; margin: auto; margin-top: 145px; background: #CAE9FB;}
.kefa-list li{
  margin-bottom: 67px;
  width: 48.34%;
  line-height: 1;
}
.kefa-list li img{ 
  display: block;
  width: 100%;
  height: auto;
}
.book-item img{
  display: block;
  width: 100%;
  height: auto;
}
.propage-ip{
  position: relative;
  max-width: 1920px;
  margin: auto;
  margin-top: -320px;
  display: flex;
  justify-content: center;
}
.propage-items{ 
  width: 31.5%;
}
.propage-items img{
  display: block;
  width: 100%;
  height: auto;
}
.propage-items:first-child{
  margin-right: 64px;
}
.gangt-color{
  padding: 9.05vw 0 10.4vw;
}
.mether-day{
  text-align: center;
}
.mether-day img{
  display: block;
  margin: auto;
  width: 58.03%;
  height: auto;
}
.gent-li{
  margin-top: 15.6%;
  text-align: center;
}
.gent-li img{
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.lg1-swiper:before{
  background: #516EF7;
}
.comprehensive{
  position: relative;
  padding: 13% 114px 74px;
  z-index: 3;
  box-sizing: border-box;
  max-width: 1920px;
  margin: auto;
}
.comprehensive:before{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 50%;
  background: #3F68E0;
}
.comprehensive-ico{
  margin-bottom: 20.68%;
  text-align: center;
}
.comprehensive-ico img{
  display: block;
  margin: auto;
  max-width: 100%;
}
.comprehensive-li{
  display: flex;
  justify-content: space-between; 
}
.comprehensive-item{
  width: 28.36%;
}
.comprehensive-item img{
  display: block;
  width: 100%;
  height: auto;
}
.comprehensive-item:nth-child(2){
  margin-top: 28.78%;
}
.gt-btns{ background: #516EF7;}