﻿
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 75px;
  }
  .navs li a {
    font-size: 15px;
  }
  .store__title p {
    font-size: 0.26rem;
  }
  .store__text strong b {
    font-size: 0.52rem;
  }
  .store__list li small {
    font-size: 0.32rem;
  }
  .common__title strong {
    font-size: 0.52rem;
  }
  .footer__bottom p,
  .footer__bottom a {
    font-size: 12px;
  }
  .home__product {
    padding-top: 1.8rem;
  }
  .product__bg .small {
    top: 2.8rem;
  }
  .ptext strong {
    font-size: 0.52rem;
  }
  .history__li li {
    margin-bottom: 0.4rem;
  }
  .history__li:before {
    bottom: 0.7rem;
  }
  .report__list {
    width: 5.2rem;
  }
  .report {
    padding-top: 11.4583vw;
  }
  .contact__eq--item p {
    font-size: 14px;
  }
  .process__item p {
    font-size: 0.2rem;
  }
  .product__more {
    bottom: 11vw;
  }
  .pimgs {
    margin-left: 1.4rem;
    width: 2.4rem;
  }
  .product__item {
    width: 72.92vw;
  }
}
@media screen and (max-width: 1360px) {
  .store__join {
    left: 5vw;
  }
  .join__text {
    width: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .navs li {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: #234825;
  }
  .header.scrollHide {
    transform: translateY(0);
  }
  .logos img.show {
    opacity: 1;
  }
  .logos img.hide {
    opacity: 1;
    visibility: hidden;
  }
  .header.scroll .logos img.show {
    opacity: 1;
    visibility: visible;
  }
  .header.scroll .logos img.hide {
    opacity: 1;
    visibility: hidden;
  }
  .home__swiper {
    margin-top: 0.7rem;
  }
  .navs__box {
    position: fixed;
    right: -100%;
    text-align: center;
    top: 0.7rem;
    height: calc(100vh - 0.7rem);
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding-top: 2.1rem;
    transition: 1s;
  }
  .navs__box.show {
    right: 0;
  }
  .navs {
    position: relative;
    left: 0;
    text-align: center;
    margin-bottom: 0.3rem;
    transform: translateY(0);
    height: auto;
    display: block;
  }
  .navs li {
    margin-bottom: 0.25rem;
    margin-right: 0;
  }
  .navs li a {
    color: #666;
  }
  .home__swiper {
    height: auto;
  }
  .home__swiper > .swiper-wrapper {
    display: block;
  }
  .header__join {
    display: inline-block;
  }
  .header__join a {
    padding: 0 0.3rem;
  }
  .header {
    padding: 0 0 0 5% !important;
    height: 0.7rem;
    box-sizing: border-box;
  }
  .menubtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    background: #000;
  }
  .menubtn span {
    width: 24px;
  }
  .logos img {
    height: 0.4rem;
  }
  .header.scroll .menubtn span {
    background: #fff;
  }
  .header.scroll .menubtn span:before,
  .header.scroll .menubtn span:after {
    background: #fff;
  }
  .menubtn.active span {
    background-color: transparent !important;
  }
  .store {
    padding: 1rem 5%;
    height: auto;
  }
  .home-slide .common__title.articleShow strong {
    opacity: 1;
    transform: translateY(0);
    transition: 0.68s 0s;
	text-shadow: 0 0 1px white;
  }
  .home-slide .productens.articleShow {
    margin-left: 0;
    opacity: 1;
  }
  .home-slide .product__en.articleShow {
    clip-path: inset(0 0 0 0);
    transition: 2s;
  }
  .home-slide .animateList.articleShow li,
  .home-slide .animateList.articleShow > div {
    opacity: 1;
    transform: rotateX(0) translateY(0);
  }
  .home-slide .animateList.articleShow li:nth-child(2),
  .home-slide .animateList.articleShow > div:nth-child(2) {
    transition-delay: 0.25s;
  }
  .home-slide .animateList.articleShow li:nth-child(3),
  .home-slide .animateList.articleShow > div:nth-child(3) {
    transition-delay: 0.5s;
  }
  .home-slide .animateList.articleShow li:nth-child(4),
  .home-slide .animateList.articleShow > div:nth-child(4) {
    transition-delay: 0.75s;
  }
  .home-slide .slideLeft.articleShow {
    opacity: 1;
    transform: translateX(0);
    transition: 1.2s cubic-bezier(0.26, 1, 0.48, 1);
  }
  .home-slide .slidetop.articleShow {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: 1.2s 0s cubic-bezier(0.26, 1, 0.48, 1);
  }
  .home-slide .scaleFade.articleShow {
    opacity: 1;
    transform: scale(1);
  }
  .home-slide .product__data.articleShow .product__data--item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .home-slide .product__data.articleShow:before {
    transform: scaleX(1);
  }
  .home-slide .salesroom__wr.articleShow .salesroom__logo img {
    transform: scale(1);
    transition: 1s 0.3s;
  }
  .home-slide .slideRight.articleShow {
    opacity: 1;
    transform: translateX(0);
    transition: 1.2s 0s cubic-bezier(0.26, 1, 0.48, 1);
  }
  .home-slide .pathClie.articleShow {
    clip-path: inset(0 0 0 0);
  }
  .home-slide .trend__tag.tag2.articleShow {
    clip-path: inset(0 0 0 0);
  }
  .home-slide .trend__title.articleShow {
    opacity: 1;
    filter: blur(0);
    transition: 1s;
  }
  .home-slide .store__line.line1.articleShow {
    left: -10%;
  }
  .home-slide .store__line.line2.articleShow {
    right: -8%;
  }
  .salesroom {
    height: auto;
  }
  .salesroom1 .salesroom__join {
    left: 0;
    top: 6.25vw;
  }
  .product__en {
    right: 0;
    top: -10%;
    transform: translateY(0);
  }
  .product__hides {
    position: static;
  }
  .store__join img {
    width: 2.2rem;
  }
  .product__texts {
    width: 60%;
  }
  .home__product {
    padding: 1.2rem 0;
    display: block;
    height: auto;
  }
  .product__infos {
    padding-left: 5%;
    width: 90%;
  }
  .product__bg {
    mask-image: none;
  }
  .product__bg .small {
    top: 2rem;
    left: 5%;
  }
  .product__more {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 5%;
    margin-top: 0.4rem;
  }
  .salesroom__join {
    left: 0;
    top: 0;
  }
  .salesroom__wr {
    width: 60vw;
    height: 60vw;
  }
  .salesroom__info {
    height: 55vw;
  }
  .footer__top {
    padding: 0.6rem 5%;
  }
  .footer__bottom {
    padding: 0.22rem 5%;
    display: block;
  }
  .footer__copy {
    text-align: left;
    padding-left: 0.25rem;
    margin-top: 0.12rem;
  }
  .about-us {
    padding: 0.8rem 5% 1.7rem;
  }
  .scene__swiper {
    margin-top: 0.4rem;
    width: 90%;
  }
  .scenne__prev.prev {
    right: auto;
    margin-right: 0;
    left: 0.3rem;
  }
  .scenne__prev.next {
    left: auto;
    margin-left: 0;
    right: 0.3rem;
  }
  .scene-slide {
    width: 100%;
  }
  .scenne__prev {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
  }
  .scenne__prev i {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.14rem;
    line-height: 0.5rem;
  }
  .scene__en {
    right: -0.1rem;
    font-size: 0.7rem;
    top: 0.2rem;
  }
  .report {
    padding: 11.4583vw 5% 1rem;
  }
  .report__list {
    width: 100%;
  }
  .report__imgs {
    position: relative;
    right: 0;
    width: 80%;
  }
  .contact__wrap {
    display: block;
  }
  .contact__info {
    padding: 0.5rem 5%;
    width: auto;
  }
  .contact__imgs {
    opacity: 1;
    width: 100%;
  }
  .contact__top b {
    font-size: 0.6rem;
  }
  .news__box {
    padding: 0.8rem 5% 0.8rem;
  }
  .news__btn {
    justify-content: flex-start;
  }
  .news__btn a {
    margin-right: 2%;
    padding: 0 0.12rem;
    margin-bottom: 0.3rem;
    text-align: center;
    width: 32%;
    box-sizing: border-box;
  }
  .news__btn a:nth-child(3n+3) {
    margin-right: 0;
  }
  .join__text {
    width: 38.5417vw;
  }
  .join__imgs {
    width: 5rem;
  }
  .join__imgs img {
    height: auto;
  }
  .product__item {
    width: 90%;
  }
  .sustain {
    padding: 0.8rem 5%;
  }
  .sustain__list li {
    width: 100%;
  }
  .sustain__info {
    width: 100%;
    max-width: none;
  }
  .sustain__list:before {
    display: none;
  }
  .sustain__title strong {
    font-size: 0.26rem;
  }
  .sustain__title img {
    height: 0.6rem;
  }
  .sustain__list li:nth-child(2n+2) {
    padding-left: 0;
  }
  .sustain__list li:nth-child(n + 3) {
    border-bottom: 1px dashed #898989;
  }
  .sustain__list li:last-child {
    border-bottom: none;
  }
  .sustain {
    padding-top: 0.5rem;
  }
  .process__wrap {
    margin-top: 0.5rem;
    display: block;
  }
  .process {
    padding: 1rem 5%;
    background-attachment: local;
  }
  .process__fix {
    width: auto;
    margin-top: 0.5rem;
  }
  .process__ico {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 861px) {
  .footer__top {
    display: block;
  }
  .footer__message {
    margin-top: 0.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 751px) {
  .flex__menu {
    display: block;
  }
  .banner {
    position: relative;
    height: 191.73vw;
  }
  .banner figure video {
    display: none;
  }
  .banner figure .mb {
    display: block;
  }
  .loader__logo {
    width: 2rem;
  }
  .loader__text {
    margin-top: 0.4rem;
  }
  .loader__text strong {
    font-size: 0.3rem;
  }
  .store__title {
    margin-bottom: 0.5rem;
  }
  .store__join {
    left: 0;
    top: 0;
  }
  .product__texts {
    width: 100%;
  }
  .product__en {
    width: 75vw;
    top: -2vw;
  }
  .common__title strong {
    font-size: 0.42rem;
  }
  .store__list {
    flex-wrap: wrap;
  }
  .store__list li {
    flex: none;
    box-sizing: border-box;
    margin-right: 4%;
    width: 48%;
  }
  .store__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .store__list li:nth-child(4) {
    margin-top: 0.5rem;
  }
  .store__title p {
    display: block;
  }
  .store__title p span {
    display: block;
    margin-right: 0;
	transform: translateY(30px);
  }
  .store__title p span:before {
    display: none;
  }
  .store__join img {
    width: 2rem;
	transform: translateY(100px);
  }
  .product__bg .small {
    top: 1.9rem;
  }
  .product__texts strong {
    font-size: 0.28rem;
  }
  .product__more {
    margin-top: 0;
  }
  .product__data {
    margin-top: 0.6rem;
    padding: 0;
  }
  .product__data--item p b {
    font-size: 0.5rem;
  }
  .product__data--item p {
    font-size: 0.2rem;
  }
  .product__bg .small {
    transform: translateX(1.2rem);
  }
  .salesroom__join {
    width: 2.2rem;
  }
  .salesroom {
    padding-top: 1rem;
  }
  .salesroom__info {
    margin-top: 0.5rem;
    padding: 0 5%;
  }
  .sales__dit span {
    font-size: 0.18rem;
  }
  .salesroom__logo {
    width: 1.8rem;
    margin-left: -0.9rem;
  }
  .sales__dit i {
    margin-left: 0.1rem;
  }
  .sales__right i {
    margin-left: 0;
    margin-right: 0.1rem;
  }
  .salesroom__wr {
    width: auto;
    height: auto;
  }
  .salesroom__arl1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .salesroom__info {
    height: auto;
  }
  .sales__dit {
    position: static;
    width: 50%;
    margin: 0 !important;
    margin-bottom: 0.3rem !important;
    flex-direction: row;
    height: auto;
  }
  .sales__dit i {
    margin-left: 0;
    margin-right: 0.12rem;
  }
  .home__product {
    padding: 0.8rem 0 0.4rem;
  }
  .salesroom__logo {
    display: none;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .salesroom__arlcle {
    position: relative;
    border: none;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0;
  }
  .salesroom {
    padding: 1.2rem 0 0.4rem;
  }
  .trend {
    position: relative;
  }
  .pbanner {
    margin-top: 0.7rem;
  }
  .bitem figure {
    padding-bottom: 50%;
  }
  .trend {
    height: auto;
  }
  .trend__title strong {
    font-size: 0.36rem;
  }
  .footer__left {
    padding-top: 0;
    text-align: center;
  }
  .footer__share {
    justify-content: center;
  }
  .footer__share li:last-child {
    margin-right: 0;
  }
  .footer__address {
    padding-top: 0rem;
  }
  .footer__bottom {
    display: block;
  }
  .footer__address .header__join {
    display: none;
  }
  .message__wx {
    display: none;
  }
  .messages {
    width: 100%;
  }
  .footer {
    margin-bottom: 66px;
  }
  .footer__message {
    padding: 0.32rem 5%;
  }
  .footer__logo img {
    height: 0.5rem;
  }
  .message__row .text,
  .message__row i {
    line-height: 50px;
  }
  .arrow {
    bottom: 0.32rem;
  }
  .ptext strong {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
  }
  .ptext p {
    font-size: 0.22rem;
  }
  .arrow:before {
    display: none;
  }
  .arrow {
    height: auto;
    display: none;
  }
  .pbanner figure {
    padding-bottom: 80%;
  }
  .about-us {
    display: block;
    padding-bottom: 1rem;
  }
  .about__info {
    width: 100%;
  }
  .about__en {
    top: auto;
    bottom: 4rem;
  }
  .about__en strong {
    font-size: 0.8rem;
  }
  .about__imgs {
    margin-right: 0;
    margin-top: 0.4rem;
    width: 100%;
    height: 5rem;
    mask-size: 100%;
  }
  .about__bg {
    padding-bottom: 130%;
    background-attachment: local;
  }
  .froogs__imgs {
    width: 2.4rem;
  }
  .froogs {
    height: 2.2rem;
  }
  .froogs__row span {
    font-size: 0.7rem;
  }
  .history__wrap {
    padding: 0 5%;
    justify-content: flex-start;
  }
  .history__line {
    width: auto;
    display: none;
  }
  .history__year {
    position: relative;
    z-index: 3;
    padding-top: 0.1rem;
  }
  .history__item {
    margin: 0;
    justify-content: flex-end;
    margin-right: -0.2rem;
    position: static;
    margin-bottom: 1.1rem;
  }
  .history__list {
    margin-left: 0;
    flex: 1;
    width: 0;
  }
  .history__li li {
    padding-left: 0.6rem;
    margin-bottom: 0;
    height: 1.5rem;
  }
  .history__item:nth-child(4) time {
    transform: translateY(0);
    margin-right: 0.28rem;
  }
  .history {
    padding: 1rem 0 1.2rem;
    background-attachment: local;
  }
  .history__li:before {
    bottom: 1.3rem;
  }
  .honor__box {
    padding: 1.5rem 5% 0.6rem;
  }
  .honor-slide {
    width: 100%;
  }
  .honor-slide figure {
    height: 2.6rem;
  }
  .honor__swiper {
    margin-top: 0.5rem;
  }
  .honor__swiper .swiper-pagination {
    margin-top: 0.5rem;
  }
  .scene {
    padding: 0.8rem 0 1rem;
  }
  .store__in p {
    font-size: 0.34rem;
  }
  .report__list {
    margin-top: 2rem;
  }
  .report__list li {
    margin-top: -1.8rem;
  }
  .about__top small {
    font-size: 0.6rem;
  }
  .about__top {
    padding-top: 0.4rem;
  }
  .scene__en {
    font-size: 0.5rem;
  }
  .variety__bann {
    margin-top: 0.34rem;
  }
  .product__item {
    margin-bottom: 0.7rem;
  }
  .product__title {
    margin-bottom: 0.4rem;
  }
  .contact {
    padding: 0.6rem 5% 1rem;
  }
  .contact__wrap {
    border-radius: 0.5rem;
  }
  .banner__line {
    width: 2.7rem;
    height: 1.84rem;
    background-size: 100% auto;
  }
  .news__btn {
    margin-bottom: 0.4rem;
  }
  .news__btn a {
    font-size: 0.22rem;
  }
  .news__list li {
    margin-right: 0;
    width: 100%;
  }
  .news__in strong {
    font-size: 0.28rem;
  }
  .page__list .pagination li {
    margin-right: 0.05rem;
  }
  .join__boxs {
    padding: 0.7rem 5% 0.6rem;
  }
  .join__wraps .join__title small {
    left: -0.3rem;
  }
  .join__wraps .join__title img {
    left: 0.4rem;
  }
  .join__wraps {
    display: block;
  }
  .join__text {
    margin-top: 0.4rem;
    width: 100%;
  }
  .join__imgs {
    margin-top: 0.4rem;
    width: 100%;
    height: auto;
  }
  .store__texts {
    width: 90%;
    font-size: 0.2rem;
  }
  .conditions {
    padding: 1.8rem 5% 0.8rem;
    background-attachment: local;
  }
  .condition__wrap {
    display: block;
  }
  .condition__list {
    margin-top: 0.4rem;
    width: 100%;
  }
  .condition__imgs {
    margin-top: 0.4rem;
    width: 100%;
  }
  .condite__en {
    left: -5vw;
    font-size: 0.6rem;
  }
  .conditions__title {
    padding-top: 0.32rem;
  }
  .brand__text {
    bottom: 0.4rem;
  }
  .brand__imgs {
    padding-bottom: 80%;
  }
  .brand__text strong {
    font-size: 0.32rem;
  }
  .brand__text strong b {
    font-size: 0.4rem;
  }
  .brand__text p {
    font-size: 0.2rem;
  }
  .process__row {
    flex-wrap: wrap;
  }
  .process__fix {
    padding-right: 0;
  }
  .process__row svg,
  .process__line {
    display: none;
  }
  .process__row svg {
    margin: 0;
    width: 30%;
  }
  .process__item {
    width: 50%;
  }
  .process__item b {
    display: block;
    margin-top: 0.12rem;
    margin-bottom: -0.1rem;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
  }
  .process__row1 {
    flex-direction: row;
  }
  .process .common__title,
  .process__left {
    text-align: center;
  }
  .process__eq {
    justify-content: center;
  }
  .process__items:last-child {
    margin-right: 0;
  }
  .process__left {
    margin-right: 0;
  }
  .steam span {
    height: 60px;
  }
  .steam {
    height: 1rem;
  }
  .popup_video .cont .sole {
    right: 50%;
    margin-right: -15px;
    top: -40px;
  }
  .popup_video .cont {
    width: 90%;
  }
  .news__view {
    padding: 0.8rem 5%;
  }
  .news__view--top strong {
    font-size: 0.32rem;
  }
  .news__prev {
    margin-top: 0.4rem;
    display: block;
  }
  .news__prev--item {
    margin-bottom: 0.32rem;
    width: 100%;
  }
  .news__prev--item:last-child {
    margin-bottom: 0;
  }
  .salesroom1 .salesroom__join {
    top: 0;
  }
  .pimgs {
    margin-left: 20vw;
    width: 23.33vw;
    top: -40px;
  }
  .variety__bann {
    font-size: 14px;
    line-height: 1.5;
  }
  .ptext strong {
    margin-bottom: 0.2rem;
  }
  .steam {
    display: none;
  }
}
