@charset "utf-8";
* {box-sizing: border-box;margin: 0;padding: 0;}
img {display: block;max-width: 100%;}
a,a:hover {color: inherit;text-decoration: none;}
ul,li {list-style: none;}
html { background-color: #c2edef;font-size: 80px;}
input {appearance: none;outline: none; font-family: inherit; box-shadow: none; background: transparent; border: none; border-radius: 0;color: inherit;}
input::placeholder {font-family: inherit;color: inherit;opacity: 0.45;}
@font-face {
  font-family: 'iconfont';  /* Project id product2770605 */
  src: url('../fonts/font_2770605_8f5hwfltlv7.woff2?t=1652411632546') format('woff2'),
       url('../fonts/font_2770605_8f5hwfltlv7.woff?t=1652411632546') format('woff'),
       url('../fonts/font_2770605_8f5hwfltlv7.ttf?t=1652411632546') format('truetype');
}
.iconfont {font-family: "iconfont" !important;}
@font-face {
  font-family: "chagee";
  src: url("../fonts/SourceHanSerifCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"), url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype");
}


@font-face {
  font-family: 'iconfont';  /* Project id 2770605 */
  src: url('//at.alicdn.com/t/font_2770605_8f5hwfltlv7.woff2?t=1652411632546') format('woff2'),
       url('//at.alicdn.com/t/font_2770605_8f5hwfltlv7.woff?t=1652411632546') format('woff'),
       url('//at.alicdn.com/t/font_2770605_8f5hwfltlv7.ttf?t=1652411632546') format('truetype');
}
@font-face {
  font-family: "new york";
  src: url("../fonts/NewYorkSmall-Regular.otf") format("opentype");
}
@font-face {
  font-family: "chagee";
  src: url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"),  url("../fonts/SourceHanSerifCN-Regular.woff2") format("woff2"),url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN";
  src:url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCNBold";
  src:url("../fonts/SiYuanHeiTiCN-Heavy.otf") format("truetype");
}

body {
  max-width: 1920px;margin: 0;
  color: #3e3e3e;
  min-height: 100vh;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Serif CN", "SourceHanSansCN","chagee", "Segoe UI", "Helvetica Neue", sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
body.show-loader::before {content: "";
  position: fixed;left: 0;top: 0;height: 2px;
  background-color: rgba(224, 5, 9, 0.1);width: 100%;z-index: 30; pointer-events: none;
}
body.show-loader::after {
  content: ""; position: fixed; left: 0; top: 0; height: 2px;background-color: rgba(224, 5, 9, 0.5); width: 50px; z-index: 30; 
  pointer-events: none; -webkit-animation: load 2s linear infinite; animation: load 2s linear infinite;
}
canvas {max-width: 100%;max-height: 100%;}
body.release .content-scroll {position: fixed;height: 100vh;}
body.release .content-scroll .wrapper-scroll {will-change: transform;}
@-webkit-keyframes load {
  0% {transform: translateX(0);}
  100% {transform: translateX(100vw);}
}
@keyframes load {
  0% {transform: translateX(0);}
  100% {transform: translateX(100vw);}
}
html,body {scrollbar-width: none;}
/**/
::-webkit-scrollbar {display: none;}


.virtual-scroll {
  position: fixed; width: 17px; height: 100vh; right: 0; top: 0;
  z-index: 35; background-color: rgba(0, 0, 0, 0); opacity: 0; transition: opacity 0.25s; user-select: none; display: none;
}
.virtual-scroll:hover {opacity: 1;background-color: #fff;}
.virtual-scroll:hover .virtual-scroll-thumb {width: 13px; border-radius: 0px;}
.virtual-scroll:before {content: '';position: absolute;width: 100vw;right: 0;height: 100vh; top: 0;display: none;z-index: -1;}
.virtual-scroll.dblclick:hover:after {
  content: '双击返回顶部';
  position: absolute;
  line-height: 40px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: 25px;
  bottom: 50px;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
}
.virtual-scroll.active {opacity: 1;}
.virtual-scroll.mousedown:before {display: block;}
.virtual-scroll .virtual-scroll-thumb {
  position: absolute;
  width: 7px;
  height: 200px;
  background-color: #444;
  right: 2px;
  border-radius: 7px;
  top: 0;
  transition: background-color 0.25s;
  cursor: pointer;
}
.virtual-scroll .virtual-scroll-thumb:hover {background-color: #222;}
.virtual-scroll .virtual-scroll-thumb:hover.active {background-color: #000;}
.virtual-scroll .virtual-scroll-thumb.active {background-color: #000;}
.to-top {
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  background-color: #e00509;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  z-index: 4;
}
.to-top.home-page {bottom: calc(0.4rem + 80px);}
.to-top .iconfont {transform: rotate(180deg);font-size: 0.24rem;}
.to-top .t {font-size: 14px;margin-top: 5px;}
.to-top::after {
  content: "";position: absolute;width: 100%;height: 100%;
  border-radius: 50%;left: 0;top: 0; background-color: #e00509; opacity: 0.2; z-index: -1; transition: all 0.25s;}
.to-top:hover::after {transform: scale(1.2);}
.content-scroll {
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  /* overflow: hidden; */
  overflow-y: auto;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 2;
  /*background-image: url(../images/bgbg.jpg);*/
  background-image: linear-gradient(to right, #f6e6d7, #fff6ef, #f6e6d7);
  background-size: 100% auto;
}
.content-scroll .wrapper-scroll {position: relative;z-index: 1;}
@media (min-width:1921px) {
  .content-scroll {left: 50%;margin-left: -960px;}
}
.zs {
  background-image: url(../images/zstn.png);
  max-width: 1920px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-size: auto 100%;
  background-position: center center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {position: fixed;width: 100%;top: 0;height: 100%;left: 0;z-index: 20;background-color: #fff;}
.loader .loading {width: 2rem;position: absolute;left: 50%;top: 50%;margin: -1rem 0 0 -1rem;}
.loader .loading svg {stroke: #222;fill: #fff;stroke-dasharray: 1500 1500;stroke-dashoffset: -1500;}
.bg-linear {background-image: linear-gradient(to right, #f6e6d7, #fff6ef, #f6e6d7);}
.menu { position: fixed;right: calc(98 / 1920 * 100vw);top: calc(66 / 1920 * 100vw);z-index: 10;pointer-events: none; cursor: pointer;}
@media (min-width:1921px) {
  .menu {top: 66px;right: calc(50vw - 960px + 98px);}
}
.menu .logo{display: none;}
.menu .logo{position: fixed; left:; top: 0; width: 1.2rem;left: calc(98 / 1920 * 100vw);top: calc(66 / 1920 * 100vw);}
.menu .lists {color: #222;font-size: 18px;display: flex;flex-direction: column;justify-content: flex-start;}
.menu .lists a + a {margin-top: 0.2rem;display: block;}
.menu .lists {position: absolute; height: 0; overflow: hidden; width: 2rem; top: 3rem; left: -0.5rem;}
.menu .line {position: absolute; width: 0.51rem; height: 0; top: 1.15rem;left: -0.07rem;display: block;transition: all .2ms ease; opacity: 1;}
.menu .t {font-size: 18px;font-weight: 700;}
.menu .e {white-space: nowrap;}
.menu .lists a {line-height: 1.3;}
.menu .lists a:hover {color: #e00509;}
.menu .lists a .text {transform: rotate(-5deg);transform-origin: left center;}
.menu .lists a:nth-child(3n) {margin-left: -0.1rem;}
.menu .lists a:nth-child(1) {margin-top: 0;}
.menu .lists a:nth-child(even) {margin-bottom: 0.2rem;}
.menu .lists a:nth-child(even) .text {transform: rotate(5deg);margin-left: 0.25rem;}
.menu .c-box { width: 1rem;cursor: pointer;position: relative;z-index: 2; transition: all .2ms ease; transform: rotate(0deg);}
.menu .c-box .c { -webkit-animation: rotation-clockwise 10s linear infinite; animation: rotation-clockwise 10s linear infinite;}
.menu .c-box .cc {position: absolute; left: 0; top: 0;}
.menu .box { position: absolute; height: 8rem; width: 3rem; top: 0; right: -1rem; display: none;}
.menu.on {pointer-events: all;}
.menu.active .c-box,.menu:hover .c-box {transform: rotate(-80deg);}
.menu:hover .box,.menu:hover .lists {display: block;}
.menu:hover .line {height: auto; opacity: 1;}
.menu:hover .lists{height: auto; overflow: initial;}
.menu:hover+.content-scroll::before,.content-scroll.active::before {display: block;opacity: 1;}
.content-scroll::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.75s;
  display: none;
}
.page-icons {position: fixed;left: 40px;top: calc(100vh - 240px);z-index: 5;}
.page-icons ul li {width: 30px;line-height: 28px;border-radius: 50%;display: block;border: 1px solid #111;text-align: center; font-size: 18px;transition: all 0.25s;}
.page-icons ul li:hover {color: #e00509;border-color: #e00509;}
.page-icons ul li + li {margin-top: 15px;}
.page-icons ul li.contact {width: auto;line-height: 1.3;border: none;font-size: 0.22rem;display: none;}
.page-icons ul li a{display: block; padding: 5px;}
.page-icons.page-icons-index {top: calc(100vh - 310px);}
.page-icons.page-icons-index li.contact {display: block;}
.page-icons .temdianhua{display: none;}
.header-logo {position: absolute;display: flex;left: 0.77rem;top: 0.6rem;z-index:9;align-items: flex-end;flex-direction: column;}
.header-logo .logo-img {display: block;}
.header-logo .logo-img .logo-box{height:.7rem;}
.header-logo ul {display: flex;padding-left: 0.9rem;width: 100%;justify-content: center;}
.header-logo ul li {width: 30px;line-height: 28px;border-radius: 50%;display: block;border: 1px solid #111;text-align: center;font-size: 18px;transition: all 0.25s;}
.header-logo ul li:hover {color: #e00509;border-color: #e00509;}
.header-logo ul li + li { margin-left: 15px;}
.cavbox1{transition:all 2s ease .2s; opacity: 0;}
.cavbox1.active{ opacity:1;}

.news-detail {font-family: "微软雅黑";}
.news-detail .section1 {min-height: calc(100vh - 1.5rem);}
.news-detail .section1 .bg {background-image: url(../images/bg.jpg);height: 6rem;background-size:cover;background-position: center center; background-repeat: no-repeat; opacity: 0.9;}
.news-detail .section1 .content {position: relative;z-index: 2;width: 14rem;margin: -2rem auto 0;display: flex;background-color: #f7f7f7;}
.news-detail .section1 .content .left {padding: 0.8rem;}
.news-detail .section1 .content .left img {height: auto!important;}
.news-detail .section1 .content .left .t {margin-bottom: 0.3rem;}
.news-detail .section1 .content .left .t h3 {font-size: 0.3rem;line-height: 1.5;margin-bottom: 0.2rem;}
.news-detail .section1 .content .left .box {line-height: 2;font-size: 16px;text-align: justify;}
.news-detail .section1 .content .left .box img {display: inline-block;margin: 0.2rem auto;}

.home { padding-bottom: 80px;}
.home .topbg{
    background-image: url('../images/bj.png'); background-position: center; background-size: 120px auto;
}
.home .section1 { /* height: 100vh; */display: flex; align-items: center; justify-content: center;position: relative;
    
}
.home .section1 .from {width: 2.3rem;left: 6.2rem;top: 1.1rem;position: absolute;}
.home .section1 .slogan {width: 70%;}
.home .section1 .cav1 ,.home .section1 .cavbox1 {position: absolute;left: 0;top: 0;z-index: 3;width: 100%;height: 100%;}
.home .section1 .cav1 canvas,.home .section1 .cavbox1 canvas {position: relative;z-index: 2;display: block;}

.home .cup-box::after {content: ''; position: absolute; left: 0; top: 0;  z-index: 9; width: 100%; height: 100%;}
.home .cup-box .shadow {width: 40%;right: 32%;bottom: 0; opacity: .5; position: absolute;z-index: 1;transform-origin: center bottom;will-change: transform;}
.home .section2 {text-align: center;font-size: 0.2rem;line-height: 2;padding: 0 2rem 0.1rem; color:#ffe7c3;}
.home .section2 h3 {font-size: 0.4rem;line-height: 1.5; margin-bottom: .3rem; color:#ffe7c3;}
.home .section2 span {display: block;}
.home .section2 p {padding: .03rem 0;}
.home .section2 .item + .item {margin-top: 0.4rem;}
.home .section2 .more-box{margin-top: .2rem;}
.home .section2-1 {background-image: url("../images/chagge-fill-vertical.svg");background-repeat: no-repeat;background-position: center 0;padding: 0.65rem 1.15rem 1.9rem;background-size: 1.6rem auto;}
.home .section2-1 .lists {display: flex;flex-direction: column;align-items: flex-start;}
.home .section2-1 .lists .item:nth-child(even) {align-self: flex-end;padding-left: 0.6rem;}
.home .section2-1 .lists .item:nth-child(even) .text {padding-left: 0.8rem;}
.home .section2-1 .lists .item:nth-child(even) .text:before {left: 4.65rem;}
.home .section2-1 .lists .item {width: 8.2rem;}
.home .section2-1 .lists .item:nth-child(1) .text {margin-left: 1.2rem;}
.home .section2-1 .lists .item:nth-child(3) {padding-left: 1.4rem;}
.home .section2-1 .lists .item:nth-child(3) .flex {padding-left: 0.4rem;}
.home .section2-1 .lists .item h3 {
  font-size: 1.3rem;
  color: #e00509;
  line-height: 1;
  text-transform: uppercase;
}
.home .section2-1 .lists .item span {
  font-size: 0.7rem;
  color: #e00509;
  vertical-align: top;
}
.home .section2-1 .lists .item span + span {font-size: 0.4rem;}
.home .section2-1 .lists .item .flex {display: flex;}
.home .section2-1 .lists .item .flex span {font-weight: 700;display: block;line-height: 1;}
.home .section2-1 .lists .item .flex p {padding-left: 0.2rem;}
.home .section2-1 .lists .item .text {padding-left: 1.6rem;position: relative;}
.home .section2-1 .lists .item .text:before {content: "";position: absolute;width: 1.3rem;height: 2px;background-color: #e00509;left: 0;top: 0.25rem;}
.home .section2-1 .lists .item .text .title {font-size: 0.36rem;font-weight: 700;padding-bottom: 5px;}
.home .section2-1 .lists .item .text .des {font-size: 0.22rem;line-height: 1.7;opacity: 0.7;}
.home .section2-1 .lists .item + .item {margin-top: 0.2rem;}
.home .cav2s canvas,
.home .cav4 canvas,
.home .cav5 canvas {width: 100% !important;height: 100% !important;display: block;position: relative;z-index: 2;}
.home .cav4 {position: absolute;width: 100%;top: 0;right: 0;height: 100%;}
.home #cav4,.home #cav5 {position: absolute;width: 100% !important;height: 100% !important;left: 0;top: 0;}
.home .section3 {position: relative;padding-bottom: 2rem;margin-top: 1rem;}
.home .section3 .cav2 {position: absolute;width: 4.5rem;right: 1.7rem;top: 0.6rem;}
.home .section3 .cav2 .circle {-webkit-animation: rotation-clockwise 16s linear infinite;animation: rotation-clockwise 16s linear infinite;}
.home .section3 .cav2s {
  position: absolute;
  width: 5rem;
  height:5rem;
  right: 1.45rem;
  top: 0.3rem;
  z-index: 3;
}
.home .section3 .cav2s canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 2;
}
.home .section3 .cav2s .shadow {
  width: 50%;
  right: 25%;
}
.home .section3 .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.home .section3 .box .img-lists {
  width: 12.5rem;
  height: 12.5rem;
  position: relative;
  z-index: 1;
}
.home .section3 .box .img-lists .item {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center top;
  transition: all .2s ease;
  
}
@keyframes myfirst
{
    from {opacity: 0;transform:rotate(-10deg); transform-origin: 50% 0%;}
    to {opacity: 1;transform: rotate(0deg); transform-origin: 50% 0%;}
}	
.home .section3 .box .img-lists .item.active{z-index: 2; animation: myfirst .5s;}
.home .section3 .box .img-lists .item .bg {
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0.3;
  position: relative;
  height: 100%;
  width: 100%;
}
.home .section3 .box .img-lists .item .img {
  width: 11.6rem;
  height: 11.6rem;
  position: absolute;
  background-size: 100%;
  z-index: 2;
  border-radius: 50%;
}
.home .section3 .box .title-lists {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  padding-left: 1.6rem;
}
.home .section3 .box .title-lists .wrapper:hover .item:hover .text {
  color: #e00509;
  transform: translateX(0.3rem);
}
.home .section3 .box .title-lists .wrapper:hover .item:hover .text svg {
  fill: #e00509;
  stroke: #e00509;
}
.home .section3 .box .title-lists .item {
  position: relative;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.home .section3 .box .title-lists .item.active .text {
  color: #e00509;
  transform: translateX(0.3rem);
}
.home .section3 .box .title-lists .item.active .text svg {
  fill: #e00509;
  stroke: #e00509;
}
.home .section3 .box .title-lists .item .arrow {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  left: -1.3rem;
  margin-top: -0.6rem;
  top: 0;
  transform: translateX(0);
  transition: transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .section3 .box .title-lists .item .arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.12s ease;
}
.home .section3 .box .title-lists .item .arrow img {
  width: 0.9rem;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
.home .section3 .box .title-lists .item .arrow .border {
  transition: opacity 0.2s ease;
}
.home .section3 .box .title-lists .item .arrow .fill {
  position: absolute;
  z-index: 3;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-0.5rem);
}
.home .section3 .box .title-lists .item:hover .arrow,
.home .section3 .box .title-lists .item.active .arrow {
  transform: translateX(0.2rem);
}
.home .section3 .box .title-lists .item:hover .arrow:before,
.home .section3 .box .title-lists .item.active .arrow:before {
  opacity: 1; transform: scale(1);
}
.home .section3 .box .title-lists .item:hover .arrow .border,
.home .section3 .box .title-lists .item.active .arrow .border {
  opacity: 0; transition: transform 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.14s ease;
  transform: translateX(0.2rem);
}
.home .section3 .box .title-lists .item:hover .arrow .fill,
.home .section3 .box .title-lists .item.active .arrow .fill {
  opacity: 1;
  transition: transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.12s ease;
  transform: translateX(0);
}
.home .section3 .box .title-lists .item .text {
  position: relative;
  z-index: 3;
  transition: color 0.3s, transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .section3 .box .title-lists .item .text svg {
  height: 0.95rem;
  max-width: 100%;
  margin-bottom: 0.15rem;
  transition: fill 0.3s, stroke 0.3s;
  fill: #fff;
  display: block;
  stroke-width: 0.2;
  stroke: #fff;
  
}
.home .section3 .box .title-lists .item .text svg path{fill: #fff;}
.home .section3 .box .title-lists .item .text .border {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .section3 .box .title-lists .item:hover .text svg path,
.home .section3 .box .title-lists .item.active .text svg path{fill:#e00509}
.home .section3 .box .title-lists .item .text .tles {
  font-size: 1rem; font-weight: bold;
}
.home .section3 .box .title-lists .item .text .des {
  font-size: 0.3rem;
}
.home .section3 .box .title-lists .item + .item {
  margin-top: 0.5rem;
}
.home .section4 {
  position: relative;
  padding: 1rem 0;
  margin-top: -2px;
}
.home .section4 .cav5 {
  position: absolute;
  width: 6.3rem;
  right: 0.95rem;
  bottom: 1.9rem;
}
.home .section4 .cav5 canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.home .section4 .cav5 .shadow {
  width: 50%;
  right: 25%;
}
.home .section4 .cav5 .svg {
  -webkit-animation: rotation-clockwise-reserve 16s linear infinite;
  animation: rotation-clockwise-reserve 16s linear infinite;
}
.home .section4 .text {
  padding: 1.4rem 0 1.6rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.home .section4 .text p + p {
  margin-top: 0.55rem;
}
.home .section4 .text span {
  position: relative;
}
.home .section4 .text span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #fff;
  left: 0;
  bottom: -20px;
}
.home .section3-1 {
  height: 110vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
  padding-bottom: 2.5rem;
}
.home .section3-1 .text {
  position: relative; flex: 1;
  text-align: center;
  z-index: 2;
  padding-top: 1.5rem;
  line-height: 1.3;
  font-size: .6rem;
}
.home .section3-1 .text div{margin-bottom: .6rem;}
.home .section3-1 .text div img{display: block; width: 3rem; margin: auto;}
.home .section3-1 .mask {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: 3;
}
.home .section3-1 .bg {
  background-image: url("../images/bj.png");
  background-size:120px auto;
  /*background-image: url("../images/dianzhao.jpg");*/
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .section5 {
  position: relative;
  padding: 0 0 2.5rem;
  z-index: 3;
  margin-top: -4px;
  /*background-image: url(../images/bgbg.jpg);*/
  background-image: linear-gradient(to right, #f6e6d7, #fff6ef, #f6e6d7);
  background-size: 100% auto;
}
.home .section5 .circle {
  position: relative;
}
.home .section5 .circle .bg-box {
  border-radius: 50%;
  width: 100%;
  transition: all .2s ease;
  position: relative;
  height: 100%;
}
.home .section5 .circle:hover .bg::before {
  opacity: 0.35;
}
.home .section5 .circle:hover .text {
  transform: translateY(-1.2rem);
}
.home .section5 .circle:hover .text .iconfont {
  transform: rotate(-135deg) translateY(0) scale(1);
  opacity: 1;
}
.home .section5 .circle .bg {
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.home .section5 .circle .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.home .section5 .circle .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.36rem;
  padding: 0.9rem;
  color: #fff;
  transition: transform 0.5s;
}
.home .section5 .circle .text .iconfont {
  width: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  background-color: #e00509;
  text-align: center;
  transform: rotate(-90deg) translateY(0) scale(0.5);
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  bottom: -0.6rem;
  left: 50%;
  margin-left: -0.6rem;
  cursor: pointer;
}
.home .section5 .circle1 {
  width: 8.8rem;
  height: 8.8rem;
  margin-left: 1rem;
}
.home .section5 .circle2 {
  width: 5.3rem;
  height: 5.3rem;
  margin-left: 3.2rem;
  margin-top: 0.4rem;
}
.home .section5 .circle3 {
  width: 6.8rem;
  height: 6.8rem;
  margin-left: 3.9rem;
  margin-top: 1.4rem;
}
.home .section5 .circle3 .svg {
  width: 9.02rem;
  height: 9.02rem;
  pointer-events: none;
  margin: -1.06rem 0 0 -1.06rem;
  position: absolute;
  left: 0;
  top: 0;
}
.home .section5 .circle4 {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 11rem;
  top: 8rem;
}
.home .section5 .circle4 .svg {
  width: 9.02rem;
  height: 9.02rem;
  pointer-events: none;
  margin: -2.41rem 0 0 -2.41rem;
  position: absolute;
  left: 0;
  top: 0;
}
.home .section5 .circle5 {
  width: 9rem;
  height: 9rem;
  position: absolute;
  right: 0;
  top: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .section5 .circle5 .border {
  width: 4.7rem;
}
.home .section5 .circle5 .shadow {
  width: 50%;
  right: 25%;
}
.home .section5 .titles {
  position: absolute;
  left: 1.1rem;
  z-index: 3;
  top: 2rem;
  color: #e00509;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.home .section5 .section5-swiper{display: none;}
.home .section6 {
  height: 90vh;
  background-color: #222;
  overflow: hidden;
  position: relative;
  margin-top: -2px;
}
.home .section6 .bg {
  background-image: url("../images/bg1.jpg");
  background-size:100% auto ;
  background-repeat: no-repeat;
  background-position: center 30%;
  position: absolute;
  width: 100%;
  height: 12.58rem;
  left: 0;
  bottom: 0;
}
.home .section7 {
  position: relative;
  z-index: 2;
  padding: 4.2rem 0 1.8rem;
  background-color: #f6e6d7;
}
.home .section7 .storeimg{display: flex; width:100%;}
.home .section7 .storeimg img{width: 100%;}
.home .section7 .storeimg .item:nth-child(1){width:35%;}
.home .section7 .storeimg .item:nth-child(2){width:65%;}
.home .section7 .partner {
  padding-bottom: 2rem;
}
.home .section7 .partner .title {
  height: 1.7rem;
  margin-left: 1.35rem;
}
.home .section7 .partner .star_war {
  height: 5rem;
  margin-top: 1rem;
  position: relative;
}
.home .section7 .partner .star_war canvas {
  width: 100% !important;
  height: auto !important;
}
.home .section7 .partner .star_war:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -6px;
  background: linear-gradient(to bottom, #f7f7f7, rgba(247, 247, 247, 0));
  height: 30%;
  z-index: 3;
}
.home .section7 .partner .star_war:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  background: linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0));
  height: 30%;
  z-index: 3;
}
.home .section7 .text {
  text-align: center;
  color: #e00509;
  position: absolute;
  top: -1.3rem;
  right: 1rem;
  line-height: 1;
}
.home .section7 .text img {
  width: 10.65rem;
}
.home .section7 .flex {
  display: flex;
}
.home .section7 .left {
  width: 9rem;
  flex-shrink: 0;
}
.home .section7 .left .earth {
  position: relative;
  width: 9rem;
  height: 9rem;
}
.home .section7 .left .earth img {
  position: relative;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
}
.home .section7 .STORE {
  height: 1.7rem;
}
.home .section7 .right {
  flex: auto;
  color: #3e3e3e;
}
.home .section7 .top {
  align-items: flex-end;
  padding-top: 0.4rem;
  transform: translate3d(0, 0, 0);
}
.home .section7 .search-box {
  flex-shrink: 0;
}
.home .section7 .search-box .location {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.home .section7 .search-box .location .iconfont {
  font-size: 0.3rem;
  color: #e00509;
}
.home .section7 .search-box .location .black {
  font-size: 20px;
  color: #3e3e3e;
}
.home .section7 .search-box .location .address {
  margin: 0 10px 0 5px;
}
.home .section7 .search-box .input {
  width: 3.6rem;
  position: relative;
  padding-left: 20px;
}
.home .section7 .search-box .input input {
  height: 55px;
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  font-family: initial;
  padding-right: 65px;
}
.home .section7 .search-box .input .search {
  position: absolute;
  font-size: 28px;
  right: 0;
  bottom: 0;
  line-height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.home .section7 .links {
  flex: auto;
  display: flex;
  overflow: hidden;
  height: 105px;
  background-image: url(../images/links.png);
  background-position: left center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
  color: #fff;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.home .section7 .links .img {
  background-image: url("../SVG/chagge-border.svg");
  background-size: auto 100%;
  height: 0.2rem;
  width: 100%;
  opacity: 0.3;
}
.home .section7 .links p {
  font-size: 0.36rem;
  font-weight: 700;
  font-style: italic;
}
.home .section7 .links .link {
  padding: 0 10px;
}
.home .section7 .scroll-y {
  margin-top: 0.35rem;
  overflow-y: auto;
  height: 6.2rem;
}
.home .section7 .scroll-y ::-webkit-scrollbar {
  display: block;
  width: 18px;
  background-color: #eee;
}
.home .section7 .scroll-y ::-webkit-scrollbar-thumb {
  background-color: #666;
}
.home .section7 .store-lists {
  display: flex;
  flex-wrap: wrap;
}
.home .section7 .store-lists .item {
  width: 50%;
  padding-right: 0.9rem;
  display: flex;
}
.home .section7 .store-lists .item .flex {
  align-items: flex-start;
}
.home .section7 .store-lists .item .no {
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #e00509;
  border-radius: 50%;
  flex-shrink: 0;
}
.home .section7 .store-lists .item .context {
  margin-left: 0.2rem;
  flex: auto;
  color: #5d5d5d;
  line-height: 1.7;
  text-align: justify;
}
.home .section7 .store-lists .item .store-name {
  font-size: 18px;
  color: #262626;
  font-weight: 500;
}
.home .section7 .store-lists .item .store-address {
  margin: 3px 0 6px;
}
.home .section7 .store-lists .item:nth-child(n + 3) {
  margin-top: 0.5rem;
}
.pc{display: block;}
.mobile{display: none;}
@-webkit-keyframes scroll_x {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes scroll_x {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}

.product {
  display: flex; position: relative; z-index: 1; background-color: #f6e6d7;
}
.product .section {
  width: 100vw;
  height: 100vh;
  position: relative;
  flex-shrink: 0;
}
@media (min-width:1921px) {
  .product .section {
    width: 1920px;
  }
}
.product .section0 .video-box{width:100%; height:auto;}
.product .section1 {
  position: relative;
}
.product .section1::after {
  content: "";
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-color: #d1161b;
  left: 50%;
  top: 50%;
  
  margin: -3.2rem 0 0 -3.2rem;
}
.product .section1 .tip {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .section1 .tip .iconfont {
  font-size: 0.4rem;
  -webkit-animation: scroll_x 1s infinite alternate;
  animation: scroll_x 1s infinite alternate;
  color: #e00509;
}
.product .section1 footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1rem;
  z-index: 3;
  background-color: transparent;
}
.product .section1 #rain {
  width: 100vw;
  height: 100vh;
}
.product .section1 .lb {
  position: absolute;
  left: 40px;
  bottom: 0;
  font-size: 0.36rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  z-index: 2;
  height: 100%;
  text-align: center;
  pointer-events: none;
}
.product .section1 .mask {
  -webkit-mask-image: url("../images/mask.png");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 7rem 7rem;
  position: relative;
  z-index: 3;
}
.product .section1 .logo {
  position: absolute;
  width: 1.5rem;
  left: 0.75rem;
  top: 0.7rem;
}
.product .page-icons.page-icons-index{top: initial; bottom: .5rem;}
.product .section1 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  background-color: #f7f7f7;
}
.product .section1 .center img {
  width: 4.25rem;
}
.product .section2 {
  width: 22rem !important;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  position: relative;
}
.product .section2 .fp {
  display: flex;
  height: 100vh;
  align-items: center;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  padding: 0 0.5rem;
  position: absolute;
  right: 2rem;
  top: 0;
  font-size: 1.2rem;
}
.product .section2 .fp p {
  width: 2rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
}
.product .section2 .fp p:nth-child(1){margin-left:-2em}
.product .section2 .fp p:nth-child(2){margin-right:-2em}
.product .section2 .fp p span {
  display: block;
}
.product .section2 .center .h {
  font-size: 1.84rem;
  line-height: 1;
  color: #e00509;
  font-weight: 700;
}
.product .section2 .center .flex {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.product .section2 .center .flex .h {
  padding-left: 0;
}
.product .section2 .center .text {
  color: #000;
  font-size: 0.46rem;
  padding-left: 0.6rem;
  line-height: 1.8;
}
.product .section3 {
  display: flex;
  width: 34rem !important;
}

.product .section3.section3-3{
  width: calc(15rem + 100vw);
  max-width: calc(15rem + 1920px);
}

.product .section3.section3-3 .img{
  width: 100vw;
  max-width: 1920px;
}
.product .section3 .img {
  width: 15rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.product .section3 .img .video-box {
  position: relative;
}
.product .section3 .img .video-box .video-control {
  height: 40px;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  z-index: 5;
}
.product .section3 .img .video-box:hover .video-control {
  opacity: 1;
}
.product .section3 .img .video-box .flex-box {
  position: relative;
}
.product .section3 .img .video-box .flex-box video {
  width: 100%;
  height: 6.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.product .section3.section3-3 .img .video-box .flex-box video{
  height: 100vh;
}
.product .section3 .img .bg {
  position: relative;
  height: 8.4rem;
  top: auto;
  background-size: cover;
  background-position: center center;
}
.product .section3 .img-small {
  width: 4.8rem;
  height: 8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4rem;
}
.product .section3 .img-small .bg {
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
}
.product .section3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background-size: contain;
  background-position: center top;
}
.product .section3 .text {
  padding-top: 2.4rem;
  padding-left: 1.1rem;
}
.product .section3 .text .top .t {
  font-size: 0.36rem;
  font-weight: 700;
}
.product .section3 .text .top .t span {
  font-weight: 400;
  font-size: 0.24rem;
  padding-top: 0.1rem;
  display: block;
}
.product .section3 .text .top .line {
  width: 0.5rem;
  height: 3px;
  background-color: #1c1c1c;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.product .section3 .text .top .d {
  font-size: 0.2rem;
}
.product .section3 .text .top .box {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.product .section3 .text .top .b {
  font-size: 0.24rem;
}
.product .section3 .text .top .des {
  font-size: 0.2rem;
  line-height: 2;
  width: 4rem;
  text-align: justify;
  margin-top: 5px;
}
.product .section3 .text .top .tip {
  opacity: 0.65;
}
.product .section3-3 .text .top .t {
  font-size: 0.5rem;
}
.product .section3:nth-of-type(even) .f-h p {
  -webkit-animation: name_move_down 10s linear infinite;
  animation: name_move_down 10s linear infinite;
}
.product .section3-3 .img .bg {
  height: 100vh;
}
.product .section3-2 .img .bg {
  height: 50vh;
  background-position-y: 35%;
}
.product .f-h,
.product .k {
  width: 2.6rem;
  border-right: 4px solid #000;
  height: 100vh;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.03;
  overflow: hidden;
}
.product .f-h p,
.product .k p {
  height: 100vh;
  -webkit-animation: name_move 10s linear infinite;
  animation: name_move 10s linear infinite;
  flex-shrink: 0;
  will-change: transform;
  overflow: hidden;
}
.product .f-h p span,
.product .k p span {
  display: block;
  text-align: center;
}
.product .section4 {
  width: 2.6rem;
}
.product .section4 .k {
  width: 2.6rem;
  height: 100vh;
  background-color: #e00509;
  color: #fff;
  font-size: 1.2rem;
  border: none;
}
.product .section4 .k p {
  white-space: nowrap;
  -webkit-animation: name_move 10s linear infinite;
  animation: name_move 10s linear infinite;
  flex-shrink: 0;
  height: 100vh;
  letter-spacing: 0.1rem;
}
.product .section5 {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  width: auto !important;
  min-width: 100vw;
  position: relative;
}
@media (min-width:1921px) {
  .product .section5 {
    min-width: 1920px;
  }
}
.product .section5 .lists {
  display: flex;
}
.product .section5 .lists .item {
  width: 3.4rem;
}
.product .section5 .lists .item + .item {
  margin-left: 1.5rem;
}
.product .section5 .lists .item p {
  font-size: 0.24rem;
  color: #000;
  text-align: center;
}
.product .section5 .lists .item p span {
  display: block;
  font-size: 0.18rem;
}
.product .section6 {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 3rem 0 1rem;
}
.product .section6 .wx-code {
  width: 2.5rem;
  text-align: center;
  font-size: 0.22rem;
}
.product .section6 .wx-code span {
  display: block;
}
.product .section6 .wx-code p {
  margin-top: 0.3rem;
  line-height: 1.8;
}
.news {
  padding: 2.5rem 1.4rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Serif CN", "Segoe UI", "Helvetica Neue", sans-serif;
}
.news .news-top {
  display: flex;
}
.news .news-top .img {
  width: 50%;
  height: 4.65rem;
  position: relative;
}
.news .news-top .img .bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: aquamarine;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/demo.jpg);
}
.news .news-top .text {
  width: 50%;
  padding: 0.5rem 0.65rem;
  background-color: #e00509;
  color: #fff;
}
.news .news-top .text .tip {
  font-size: 0.28rem;
}
.news .news-top .text h3 {
  font-size: 0.36rem;
  height: .8rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news .news-top .text div{line-height: .36rem;}
.news .news-top .text .time {
  margin-top: .6rem;
  font-size: 0.24rem;
  opacity: 0.6;
}
.news .lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.1rem;
}
.news .lists .item {
  display: block;
  width: 7.65rem;
}
.news .lists .item .img {
  position: relative;
  height: 4.3rem;
}
.news .lists .item .img .bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #7fd0ff;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/demo.jpg);
}
.news .lists .item .text {
  padding: 0.4rem 0.3rem;
}
.news .lists .item .text .tip {
  font-size: 0.28rem;
  color: #a0a0a0;
}
.news .lists .item .text h3 {
  font-size: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news .lists .item .text .time {
  font-size: 0.24rem;
  opacity: 0.6;
  margin-top: 5px;
}
.news .lists .item:nth-child(2n) {
  margin-left: calc(100% - 15.3rem);
}
.news footer {
  margin-top: 0.8rem;
}
.news .news-wrap{display: flex; align-items:center; padding:.1rem 0;}

.news .news-wrap .picimg{width: 50%;}
.news .news-wrap .picimg img{width: 100%;}
.news .news-wrap .text{flex: 1; margin-left:4%;}
.news .news-wrap .text h3{display:inline-block; margin-bottom:.2rem; font-size:.4rem; padding-bottom:.1rem; border-bottom:3px solid #f30000;}
.news .news-wrap .text p{line-height:.4rem; position:relative; padding-left:.2rem;}
.news .news-wrap .text p:before{content:""; position:absolute; top:40%; left:0; border-radius:.1rem; width:.1rem; height:.1rem; background-color:#e00509}
.news .news-wrap:nth-child(2n+2){flex-direction:row-reverse; background-color:#eee;}
.news .news-wrap:nth-child(2n+2) .text{text-align:right; margin-right:4%; margin-left:0;}
.news .news-wrap:nth-child(2n+2) .text p{padding-right:.2rem;}
.news .news-wrap:nth-child(2n+2) .text p:before{right:0; left:auto;}
.video-control {
  position: absolute;
  left: 0;
  height: 30px;
  bottom: -45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  opacity: 0;
  transition: opacity 0.25s;
}
.video-control .process {
  height: 6px;
  background-color: #b6b6b6;
  border-radius: 6px;
  flex: auto;
  margin-right: 25px;
  cursor: pointer;
}
.video-control .process .process-bar {
  height: 6px;
  border-radius: 6px;
  background-color: #000;
  transition: width 0.25s linear;
  pointer-events: none;
  position: relative;
  width: 0;
}
.video-control .process .process-bar:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../SVG/logo-red.svg");
  background-size: cover;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.video-control .controls {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.video-control .controls .fullscreen {
  display: none;
}
.video-control .controls p {
  cursor: pointer;
}
.video-control .controls p:hover {
  color: #e00509;
}
.video-control .controls .play .pause-icon {
  display: none;
}
.video-control .controls .voice .mute-icon {
  display: none;
}
.video-control .controls.playing .play .pause-icon {
  display: inline;
}
.video-control .controls.playing .play .play-icon {
  display: none;
}
.video-control .controls.muted .voice .voice-icon {
  display: none;
}
.video-control .controls.muted .voice .mute-icon {
  display: inline;
}
.video-control .controls p + p {
  margin-left: 15px;
}
.video-control.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-control.white .process {
  background-color: rgba(255, 255, 255, 0.2);
}
.video-control.white .process .process-bar {
  background-color: #fff;
}
.about .section1 {
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.about .section1 .logo-box {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 3rem;
}
.about .section1 .letters {
  position: absolute;
}
.about .section1 .right {
  width: 13rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  z-index: 2;
}
.about .section1 .right:hover .video-control {
  opacity: 1;
}
.about .section1 .right video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 5.5rem;
  display: block;
  width: 100%;
}
.about .section1 .right .watch {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.4rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  cursor: pointer;
}
.about .section1 .right .watch .t {
  font-weight: 700;
}
.about .section1 .right .watch .iconfont {
  font-size: 0.5rem;
  margin-left: 0.1rem;
}
.about .section1 .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  font-size: 14px;
  text-align: center;
}
.about .section1 .down .iconfont {
  font-size: 0.3rem;
  margin-bottom: 5px;
  -webkit-animation: name_move_half 1s ease-in-out infinite alternate;
  animation: name_move_half 1s ease-in-out infinite alternate;
}
.about .section4-1 {
  padding: 1rem 1.7rem;
}
.about .section4-1 .t {
  line-height: 2.2;
  font-size: 0.26rem;
  color: #7b7b7b;
  padding-bottom: 0.15rem;
}
.about .section4-1 .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .section4-1 .lists .item {
  width: calc(50% - 0.35rem);
  margin-top: 0.6rem;
}
.about .section4-1 .lists .item h3 {
  font-size: 0.26rem;
  color: #111;
  line-height: 1;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.about .section4-1 .lists .item h3::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 2px;
  background-color: #111;
  left: 0;
  bottom: 0;
}
.about .section4-1 .lists .item .d {
  font-size: 0.18rem;
  line-height: 2.5;
  text-align: justify;
  color: #7b7b7b;
}
.about .section2 {
  padding-top: 1.7rem;
}
.about .section2 .common-title {
  padding-bottom: 0.3rem;
  font-size:.8rem;
  font-weight: 600;
}
.about .section2  .common-title h3 {
  text-align: center;
  font-size: 0.3rem;
  color: #e00509;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.about .section2 h3{font-size:.6rem; text-align:center;}
.about .section2 .text {
  padding: 0 1.7rem;
}
.about .section2 .text p {
  font-size: 0.26rem;
  color: #7b7b7b;
  line-height: 2.2;
  text-align: center;
}
.about .section2 .text p span {
  display: block;
}
.about .section2 .text p + p {
  margin-top: 0.5rem;
}
.about .section2 ._logo {
  width: 2.85rem;
  margin: 0.9rem auto 0;
}
.about .section3 {
  padding: 1rem 1.7rem 1.8rem;
}

.about .section3 .common-title {
  font-size:.4rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
}
.about .section3 .title {
  font-size: 0.26rem;
  line-height: 1.8;
}
.about .section3 .flex .right{height: 5rem; display:flex; align-items:center; justify-content:center; width: 100%; background-image: url(../images/tea-graden1.jpg); background-position: center top; background-size:cover; background-repeat: no-repeat;
	    padding:1.5rem;
	}
	.about .section3 .flex .right .imagemobo{margin: auto; padding: 0; }
.about .section3 .text {
    flex: 1;
  font-size:.5rem;
  line-height: 2.5;
  color: #000;
}
.about .section3 .flex {
  display: flex;
  align-items: center;
}
.about .section3 .flex .left {
  flex: auto;
  padding-right: 0.6rem;
  text-align: justify;
  padding-top: 0rem;
}
.about .section3 .flex .left .title + .text {
  margin-top: 0.15rem;
}
.about .section3 .flex .left .text + .title {
  margin-top: 0.7rem;
}
.about .section3 .flex .right {
  width: 6.56rem;
  flex-shrink: 0;
}
.about .section3 .bottom {
  padding-top: 0.7rem;
}
.about .section3 .bottom .title {
  padding-top: 0.1rem;
}
.about .section4 {
  position: relative;
}
.about .section4 .chagge {
  height: 1.81rem;
  position: absolute;
  left: 1.7rem;
  top: -1.15rem;
  opacity: 0.5;
}
.about .section4 .video-control {
  bottom: 0;
}
.about .section4:hover .video-control {
  opacity: 1;
}
.about .section4 video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .section5 {
  padding: 1rem 0;
}
.about .section5 .common-title {
  padding-bottom: 1rem;
}
.about .section5 .swiper-wrapper {
  background-image: url(../images/line.svg);
  background-repeat: repeat-x;
  background-position: 50% center;
  background-size: auto 1.3rem;
  position: relative;
}
.about .section5 .swiper-wrapper:before,
.about .section5 .swiper-wrapper:after {
  content: "";
  background-image: url(../images/line-tiny.svg);
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.about .section5 .swiper-wrapper:after {
  background-position: -100% center;
}
.about .section5 .swiper-slide {
  width: 2.6rem;
  height: 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.about .section5 .swiper-slide .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background-color: #e00509;
}
.about .section5 .text {
  width: 3.2rem;
  text-align: justify;
  padding-left: 0.2rem;
  position: relative;
}
.about .section5 .text h3 {
  font-size: 0.42rem;
  color: #e00509;
}
.about .section5 .text .des {
  font-size: 0.24rem;
}
.about .section5 .swiper-slide.space {
  width: 1.7rem;
}
.about .section5 .swiper-slide:nth-child(odd) {
  justify-content: flex-end;
}
.about .section7 {
  padding-bottom: 1.7rem;
}
.common-title {
  padding-bottom: 0.85rem;
  text-align: center;
  color: #e00509;
  text-transform: uppercase;
}
.common-title .en{
    font-size: .3rem;
    font-family: "new york";
    font-weight: 600;
}
.common-title .cn{
    font-size:.6rem;
    font-weight: 600;
}
.common-title img {
  height: 1.4rem;
  margin: 0 auto;
}
.letters {
  width: 100%;
  overflow: hidden;
}
.letters .letter {
  display: flex;
  height: 2rem;
  justify-content: flex-start;
}
.letters .letter img {
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate3d(0, 0, 0);
  -webkit-animation: move_left 40s linear infinite;
  animation: move_left 40s linear infinite;
}
.letters .letter.right {
  justify-content: flex-end;
}
.letters .letter.right img {
  -webkit-animation: move_right 40s linear infinite;
  animation: move_right 40s linear infinite;
}
.letters .letter + .letter {
  margin-top: 0.1rem;
}
.contact .section1 .flex {
  display: flex;
  align-items: center;
}
.contact .section1 .flex .left {
  flex: auto;
  padding: 0.5rem 0.8rem 0.3rem 1.2rem;
  position: relative;
  background-color: #f7f7f7;
}
.contact .section1 .flex .left h3 {
  font-size: 0.36rem;
}
.contact .section1 .flex .left .phone {
  display: flex;
  align-items: center;
  color: #e00509;
  line-height: 1;
  margin: 0.35rem 0 0.4rem;
}
.contact .section1 .flex .left .phone .iconfont {
  font-size: 0.64rem;
}
.contact .section1 .flex .left .phone .text {
  padding-left: 0.1rem;
}
.contact .section1 .flex .left .phone .text .name {
  font-size: 18px;
}
.contact .section1 .flex .left .phone .text .tel {
  font-size: 0.52rem;
}
.contact .section1 .flex .left .address {
  font-size: 18px;
}
.contact .section1 .flex .left .ewms {
  display: flex;
  margin-top: 0.6rem;
}
.contact .section1 .flex .left .ewms .item + .item {
  margin-left: 0.5rem;
}
.contact .section1 .flex .left .ewms .item {
  width: 1.2rem;
}
.contact .section1 .flex .left .ewms p {
  margin-top: 0.2rem;
  text-align: center;
}
.contact .section1 .flex .left .tips {
  padding-top: 0.2rem;
  line-height: 1.8;
  font-size: 14px;
  opacity: 0.6;
}
.contact .section1 .flex .right {
  width: 11rem;
  flex-shrink: 0;
  height: 100vh;
  background-image: url("../images/contact_img.png");
  background-size: cover;
  background-position: center center;
}
.tea-party .section1 {
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.tea-party .section1 .cup-box {
  width: 6.2rem;
  height: 8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4rem;
  z-index: 3;
  opacity: 0;
}
.tea-party .section1 .cup-box canvas {
  position: relative;
  z-index: 2;
  display: block;
}
.tea-party .section1 .cup-box .shadow {
  width: 60%;
  right: 15%;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transform-origin: center bottom;
  will-change: transform;
}
.tea-party .section1 .letters {
  position: absolute;
}
.tea-party .section1 .right {
  width: 13rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  z-index: 2;
}
.tea-party .section1 .right:hover .video-control {
  opacity: 1;
}
.tea-party .section1 .right video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 5.7rem;
  display: block;
  width: 100%;
}
.tea-party .section1 .right .watch {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.4rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  cursor: pointer;
}
.tea-party .section1 .right .watch .t {
  font-weight: 700;
}
.tea-party .section1 .right .watch .iconfont {
  font-size: 0.5rem;
  margin-left: 0.1rem;
}
.tea-party .section1 .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  font-size: 14px;
  text-align: center;
}
.tea-party .section1 .down .iconfont {
  font-size: 0.3rem;
  margin-bottom: 5px;
  -webkit-animation: name_move 1s ease-in-out infinite alternate;
  animation: name_move 1s ease-in-out infinite alternate;
}
.tea-party .section2 {
  padding-bottom: 1.1rem;
}
.tea-party .section2 img{max-width: 80%; margin: auto;}
.tea-party .section2 .text {
  padding: 1.2rem 1.1rem 1.1rem;
  font-size: 0.26rem;
  line-height: 2.2;
  text-align: justify;
  color: #7b7b7b;
}
.tea-party .section2 .text .space {
  height: 0.4rem;
}
.tea-party .section2 .text .t {
  color: #1f1f1f;
}
.tea-party .section-common:nth-child(even) .img {
  flex-direction: row-reverse;
}
.tea-party .section-common + .section-common {
  margin-top: 2.2rem;
}
.tea-party .section-common .img {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.tea-party .section-common .img .img-box {
  width: 10.5rem;
  height: 8rem;
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
}
.tea-party .section-common .img .circle {
  position: absolute;
  width: 3.1rem;
  right: -0.8rem;
  bottom: -3.1rem;
}
.tea-party .section-common .img .box {
  flex: auto;
  padding: 0.8rem 1.4rem 0 1rem;
  position: relative;
}
.tea-party .section-common .img .box h3 {
  font-size: 0.7rem;
  line-height: 1.3;
  color: #e00509;
  margin-bottom: 0.3rem;
}
.tea-party .section-common .img .box h3 span {
  display: block;
}
.tea-party .section-common .img .box p {
  font-size: 0.2rem;
  color: #7b7b7b;
  line-height: 2.4;
  text-align: justify;
}
.tea-party .section3 .img {
  align-items: center;
}
.tea-party .section3 .img .img-box {
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 6rem; */
}
.tea-party .section3 .img .box {
  padding-top: 0;
}
.tea-party .section4 .img-box {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tea-party .section4 .img-box:hover .video-control {
  opacity: 1;
}
.tea-party .section4 .img-box .video-control {
  bottom: auto;
  position: relative;
  margin-top: 0.1rem;
}
.tea-party .section4 .img-box video {
  display: block;
  width: 100%;
  height: auto;
}
.tea-party .section5 {
  padding-bottom: 0.5rem;
}
.map .map-marker {
  position: absolute;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 25px;
  background-image: url("../SVG/map-marker-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  text-align: center;
  font-size: 13px;
  margin-left: -18px;
}
.map .map-marker.active {
  background-image: url("../SVG/map-marker-red.svg");
  z-index: 20;
}
.map .section1 {
  height: 100vh;
}
.map .section1 .flex {
  display: flex;
}
.map .section1 .flex .left {
  width: 30%;
  height: 100vh;
  overflow: hidden;
  padding-top: 1.3rem;
}
.map .section1 .flex .left .scroll-box {
  height: 100%;
  overflow-y: scroll;
}
.map .section1 .flex .left .scroll-box .search-box {
  margin: 0 0.5rem;
}
.map .section1 .flex .left .store-lists {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.map .section1 .flex .left .store-lists .item {
  display: flex;
  padding: 0.25rem 0.5rem;
}
.map .section1 .flex .left .store-lists .item:hover {
  background-color: #e7e7e7;
}
.map .section1 .flex .left .store-lists .item .flex {
  align-items: flex-start;
}
.map .section1 .flex .left .store-lists .item .no {
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #e00509;
  border-radius: 50%;
  flex-shrink: 0;
}
.map .section1 .flex .left .store-lists .item .context {
  margin-left: 0.2rem;
  flex: auto;
  color: #5d5d5d;
  line-height: 1.7;
  text-align: justify;
}
.map .section1 .flex .left .store-lists .item .store-name {
  font-size: 18px;
  color: #262626;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont {
  position: relative;
  font-size: 21px;
  margin-left: 5px;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:hover {
  color: #e00509;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:hover:before,
.map .section1 .flex .left .store-lists .item .store-name .iconfont:hover:after {
  opacity: 1;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:before {
  content: attr(data-text);
  position: absolute;
  line-height: 32px;
  font-size: 13px;
  color: #fff;
  background-color: #333;
  padding: 0 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  top: -42px;
  left: -15px;
  pointer-events: none;
  opacity: 0;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:after {
  content: "";
  border-top: 10px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 2px;
  top: -14px;
  pointer-events: none;
  opacity: 0;
}
.map .section1 .flex .left .store-lists .item .store-address {
  margin: 3px 0 6px;
}
.map .section1 .flex .right {
  width: 70%;
}
.map .section1 .flex .right #map {
  width: 100%;
  height: 100vh;
}
.map .section1 .flex .right #map img {
  max-width: unset;
}

.map-page .header-logo {
  left: 0.5rem;
  top: 0.3rem;
  flex-direction: row;
  align-items: center;
}
.map-page .to-top{display: none;}
.map-page .page-icons{left:2.6rem; top: .4rem;}
.map-page .page-icons ul li + li{margin: 0 0 0 15px;}
.map-page .page-icons ul{display: flex;}

.search-box {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.search-box .search-show {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38);
  padding: 0.2rem 0.3rem 0.3rem;
  width: 100%;
  top: 40px;
  line-height: 1.8;
  font-size: 15px;
  display: none;
  min-width: 500px;
}
.search-box .search-show .bb {
  text-align: center;
  background-color: #e00509;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}
.search-box .search-show .bb.disabled {
  cursor: not-allowed;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.38);
}
.search-box .search-show .tt {
  color: #888;
}
.search-box .search-show .tt span {
  padding: 0 3px;
  cursor: pointer;
}
.search-box .search-show .tt span.active {
  color: #e00509;
}
.search-box .search-show .aa {
  color: #e00509;
  border: 1px solid #e00509;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.search-box .search-show .ll {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-left: -10px;
}
.search-box .search-show .ll .ii {
  padding: 2px 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
.search-box .search-show .ll .ii.active {
  background-color: #e00509;
  color: #fff;
}
.search-box .location {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.map-page .location{display: none;}
.search-box .location .iconfont {
  font-size: 0.3rem;
  color: #e00509;
}
.search-box .location .black {
  font-size: 20px;
  color: #3e3e3e;
}
.search-box .location .address {
  margin: 0 10px 0 5px;
}
.search-box .input {
  width: 100%;
  position: relative;
  /*padding-left: 20px;*/
}
.search-box .input input {
  height: 55px;
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  font-family: initial;
  border-bottom: 1px solid #111;
  width: 100%;
  padding-right: 65px;
}
.search-box .input input:hover,
.search-box .input input:focus {
  border-bottom-color: #e00509;
}
.search-box .input .search,
.search-box .input .close {
  position: absolute;
  font-size: 28px;
  right: 0;
  bottom: 0;
  line-height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.search-box .input .close {
  right: 60px;
  font-size: 20px;
  width: 20px;
  opacity: 0.7;
  display: none;
}
.search-box .input .close.active {
  display: block;
}
#scroll-a .line {
  stroke-dasharray: 28;
  stroke-dashoffset: 0;
}
#scroll-a .ar-r1,
#scroll-a .ar-r2 {
  stroke-dasharray: 26.65;
  stroke-dashoffset: 26.65;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.forwards #scroll-a .ar-r1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.backwards #scroll-a .ar-r2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.hd.forwards #scroll-a .ar-r1 {
  stroke-dashoffset: 26.65;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.hd.forwards #scroll-a .ar-r2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.in.backwards #scroll-a .ar-r1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.in.backwards #scroll-a .ar-r2 {
  stroke-dashoffset: 26.65;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.g-r {
  position: fixed;
  bottom: 0.7rem;
  right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  cursor: pointer;
  mix-blend-mode: color-burn;
}
.g-r .sv {
  position: absolute;
  width: 1.4rem;
  left: 0.1rem;
  top: 0.1rem;
}
.g-r .sv svg {
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #111;
}
.g-r img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  will-change: transform;
}
.product-map {
  position: fixed;
  left: 0;
  top: 0.7rem;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  padding-left: 1.7rem;
}
.product-map .with-name {
  transform: translate3d(0, 110%, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-map .with-name img {
  width: auto;
  height: 0.44rem;
  margin-right: 0.6rem;
}
.product-map .with-name.active {
  transform: translate3d(0, 0, 0);
}
.product-map h3 {
  text-align: center;
  font-size: 0.26rem;
  margin-top: 0.2rem;
  color: #e00509;
}
.product-map .map-lists {
  width: 330px;
  display: flex;
  justify-content: space-between;
}
.product-map .map-lists .map-item {
  height: 20px;
  background-color: #3c3c3c;
  transform-origin: center;
  flex: auto;
}

footer {
  line-height: 1.5rem;
  text-align: center;
  color: #3e3e3e;
  font-size: 14px;
  margin-top: -2px;
}
footer a {
  text-decoration: underline;
  padding: 0 5px;
}
footer a:hover {
  color: #e00509;
  text-decoration: underline;
}
.search-lists {
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(55, 55, 55, 0.1);
  top: 60px;
  left: 20px;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}
.search-lists.active {
  display: block;
}
.search-lists .no-result {
  text-align: center;
  line-height: 55px;
}
.search-lists .item {
  padding: 20px;
  line-height: 1;
  cursor: pointer;
}
.search-lists .item:hover {
  background-color: #eee;
}
.search-lists .item .bold {
  color: #e00509;
}
.search-lists .item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.search-lists .item p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-lists .item + .item {
  border-top: 1px solid #eee;
}
@-webkit-keyframes rotation-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotation-clockwise-reserve {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@keyframes rotation-clockwise-reserve {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes move_right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes move_right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/* 通用分页样式 */
#page {
  padding-top: 0.85rem;
  display: block;
  text-align: center;
}
#page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 38px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  border-radius: 3px;
}
.xl-nextPage,
.xl-prevPage {
  width: 80px;
  color: #e00509;
  height: 28px;
}
#page li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}
#page li.xl-active {
  background-color: #e00509;
  border-color: #e00509;
  color: #fff;
}
#page li:hover {
  background-color: #e00509 !important;
  border-color: #e00509;
  color: #fff;
}
#page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
#page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#page li.xl-jumpButton {
  padding: 0 5px;
}
#xlJumpNum {
  width: 40px;
  margin: 0 3px;
}
.ss {
  position: relative;
}
.ss canvas {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
@-webkit-keyframes name_move {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes name_move {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes name_move_down {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes name_move_down {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes name_move_half {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes name_move_half {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
.lang_en .common-title {
  text-align: center;
  color: #e00509;
  font-size: 0.5rem;
}
.lang_en .common-title .tit {
  font-weight: 700;
  text-transform: uppercase;
}
.lang_en .about .section3 .flex .right {
  float: right;
  margin-left: 0.7rem;
  margin-bottom: 0.3rem;
}
.lang_en .about .section3 .flex {
  display: block;
  overflow: hidden;
}
.lang_en .product .section3-3 .text .top .t {
  font-size: 0.41rem;
  text-transform: uppercase;
}
.lang_en .home .section2 {
  font-size: 0.18rem;
  padding: 0 2.6rem 0.55rem;
}
.lang_en .home .section2 h3 {
  font-size: 0.32rem;
  text-transform: uppercase;
  color:#ffe7c3;
}
.lang_en .home .section3 .box .title-lists .item .text h3 {
  font-size: 0.5rem;
}
.lang_en .home .section3 .box .title-lists .item .text .des {
  font-size: 0.2rem;
}
.lang_en .home .section3-1 .text {
  font-size: 0.7rem;
  text-align: center;
  font-weight: 700;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.lang_en .home .section5 .circle .text {
  font-size: 0.3rem;
}
.lang_en .home .section4 .text {
  font-size: 0.5rem;
  letter-spacing: 0;
  font-weight: 700;
}
.lang_en .store-lists .item .store-name {
  text-transform: capitalize;
}
.lang_en .home .section7 .links p {
  text-transform: uppercase;
}
.lang_en .about .section2 .text p {
  font-size: 0.22rem;
}
.lang_en .about .section2 .text p + p {
  margin-top: 0.3rem;
}
.lang_en .about .section3 .title {
  font-size: 0.22rem;
  line-height: 1.5;
}
.lang_en .about .section3 .text {
  font-size: 16px;
  line-height: 2;
}
.lang_en .about .section3 .flex .left .text + .title {
  margin-top: 0.4rem;
}
.lang_en .about .section4-1 .t {
  font-size: 0.22rem;
  line-height: 2;
}
.lang_en .about .section4-1 .lists .item .d {
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
  color: #7b7b7b;
}
.lang_en .about .section5 .text {
  text-align: left;
}
.lang_en .about .section5 .text .des {
  font-size: 0.18rem;
}
.lang_en .tea-party .section2 .text {
  font-size: 0.22rem;
  line-height: 2;
}
.lang_en .tea-party .section2 .text .space {
  height: 0.3rem;
}
.lang_en .tea-party .section-common .img .box h3 {
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}
.lang_en .tea-party .section-common .img .box p {
  font-size: 0.18rem;
  line-height: 2;
}
.lang_en .contact .section1 .flex .left .tips {
  font-size: 12px;
}
.lang_en .contact .section1 .flex .left .phone .text .tel {
  font-size: 0.42rem;
  margin-top: 5px;
}
.lang_en .product .section2 .center .flex .h,
.lang_en .product .section2 .center .h {
  font-size: 0.8rem;
}
.lang_en .product .section2 .center .text {
  font-size: 0.4rem;
}
.lang_en .product .section3 .text .top .t span {
  display: none;
}
.lang_en .product .section2 .fp {
  writing-mode: vertical-lr;
  font-size: 0.42rem;
  flex-direction: column;
  white-space: nowrap;
}
.lang_en .product .section2 .fp div + div {
  margin-left: 0.3rem;
}
.lang_en .product .f-h,
.lang_en .product .section4 .k {
  writing-mode: vertical-lr;
  display: flex;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}
.lang_en .product .f-h div,
.lang_en .product .section4 .k div {
  height: 100vh;
  -webkit-animation: name_move 10s linear infinite;
  animation: name_move 10s linear infinite;
  flex-shrink: 0;
  will-change: transform;
  overflow: hidden;
  line-height: 2.6rem;
}
.lang_en .product .section4 .k {
  font-size: 0.66rem;
}
.lang_en .product .section3 .text .top .des {
  width: 7rem;
}
.lang_en .product .section6 .wx-code {
  width: 2.5rem;
  text-align: center;
  font-size: 0.18rem;
}
.lang_en .zs {
  background-image: url(../images/zstn-en.png);
}
.lang_en .map .section1 .flex .left .store-lists .item .store-address {
  font-size: 0.16rem;
}
.lang_en .home .section2-1 .lists .item .text .title {
  font-size: 0.3rem;
}
.lang_en .product .section5 .lists .item p span {
  font-size: 0.14rem;
  opacity: 0.75;
}
.lang_en .news .news-top .text h3,
.lang_en .news .lists .item .text h3 {
  height: auto;
  overflow: unset;
  font-size: 0.3rem;
  display: block;
  -webkit-line-clamp: unset;
}

.slogins{height: 100vh; width: 100vw; position: fixed; left: 0; top: 0; z-index: 2; background-image: url(../images/home.png); background-color: #f6e6d7; background-size: 50% auto; background-position: center; background-repeat: no-repeat;}
.product_video{height: 100vh; width: 100vw; position: fixed;left: 0; top: 0; z-index: 1;}
.product_video video{width: 100%; height: 100%;background-color: #f6e6d7;}
.contact-page .to-top{display: none;}
@media (max-width:1024px) {
	html{font-size:50px;}
	body{font-size: .4rem;}
	.mobile{display: block;}
	.pc{display: none;}
	.menu{right: .4rem; top:.4rem;}
	.menu .logo{position:fixed; left:.4rem; top:.55rem; width: 2.5rem;}
	.menu .logo img{max-width: 100%;}
	.menu.active .logo,.menu:hover .logo{display: block;}
	.menu .c-box{width: 1.7rem;}
	.menu .lists{width: 100%; position: fixed; top:4rem; left: 0; right: 0;}
	.menu .lists a{display: block; padding: .4rem;}
	.menu .lists a:nth-child(even),.menu .lists a:nth-child(3n),.menu .lists a + a{margin: 0;}
	.menu .lists a .text,.menu .lists a:nth-child(even) .text{transform:rotate(0deg);margin: 0;}
	.menu .lists a .text{display: flex;align-items: baseline;flex-direction: row-reverse;}
	.menu:hover .line{display: none;}
	.menu.active .c-box, .menu:hover .c-box {transform: rotate(0deg);}
	.menu .t{font-size: .54rem;}
	.menu .e{font-size: .4rem; margin-right: .3rem;}
	.common-title{text-align: center; color: #ff1500;}
	.common-title .en {font-size: .42rem; font-family: "new york";text-transform: capitalize;}
	.common-title .cn { font-size: 0.6rem; font-weight: 700;}
	.zs{display: none;}
	.home{padding-bottom: 0; width: 100%; overflow-x: hidden;}
	.to-top{display: none;}
	.to-top .t{display: none;}
	.to-top .iconfont{font-size: .4rem;}
	.home .inner_wapper{    box-shadow: 1px 1px 5px 0 rgba(55, 55, 55, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0.3rem 0.4rem;
    border-radius: 0.2rem;
    text-align: justify;
    word-break: break-all;}
	.page-icons{position: initial; padding: .2rem; box-shadow: 1px 1px 5px 0 rgba(55, 55, 55, 0.1);display: flex;align-items: center;justify-content:center;
	    background-color: rgba(255, 231,195, 0.9);border-radius: 1.3rem;margin: 0 .5rem;
	}
	
	.page-icons ul{display: flex; align-items: center;}
	.page-icons ul li{width: .7rem; line-height: .69rem;}
	.page-icons ul li,.page-icons ul li + li{margin: 0 .15rem;}
	.page-icons .temdianhua{display:block;}
	.home .section3 .box .title-lists .item .text svg{height: .85rem;}
	/*
	.page-icons ul li:nth-child(3),.page-icons ul li:nth-child(4){display: none;}
	*/
	.page-icons div{font-size: .36rem; margin-left: .2rem;}
	.header-logo{left: .5rem; top: .55rem;}
	.header-logo .logo-img{width: 2.5rem;}
	.header-logo .logo-img .logo-box{height: auto;}
	
	.home .section1{height: 75vh; display: block; padding-top:15vh;}
	.home .section1 .cavbox1{position: initial; height: 9rem; }
	.home .section1 .slogan{margin-top: -8rem;width:100%;}
	.home .cup-box .shadow{    bottom: 10%;width: 80%;right: 10%;opacity: .3;}
	.home .section2{padding: .4rem; margin-top:1rem;}
	.home .section2 h3{font-size: .56rem;padding: .2rem 0; color:#ffe7c3;}
	.home .section2 .inner_wapper{margin-top: .2rem; font-size: .32rem;}
	.more-box{margin-top: .4rem;}
	.more {  box-shadow: 1px 1px 5px 0 rgba(55, 55, 55, 0.1); display: inline-flex;align-items: center;height: 0.8rem;
		background-color: rgba(255, 255, 255, 0.5);adding: 0 0.3rem; font-size: 0.26rem; padding: 0 .4rem;border-radius: .5rem;
	}
	.more p {margin-top: 0 !important;}
	.more .iconfont {margin-left: 0.2rem;color: #ff1500;font-size: 0.3rem;}
	.more-box.t-r {text-align: right;}
	.more-box.t-c {text-align: center;}
	.home .section2 p{padding: .1rem 0;}
	.home .section3{padding-top: 1.5rem;}
	.home .section3 .box{display: block; position: relative;}
	.home .section3 .box .img-lists{width: 13.5rem; height: 13.5rem; margin-left: -3rem;}
	.home .section3 .box .title-lists{padding-right:.4rem;}
	.home .section3 .box .title-lists .item .text .tles{font-size: .7rem;}
	.home .section3 .box .img-lists .item .img{width:12.5rem; height:12.5rem;}
	.home .section3 .box .title-lists .item .arrow{top: .6rem; width: 1.2rem; height: 1.2rem;}
	.home .section3 .box .title-lists{top:initial; bottom:-1rem; height: auto;}
	.home .section3 .cav2s{top: 0; right:-1rem;}
	.home .section3 .cav2{right: -1rem;}
	.home .section2-1{padding: .4rem .4rem 1rem;}
	.home .section2-1 .lists .item{width: 100%;}
	.home .section2-1 .lists .item +.item{margin-top: .5rem;}
	.home .section2-1 .lists .item h3{font-size:.7rem;}
	.home .section2-1 .lists .item .text{margin-top: .2rem;}
	.home .section2-1 .lists .item .text:before{display: none;}
	.home .section2-1 .lists .item:nth-child(1) .text{margin-left: 0; padding-left: 0;}
	.home .section2-1 .lists .item:nth-child(even),
	.home .section2-1 .lists .item:nth-child(even) .text,
	.home .section2-1 .lists .item + .item,
	.home .section2-1 .lists .item .text
	{padding-left: 0;}
	.home .section2-1 .lists .item .text .title{padding-bottom: .2rem; font-size: .4rem;}
	.home .section2-1 .lists .item .text .des{font-size: .32rem; opacity: 1;}
	
	.home .section3-1{height: 8rem;font-size:.7rem;}
	.home .section3-1 .text{padding-top:1rem;}
	.home .section3-1 .text div{margin-bottom: .4rem;}
	.home .section3-1 .text div img{display: block;margin: auto; width:3.2rem;}
	.home .section3-1 .text p img{width:70%; display: block; margin: auto;}
	.home .section5{padding: 0 0 .5rem;}
	.home .section5::after{content: ''; clear: both; display: block; height: 0;}
	.home .section5 .circle{float: left; width: 4rem; height: 4rem; padding: .2rem;}
	.home .section5 .circle .svg{display: none;}
	.home .section5 .circle1,.home .section5 .circle2,
	.home .section5 .circle3,.home .section5 .circle4{margin: 0; position:relative;}
	.home .section5 .circle4{left: initial;top:initial;}
	
	
	.home .section4 .cav5{height: 6rem; width: 6rem; top: 0; right:-1rem; bottom: initial;}
	.home .section4 .cav5 .svg,.home .section4 .cav5 .shadow{display: none;}
	.home .section4 .text{padding: 1rem .4rem .4rem;font-size: .56rem;}
	.home .section4 .text p + p{ margin-top: .35rem;}
	.home .section4 .text h3{font-size:1rem;}
	.section5-pc{display: none;}
	.home .section5 .section5-swiper{display: block; width: 100%; overflow-x: hidden;}
	.home .section5 .section5-swiper .swiper-slide{text-align: center;}
	
	.home .section5 .section5-swiper .bg{width: 2rem; height: 2rem; border-radius: 100%; margin:1rem auto 0; transform:rotate(0); background-size:contain;}
	.home .section5 .section5-swiper .text{display: none; justify-content: center; font-weight: bold; margin-top: .8rem;}
	.home .section5 .section5-swiper .iconfont{ color: #ff1500; transform: rotate(-140deg); margin-left: .2rem;}
	.home .section5 .section5-swiper .swiper-slide-active .bg-box{margin-left: -1rem; margin-right: -1rem;}
	.home .section5 .section5-swiper .swiper-slide-active .bg{width: 4rem; height: 4rem;margin-top:0;}
	.home .section5 .section5-swiper .swiper-slide-active .text{display: flex;margin-left: -1rem; margin-right: -1rem;}
	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right{display: none;}
	.home .section6{height: 5rem;}
	.home .section6 .bg{height: 100%; background-size:100% auto; background-position: center 50%; background-repeat: no-repeat;}
	.home .section7{padding-top: 1rem; padding-bottom: 1rem;}
	.home .section7 .text{left:10%; right: 10%; top: -.9rem;}
	.home .section7 .text img{width: auto; height: 2.6rem; margin: auto;}
	.home .section7 .right{padding-left: .3rem; padding-right: .3rem;}
	.home .section7 .left{display: none;}
	.letters .letter{height: 1.6rem; }
	.letters .letter.right{margin-top: .2rem;}
	.home .section7 .storeimg{display: block;padding:.4rem}
    .home .section7 .storeimg img{width: 100%;}
    .home .section7 .storeimg .item:nth-child(1){width:100%}
    .home .section7 .storeimg .item:nth-child(2){width:100%}
	.home .section7 .STORE{height:.8rem;}
	.home .section7 .links{display: none;}
	.home .section7 .search-box{flex: 1;}
	.home .section7 .search-box .input{width: auto; padding-left: 0;}
	.home .section7 .store-lists .item{width: 100%; padding: 0; font-size:.36rem;}
	.home .section7 .store-lists .item:nth-child(n + 3){margin-top:0;}
	.home .section7 .store-lists .item+.item{margin-top: .3rem;}
	.home .section7 .store-lists .item .store-address{padding-bottom: 0;}
	footer{text-align: center; line-height: .6rem; padding: .8rem .2rem;}
	
	.page-icons-column{display: none;}
	/* about */
	.about .section1{ display: block; height: auto; padding-top:0rem;}
	.about .section1 .right{width: auto;}
	.about .letters .letter{display:none;}
	.about .section2 .common-title{font-size:.8rem;font-weight:600; text-align:center;}
	.about .section2  h3{font-size:.6rem;font-weight:600; text-align:center;}
	.about .section2 .text{padding: .4rem .5rem 0;}
	.about .section2 .text p{font-size: .4rem;text-align:left; line-height: 2;}
	.about .section2 .text p + p{margin-top: .3rem;}
	.about .section3{padding:1.5rem 0 0;}
	.about .section3  .common-title h2{font-size:.8rem;}
	.about .section3 .flex{display:block;}
	.about .section2 ._logo{width:auto;max-width:50%;}
	.about .section3 .flex .right{height: 5rem; display:flex; align-items:center; justify-content:center; width: 100%; background-image: url(../images/tea-graden1.jpg); background-position: center top; background-size:cover; background-repeat: no-repeat;
	    padding: .5rem;
	}
	.about .section3 .flex .right .imagemobo{height: 2rem; margin: auto; padding: 0; }
	.about .section3 .flex .left{padding: .5rem;}
	.about .section3 .title{font-size: .42rem; font-weight: bold;}
	.about .section3 .flex .left .text + .title{ margin-top: .3rem;}
	.about .section3 .text{font-size: .4rem; line-height:2;}
	.about .section3 .feiyi_img{max-width: 40%; margin:auto}
	.about .section3 .text h4{font-size:.8rem; color:#000; padding:1rem 0;}
	.about .section4 video{height: auto;}
	.about .section4-1{padding: .5rem;}
	.about .section4-1 .lists .item{width: 100%;}
	.about .section4-1 .lists .item .d{font-size: .4rem; line-height:.8rem;}
	.about .section4-1 .lists .item h3{font-size: .45rem;padding-bottom: 0;}
	.about .section4-1 .lists .item h3::after{display: none;}
	/* product  */
	.product{overflow-y: auto;}
	.product .page-icons,.product .section1 .lb,.product .section1 .tip,.g-r{display: none;}
	.product .swiper-wrapper{display: block;}
	.product .section{height: auto; display: block; }
	.product .section0{width: 100%;}
	.product .section0 .video-box{width:100%; height:auto;}
	.product .section1{padding-top:0rem;}
	.product .section1 .header-logo{position:fixed; top: .6rem; left: .4rem;}
	.product .section1 .mask{height: 50vh; background-image:url("../images/mask.png"); background-position: center; background-size:auto 70%; background-repeat: no-repeat;-webkit-mask-image:none; -webkit-mask-size:inherit;-webkit-mask-position:inherit;}
	.product .section1 .center{height: auto; background-color: #e00509;}
	.product .section1::after{display: none;}
	.product .section1 #rain{height: auto;}
	.product .section2{padding-left: 0; width: auto !important;}
	.product .section2 .center{display: flex; margin:auto; flex-direction: row-reverse; padding: 0 .5rem; width: 3.4rem;}
	.product .section2 .center::before,.product .section2 .center::after{content: ''; width: .05rem; position: absolute; background-color:#e00509;}
	.product .section2 .center::before{height:6rem;left: 0; bottom: 0;}
	.product .section2 .center::after{height: 5rem; right: 0;}
	.product .section2 .center .h{font-size:1rem; width:1rem; line-height: 1.1rem; margin-bottom: .2rem;}
	.product .section2 .center > .h{margin-top:-1rem}
	.product .section2 .center .flex{display: block; margin-left:.3rem;}
	.product .section2 .center .flex .text{display: flex; flex-direction: row-reverse; padding-left: 0;}
	.product .section2 .center .flex .text p{width: .55rem; font-size: .36rem; line-height: .5rem;}
	.product .section2 .fp{display: block; margin-top: 1.5rem; height: auto; padding: .5rem 0; font-size:.8rem; border-left: 0; border-right: 0; border-top: .05rem solid #000; border-bottom: .05rem solid #000; position: initial; right: inherit; top:initial;}
	.product .section2 .fp p{width: auto;padding: .2rem ;}
	.product .section2 .fp p span{display: inline-block;}
	.product .section3{width: auto !important; margin-top:2.5rem;}
	.product .section3 .img{height: auto;}
	.product .section3 .img .bg{display: none;}
	.product .section3 .img .img-t{transform:translate3d(0px, 0, 0px) !important;}
	.product .section3 .img .video-box .flex-box video{height: auto;}
	.product .section3 .img-small{display: none;}
	.product .f-h{border-right: 0;}
	.product .f-h, .product .k{height: auto; width: auto;}
	.product .f-h p{height: auto;}
	.product .f-h p span, .product .k p span{display: inline-block;}
	.product .section3 .text{padding: 0; text-align: center;}
	.product .section3.section3-0 {padding-bottom: 3rem;}
	.product .section3 .text{padding-top: .8rem;}
	.product .section3 .text .top .t{font-size: .48rem;}
	.product .section3 .text .top .t span{font-size: .4rem; margin-top: .1rem;}
	.product .section3 .text .top .line{width: 3rem; height: .05rem; background-color: #e00509; margin:.4rem auto;}
	.product .section3 .text .top .d{font-size: .4rem;}
	.product .section3 .text .top .des{width: auto; font-size: .4rem; padding:0 .5rem; margin-top: 0;}
	.product .section3.section3-0 .f-h{position: absolute; left: 0; display: flex; width: 100%; margin-top: 8rem; padding: .6rem 0; font-size:.8rem; border-left: 0; border-right: 0; border-top: .05rem solid #000; border-bottom: .05rem solid #000;}
	.product .section3.section3-0 .f-h p {
	  flex-shrink: 0;
	  text-align: center;
	  padding: 0 0.5rem;
	  -webkit-animation: move_left 5s linear infinite;
	  animation: move_left 5s linear infinite;
	}
	.product .section5{padding: 0; margin-top: .5rem;}
	
	.product .section5 .lists{flex-wrap: wrap; padding: .2rem;}
	.product .section5 .lists .item{width: 50%; box-sizing: border-box; padding: .2rem;}
	.product .section5 .lists .item + .item{margin: 0;}
	.product .section5 .lists .item p{font-size: .4rem; margin-top: .2rem;}
	.product .section5 .lists .item p span{font-size: .4rem;}
	.product .section6{padding:1rem 0 0;}
	.product .section6 .wx-code{width:auto; text-align: center;}
	.product .section6 .wx-code img{width:4rem; margin: auto;}
	.product .section6 .wx-code p{font-size: .4rem;}
	
	/* news */
	.news-page .page-icons{display: none;}
	.news{padding:3rem .5rem .5rem;}
	.news-top{padding-top: .8rem;}
	.news .lists{padding-top: .3rem;}
	.news .lists .item{display: flex; width: 100%; padding: .3rem 0;}
	.news .news-top .img,.news .lists .item .img{width: 3.5rem; height: 2.5rem;}
	.news .news-top .text,.news .lists .item .text{flex: 1; padding: 0; margin-left: .3rem;}
	.news .news-top .text .tip,.news .lists .item .text .tip{font-size: .3rem;}
	.news .news-top .text h3,.news .lists .item .text h3{font-size: .36rem; line-height: .6rem;}
	.news .news-top .text .time,.news .lists .item .text .time{font-size: .32rem; margin-top: .3rem;}
	.news .news-top .text{background-color: transparent; color: inherit;}
	.news .news-top .text div{display: none;}
	.news .lists .item:nth-child(2n){margin: 0;}
	.news .news-wrap{display: block;}
	.news .news-wrap .picimg{width: 100%; min-height:auto;}
	.news .news-wrap .text{padding:.4rem 0; margin:0;}
	.news .news-wrap .text h3{font-size:.6rem; line-height:.8rem; margin-bottom:.3rem; padding-bottom:.2rem;}
	.news .news-wrap .text p{line-height: .8rem; padding:0 .5rem;}
	.news .news-wrap .text p:before{width:.2rem; height:.2rem;}
	.news .news-wrap:nth-child(2n+2) .text{margin:0;}
	.news .news-wrap:nth-child(2n+2) .text p{padding:0 .5rem;}
	.news-detail .section1{padding-top: 1rem;}
	.news-detail .section1 .bg{height: 3rem; background-size:130%; background-position: center top;}
	.news-detail .section1 .content{width: auto; display: block; margin-top:0rem;}
	.news-detail .section1 .content .left{padding: .4rem;}
	.news-detail .section1 .content .left .t h3{font-size: .6rem;}
	
	/* map */
	.map-page .header-logo{top:.55rem;}
	.map-page .map .section1 .flex{}
	.map-page .map .section1 .flex .right{position: absolute; width: 100%; height: 9rem; background-color: aqua;}
	.map-page .map .section1 .flex .right #map{height: 100%;}
	.map-page .map .section1 .flex .left{padding-top:9rem; position: relative;z-index: 0; width: 100%;}
	.map-page .map .section1 .flex .left .scroll-box .search-box{padding-top: .4rem;}
	.search-box .location .iconfont{font-size: .5rem;}
	.search-box .location .address{padding: 0 .3rem 0 .2; font-size: .46rem;}
	.search-box .location .black{font-size: .4rem;}
	.search-box .input{padding: 0;}
	.search-box .input input{font-size: .44rem; height: 1.4rem;}
	.search-box .input .search, .search-box .input .close{font-size: .6rem; line-height: 1.4rem;}
	.map .section1 .flex .left .store-lists{height: 64vh; overflow-y: auto;}
	.map .section1 .flex .left .store-lists .item .context{margin-left: 0;}
	.map .section1 .flex .left .store-lists .item .no{display: none;}
	.map .section1 .flex .left .store-lists .item .store-name{font-size: .48rem;}
	.map .section1 .flex .left .store-lists .item .store-address{font-size: .4rem;}
	/* contact */
	.contact_page .page-icons{display: none;}
	.contact .section1 .flex{display: block;}
	.contact .section1 .flex .left{width: 100%; padding: 3rem .5rem .5rem; }
	.contact .section1 .flex .left h3{font-size: .5rem; padding-bottom: .2rem;}
	.contact .section1 .flex .left .phone .iconfont{font-size:1rem;}
	.contact .section1 .flex .left .phone .text .name{font-size: .4rem;}
	.contact .section1 .flex .left .phone .text .tel{font-size: .8rem;}
	.contact .section1 .flex .left .address{font-size: .4rem;}
	.contact .section1 .flex .left .address p:nth-child(2){display: flex; align-items: center; color:#e00509; margin-top: .2rem; padding: .2rem 0; border-top: 1px solid #e00509;border-bottom: 1px solid #e00509;}
	.contact .section1 .flex .left .address p:nth-child(2) span{font-size: .5rem;}
	.contact .section1 .flex .right{height: 4rem; width: 100%;}
	.contact .section1 .flex .left .ewms{flex-wrap: wrap;}
	.contact .section1 .flex .left .ewms .item{width: 25%; padding: .1rem;}
	.contact .section1 .flex .left .tips{display: none;}
	.contact .section1 .flex .left .ewms .item + .item{margin: 0;}
	.contact .section1 .flex .left .ewms p{font-size: .3rem;}
	
	.tea-party .section1 .down,.tea-party .section1 .letters,.tea-party .section1 .cup-box{display: none;}
	.tea-party .section1{ display: block; height: auto; padding-top:0rem;}
	.tea-party .section1 .right{width: auto;}
	.tea-party .section1 .right video{height: auto;}
	.tea-party .section2{position: relative; padding:.4rem;}
	.tea-party .section2 img{width:100%;display:block;max-width:100%}
	.tea-party .section2 .text{padding: .5rem; font-size: .4rem; width: 100%;}
	.tea-party .section2 .text .t{font-weight:700;}
	.tea-party .section-common .img{display: block;}
	.tea-party .section3 .img .box{padding: .5rem;}
	.tea-party .section-common .img .box h3{text-align: center; font-size: .55rem; line-height: 1.5;}
	.tea-party .section-common .img .box p{font-size: .4rem;}
	.tea-party .section-common + .section-common{margin-top: 0;}
	.tea-party .section-common .img .img-box{width: 100%;}
	.tea-party .section4.section-common .img .img-box{height: auto;}
	.tea-party .section-common .img .box{padding: .5rem;}
	.tea-party .section-common .img .circle{display: none;}
	
	 
}

@media (max-width:750px) {
	html{font-size:37.5px;}
}