@charset "UTF-8";
/* CSS Document */
@font-face {}* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

html {
  font-size: 100px;
  overflow-x: hidden; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  background: #ffffff; }

a {
  text-decoration: none;
  display: inline-block; }

ul,
li {
  list-style: none; }

a,
label,
button,
input,
select {
  -webkit-tap-highlight-color: transparent; }

img {
  max-width: 100%;
  border: 0;
  user-select: none; }

/* Chrome浏览器 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/* Firefox浏览器 */
input[type="number"] {
  -moz-appearance: textfield; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  border: 0;
  background: none;
  appearance: none; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

@media only screen and (min-width: 1921px) {
  html {
    font-size: 100px; }
  body {
    line-height: 1.6; } }

@media only screen and (max-width: 1921px) {
  html {
    font-size: 100px; }
  body {
    line-height: 1.4; } }

@media only screen and (max-width: 1600px) {
  html {
    font-size: 90px; } }

@media only screen and (max-width: 1400px) {
  html {
    font-size: 70px; } }

@media only screen and (max-width: 1280px) {
  html {
    font-size: 55px; } }

@media only screen and (max-width: 1024px) {
  html {
    font-size: 55px; } }

@media only screen and (max-width: 768px) {
  html {
    font-size: 40px; } }

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.4; } }

/*共享样式*/
:root {
  --color1: #39b54a;
  --color2: #f1f8fa;
  --color3: #919191;
  --colorbg: #f7f7f7;
  --color5A: #5a5a5a;
  --color7F: #7f7f7f;
  --color72: #727272;
  --colorFF: #ffffff;
  --colorF2: #f2f2f2;
  --color22: #222222;
  --color26: #262626;
  --color78: #787878;
  --color60: #606060;
  --colorAA: #222222;
  --colorF4: #f4f4f4;
  --colorB6: #b6b6b6;
  --color8d: #8D8D8D;
  --colorDD: #787878;
  --color70: #707070;
  --color03: #032537;
  --colorA0: #A0A0A0;
  --color39: #393939;
  --zz: #ffcc00;
  --gy: #b9e85c;
  --navheight-default: 148px;
  --navheight: 90px;
  --pagenavheight: 105px;
  --downpagenavheight: -105px;
  --toolsheight: 60px;
  --logoheight: 60px;
  --border10: 10px;
  --border20: 20px;
  --border30: 30px;
  --border40: 40px;
  --border80: 80px; }

/**动画时间****/
.time02 {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.time03 {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.time04 {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }

.time05 {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }

.time1 {
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s; }

.de01 {
  animation-delay: 0.1s; }

.de02 {
  animation-delay: 0.2s; }

.de03 {
  animation-delay: 0.3s; }

.de04 {
  animation-delay: 0.4s; }

.de05 {
  animation-delay: 0.5s; }

.de10 {
  animation-delay: 1s; }

.de15 {
  animation-delay: 1.5s; }

.de2 {
  animation-delay: 2s; }

.web {
  display: block; }

.mobile {
  display: none; }

.flex-web {
  display: flex; }

.flex-mob {
  display: none; }

.tt-line {
  position: relative; }
  .tt-line:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background-color: var(--color1);
    width: 22px;
    height: 2px; }

/**下划线********/
/**下划线********/
.bline {
  border: transparent 1px solid;
  position: relative; }

.bline::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--colorAA);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden; }

.center-line::after {
  position: absolute;
  content: "";
  width: 0;
  overflow: hidden;
  height: 4px;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  background: #B9E85C;
  border-radius: 2px;
  transition: all .3s; }

.center-line:hover::after,
.center-line.active::after {
  width: 100%; }

.threeline-box {
  width: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }
  .threeline-box.active .threeline-1 {
    transform: translateY(6px) rotate(-45deg); }
  .threeline-box.active .threeline-3 {
    transform: translateY(-10px) rotate(45deg); }
  .threeline-box.active .threeline-2 {
    width: 0; }
  .threeline-box .threeline {
    margin: 3px 0;
    height: 2px;
    border-radius: 1px;
    background-color: var(--color1);
    transition: all 0.3s; }
  .threeline-box .threeline-1 {
    width: 100%; }
  .threeline-box .threeline-2 {
    width: 60%; }
  .threeline-box .threeline-3 {
    width: 100%; }

.openline-p .openline {
  position: relative;
  width: 14px;
  height: 12px;
  cursor: pointer; }

.openline-p.active .openline::before {
  top: 100%;
  opacity: 0; }

.openline::after,
.openline::before {
  content: "";
  position: absolute;
  background-color: var(--color2);
  transition: all 0.3s; }

.openline::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.openline::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1; }

.color7f {
  color: var(--color7F); }

.color70 {
  color: var(--color70); }

.color39 {
  color: var(--color39); }

.color72 {
  color: var(--color72); }

.color1 {
  color: var(--color1); }

.colorFF {
  color: var(--colorFF); }

.colortt {
  color: #032537; }

.colordd {
  color: #8D9194; }

.colordd2 {
  color: #1E3F50; }

.colorA0 {
  color: var(--colorA0); }

.color26 {
  color: var(--color26); }

.color78 {
  color: var(--color78); }

.color60 {
  color: var(--color60); }

.color3 {
  color: var(--color3); }

.oh {
  overflow: hidden; }

[class*=hoverCss-] {
  transition: all 0.5s; }

.hoverCss:hover .hoverCss-color1 {
  color: var(--color1) !important; }

.hoverCss:hover .hoverCss-color2 {
  color: var(--color2) !important; }

.hoverCss:hover .hoverCss-color3 {
  color: var(--color3) !important; }

.hoverCss:hover .hoverCss-letter2 {
  letter-spacing: 2px !important; }

.hoverCss:hover .hoverCss-big05 {
  transform: scale(1.05); }

.hoverCss:hover .maxbline::before {
  width: 100%;
  height: 1px;
  left: 0;
  right: inherit; }

.hoverCss:hover .hoverCss-zz::after {
  opacity: 1; }

.hoverCss:hover .com-gomore.whiteB {
  background-color: var(--color1); }
  .hoverCss:hover .com-gomore.whiteB .tt {
    color: var(--colorFF); }
  .hoverCss:hover .com-gomore.whiteB .ii {
    color: var(--colorFF); }

.hoverCss:hover .com-gomore .ii {
  transform: translateX(4px); }

.hoverCss.active .maxbline::before {
  width: 100%;
  height: 1px;
  left: 0;
  right: inherit; }

.hoverCss .hoverCss-zz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 6;
  transition: all 0.5s; }

.hoverCss .hoverCss-zz.zz03::after {
  background-color: rgba(0, 0, 0, 0.3); }

.hoverCss .hoverCss-zz.zz035::after {
  background-color: rgba(0, 0, 0, 0.35); }

.hoverCss .hoverCss-zz.zz05::after {
  background-color: rgba(0, 0, 0, 0.5); }

.com-gomore {
  flex-shrink: 0;
  height: 50px;
  border-radius: 4px;
  padding: 0 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  transition: all 0.3s; }
  .com-gomore.product {
    border-radius: 4px; }
  .com-gomore.whiteB {
    background-color: var(--colorFF);
    border: 1px solid var(--color1); }
    .com-gomore.whiteB .tt {
      color: var(--color1); }
    .com-gomore.whiteB .ii {
      color: var(--color1); }
    .com-gomore.whiteB:hover {
      background-color: var(--color1); }
      .com-gomore.whiteB:hover .tt {
        color: var(--colorFF); }
      .com-gomore.whiteB:hover .ii {
        color: var(--colorFF); }
  .com-gomore.news {
    background-color: var(--colorFF); }
    .com-gomore.news .tt {
      color: var(--color1); }
    .com-gomore.news .ii {
      color: var(--color1); }
    .com-gomore.news:hover {
      background-color: var(--color1); }
      .com-gomore.news:hover .tt {
        color: var(--colorFF);
        text-decoration: underline; }
      .com-gomore.news:hover .ii {
        color: var(--colorFF); }
  .com-gomore:hover .ii {
    transform: translateX(4px); }
  .com-gomore .tt {
    font-size: 14px;
    color: var(--colorFF);
    transition: all 0.3s; }
  .com-gomore .ii {
    margin-left: 10px;
    font-size: 12px;
    color: var(--colorFF);
    transition: all 0.3s; }

.maxbline {
  position: relative; }

.maxbline::before {
  position: absolute;
  content: "";
  right: 0px;
  left: inherit;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden; }

.maxbline:hover::before,
.maxbline.active::before {
  width: 100%;
  height: 1px;
  left: 0;
  right: inherit; }

.hoverCss-y-10:hover {
  transform: translateY(-10px); }

.r-common.active .rotateActive-090 {
  transform: rotate(90deg); }

.r-common.active .rotateActive-0180 {
  transform: rotate(180deg); }

.r-common.active .rotateActive-0-90 {
  transform: rotate(-90deg); }

.r-common.active .rotateActive-0-180 {
  transform: rotate(-180deg); }

.activeCss.active .activeShow {
  display: block; }

.activeCss.active .activeHide {
  display: none; }

.activeCss .activeShow {
  display: none; }

.activeCss .activeHide {
  display: inline-block; }

[class*=aniBox-] {
  transition: all ease-in-out .8s; }

.aniBox.active .aniBox-botTop {
  transform: translate(0, 0);
  opacity: 1; }

.aniBox.active .aniBox-leftRight {
  transform: translate(0, 0);
  opacity: 1; }

.aniBox.active .aniBox-leftRight100 {
  transform: translate(0, 0);
  opacity: 1; }

.aniBox.active .aniBox-rightLeft {
  transform: translate(0, 0);
  opacity: 1; }

.aniBox.active .aniBox-opacity0-1 {
  opacity: 1; }

.aniBox .aniBox-botTop {
  transform: translate(0, 50%);
  opacity: 0; }

.aniBox .aniBox-leftRight {
  transform: translate(-50%, 0);
  opacity: 0; }

.aniBox .aniBox-leftRight100 {
  transform: translate(-100%, 0);
  opacity: 0; }

.aniBox .aniBox-rightLeft {
  transform: translate(50%, 0);
  opacity: 0; }

.aniBox .aniBox-opacity0-1 {
  opacity: 0;
  transition: all .3s; }

.opac0-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  .opac0-1.active {
    opacity: 1;
    visibility: visible; }

.opac0-1-box.active .opac0-1 {
  opacity: 1;
  visibility: visible; }

.opac0-1-box .opac0-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }

.zzbox.active .zz {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.zzbox::before {
  content: '';
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); }

.toggleshow.active .toshow {
  opacity: 0; }

.toggleshow.active .tohide {
  opacity: 1; }

.toggleshow .toshow {
  opacity: 1;
  transition: all 0.3s; }

.toggleshow .tohide {
  opacity: 0;
  transition: all 0.3s; }

/*94%的内容*/
.container {
  width: 92%;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  position: relative; }
  .container.w1000 {
    max-width: 1000px; }
  .container.w1400 {
    max-width: 1400px; }
  .container.w1440 {
    max-width: 1440px; }
  .container.mainbanner {
    max-width: 1610px;
    margin: 0 70px 0 auto; }

.pagemain {
  position: relative;
  z-index: 1; }

.f2 {
  background-color: #f2f2f2; }

.hidden {
  overflow: hidden; }

/*图片通用样式*/
.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover; }

.norep {
  background-repeat: no-repeat; }

.imgabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.icon-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain; }

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block; }

.clearfix:after {
  clear: both; }

.relative {
  position: relative; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.z5 {
  z-index: 5; }

.z6 {
  z-index: 6; }

.z7 {
  z-index: 7; }

.z8 {
  z-index: 8; }

.z9 {
  z-index: 9; }

.z10 {
  z-index: 10; }

/*Flex居中样式*/
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.flex {
  display: flex; }

.flex0 {
  flex-shrink: 0; }

.alignS {
  align-items: flex-start; }

.alignC {
  align-items: center; }

.alignE {
  align-items: flex-end; }

.justS {
  justify-content: flex-start; }

.justC {
  justify-content: center; }

.justA {
  justify-content: space-around; }

.justB {
  justify-content: space-between; }

.justE {
  justify-content: flex-end; }

/*文字溢出*/
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis; }

.img100 {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.max100 {
  width: 100%;
  height: 100%; }

.lr-tb {
  display: flex; }

.mygrid4 {
  grid-template-columns: repeat(4, 1fr); }

.mygrid3 {
  grid-template-columns: repeat(3, 1fr); }

.mygrid2 {
  grid-template-columns: repeat(2, 1fr); }

.w50-100 {
  width: 50%; }

[class*=rotateActive-] {
  transition: all ease-in-out 0.5s; }

.tac {
  text-align: center; }

.tdu {
  text-decoration: underline; }

.fz90 {
  font-size: 90px; }

.fz80 {
  font-size: 80px; }

.fz72 {
  font-size: 72px; }

.fz60 {
  font-size: 60px; }

.fz56 {
  font-size: 56px; }

.fz50 {
  font-size: 50px; }

.fz48 {
  font-size: 48px; }

.fz46 {
  font-size: 46px; }

.fz40 {
  font-size: 40px;
  font-weight: 700; }

.fz38 {
  font-size: 38px;
  font-weight: 700; }

.fz36 {
  font-size: 36px;
  font-weight: 500; }

.fz30 {
  font-size: 30px; }

.fz28 {
  font-size: 28px; }

.fz26 {
  font-size: 26px; }

.fz24 {
  font-size: 24px; }

.fz22 {
  font-size: 22px; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz14 {
  font-size: 14px; }

.fz12 {
  font-size: 12px; }

.mt0 {
  margin-top: 0; }

.pt0 {
  padding-top: 0; }

.mt3 {
  margin-top: 30px; }

.mt4 {
  margin-top: 40px; }

.mb10 {
  margin-bottom: 100px; }

.fw700 {
  font-weight: 700; }

.lh18 {
  line-height: 1.8; }

.x-noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  overflow-x: auto;
  scroll-snap-type: x mandatory; }

.y-noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  overflow-y: auto;
  scroll-snap-type: y mandatory; }

.hasscroll {
  overflow-x: auto; }
  .hasscroll::-webkit-scrollbar {
    height: 4px;
    border-radius: 2px; }
  .hasscroll::-webkit-scrollbar-track {
    background: #E4002B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .hasscroll::-webkit-scrollbar-thumb {
    height: 4px;
    border-radius: 2px;
    background-color: #e6e6e6;
    opacity: 1; }
  .hasscroll::-webkit-scrollbar-thumb:window-inactive {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.y-hasscroll {
  padding-right: 10px;
  overflow-y: auto; }
  .y-hasscroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px; }
  .y-hasscroll::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .y-hasscroll::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background: #E4002B;
    opacity: 1; }
  .y-hasscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #E4002B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

/**翻转****/
.r0 {
  transform: rotateY(0deg); }

.r180 {
  transform: rotateY(180deg); }

.r-180 {
  transform: rotateY(-180deg); }

.r360 {
  transform: rotateY(360deg); }

.vcover {
  object-fit: cover; }

.addClass,
.pointer {
  cursor: pointer; }

.bigzz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 6; }

.bigzz05::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 6; }

.bigzz3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6; }

.top-100 {
  position: relative;
  top: -100px; }

.otherimg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99999;
  display: none; }

.otherimg:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); }

.otherimg.posvideo:before {
  background: rgba(0, 0, 0, 0.7); }

.otherimg img,
.otherimg iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-height: 92%;
  max-width: 92%; }

.otherimg.on {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0; }

.otherimg video {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

.mrta {
  margin-top: auto; }

.mrlauto {
  margin-left: auto; }

.mrt1 {
  margin-top: 1rem; }

.mrt08 {
  margin-top: 0.8rem; }

.mrt07 {
  margin-top: 0.7rem; }

.mrt06 {
  margin-top: 0.6rem; }

.mrt05 {
  margin-top: 0.5rem; }

.mrt045 {
  margin-top: 0.45rem; }

.mrt04 {
  margin-top: 0.4rem; }

.mrt03 {
  margin-top: 0.3rem; }

.mrt02 {
  margin-top: 0.2rem; }

.mrt01 {
  margin-top: 0.1rem; }

.mrt20 {
  margin-top: 20px; }

.mrl025 {
  margin-left: 0.25rem; }

.mrb0 {
  margin-bottom: 0 !important; }

.pdt0 {
  padding-top: 0 !important; }

.com-tabb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.4rem; }
  .com-tabb .tabb-l,
  .com-tabb .tabb-r {
    display: flex;
    align-items: center;
    max-width: 40%; }
    .com-tabb .tabb-l:hover .h-icon,
    .com-tabb .tabb-r:hover .h-icon {
      background-color: var(--color1);
      color: var(--colorFF); }
    .com-tabb .tabb-l .h-icon,
    .com-tabb .tabb-r .h-icon {
      width: 60px;
      height: 60px;
      background: #F5F5F5;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s;
      flex-shrink: 0; }
    .com-tabb .tabb-l .text,
    .com-tabb .tabb-r .text {
      margin: 0 0.3rem; }
      .com-tabb .tabb-l .text .t1,
      .com-tabb .tabb-r .text .t1 {
        color: #4E4E4E; }
      .com-tabb .tabb-l .text .t2,
      .com-tabb .tabb-r .text .t2 {
        color: #A5A5A5; }
  .com-tabb .tabb-r {
    justify-content: flex-end; }
    .com-tabb .tabb-r .text .t1 {
      text-align: right; }
    .com-tabb .tabb-r .text .t2 {
      text-align: right; }

.com-statebox.clr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 6; }
  .com-statebox.clr .twoBtn .maxl {
    transform: translateX(-130%); }
  .com-statebox.clr .twoBtn .maxr {
    transform: translateX(130%); }

.com-statebox.cmax {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  z-index: 6; }

.com-state.mainbanner .h-icon {
  color: #ffffff; }

.com-state.mainmore .h-icon {
  color: #111111; }

.com-state.mainmore .progressbox {
  width: 100%;
  margin-left: 0; }
  .com-state.mainmore .progressbox .com-progress {
    flex: 1;
    width: auto;
    height: 2px; }
  .com-state.mainmore .progressbox .com-num {
    width: auto;
    margin: 0  0.5rem; }

.com-state .twoBtn.max .maxl {
  transform: translateX(-100%); }

.com-state .twoBtn.max .maxr {
  transform: translateX(100%); }

.com-state .twoBtn.transparent .h-icon {
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid  #E7E7E7;
  color: #D2D2D2; }
  .com-state .twoBtn.transparent .h-icon:hover {
    background-color: var(--color1);
    color: #ffffff;
    border: 1px solid var(--color1); }

.com-state .twoBtn .h-icon {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color1);
  transition: all ease-in-out .3s; }
  .com-state .twoBtn .h-icon.swiper-button-disabled {
    background-color: #f2f2f2;
    color: #D2D2D2;
    opacity: 1; }
    .com-state .twoBtn .h-icon.swiper-button-disabled:hover {
      background-color: #f2f2f2;
      color: #D2D2D2; }
  .com-state .twoBtn .h-icon:hover {
    background-color: var(--color1);
    color: #ffffff; }

.com-state .h-icon {
  cursor: pointer; }
  .com-state .h-icon + .h-icon {
    margin-left: 0.2rem; }

.com-state .com-pause.canplay::before {
  content: '\e653'; }

.com-state .progressbox {
  position: relative;
  margin-left: 0.3rem; }
  .com-state .progressbox.m-product {
    width: 140px; }
    .com-state .progressbox.m-product .com-num {
      display: flex;
      justify-content: space-between; }
    .com-state .progressbox.m-product .com-progress {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 3px; }

.com-state .com-progress {
  position: relative;
  width: 80px;
  height: 3px;
  background-color: rgba(36, 36, 36, 0.15); }
  .com-state .com-progress .swiper-pagination-progressbar-fill {
    background-color: var(--color1); }
  .com-state .com-progress .proess {
    height: 100%;
    width: 0%;
    transition: all 1s;
    background-color: var(--color1); }

.big05 {
  overflow: hidden; }
  .big05:hover .bview {
    transform: scale(1.05); }
  .big05 .bview {
    transition: all ease-in-out 0.5s; }

.y20box {
  transition: all 0.3s;
  transform: translate(0, 0); }
  .y20box:hover {
    transform: translate(0, -20px); }

.y10box {
  transition: all 0.3s;
  transform: translate(0, 0); }
  .y10box:hover {
    transform: translate(0, -10px); }

.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed !important; }

@keyframes downup {
  0% {
    bottom: 1rem;
    opacity: 1; }
  100% {
    bottom: 0.4rem;
    opacity: 1; } }

.lh1 {
  line-height: 1; }

.vh100 {
  height: 100vh; }
  .vh100.hasnav {
    height: calc(100vh - var(--navheight)); }

@media only screen and (max-width: 1600px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1500px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1400px) {
  /* 公共样式自适应start*/
  .fz24 {
    font-size: 22px; }
  .mainbanner-info-container {
    flex-direction: column;
    align-items: flex-end; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1280px) {
  /* 公共样式自适应start*/
  .fz14 {
    font-size: 12px; }
  .h80 {
    height: 65px; }
  .h116 {
    height: 85px; }
  .h124 {
    height: 90px; }
  .h138 {
    height: 100px; }
  :root {
    --border10: 10px;
    --border20: 15px;
    --border30:25px;
    --border40: 35px;
    --border80: 60px;
    --navheight-default: 90px;
    --pagenavheight: 60px;
    --downpagenavheight: -60px;
    --toolsheight: 50px;
    --logoheight: 40px;
    --navheight: 60px;
    --border20: 15px; }
  .container {
    width: 90%; }
  .fz90 {
    font-size: 50px; }
  .fz80 {
    font-size: 50px; }
  .fz72 {
    font-size: 46px; }
  .fz60 {
    font-size: 44px; }
  .fz56 {
    font-size: 40px; }
  .fz50 {
    font-size: 36px; }
  .fz48 {
    font-size: 36px; }
  .fz46 {
    font-size: 34px; }
  .fz40 {
    font-size: 30px; }
  .fz38 {
    font-size: 30px;
    font-weight: 700; }
  .fz36 {
    font-size: 28px;
    font-weight: 500; }
  .fz30 {
    font-size: 26px; }
  .fz28 {
    font-size: 24px; }
  .fz26 {
    font-size: 22px; }
  .fz24 {
    font-size: 20px; }
  .fz22 {
    font-size: 17px; }
  .fz20 {
    font-size: 17px; }
  .fz18 {
    font-size: 16px; }
  .fz16 {
    font-size: 14px; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1024px) {
  .com-gomore {
    flex-shrink: 0;
    height: 40px;
    border-radius: 4px; }
    .com-gomore .tt {
      font-size: 12px; }
    .com-gomore .ii {
      margin-left: 4px;
      font-size: 12px; }
  .mygrid4,
  .mygrid3,
  .mygrid2 {
    grid-template-columns: repeat(2, 1fr); }
  .slideDownward {
    display: none; }
  .container {
    width: 92%; }
  .threeline-box {
    width: 24px; }
    .threeline-box.active .threeline-1 {
      transform: translateY(7px) rotate(-45deg); }
    .threeline-box.active .threeline-3 {
      transform: translateY(-10px) rotate(45deg); }
    .threeline-box.active .threeline-2 {
      width: 0; }
    .threeline-box .threeline {
      margin: 3px 0;
      height: 2px;
      border-radius: 1px;
      background-color: var(--color1);
      transition: all 0.3s; }
    .threeline-box .threeline-1 {
      width: 24px; }
    .threeline-box .threeline-2 {
      width: 18px; }
    .threeline-box .threeline-3 {
      width: 24px; }
  .wmrt1 {
    margin-top: 1rem; }
  .wmrt08 {
    margin-top: 0.8rem; }
  .wmrt07 {
    margin-top: 0.7rem; }
  .wmrt06 {
    margin-top: 0.6rem; }
  .wmrt05 {
    margin-top: 0.5rem; }
  .wmrt045 {
    margin-top: 0.45rem; }
  .wmrt04 {
    margin-top: 0.4rem; }
  .wmrt03 {
    margin-top: 0.3rem; }
  .wmrt02 {
    margin-top: 0.2rem; }
  .wmrt01 {
    margin-top: 0.1rem; }
  .lr-tb {
    display: flex;
    flex-direction: column; }
    .lr-tb .order2 {
      order: 2; }
    .lr-tb .order1 {
      order: 1; }
  .mow100 {
    width: 100% !important; }
  .w50-100 {
    width: 100%; }
  .web {
    display: none; }
  .mobile {
    display: block; }
  .flex-web {
    display: none; }
  .flex-mob {
    display: flex; }
  :root {
    --border10: 10px;
    --border20: 10px;
    --border30:20px;
    --border40: 20px;
    --border80: 45px;
    --pagenavheight: 50px;
    --downpagenavheight: -50px;
    --navheight: 50px;
    --border20: 10px; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 920px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 768px) {
  .mygrid4,
  .mygrid3,
  .mygrid2 {
    grid-template-columns: repeat(1, 1fr); }
  .webbb {
    display: none; }
  .mobilebb {
    display: block; }
  :root {
    --logoheight: 30px;
    --border20: 10px; }
  .fz90 {
    font-size: 40px; }
  .fz80 {
    font-size: 40px; }
  .fz72 {
    font-size: 38px; }
  .fz60 {
    font-size: 36px; }
  .fz56 {
    font-size: 36px; }
  .fz48 {
    font-size: 32px; }
  .fz40 {
    font-size: 26px; }
  .fz38 {
    font-size: 28px;
    font-weight: 700; }
  .fz36 {
    font-size: 24px;
    font-weight: 500; }
  .fz30 {
    font-size: 24px; }
  .fz28 {
    font-size: 22px; }
  .fz26 {
    font-size: 20px; }
  .fz24 {
    font-size: 18px; }
  .fz22 {
    font-size: 16px; }
  .fz20 {
    font-size: 16px; }
  .fz16 {
    font-size: 14px; }
  .com-tabb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    padding: 4% 0; }
    .com-tabb .com-gomore {
      margin: 4% 0; }
    .com-tabb .tabb-l,
    .com-tabb .tabb-r {
      display: flex;
      align-items: center;
      max-width: 100%; }
      .com-tabb .tabb-l:hover .h-icon,
      .com-tabb .tabb-r:hover .h-icon {
        background-color: var(--color1);
        color: var(--colorFF); }
      .com-tabb .tabb-l .h-icon,
      .com-tabb .tabb-r .h-icon {
        width: 36px;
        height: 36px;
        background: #F5F5F5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s;
        flex-shrink: 0;
        font-size: 12px; }
      .com-tabb .tabb-l .text,
      .com-tabb .tabb-r .text {
        margin: 0 0.3rem; }
        .com-tabb .tabb-l .text .t1,
        .com-tabb .tabb-r .text .t1 {
          color: #4E4E4E; }
        .com-tabb .tabb-l .text .t2,
        .com-tabb .tabb-r .text .t2 {
          color: #A5A5A5; }
    .com-tabb .tabb-r {
      justify-content: flex-end; }
      .com-tabb .tabb-r .text {
        order: 2; }
        .com-tabb .tabb-r .text .t1 {
          text-align: right; }
        .com-tabb .tabb-r .text .t2 {
          text-align: right; }
      .com-tabb .tabb-r .h-icon {
        order: 1; }
  .otherimg video {
    max-width: 96%;
    max-height: 96%; }
  .otherimg.posvideo:before {
    background: rgba(0, 0, 0, 0.9); }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 640px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 500px) {
  .fz90 {
    font-size: 40px; }
  .fz80 {
    font-size: 38px; }
  .fz72 {
    font-size: 38px; }
  .fz56 {
    font-size: 34px; }
  .fz40 {
    font-size: 24px; }
  .fz38 {
    font-size: 20px;
    font-weight: 700; }
  .fz28 {
    font-size: 20px; }
  .fz26 {
    font-size: 18px; }
  .fz24 {
    font-size: 16px; }
  .fz22 {
    font-size: 14px; }
  .fz20 {
    font-size: 14px; }
  .fz16 {
    font-size: 12px; }
  .h80 {
    height: 60px; }
  .h116 {
    height: 70px; }
  .h124 {
    height: 80px; }
  .h138 {
    height: 90px; } }

@media only screen and (max-width: 415px) {
  /* 公共样式自适应start*/
  :root {
    --logoheight: 26px;
    --border20: 10px; }
  /* 公共样式自适应end*/ }
