
/* 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;
}

@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: #e4002b;
  --color2: #181818;
  --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;
  --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: #007f3a;
  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 0.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: #007f3a;
  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: #000000;
}

.colorFF {
  color: #000000;
}

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

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

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

.color78 {
  color: #000000;
}

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

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

.oh {
  overflow: hidden;
}

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

.hoverCss:hover .hoverCss-color1 {
  color: #007f3a !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.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);
}

.maxbline {
  position: relative;
}

.maxbline::before {
  position: absolute;
  content: "";
  right: 0px;
  left: inherit;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #007f3a;
  -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 0.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 0.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 125px 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;
}
.nav-header .nav-hader-content .other .showMenu {
 display: none;
}
/*文字溢出*/
.ellipsis {
  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(3, 1fr);
}

.seemore-p .com-seemore .seemore-dd {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #007f3a;
  color: var(--colorFF);
  font-weight: 700;
  font-size: 20px;
}

.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: 45px;
  font-weight: 900;
}

.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;
  color: white;
}

.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);
}

.tborder {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0 0 60px 0;
}

.footer-page {
  margin-top: 1rem;
}

.footer-page .page-box {
  display: flex;
  justify-content: center;
}
.footer-page .layui-laypage-zidingyileiming {
  margin: 0;
}
.footer-page .layui-laypage-zidingyileiming a {
  padding: 0;
  border-radius: 50%;
}
.footer-page .layui-laypage-zidingyileiming a i {
  font-size: 14px;
}
.footer-page .layui-laypage-zidingyileiming a.layui-disabled:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.footer-page div.select,
.footer-page div.f-right {
  display: none;
}

.footer-page a.null {
  display: none;
}

.footer-page a.dian {
  font-weight: 700;
}

.footer-page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555555;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  margin: 0 2px;
  transition: all 0.5s;
}
.footer-page a span {
  transition: all 0.5s;
}
.footer-page a.on {
  border-color: #007f3a;
  background-color: #007f3a;
}
.footer-page a.on span {
  color: var(--colorFF);
}
.footer-page a:hover {
  border-color: #007f3a;
  background-color: #007f3a;
  color: var(--colorFF);
}
.footer-page a:hover span {
  color: var(--colorFF);
}

.footer-page a.prev,
.footer-page a.next {
  font-weight: 700;
  font-family: "宋体";
  color: #007f3a;
}

.videobox {
  cursor: pointer;
}
.videobox .haszz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.videobox .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  opacity: 0.8;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.videobox .videoBtn .tt {
  margin-top: 14px;
  color: var(--colorFF);
}
.videobox:hover .videoBtn {
  opacity: 1;
}

.vcover {
  object-fit: cover;
}

.addClass,
.pointer {
  cursor: pointer;
}

#main-linelist {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#main-linelist.ishide {
  display: none;
}
#main-linelist.color1 .mline.swiper-pagination-bullet-active {
  opacity: 1;
}
#main-linelist.color1 .mline.swiper-pagination-bullet-active .leftline::before {
  background-color: #007f3a;
}
#main-linelist.color1 .mline:hover {
  opacity: 1;
}
#main-linelist.color1 .mline:hover .leftline::before {
  background-color: #007f3a;
}
#main-linelist.color1 .mline .mline-tt {
  color: #007f3a;
}
#main-linelist.color1 .mline .leftline::before {
  background-color: #D2D2D2;
}
#main-linelist.color2 .mline.swiper-pagination-bullet-active {
  opacity: 1;
}
#main-linelist.color2 .mline:hover {
  opacity: 1;
}
#main-linelist.color2 .mline .mline-tt {
  color: var(--color2);
}
#main-linelist.color2 .mline .leftline::before {
  background-color: var(--color2);
}
#main-linelist .mline {
  position: relative;
  width: auto;
  height: 32px;
  border-radius: 0;
  background: transparent;
  opacity: 0.8;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#main-linelist .mline.swiper-pagination-bullet-active {
  opacity: 1;
}
#main-linelist .mline.swiper-pagination-bullet-active .mline-tt {
  visibility: visible;
  transition: all 0.3s;
}
#main-linelist .mline.swiper-pagination-bullet-active .leftline::before {
  width: 100%;
}
#main-linelist .mline:hover {
  opacity: 1;
}
#main-linelist .mline:hover .mline-tt {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
#main-linelist .mline:hover .leftline::before {
  width: 100%;
}
#main-linelist .mline .leftline {
  margin-right: 20px;
  z-index: 5;
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  opacity: 0.7;
  border-radius: 1px;
  position: relative;
}
#main-linelist .mline .leftline::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--colorFF);
  transition: all 0.3s;
}
#main-linelist .mline .mline-tt {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  font-size: 14px;
  color: var(--colorFF);
}
#main-linelist .mline::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 32px;
}

.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%;
  width: 90%;
  max-width: 1440px;
  transform: translate(-50%, -50%);
}

.mrta {
  margin-top: auto;
}

.mrlauto {
  margin-left: auto;
}

.mrt1 {
  margin-top: 0.5rem;
}

.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-gomore {
  flex-shrink: 0;
    height: 40px;
    border-radius: 0 0 var(--border10) 0;
    padding: 0 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background-color: #007f3a; */
    transition: all 0.3s;
    border-style: solid;
    border-width: 1px;
}
.com-gomore.product {
  border-radius: 4px;
}
.com-gomore.whiteB {
  background-color: var(--colorFF);
}
.com-gomore.whiteB .tt {
  color: #007f3a;
}
.com-gomore.news {
  background-color: var(--colorFF);
}
.com-gomore.news .tt {
  color: #000000;
}
.com-gomore.news .ii {
  color: #000000;
}
.com-gomore.news:hover {
  background-color: #007f3a;
}
.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: #000000;
  transition: all 0.3s;
}
.com-gomore .ii {
  margin-left: 14px;
  font-size: 12px;
  color: #000000;
  transition: all 0.3s;
}

.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: #007f3a;
  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 0.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(-150%);
}
.com-statebox.clr .twoBtn .maxr {
  transform: translateX(150%);
}
.com-statebox.cmax {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  z-index: 6;
}
.com-state.mainbanner .h-icon {
  color: #000;
}
.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 {
  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: #007f3a;
  color: #ffffff;
  border: 1px solid #007f3a;
}
.com-state .twoBtn .h-icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #007f3a;
  transition: all ease-in-out 0.3s;
}
.com-state .twoBtn .h-icon.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}
.com-state .twoBtn .h-icon.swiper-button-disabled:hover {
  background-color: #F7F7F7;
  color: #D2D2D2;
}
.com-state .twoBtn .h-icon:hover {
  background-color: #007f3a;
  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: "";
}
.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: #007f3a;
}
.com-state .com-progress .proess {
  height: 100%;
  width: 0%;
  transition: all 1s;
  background-color: #007f3a;
}

.submitform {
  padding: 70px 0 116px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.submitform.hasdd {
  padding: 0;
}
.submitform.hasdd::after {
  background-color: #f2f2f2;
  height: 210px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.submitform.hasdd .container {
  padding: 40px 100px 90px;
  border-radius: var(--border20);
  background-color: #fff;
}
.submitform .tt {
  font-weight: 700;
  text-align: center;
  color: var(--color22);
}
.submitform .container {
  z-index: 6;
  padding: 0 100px;
}

.common-form.shop .myinfo .my-inline-block {
  flex: 1;
}
.common-form.shop .myinfo .my-inline-block + .my-inline-block {
  margin-left: 0.2rem;
}
.common-form.shop .myinfo .my-inline-block.big {
  flex: 1.1;
}
.common-form.shop .myinfo .layui-input-inline {
  position: relative;
  float: inherit;
  flex: 1;
  margin-right: 0px;
}
.common-form.shop .myinfo .layui-input-inline + .layui-input-inline {
  margin-left: 10px;
}
.common-form.shop .myinfo .layui-input-inline .layui-form-select dl {
  top: 64px;
}
.common-form.shop .myinfo .layui-input-inline .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-form.shop .myinfo .my-label {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color22);
  line-height: 1.1;
}
.common-form.shop .myinfo .my-label .xin {
  color: #e70000;
}
.common-form.shop .myinfo .my-input {
  width: 100%;
  position: relative;
}
.common-form.shop .myinfo .my-input .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-form.shop .myinfo .my-input .yzmimg {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 100px;
  height: 40px;
  z-index: 6;
}
.common-form.shop .myinfo .my-input .text {
  width: 100%;
  height: 150px;
  border: 1px solid #dcdcdc;
  padding: 20px;
  font-size: 16px;
  transition: all 0.3s;
}
.common-form.shop .myinfo .my-input .text:focus {
  border: 1px solid #007f3a !important;
}
.common-form.shop .myinfo .my-input .text::placeholder {
  color: #cecece;
  font-size: 16px;
}
.common-form.shop .myinfo .inp,
.common-form.shop .myinfo .layui-input {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.3s;
  z-index: 5;
  background-color: var(--colorFF);
}
.common-form.shop .myinfo .inp:focus,
.common-form.shop .myinfo .layui-input:focus {
  border: 1px solid #007f3a !important;
}
.common-form.shop .myinfo .inp::placeholder,
.common-form.shop .myinfo .layui-input::placeholder {
  color: #cecece;
  font-size: 16px;
}
.common-form.shop .myinfo .layui-input {
  padding: 0 44px 0 20px;
}
.common-form.shop .myinfo .layui-edge {
  display: none;
}
.common-form .myinfo {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-form .myinfo .my-inline-block {
  position: relative;
  width: calc((100% - 10px)/2);
}
.common-form .myinfo .my-inline-block:nth-child(n+3) {
  margin-top: 10px;
}
.common-form .myinfo .my-inline-block.w100 {
  width: 100%;
}
.common-form .myinfo .layui-input-inline {
  position: relative;
  float: inherit;
  flex: 1;
  margin-right: 0px;
}
.common-form .myinfo .layui-input-inline + .layui-input-inline {
  margin-left: 10px;
}
.common-form .myinfo .layui-input-inline .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.common-form .myinfo .layui-input-inline .layui-form-select dl {
  top: 64px;
}
.common-form .myinfo .my-label {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color22);
  line-height: 1.1;
}
.common-form .myinfo .my-label .xin {
  color: #e70000;
}
.common-form .myinfo .my-input {
  width: 100%;
  position: relative;
}
.common-form .myinfo .my-input .yzmimg {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 100px;
  height: 40px;
  z-index: 6;
}
.common-form .myinfo .my-input .text {
  width: 100%;
  height: 150px;
  border: 1px solid #dcdcdc;
  padding: 20px;
  font-size: 16px;
  transition: all 0.3s;
}
.common-form .myinfo .my-input .text:focus {
  border: 1px solid #007f3a !important;
}
.common-form .myinfo .my-input .text::placeholder {
  color: #cecece;
  font-size: 16px;
}
.common-form .myinfo .inp,
.common-form .myinfo .layui-input {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s;
  z-index: 5;
}
.common-form .myinfo .inp:focus,
.common-form .myinfo .layui-input:focus {
  border: 1px solid #007f3a !important;
}
.common-form .myinfo .inp::placeholder,
.common-form .myinfo .layui-input::placeholder {
  color: #cecece;
  font-size: 16px;
}
.common-form .myinfo .inp.yzm,
.common-form .myinfo .layui-input.yzm {
  padding: 0 116px 0 20px;
}
.common-form .myinfo .layui-input {
  padding: 0 44px 0 20px;
}
.common-form .myinfo .layui-edge {
  display: none;
}
.common-form .layui-form-item {
  margin-bottom: 0;
}
.common-form .layui-form-select dl dd,
.common-form .layui-form-select dl dt {
  line-height: 60px;
  padding: 0 20px !important;
}
.common-form .layui-form-select dl dd.layui-this {
  background-color: var(--color3);
}
.common-form .layui-form-select dl::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.common-form .layui-form-select dl::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.common-form .layui-form-select dl::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: #E4002B;
  -webkit-box-shadow: inset 0 0 6px pink;
  opacity: 1;
}
.common-form .layui-form-select dl::-webkit-scrollbar-thumb:window-inactive {
  background: #E4002B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.common-form .submitbtn {
  cursor: pointer;
  margin: 20px 0 0 auto;
  width: 150px;
  height: 60px;
  background: #007f3a;
  border-radius: 0 0 15px 0;
  color: var(--colorFF);
}
.common-form .submitbtn .btn-tj {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.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;
}

.diamond {
  position: relative;
}
.diamond.mainbanner::after {
  left: 23%;
  top: -61%;
}
.diamond.mainabout::after {
  right: 6%;
  top: -5%;
}
.diamond.mainzr::after {
  right: -14%;
  top: -5%;
}
.diamond.overseas::after {
  right: 0;
  top: 0;
  transform: translate(0, -70px);
  background-image: url("../image/diamond_gary.png");
  background-size: 202px;
  width: 202px;
  height: 175px;
}
.diamond::after {
  content: "";
  position: absolute;
  width: 106px;
  height: 96px;
  background: url("../image/diamond.png") no-repeat center 100%;
  z-index: -1;
}

.pagefull {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pagefull > .swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.pagefull > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.pagefull > .swiper-wrapper > .swiper-slide:nth-child(2n+1) .scrollitem.teshu {
  background-color: #e9e8e8;
}
.pagefull > .swiper-wrapper > .swiper-slide:nth-child(2n) .scrollitem.teshu {
  background-color: var(--colorFF);
}

@keyframes downup {
  0% {
    bottom: 1rem;
    opacity: 1;
  }
  100% {
    bottom: 0.4rem;
    opacity: 1;
  }
}
.scrollitem {
  width: 100%;
  overflow: hidden;
}
.scrollitem .fixbox {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsbanner {
  padding: 2rem 0 0.7rem 0;
  background-color: var(--colorF2);
}
.newsbanner .tt {
  font-weight: 700;
}
.newsbanner .share {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsbanner .share .timer {
  display: flex;
  align-items: center;
}
.newsbanner .share .timer .dd {
  line-height: 1;
  font-size: 16px;
  color: #828282;
  margin-left: 5px;
}
.newsbanner .share .sharelist {
  display: flex;
  align-items: center;
}
.newsbanner .share .sharelist .stt {
  color: #9fa0a0;
  margin-right: 10px;
}

.pagebanner {
  width: 100%;
  position: relative;
}
.pagebanner .mySwiper-detail .sliditem {
  width: 100%;
}
.pagebanner .mySwiper-detail .sliditem .imgbox {
  width: 100%;
  padding-top: calc(720 / 1440 * 100%);
  border-radius: 0 0 var(--border40) 0;
  position: relative;
  overflow: hidden;
}
.pagebanner .mySwiper-detail .sliditem .imgbox .img {
  transition: all ease-in-out 1s;
}
.pagebanner .mySwiper-dz-detail {
  background-color: var(--colorbg);
}
.pagebanner .mySwiper-dz-detail .sliditem {
  width: 100%;
  overflow: hidden;
}
.pagebanner .mySwiper-dz-detail .sliditem .imgbox {
  width: 100%;
  padding-top: calc(720 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}
.pagebanner .mySwiper-dz-detail .sliditem .imgbox .img {
  transition: all ease-in-out 1s;
}
.pagebanner .ttbox {
  width: 100%;
  padding: 0.4rem 0.4rem 0.4rem 0.6rem;
  background: #F7F7F7;
  border-radius: 0 0 var(--border40) 0;
  overflow: hidden;
}
.pagebanner .thumbs-box {
  width: 300px;
  height: 95px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.pagebanner .detail-thumbs {
  width: 100%;
  overflow: initial;
}
.pagebanner .detail-thumbs .swiper-slide-thumb-active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  content: "";
  background: url("http://www.nature-cn.cn/html/phone/images/pbg.png") no-repeat bottom;
  background-size: 100%;
}
.pagebanner .detail-thumbs .sliditem {
  width: 100%;
  overflow: hidden;
}
.pagebanner .detail-thumbs .sliditem .imgbox {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.pagebanner .detail-thumbs .sliditem .imgbox .img {
  transition: all ease-in-out 1s;
}
.pagebanner .banner-desc.dz {
  background-color: var(--colorbg);
}
.pagebanner .banner-tt {
  height: 1.3rem;
}
.pagebanner .banner-desc-container {
  padding: 0.7rem 0;
}
.pagebanner .banner-desc-container .desc-left .dd {
  margin-top: 15px;
}
.pagebanner .banner-desc-container .desc-right {
  max-height: 110px;
  width: 66%;
  padding: 0 0.7rem 0.1rem;
}
.pagebanner .banner-desc-container .desc-right .dd1 {
  margin-top: 15px;
}
.pagebanner .l-r {
  z-index: 6;
  display: flex;
  align-items: center;
}
.pagebanner .l-r .ltxt {
  flex: 1;
}
.pagebanner .l-r .ltxt .ltt {
  color: #007f3a;
}
.pagebanner .l-r .ltxt .ldd {
  margin-top: 24px;
  text-indent: 2em;
}
.pagebanner .l-r .rbg {
  padding: 0 10px;
  height: 50vh;
}
.pagebanner .bannerbg {
  z-index: 5;
}
.pagebanner .bannerbg2 {
  max-height: 60vh;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagebanner .bbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  max-width: 720px;
  z-index: 6;
}
.pagebanner .bannerimg {
  width: 50vh;
  z-index: 6;
  position: relative;
  display: flex;
  justify-content: center;
}

.proudctview {
  background-color: var(--colorbg);
}

.proudctview-content {
  padding: 1rem 0;
}
.proudctview-content .cc {
  display: flex;
  align-items: flex-start;
}
.proudctview-content .con-l {
  max-width: calc(1000 / 1440 * 100%);
  max-width: calc(1000 / 1440 * 100%);
  flex: 1;
  padding-right: calc(35 / 1440 * 100%);
  box-sizing: content-box;
}
.proudctview-content .con-l .rich {
  padding-bottom: 40px;
}
.proudctview-content .con-l .tabb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding: 40px 0;
}
.proudctview-content .con-l .tabb .tabb-l {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.proudctview-content .con-l .tabb .tabb-l .ne {
  margin-top: 10px;
}
.proudctview-content .con-r {
  position: sticky;
  top: calc(var(--navheight) + var(--navheight));
  width: calc(405 / 1440 * 100%);
  background: #FFFFFF;
  border-radius: 0 0 var(--border40) 0;
  padding: 0 0.3rem 0.3rem 0.3rem;
}
.proudctview-content .con-r .tt {
  height: 65px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.proudctview-content .con-r .rich {
  padding: 20px 0;
  line-height: 2;
}
.proudctview-content .con-r .rich tr {
  height: 50px;
}
.proudctview-content .con-r .rich tr + tr td:nth-child(1) {
  text-indent: 1em;
}

.newscontent {
  padding: 1rem 0;
}
.newscontent .cc {
  display: flex;
  align-items: flex-start;
}
.newscontent .con-l {
  max-width: calc(990/1440*100%);
  flex: 1;
  padding-right: calc(100/1440*100%);
  box-sizing: content-box;
}
.newscontent .con-l .rich {
  padding-bottom: 40px;
}
.newscontent .con-l .tabb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding: 40px 0;
}
.newscontent .con-l .tabb .tabb-l {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.newscontent .con-l .tabb .tabb-l .ne {
  margin-top: 10px;
}
.newscontent .con-r {
  width: calc(350/1440*100%);
}
.newscontent .con-r .title {
  margin-bottom: 20px;
}
.newscontent .con-r .title .tt {
  margin-left: 10px;
  font-weight: 700;
}
.newscontent .con-r .infoul.isseemore .infoli {
  display: flex !important;
}
.newscontent .con-r .infoul .infoli {
  padding: 0.38rem 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eaeaea;
}
.newscontent .con-r .infoul .infoli:nth-child(n+4) {
  display: none;
}
.newscontent .con-r .infoul .infoli:first-child {
  border-top: 1px solid #eaeaea;
}
.newscontent .con-r .infoul .infoli .li-top .liimg {
  width: 51.4%;
}
.newscontent .con-r .infoul .infoli .li-top .liimg .pbox {
  position: relative;
  width: 100%;
  padding-top: calc(120/180*100%);
}
.newscontent .con-r .infoul .infoli .li-top .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(70 / 340 * 100%);
  color: #9fa0a0;
  line-height: 1;
  position: relative;
  margin-left: 0.2rem;
}
.newscontent .con-r .infoul .infoli .li-top .time .b {
  position: relative;
  line-height: 1.4;
}
.newscontent .con-r .infoul .infoli .li-top .time .b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 1px;
  transform: translate(-50%, 0);
  background-color: #e7e7e7;
}
.newscontent .con-r .infoul .infoli .li-top .time .s {
  line-height: 2;
  margin-top: 4px;
}
.newscontent .con-r .infoul .infoli .desc {
  flex: 1;
  color: #222222;
}

.floatbox {
  position: relative;
  left: 0;
  top: -4vh;
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0.5rem 1.2rem 0.5rem;
  background: #ffffff;
  border-radius: var(--border20) var(--border20) 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 7;
}
.floatbox.active .fdd {
  display: block;
}
.floatbox.active .fmm {
  display: none;
}
.floatbox.active .fmm2 {
  display: block;
}
.floatbox.hasbb {
  border-bottom: 1px dashed #d2d2d2;
}
.floatbox .ftt {
  color: #007f3a;
}
.floatbox .fdd {
  text-indent: 2em;
  margin-top: 23px;
  color: #5a5a5a;
}
.floatbox .fmm {
  text-align: center;
  margin-top: 23px;
  color: var(--color2);
}
.floatbox .fmm2 {
  text-align: center;
  margin-top: 23px;
  color: var(--color2);
  display: none;
}

.lh1 {
  line-height: 1;
}

.h80 {
  height: 80px;
}

.h675 {
  height: 675px;
}

.h138 {
  height: 138px;
}

.h116 {
  height: 116px;
}

.h124 {
  height: 124px;
}

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

.mainzw {
  height: var(--navheight);
}

.mainbanner {
  position: relative;
  z-index: 5;
}
.mainbanner .bannertt {
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
}
.mainbanner .bannertt .tt {
  position: relative;
  z-index: 5;
}
.mainbanner .bannertt + .bannertt {
  margin-top: 0.35rem;
}

.redtt {
  color: #007f3a;
  position: relative;
  font-weight: 700;
}
.redtt::after {
  content: "";
  position: absolute;
  left: -46px;
  top: 50%;
  width: 30px;
  height: 3px;
  transform: translate(0, -50%);
  background-color: #007f3a;
}

.section-tt {
  position: relative;
  display: flex;
  justify-content: center;
}
.section-tt.hasdd {
  flex-direction: column;
  align-items: center;
}
.section-tt .ttb {
  display: inline-block;
  position: relative;
}
.section-tt .ttb .tt {
  height: 100%;
  font-weight: bold;
  color: var(--color22);
  display: flex;
  align-items: center;
}
.section-tt .dd {
  margin-top: 34px;
  font-size: 16px;
  color: #828282;
}
.section-tt .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
.section-tt .line::before {
  content: "";
  width: 24%;
  height: 100%;
  background-color: var(--color2);
  border-radius: 1px;
}
.section-tt .line::after {
  content: "";
  width: 72%;
  height: 100%;
  background-color: #007f3a;
  border-radius: 1px;
}
.section-tt.ff .tt {
  color: var(--colorFF);
}
.section-tt.left {
  justify-content: flex-start;
}
.section-tt.left .line {
  position: absolute;
  left: 0;
  transform: translateX(0%);
}
.section-tt.right {
  justify-content: flex-end;
}
.section-tt.right .line {
  position: absolute;
  left: inherit;
  right: 0;
  transform: translateX(0%);
}
.section-tt.notop .tt {
  align-items: flex-start;
}

.searchpage .searchpage-top {
  height: 250px;
  background-color: var(--colorbg);
}
.searchpage .searchpage-top .product-form {
  width: 92%;
  max-width: 700px;
}
.searchpage .searchpage-top .product-form-input .inp {
  border-radius: 25px;
  background-color: #ffffff;
}
.searchpage .search-list {
  padding: 1rem 0;
}
.searchpage .search-list .search-ul .search-li {
  padding: 0.5rem 0;
}
.searchpage .search-list .search-ul .search-li + .search-li {
  border-top: 1px solid #eeeeee;
}
.searchpage .search-list .search-ul .search-li .img {
  width: 25%;
}
.searchpage .search-list .search-ul .search-li .text {
  padding-left: 0.7rem;
  padding-top: 0.3rem;
  flex: 1;
}

.ny-banner {
  height: 96.8vh;
  position: relative;
}
.ny-banner.hasnav {
  height: calc(96.8vh - var(--navheight));
}
.ny-banner.is71 {
  height: 71.5vh;
}
.ny-banner.is71.hasnav {
  height: calc(71.5vh - var(--navheight));
}
.ny-banner .ny-bg {
  position: relative;
  z-index: 5;
  height: 100%;
}
.ny-banner .ny-info {
  visibility: hidden;
  overflow: hidden;
}
.ny-banner .ny-info .ny-info-tt {
  color: #ffffff;
}
.ny-banner .ny-info .ny-info-dd {
  margin-top: 0.1rem;
  color: #ffffff;
  font-weight: 700;
}
.ny-banner .ny-navtools {
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: -3.2vh;
  width: 100%;
  height: var(--toolsheight);
  overflow: hidden;
}
.ny-banner .ny-navtools .cc {
  height: 100%;
}
.ny-banner .ny-navtools .cc .home {
  position: relative;
  width: var(--toolsheight);
  height: var(--toolsheight);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.ny-banner .ny-navtools .cc .home .h-icon {
  font-size: 22px;
  color: #ffffff;
}
.ny-banner .ny-navtools .cc .toolsul {
  position: relative;
  overflow-x: auto;
}
.ny-banner .ny-navtools .cc .toolsul::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  scroll-snap-type: x mandatory;
}
.ny-banner .ny-navtools .cc .toolsul .toolsli {
  margin: 0 0.25rem;
  position: relative;
  white-space: nowrap;
}
.ny-banner .ny-navtools .cc .toolsul .toolsli::before {
  height: 4px;
  background: #B9E85C;
}
.ny-banner .ny-navtools .cc .toolsul .toolsli .toolsli-a {
  width: 100%;
  height: 100%;
  position: relative;
  color: var(--colorFF);
}
.ny-banner .ny-navtools .cc .toolsul .toolsli .toolsli-a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #B9E85C;
}
.ny-banner .ny-navtools .cc::after {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-color: #007f3a;
  border-radius: 0 0 0 var(--border10);
}

.m-about {
  align-items: flex-end;
}

.m-about-l {
  width: 51%;
  height: 100%;
}
.m-about-l .m-a-bg {
  height: 81%;
}
.m-about-l .ulbox {
  position: absolute;
  right: -200px;
  top: -40px;
  width: 75%;
  padding-top: 75%;
  background: rgba(227, 225, 225, 0.5);
  border-radius: 50%;
}
.m-about-l .m-a-ul {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-about-l .m-a-ul::before {
  z-index: 6;
  position: absolute;
  left: -5%;
  bottom: -8%;
  width: 100%;
  height: 65%;
  content: "";
  background-image: linear-gradient(360deg, white 0%, white 100%);
  border-radius: 0%;
  filter: blur(40px);
}
.m-about-l .m-a-ul .libox {
  overflow: hidden;
  width: 100%;
  height: 70%;
  left: 40%;
  position: relative;
}
.m-about-l .m-a-ul .movebox {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.m-about-l .m-a-ul .m-a-li {
  position: relative;
  z-index: 5;
  color: #262626;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0.6;
  transition: all 0.3s;
}
.m-about-l .m-a-ul .m-a-li.active {
  opacity: 1;
}
.m-about-l .m-a-ul .m-a-li .nn {
  padding: 0.3rem 0;
}
.m-about-l .m-a-ul .m-a-li .nn .numCX {
  font-size: 1rem;
}

.m-about-r {
  width: 49%;
  padding: 0 5% 10% 10%;
}
.m-about-r .dd {
  margin: 0.5rem 0;
  line-height: 1.8;
}

.m-product-l {
  width: 43%;
  height: 100%;
  padding-left: 8.5%;
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.m-product-l .m-a-bg {
  height: 81%;
}
.m-product-l .ulbox {
  position: absolute;
  right: -200px;
  top: -40px;
  width: 75%;
  padding-top: 75%;
  background: rgba(227, 225, 225, 0.5);
  border-radius: 50%;
}
.m-product-l .m-a-ul {
  width: 100%;
  height: 100%;
}
.m-product-l .m-a-ul .m-a-li {
  left: 40%;
  color: #262626;
}
.m-product-l .m-a-ul .m-a-li .m-a-litt {
  font-size: 1rem;
  line-height: 1;
  padding: 0.3rem 0;
}

.m-product-r {
  width: 53%;
  height: 100%;
  padding: 1.5rem 0 0.5rem 0;
}
.m-product-r .mySwiper-product {
  width: 100%;
  flex: 1;
}
.m-product-r .mySwiper-product .swiper-wrapper {
  flex-wrap: wrap;
}
.m-product-r .mySwiper-product .swiper-slide {
  height: auto;
}
.m-product-r .m-product-li {
  width: 100%;
  height: 100%;
  position: relative;
}
.m-product-r .m-product-li:hover .m-product-li-a .m-product-li-box .hoverimg {
  transform: translateX(0);
}
.m-product-r .m-product-li:hover .m-product-li-a .m-product-li-box .tt {
  color: #000;
}
.m-product-r .m-product-li-a {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 0px 0px var(--border30) 0px;
  overflow: hidden;
}
.m-product-r .m-product-li-a .m-product-li-box {
  padding: 0.3rem 0;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.m-product-r .m-product-li-a .m-product-li-box .iimg {
  flex: 1;
}
.m-product-r .m-product-li-a .m-product-li-box .iimg .img {
  height: 80px;
}
.m-product-r .m-product-li-a .m-product-li-box .hoverimg {
  /*transform: translateX(-110%);*/
  transition: all 0.5s;
}
.m-product-r .m-product-li-a .m-product-li-box .hoverimg .img {
  border-radius: 0px 0px var(--border30) 0px;
}
.m-product-r .m-product-li-a .m-product-li-box .tt {
  color: #262626;
  transition: all ease-in-out 0.5s;
}

.m-social {
  padding: 0 0 2rem;
}

.m-social-l .dd {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  border-right: none;
  margin-top: 0.7rem;
  padding: 0.4rem 0;
}
.m-social-l .dd .txt {
  width: 50%;
  line-height: 1.8;
}

.m-social-r {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-27%);
  width: 30%;
  height: 100%;
}
.m-social-r .m-a-ul {
  width: 100%;
  height: 100%;
}
.m-social-r .m-a-ul .libox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 20%;
  position: relative;
}
.m-social-r .m-a-ul .movebox {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.m-social-r .m-a-ul .m-a-li {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0.6;
  transition: all 0.3s;
}
.m-social-r .m-a-ul .m-a-li.active {
  opacity: 1;
}
.m-social-r .m-a-ul .m-a-li.active .nn span {
  background-image: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #ffffff;
}
.m-social-r .m-a-ul .m-a-li .nn {
  padding: 0.3rem 0;
}
.m-social-r .m-a-ul .m-a-li .nn .numCX {
  font-size: 1rem;
}
.m-social-r .m-a-ul .m-a-li .nn span {
  transition: all 0.3s;
  background-image: linear-gradient(180deg, #ffffff, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m-newinfo {
  background-color: var(--colorbg);
}
.m-newinfo .m-newinfo-c {
  position: relative;
  height: 92%;
}
.m-newinfo .m-newinfo-c::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 0 var(--border80) 0;
  background-color: var(--colorFF);
  z-index: 5;
}

.m-newinfo-l {
  width: calc(600/1440*100%);
  padding-top: 2.5rem;
}
.m-newinfo-l .tt {
  position: absolute;
  left: 0;
  top: -0.86rem;
  transform: translateY(-50%);
}
.m-newinfo-l .dd {
  width: 100%;
  margin-top: 0.3rem;
}
.m-newinfo-l .dd .dll {
  max-width: 80%;
}
.m-newinfo-l .dd .dll .dllt1 {
  color: #393939;
}
.m-newinfo-l .dd .dll .dllt2 {
  margin-top: 0.15rem;
  color: #A0A0A0;
}
.m-newinfo-l .dd .drr {
  width: 60px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 50%;
  font-weight: 700;
  color: #007f3a;
}
.m-newinfo-l .ii {
  position: relative;
  width: 100%;
  padding-top: calc(400/ 600 *100%);
}

.m-newinfo-r {
  width: 43%;
  padding-top: 2.5rem;
}
.m-newinfo-r .m-newul {
  width: 100%;
  height: 100%;
}
.m-newinfo-r .m-newul .m-newli {
  padding: 0.3rem 0;
}
.m-newinfo-r .m-newul .m-newli + .m-newli {
  border-top: 1px solid #E3E3E3;
}
.m-newinfo-r .m-newul .m-newli:nth-child(1) {
  padding-top: 0;
}
.m-newinfo-r .m-newul .m-newli:nth-child(3) {
  padding-bottom: 0;
}
.m-newinfo-r .m-newul .m-newli .iibox {
  width: 25.3%;
}
.m-newinfo-r .m-newul .m-newli .ii {
  position: relative;
  width: 100%;
  padding-top: calc(400/ 600 *100%);
}
.m-newinfo-r .m-newul .m-newli .info {
  flex: 1;
  padding-left: 0.3rem;
}
.m-newinfo-r .m-newul .m-newli .info .date {
  color: #007f3a;
  font-weight: 700;
}
.m-newinfo-r .m-newul .m-newli .info .tt {
  margin-top: 0.1rem;
  color: #393939;
}
.m-newinfo-r .m-newul .m-newli .info .href {
  margin-top: auto;
  /*text-decoration: underline;*/
  color: #A0A0A0;
}

.seemore {
  background-color: var(--colorbg);
}
.seemore .bbox {
  padding: 1.6rem 0 1rem;
}
.seemore .bbox .mySwiper-more {
  margin-top: 0.5rem;
}
.seemore .bbox .sliditem {
  width: 100%;
}
.seemore .bbox .sliditem .imgbox {
  width: 100%;
  padding-top: calc(430 / 320 * 100%);
  border-radius: 0 0 var(--border20) 0;
  position: relative;
  overflow: hidden;
}
.seemore .bbox .sliditem .info {
  color: #424242;
  line-height: 1;
  margin-top: 0.5rem;
}
.seemore .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--colorFF);
}
.seemore .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color2);
}

.about-brand {
  background-color: var(--colorbg);
  position: relative;
  background-position: bottom right;
}

.brand-container {
  padding: 1.3rem 0 2rem;
  align-items: flex-end;
}
.brand-container .l-info {
  position: relative;
  width: calc(626/1440*100%);
}
.brand-container .l-info .ii1 {
  width: calc(180/626*100%);
}
.brand-container .l-info .ii2 {
  margin-top: 0.5rem;
  width: calc(440/626*100%);
}
.brand-container .l-info .dd {
  border-top: 1px solid #DCDCDC;
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  color: #787878;
  line-height: 1.8;
}
.brand-container .r-num {
  position: relative;
  flex: 1;
  padding-left: 2rem;
}
.brand-container .r-num .r-numul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.about-green .container {
  padding: 1rem 0;
  border-bottom: 1px solid #E3E2E2;
}
.about-green .green-img {
  width: calc(626/1440*100%);
  overflow: hidden;
  border-radius: 0 0 var(--border20) 0;
}
.about-green .green-img .green-img-item {
  width: 100%;
  padding-top: calc(43/813*100%);
}
.about-green .green-img .green-img-item .img {
  border-radius: 0 0 var(--border20) 0;
  overflow: hidden;
}
.about-green .green-thumbs {
  overflow: hidden;
  width: calc(714/1440*100%);
}
.about-green .green-thumbs .swiper-wrapper {
  height: auto;
}
.about-green .green-thumbs .green-thumbs-item {
  padding: 0.3rem 0;
}
.about-green .green-thumbs .green-thumbs-item .dd {
  line-height: 1.8;
  margin-top: 0.3rem;
  color: #787878;
  max-height: 270px;
  overflow-y: auto;
}

.about-strength .container {
  padding: 1rem 0 0.5rem;
}
.about-strength .title1 {
  color: #262626;
}
.about-strength .strength {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 1rem;
}
.about-strength .strength-item {
  position: relative;
}
.about-strength .item-box .img {
  height: 80px;
}
.about-strength .item-box .tt {
  margin-top: 0.3rem;
  color: #262626;
  position: relative;
  line-height: 1;
}
.about-strength .item-box .tt .h-icon {
  font-weight: 700;
  position: absolute;
  right: -0.3rem;
  top: 4;
}
.about-strength .hoverShow {
  position: relative;
  opacity: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px var(--border40) 0px;
  overflow: hidden;
}
.about-strength .hoverShow .cc {
  padding: 0.5rem;
}
.about-strength .hoverShow .cc .dd {
  margin-top: 0.2rem;
  color: #787878;
  line-height: 1.8;
}

.about-honor {
  background-color: var(--colorbg);
  overflow: hidden;
}
.about-honor .container {
  padding: 1rem 0;
}
.about-honor .title1 {
  color: #262626;
}
.about-honor .honor {
  border-top: 1px solid #E3E2E2;
  margin-top: 0.5rem;
}
.about-honor .swiper-slide {
  height: auto;
  border-bottom: 1px dotted #C8C8C8;
}
.about-honor .honor-item {
  padding: 0.5rem 0;
}
.about-honor .honor-item .imgbox {
  width: 100%;
  position: relative;
}
.about-honor .honor-item .imgbox .img {
  position: relative;
  display: block;
  width: 75%;
  margin: 0 auto;
}
.about-honor .honor-item .imgbox .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(88%);
}
.about-honor .honor-item .tt {
  margin-top: 0.4rem;
}

.about-global {
  background-color: var(--colorff);
}
.about-global .container {
  padding: 1rem 0;
}
.about-global .title1 {
  color: #262626;
}
.about-global .title1 .class3 {
  position: absolute;
  right: 0;
  top: 0;
}
.about-global .title1 .class3 .classname {
  color: #262626;
}
.about-global .title1 .class3 .classname + .classname {
  margin-top: 10px;
}
.about-global .title1 .class3 .classname:nth-child(2) .yuan {
  background-color: var(--zz);
}
.about-global .title1 .class3 .classname:nth-child(3) .yuan {
  background-color: var(--gy);
}
.about-global .title1 .class3 .classname .yuan {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #007f3a;
  margin-right: 12px;
}
.about-global .map {
  width: 95%;
  margin: 20px auto 0;
  position: relative;
}
.about-global .map .cc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-global .map .dotlist .three_box.myp382 .dotli .yuan {
  background-color: var(--zz);
}
.about-global .map .dotlist .three_box.myp383 .dotli .yuan {
  background-color: var(--gy);
}
.about-global .map .dotlist .dotli {
  position: absolute;
}
.about-global .map .dotlist .dotli.active .desc {
  transform: translate(15%, -43%);
}
.about-global .map .dotlist .dotli.my3786 {
  top: 20%;
  left: 13%;
}
.about-global .map .dotlist .dotli.my3785 {
  top: 21%;
  left: 11%;
}
.about-global .map .dotlist .dotli.my3784 {
  top: 33%;
  right: 16%;
}
.about-global .map .dotlist .dotli.my3784.active .desc {
  transform: translate(-15%, -43%);
}
.about-global .map .dotlist .dotli.my3784 .desc {
  left: inherit;
  right: 0;
  transform: translate(-30%, -43%);
  border-radius: 0 0 0 var(--border20);
}
.about-global .map .dotlist .dotli.my3783 {
  top: 60%;
  right: 11%;
}
.about-global .map .dotlist .dotli.my3783.active .desc {
  transform: translate(-15%, -43%);
}
.about-global .map .dotlist .dotli.my3783 .desc {
  left: inherit;
  right: 0;
  transform: translate(-30%, -43%);
  border-radius: 0 0 0 var(--border20);
}
.about-global .map .dotlist .dotli.my3782 {
  top: 43%;
  left: 37%;
}
.about-global .map .dotlist .dotli.my3781 {
  top: 43%;
  left: 38%;
}
.about-global .map .dotlist .dotli.my3314 {
  top: 40%;
  left: 37%;
}
.about-global .map .dotlist .dotli.my3780 {
  top: 20%;
  left: 12%;
}
.about-global .map .dotlist .dotli.my3779 {
  top: 36%;
  left: 38%;
}
.about-global .map .dotlist .dotli.my3778 {
  top: 36%;
  left: 36%;
}
.about-global .map .dotlist .dotli.my3777 {
  top: 37%;
  left: 35%;
}
.about-global .map .dotlist .dotli.my3776 {
  top: 38%;
  left: 37%;
}
.about-global .map .dotlist .dotli.my3775 {
  top: 41%;
  left: 38%;
}
.about-global .map .dotlist .dotli.my3774 {
  top: 42%;
  left: 35%;
}
.about-global .map .dotlist .dotli.my3315 {
  top: 48%;
  left: 34%;
}
.about-global .map .dotlist .dotli.my3773 {
  top: 23%;
  left: 11%;
}
.about-global .map .dotlist .dotli.my3772 {
  top: 54%;
  left: 7%;
}
.about-global .map .dotlist .dotli.my3771 {
  top: 16%;
  left: 33%;
}
.about-global .map .dotlist .dotli.my3770 {
  top: 47%;
  left: 33%;
}
.about-global .map .dotlist .dotli.my3769 {
  top: 60%;
  left: 39%;
}
.about-global .map .dotlist .dotli.my3768 {
  top: 19%;
  left: 44%;
}
.about-global .map .dotlist .dotli.my3767 {
  top: 24%;
  right: 26%;
}
.about-global .map .dotlist .dotli.my3767.active .desc {
  transform: translate(-15%, -43%);
}
.about-global .map .dotlist .dotli.my3767 .desc {
  left: inherit;
  right: 0;
  transform: translate(-30%, -43%);
  border-radius: 0 0 0 var(--border20);
}
.about-global .map .dotlist .dotli.my3766 {
  top: 58%;
  right: 5%;
}
.about-global .map .dotlist .dotli.my3766.active .desc {
  transform: translate(-15%, -43%);
}
.about-global .map .dotlist .dotli.my3766 .desc {
  left: inherit;
  right: 0;
  transform: translate(-30%, -43%);
  border-radius: 0 0 0 var(--border20);
}
.about-global .map .dotlist .dotli.my3316 {
  top: 63%;
  right: 11%;
}
.about-global .map .dotlist .dotli.my3316.active .desc {
  transform: translate(-15%, -43%);
}
.about-global .map .dotlist .dotli.my3316 .desc {
  left: inherit;
  right: 0;
  transform: translate(-30%, -43%);
  border-radius: 0 0 0 var(--border20);
}
.about-global .map .dotlist .dotli .yuan {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #007f3a;
}
.about-global .map .dotlist .dotli .desc {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(30%, -43%);
  border-radius: 0 0 var(--border20) 0;
  box-shadow: 0px -2px 20px 0px rgba(26, 26, 26, 0.1);
  background-color: var(--colorFF);
  z-index: 6;
  padding: 0.2rem;
  width: 270px;
}
.about-global .map .dotlist .dotli .desc .title {
  color: #262626;
}
.woodword-intro .woodword-container {
  padding: 1.3rem 0;
}
.woodword-intro .woodword-container .l-info {
  position: relative;
  width: calc(720/1440*100%);
  padding-top: 1.3rem;
}
.woodword-intro .woodword-container .l-info .dd {
  margin-top: 0.7rem;
  color: #787878;
  line-height: 1.8;
}
.woodword-intro .woodword-container .r-img {
  position: relative;
  width: calc(440/1440*100%);
  padding-top: calc(660/1440*100%);
  border-radius: 0 0 var(--border30) 0;
  overflow: hidden;
}

.harmonious {
  background-color: #f8f8f8;
}
.harmonious .container {
  padding: 1rem 0;
}
.harmonious .harmonious-left {
  width: calc(380/1440*100%);
  overflow: hidden;
  border-radius: 0 0 var(--border20) 0;
  display: flex;
  flex-direction: column;
}
.harmonious .harmonious-left .swiper-wrapper {
  height: auto;
  flex: 1;
}
.harmonious .harmonious-left .harmonious-left-item {
  width: 100%;
}
.harmonious .harmonious-left .harmonious-left-item .tt {
  color: #262626;
}
.harmonious .harmonious-thumbs {
  overflow: hidden;
  width: calc(1020/1440*100%);
}
.harmonious .harmonious-thumbs .swiper-wrapper {
  height: 100%;
}
.harmonious .harmonious-thumbs .harmonious-thumbs-item .bbox {
  margin-bottom: 0.5rem;
}
.harmonious .harmonious-thumbs .harmonious-thumbs-item .bbox .dd {
  max-height: 200px;
  height: 100%;
  line-height: 1.8;
  color: #787878;
}
.harmonious .harmonious-thumbs .harmonious-thumbs-item .iiox {
  width: 100%;
  padding-top: calc(330/1020*100%);
}

.woodword-list .container {
  padding: 1rem 0;
}
.woodword-list .list-show {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.5rem;
}
.woodword-list .list-show .list-show-item .img {
  position: relative;
  width: 100%;
  padding-top: calc(416/322*100%);
  overflow: hidden;
  border-radius: 0 0 var(--border40) 0;
}
.woodword-list .list-show .list-show-item .tt {
  margin-top: 0.3rem;
  color: #000000;
}
.woodword-list .list-show .list-show-item .dd {
  margin-top: 12px;
  color: #787878;
  line-height: 1.8;
}
.woodword-list .list-top {
  width: 100%;
}
.woodword-list .list-top .list-top-left {
  position: relative;
  padding-top: calc(480/1440*100%);
}
.woodword-list .list-top .list-top-right {
  padding: 0 0.8rem;
}
.woodword-list .list-top .list-top-right .tt {
  color: #000000;
  margin-bottom: 10px;
}
.woodword-list .list-top .list-top-right .ddli {
  line-height: 2;
  color: #787878;
}

.green-project {
  position: relative;
  background-position: top right;
  background-size: 50%;
}

.green-project-container {
  padding: 0 0 0.3rem;
}
.green-project-container .l-info {
  padding: 1.3rem 1rem 0 0;
  position: relative;
  width: 46%;
  max-width: 720px;
  margin-left: auto;
}
.green-project-container .l-info .tt {
  position: relative;
  z-index: 7;
}
.green-project-container .l-info .dd {
  position: relative;
  margin-top: 0.7rem;
  color: #787878;
  line-height: 1.8;
  z-index: 6;
}
.green-project-container .r-numul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.green-project-container .r-numul .r-numli {
  display: flex;
  flex-direction: column;
  width: 33.3%;
}
.green-project-container .r-numul .r-numli.big {
  margin-top: 0.7rem;
  width: 66.6%;
}
.green-project-container .r-img {
  width: 50%;
}

.r-numul .r-numli {
  align-items: flex-start;
}
.r-numul .r-numli .nn {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.r-numul .r-numli .nn .numCX {
  position: relative;
}
.r-numul .r-numli .nn .numCX.add::after {
  content: "+";
  position: absolute;
  right: -30px;
  top: -10px;
  font-size: 40px;
}

.treeswiper-container {
  padding: 1rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.treeswiper-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.16rem;
  width: 200%;
  height: 1px;
  border-bottom: 1px dashed #000000;
}
.treeswiper-container .sliditem {
  width: 100%;
  max-width: 300px;
  padding: 0 0 0 8px;
  position: relative;
}
.treeswiper-container .sliditem .item-left {
  width: 8px;
  height: 300px;
  border-left: 1px solid #007f3a;
  border-bottom: 1px solid #007f3a;
  margin-right: 16px;
  position: relative;
  top: 10px;
}
.treeswiper-container .sliditem .item-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #007f3a;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.treeswiper-container .sliditem .item-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 48px;
  height: 48px;
  background-color: var(--colorFF);
  transform: translate(-50%, -100%);
  z-index: 5;
}
.treeswiper-container .sliditem .item-right {
  flex: 1;
  position: relative;
}
.treeswiper-container .sliditem .item-right .yy {
  width: 30%;
  background-color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.treeswiper-container .sliditem .item-right .imgbox {
  width: 100%;
  padding-top: calc(187 / 283 * 100%);
  border-radius: 0 0 var(--border20) 0;
  position: relative;
  overflow: hidden;
}
.treeswiper-container .sliditem .item-right .tt {
  color: #262626;
  line-height: 1;
  margin-top: 0.4rem;
}
.treeswiper-container .sliditem .item-right .dd {
  color: #787878;
  line-height: 2;
  margin-top: 0.2rem;
}

.engineering-container {
  padding: 1rem 0;
}
.engineering-container .item-left {
  width: 77.7%;
  position: relative;
}
.engineering-container .item-left .item-left-li {
  opacity: 0;
  visibility: hidden;
}
.engineering-container .item-left .item-left-li.active {
  opacity: 1;
  visibility: visible;
}
.engineering-container .item-left .item-left-li + .item-left-li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.engineering-container .item-left .dd {
  margin-top: 0.3rem;
  line-height: 2;
  color: #787878;
}
.engineering-container .item-left .mySwiper-engineering {
  margin-top: 0.4rem;
  position: relative;
}
.engineering-container .item-left .mySwiper-engineering .swiper-wrapper {
  height: auto;
  z-index: 5;
}
.engineering-container .item-left .mySwiper-engineering .com-statebox {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 6;
}
.engineering-container .item-left .mySwiper-engineering .sliditem {
  background-color: var(--colorbg);
  border-radius: 0 0 var(--border40) 0;
  overflow: hidden;
}
.engineering-container .item-left .mySwiper-engineering .sliditem .swiper-left {
  width: 51%;
}
.engineering-container .item-left .mySwiper-engineering .sliditem .swiper-left .imgbox {
  overflow: hidden;
  width: 100%;
  padding-top: calc(380/570*100%);
  position: relative;
}
.engineering-container .item-left .mySwiper-engineering .sliditem .swiper-right {
  flex: 1;
  padding: 0.4rem;
}
.engineering-container .item-left .mySwiper-engineering .sliditem .swiper-right .sdd {
  line-height: 1.7;
}
.engineering-container .item-right {
  width: 15.2%;
}
.engineering-container .item-right .engineering-li {
  height: 46px;
  line-height: 46px;
  cursor: pointer;
}
.engineering-container .item-right .engineering-li + .engineering-li {
  margin-top: 26px;
}
.engineering-container .item-right .engineering-li:hover {
  color: #007f3a;
}

.culture {
  background-color: var(--colorbg);
}

.culture-container {
  padding: 1rem 0;
}
.culture-container .cc {
  margin-top: 0.7rem;
}
.culture-container .item-left {
  width: 46%;
  height: 50vh;
}
.culture-container .item-left .culture-li {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  position: relative;
}
.culture-container .item-left .culture-li.active {
  margin: 0.8rem 0 0 0;
}
.culture-container .item-left .culture-li.active .li-t1 {
  font-size: 48px;
  font-weight: 700;
  color: #007f3a;
}
.culture-container .item-left .culture-li.active .li-t1 .t1-name {
  display: none;
}
.culture-container .item-left .culture-li.active .li-showbox {
  display: block;
}
.culture-container .item-left .culture-li.active + .culture-li {
  margin: 0.8rem 0 0 0;
}
.culture-container .item-left .culture-li .li-t1 {
  color: #A3A3A3;
  cursor: pointer;
  transition: all 0.5s;
}
.culture-container .item-left .culture-li .li-t1 .t1-name {
  display: inline-block;
}
.culture-container .item-left .culture-li .li-showbox {
  display: flex;
  flex-direction: column;
  display: none;
}
.culture-container .item-left .culture-li .li-showbox .li-t2 {
  margin-top: 12px;
}
.culture-container .item-left .culture-li .li-showbox .li-t3 {
  margin-top: 12px;
  color: #262626;
}
.culture-container .item-right {
  width: 50%;
}
.culture-container .item-right .item-right-li {
  display: none;
}
.culture-container .item-right .item-right-li.active {
  display: block;
}
.culture-container .item-right .imgbox {
  overflow: hidden;
  width: 100%;
  padding-top: calc(550/720*100%);
  position: relative;
}

.corevalue-container {
  padding: 1rem 0;
  border-bottom: 1px solid #E3E2E2;
}
.corevalue-container .cc {
  margin-top: 0.7rem;
}
.corevalue-container .coreul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0.36rem;
  grid-row-gap: 0.36rem;
}
.corevalue-container .core-li {
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px var(--border40) 0px;
  padding: 1rem 0;
}
.corevalue-container .core-li .imgbox {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corevalue-container .core-li .nn {
  margin-top: 0.3rem;
  color: #CDCDCD;
}
.corevalue-container .core-li .tt {
  margin-top: 0.3rem;
  color: #262626;
}

.fiveRed-container {
  padding: 1rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.fiveRed-container .fiveRed-top .fiveRed-dd {
  margin-top: 0.3rem;
  color: #585858;
  line-height: 2;
  max-width: 80%;
}
.fiveRed-container .mySwiper-fiveRed {
  margin-top: 0.5rem;
}
.fiveRed-container .sliditem {
  width: 100%;
}
.fiveRed-container .sliditem .imgbox {
  width: 100%;
  padding-top: calc(325 / 522 * 100%);
  border-radius: 0 0 var(--border40) 0;
  position: relative;
  overflow: hidden;
}
.fiveRed-container .sliditem .item-left {
  width: 18.7%;
  margin-right: 0.6rem;
}
.fiveRed-container .sliditem .item-right {
  width: 31%;
  color: #ffffff;
}
.fiveRed-container .sliditem .item-right .tt2 {
  margin-top: 0.3rem;
}

.coursebanner {
  background-size: 100%;
  background-position: bottom;
  background-size: cover;
}

.coursebanner-container {
  padding-top: 1.3rem;
  height: 590px;
}
.coursebanner-container .tt .tt1 {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url("http://www.nature-cn.cn/phone/images/bbbg.png");
  background-size: cover;
  background-position: 222px;
}
.coursebanner-container .dd {
  margin-top: 0.3rem;
  line-height: 2;
  color: #787878;
}
.coursebanner-container .cc {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-image: url("../image/coursebg.png");
  margin-top: 1rem;
}

.course-container {
  padding-bottom: 1.5rem;
}
.course-container.isseemore .course-item {
  display: flex !important;
}
.course-container .course-item {
  margin-top: 1.5rem;
}
.course-container .course-item:nth-child(2n) .item-left {
  order: 2;
}
.course-container .course-item:nth-child(2n) .item-right {
  order: 1;
}
.course-container .course-item:nth-child(n+6) {
  display: none;
}
.course-container .tt2 {
  margin-top: 0.1rem;
}
.course-container .cc {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-image: url("../image/coursebg.png");
  margin-top: 1rem;
}
.course-container .cc .item-left {
  width: 44.4%;
}
.course-container .cc .item-right {
  width: 44.4%;
  position: relative;
}
.course-container .cc .item-right .dd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 2;
  color: #787878;
}

.cateList-container {
  padding: 1rem 0;
}
.cateList-container .cc {
  display: grid;
  grid-column-gap: 7px;
  grid-row-gap: 0.7rem;
}
.cateList-container .ptbox:hover .cate-item {
  border-radius: 0 0 var(--border40) 0;
}
.cateList-container .cate-item {
  width: 100%;
  padding-top: calc(548/475*100%);
}
.cateList-container .cate-item .info {
  padding: 0.3rem 0;
}
.cateList-container .cate-item .tt {
  display: inline-block;
  max-width: 80%;
  font-size: 24px;
}

.cateTop-container .cc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7px;
  margin-bottom: 7px;
}
.cateTop-container .ptbox:hover .cateTop-item {
  border-radius: 0 0 var(--border40) 0;
}
.cateTop-container .cateTop-item {
  width: 100%;
  padding-top: calc(545/960*100%);
  position: relative;
}
.cateTop-container .cateTop-item .info {
  padding: 0.4rem 0;
}
.cateTop-container .cateTop-item .tt {
  display: inline-block;
  max-width: 80%;
}

.cateClick {
  margin-top: 50px;
}
.cateClick .cateli {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #F5F5F5;
}
.cateClick .cateli:nth-child(1) {
  border-top: 1px solid #F5F5F5;
}
.cateClick .cateli:not(:last-child) .myname {
  border-bottom: 1px solid #ffffff;
}
.cateClick .cateli.active .myuls {
  height: auto;
}
.cateClick .cateli .myname {
  width: 85px;
  height: 58px;
  color: #909090;
  background-color: #F5F5F5;
}
.cateClick .cateli .myuls {
  flex: 1;
  height: 58px;
  overflow: hidden;
  padding: 0px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cateClick .cateli .myuls .mylis {
  display: flex;
  align-items: center;
  height: 58px;
  margin: 0 0.25rem;
  color: #909090;
  transition: all ease-in-out 0.5s;
}
.cateClick .cateli .myuls .mylis.active {
  color: #007f3a;
}
.cateClick .cateli .myuls .mylis:hover {
  color: #007f3a;
}
.cateClick .cateli .mybtn {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.catetabForm {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
}
.catetabForm .tabbox {
  width: 55%;
  height: 52px;
}
.catetabForm .product-tab {
  width: 50%;
  height: 100%;
  border: 1px solid #F5F5F5;
  border-right: none;
}
.catetabForm .product-tab::before {
  height: 3px;
}
.catetabForm .product-tab:hover {
  color: #007f3a;
}
.catetabForm .product-tab:active {
  color: #007f3a;
}
.catetabForm .product-form {
  flex: 1;
  height: 52px;
}
.catetabForm.case .tabbox {
  width: 38%;
  margin-right: 0.3rem;
}
.catetabForm.case .tabbox .selectbox {
  flex: 1;
  height: 100%;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  position: relative;
}
.catetabForm.case .tabbox .selectbox + .selectbox {
  margin-left: 0.3rem;
}
.catetabForm.case .tabbox .selectbox .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  pointer-events: none;
}
.catetabForm.case .tabbox .selectbox .selectitem {
  padding: 0 20px;
  height: 100%;
}

.product-form {
  height: 52px;
  display: flex;
  align-items: center;
  position: relative;
}
.product-form .product-form-input {
  flex: 1;
  height: 100%;
}
.product-form .product-form-input .inp {
  height: 100%;
  width: 100%;
  padding: 0 52px 0 0.4rem;
  border: 1px solid #F5F5F5;
  transition: all ease-in-out 0.5s;
}
.product-form .product-form-input .inp:focus {
  border: 1px solid #007f3a;
}
.product-form .product-form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
}

.proList-container {
  padding: 1rem 0;
}
.proList-container .cc {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
.proList-container .ptbox:hover .pro-item {
  border-radius: 0 0 var(--border40) 0;
}
.proList-container .pro-item {
  width: 100%;
  padding-top: calc(430/400*100%);
  position: relative;
  overflow: hidden;
}
.proList-container .pro-item .info {
  padding: 0.1rem 0.2rem 0.4rem 0.2rem;
}
.proList-container .pro-item .tt-dd {
  padding-right: 0.4rem;
}
.proList-container .pro-item .dd {
  margin-top: 10px;
}

.customized-container {
  padding: 1rem 0;
}
.customized-container .cc {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 1rem;
}
.customized-container .customized-item {
  width: 100%;
  padding-top: calc(700/1440*100%);
  position: relative;
  overflow: hidden;
}
.customized-container .customized-item .info {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 34%;
  padding: 0.3rem;
  border-radius: 0 0 var(--border30) 0;
  background-color: rgba(110, 104, 99, 0.7);
}
.customized-container .customized-item .tt-dd {
  padding-right: 0.4rem;
}
.customized-container .customized-item .dd {
  margin-top: 0.15rem;
  line-height: 2;
}

.engineeringList-container {
  padding: 1rem 0;
}
.engineeringList-container .cc {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
.engineeringList-container .ptbox {
  overflow: hidden;
}
.engineeringList-container .ptbox:hover .engineering-item .info {
  border-radius: 0 0 var(--border40) 0;
  background-color: #007f3a;
}
.engineeringList-container .ptbox:hover .engineering-item .info .tt {
  color: var(--colorFF);
}
.engineeringList-container .ptbox:hover .engineering-item .info .dd {
  color: var(--colorFF);
}
.engineeringList-container .engineering-item {
  overflow: hidden;
}
.engineeringList-container .engineering-item .imgbox {
  position: relative;
  width: 100%;
  padding-top: calc(345/447*100%);
  overflow: hidden;
}
.engineeringList-container .engineering-item .info {
  padding: 0.3rem;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-top: none;
  overflow: hidden;
}
.engineeringList-container .engineering-item .tt {
  font-size: 18px;
  transition: all 0.3s;
}
.engineeringList-container .engineering-item .dd {
  transition: all 0.3s;
  margin-top: 10px;
}

.overseas-top .overseas-container .l-info {
  width: 46%;
  max-width: 720px;
  margin-left: auto;
  position: relative;
  padding-top: 2rem;
  padding-right: 0.7rem;
}
.overseas-top .overseas-container .l-info .dd {
  margin-top: 0.5rem;
  color: #787878;
  line-height: 1.8;
}
.overseas-top .overseas-container .r-img {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.overseas-sec2:nth-of-type(3n+2) .over2-container::after {
  right: initial;
  left: 0;
  border-radius: 0px 0px var(--border40) 0px;
}
.overseas-sec2:nth-of-type(3n+2) .over2-container .r-info {
  order: 1;
  margin-right: initial;
  margin-left: auto;
  position: relative;
  padding: 1.7rem 1.5rem 1.7rem 0;
}
.overseas-sec2:nth-of-type(3n+2) .over2-container .l-img {
  transform: translateY(-30%);
  order: 2;
  width: 46%;
  margin-right: auto;
}
.overseas-sec2:nth-of-type(3n+3) .over2-container .l-img {
  transform: translateY(-30%);
  width: 46%;
  margin-left: auto;
}
.overseas-sec2 + .overseas-sec2 {
  margin-top: 2.2rem;
}
.overseas-sec2:last-child {
  margin-bottom: 1rem;
}
.overseas-sec2 .over2-container {
  position: relative;
}
.overseas-sec2 .over2-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 61.3%;
  height: 445px;
  background-color: var(--colorbg);
  border-radius: 0px 0px 0px var(--border40);
}
.overseas-sec2 .over2-container .r-info {
  width: 46%;
  max-width: 720px;
  margin-right: auto;
  position: relative;
  padding: 1.7rem 0 1.7rem 1.5rem;
}
.overseas-sec2 .over2-container .r-info .dd {
  color: #787878;
  line-height: 1.8;
}
.overseas-sec2 .over2-container .l-img {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.overseas-partner .over-partner-container {
  position: relative;
  padding: 1.5rem 0 3rem;
}
.overseas-partner .over-partner-container .plist {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.45rem;
  grid-row-gap: 0.5rem;
}
.overseas-partner .over-partner-container .plist .l-img {
  position: relative;
  width: 100%;
  padding-top: calc(227/326*100%);
  overflow: hidden;
  border-radius: 0px 0px var(--border40) 0px;
  background-color: var(--colorbg);
}
.overseas-partner .over-partner-container .join-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.6rem;
}
.overseas-partner .over-partner-container .join-list .joinpersonnel-item {
  padding-bottom: 0.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-left: 1px solid #E6E6E6;
}
.overseas-partner .over-partner-container .join-list .joinpersonnel-item:nth-child(3n+1) {
  justify-content: flex-start;
  border-left: none;
}
.overseas-partner .over-partner-container .join-list .joinpersonnel-item:nth-child(3n+3) {
  justify-content: flex-end;
}
.overseas-partner .over-partner-container .join-list .joinpersonnel-item .l-img {
  width: 19%;
}
.overseas-partner .over-partner-container .join-list .joinpersonnel-item .r-rich {
  padding-top: 0.1rem;
  margin-left: 0.3rem;
}

.topnews {
  margin-top: 1.3rem;
}
.topnews .topviews-cc {
  margin-top: 0.6rem;
  position: relative;
}
.topnews .topviews-cc .com-statebox {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 6;
}
.topnews .topviews-cc .swiper-slide {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 0 !important;
}
.topnews .topviews-cc .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
}
.topnews .topviews {
  background: #ffffff;
  border-radius: 0 0 var(--border40) 0;
  display: flex;
  overflow: hidden;
}
.topnews .topviews .topviews-l {
  width: calc(674 / 1440 * 100%);
  padding-top: calc(450 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}
.topnews .topviews .topviews-r {
  flex: 1;
  padding: 1rem 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #F5F5F5;
}
.topnews .topviews .topviews-r .t1 {
  color: #A0A0A0;
}
.topnews .topviews .topviews-r .t2 {
  margin-top: 18px;
  color: #393939;
}
.topnews .topviews .topviews-r .t3 {
  margin-top: 28px;
  color: #828282;
  line-height: 1.7;
}
.mynewsList-container {
  margin-top: 0.1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.mynewsList-container .cc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.5rem;
}
.mynewsList-container .ptbox:nth-child(3n+1) {
  z-index: 6;
}
.mynewsList-container .ptbox:nth-child(3n+1) .line {
  background-color: #e6e6e6;
}
.mynewsList-container .ptbox:nth-child(1) {
  z-index: 6;
}
.mynewsList-container .ptbox:nth-child(1) .line {
  background-color: transparent;
}
.mynewsList-container .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 1px;
}

.mynews-item {
  overflow: hidden;
  z-index: 5;
  background: #ffffff;
  padding: 0.7rem 0;
  width: 100%;
}
.mynews-item .imgbox {
  position: relative;
  width: 100%;
  padding-top: calc(345/447*100%);
  overflow: hidden;
}
.mynews-item .info {
  padding: 0.2rem 0 0;
}
.mynews-item .info .info-t1 {
  color: #393939;
}
.mynews-item .info .info-t2 {
  margin-top: 0.4rem;
}
.topvideo-container {
  margin-top: 1.3rem;
}
.topvideo-container .topvideo-cc {
  margin-top: 0.6rem;
  position: relative;
  background-color: var(--colorbg);
}
.topvideo-container .topvideo {
  overflow: hidden;
}
.topvideo-container .topvideo .topvideo-l {
  width: 100%;
  padding-top: calc(700 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}
.topvideo-container .topvideo .topvideo-r {
  padding: 0.5rem 0;
}

.myvideoList {
  position: relative;
  z-index: 5;
  margin-top: 0.7rem;
}

.myvideoList-container {
  padding-bottom: 1rem;
  overflow: hidden;
}
.myvideoList-container .cc {
  display: grid;
  grid-column-gap: 0.5rem;
}
.myvideoList-container .ptbox:nth-child(3n+1) {
  z-index: 6;
}
.myvideoList-container .ptbox:nth-child(3n+1) .line {
  background-color: #e6e6e6;
}
.myvideoList-container .ptbox:nth-child(1) {
  z-index: 6;
}
.myvideoList-container .ptbox:nth-child(1) .line {
  background-color: transparent;
}
.myvideoList-container .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 1px;
}

.myvideo-item {
  overflow: hidden;
  z-index: 5;
  padding: 30px 0;
  width: 100%;
}
.myvideo-item .imgbox {
  position: relative;
  width: 100%;
  padding-top: calc(345/447*100%);
  overflow: hidden;
}
.myvideo-item .info {
  padding: 20px 0 0;
}
.myvideo-item .info .info-t1 {
  color: #393939;
}
.investmentview-container {
  padding: 1.3rem 0 1rem;
}
.investmentview-container .viewcc .formbox {
  width: 41%;
  padding-right: 1rem;
  border-right: 1px solid #E6E6E6;
}
.investmentview-container .viewcc .viewinfo {
  flex: 1;
  padding-left: 1rem;
}
.investmentview-container .viewcc .viewinfo .info-l {
  width: 53%;
  padding-right: 0.7rem;
}
.investmentview-container .viewcc .viewinfo .info-l .ii {
  height: 54px;
}
.investmentview-container .viewcc .viewinfo .info-r {
  flex: 1;
  padding-top: 0.3rem;
}

.viewbanner {
  height: 40vh;
}

.fiveReason {
  overflow: hidden;
}

.fiveReason-container {
  padding: 1.3rem 0 0;
}
.fiveReason-container .fiveReason-top .tt {
  margin-top: 0.2rem;
}
.fiveReason-container .mySwiper-fiveReason {
  margin-top: 0.4rem;
  overflow: visible;
}
.fiveReason-container .swiper-slide {
  height: auto;
}
.fiveReason-container .sliditem {
  width: 100%;
  height: 100%;
  background-color: var(--colorbg);
  border-radius: 0 0 var(--border40) 0;
  position: relative;
  overflow: hidden;
  padding: 0.3rem;
}
.fiveReason-container .sliditem .img {
  height: 60px;
}
.fiveReason-container .sliditem .item-tt {
  margin-top: 0.3rem;
}
.fiveReason-container .sliditem .item-tt .tt2 {
  margin-top: 0.2rem;
  color: #646464;
  line-height: 2;
}

.myimage {
  overflow: hidden;
}

.myimage-container {
  padding: 1rem 0 0;
}
.myimage-container .myimage-top .tt {
  margin-top: 0.2rem;
}
.myimage-container .mySwiper-myimage {
  margin-top: 0.4rem;
  overflow: visible;
}
.myimage-container .sliditem {
  width: 100%;
  padding-top: calc(800/1440*100%);
  position: relative;
  overflow: hidden;
}

.investmentcate-container {
  padding: 1rem 0 0;
}
.investmentcate-container .cc {
  margin-top: 0.5rem;
}
.investmentcate-container .cateul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: calc(36/1440*100%);
}
.investmentcate-container .cate-li {
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px var(--border40) 0px;
  padding: 1rem 0;
}
.investmentcate-container .cate-li .imgbox {
  width: 80px;
}
.investmentcate-container .cate-li .nn {
  margin-top: 0.3rem;
  color: #CDCDCD;
}
.investmentcate-container .cate-li .tt {
  margin-top: 0.3rem;
  color: #262626;
}

.mycate-tab-container {
  padding: 1rem 0 0;
}
.mycate-tab-container .mycateul {
  display: flex;
  margin-top: 0.4rem;
}
.mycate-tab-container .mycateul .mycateli {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 0;
  flex: 1;
  box-sizing: border-box;
  background-color: var(--colorF2);
  transition: all ease-in-out 0.3s;
}
.mycate-tab-container .mycateul .mycateli.en .li-cc .tt {
  margin-top: 0.5rem;
  width: 80%;
  writing-mode: lr-tb;
  line-height: 1.2;
  font-size: 18px;
}
.mycate-tab-container .mycateul .mycateli.active {
  background-color: #007f3a;
}
.mycate-tab-container .mycateul .mycateli.active .li-cc {
  margin-top: 0;
  flex: 1;
  justify-content: center;
}
.mycate-tab-container .mycateul .mycateli.active .li-cc .icn_box {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.mycate-tab-container .mycateul .mycateli.active .li-cc .icn_box .ii {
  transform: translateX(-80px);
  filter: drop-shadow(80px 0 var(--colorFF));
  -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
  -webkit-filter: drop-shadow(80px 0 var(--colorFF));
}
.mycate-tab-container .mycateul .mycateli.active .li-cc .tt {
  font-size: 18px;
  color: var(--colorFF);
}
.mycate-tab-container .mycateul .mycateli .li-cc {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all ease-in-out 0.7s;
}
.mycate-tab-container .mycateul .mycateli .li-cc .icn_box {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.mycate-tab-container .mycateul .mycateli .li-cc .icn_box .ii {
  width: 80px;
  height: 80px;
  box-sizing: content-box;
  border-right: 80px solid transparent;
}
.mycate-tab-container .mycateul .mycateli .li-cc .tt {
  margin-top: 0.6rem;
  color: var(--color26);
  font-size: 18px;
  text-align: center;
}

.mymarket-container {
  padding: 1rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.mymarket-container .mymarket-top .tt {
  margin-top: 0.2rem;
}
.mymarket-container .mymarket-rich {
  margin-top: 0.5rem;
  align-items: flex-start;
}
.mymarket-container .mymarket-rich .left-txt {
  width: 50%;
  padding-right: 0.6rem;
}
.mymarket-container .mymarket-rich .left-txt .left-li + .left-li {
  margin-top: 0.2rem;
}
.mymarket-container .mymarket-rich .left-txt .left-li .lit1 {
  font-weight: 700;
  line-height: 1.8;
}
.mymarket-container .mymarket-rich .left-txt .left-li .lit2 {
  text-indent: 2.5em;
  line-height: 1.8;
  color: #787878;
}
.mymarket-container .mymarket-rich .right-img {
  border-radius: 0 0 50px 0;
  width: 50%;
  padding-top: calc(512/1440*100%);
  overflow: hidden;
}

.process-tab-container {
  padding: 1.5rem 0 1rem;
}
.process-tab-container .processul {
  display: flex;
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
}
.process-tab-container .processul .pdbox {
  background-color: var(--colorbg);
  padding: 10px;
  border-radius: 50%;
}
.process-tab-container .processul .whitecc {
  border-radius: 50%;
}
.process-tab-container .processul .processli {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
  padding-top: 100%;
  position: relative;
  transition: all 0.5s;
}
.process-tab-container .processul .processli:last-child .h-icon {
  display: none;
}
.process-tab-container .processul .processli .h-icon {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translate(50%, -50%);
}
.process-tab-container .processul .processli.en .li-cc .tt {
  margin-top: 0.5rem;
  width: 80%;
  writing-mode: lr-tb;
  line-height: 1.2;
  font-size: 18px;
}
.process-tab-container .processul .processli.active {
  transform: scale(1.35);
}
.process-tab-container .processul .processli.active .pdbox {
  background-color: #007f3a;
}
.process-tab-container .processul .processli.active .li-cc {
  margin-top: 0;
  flex: 1;
  justify-content: center;
  background-color: #007f3a;
  border: 1px dashed var(--colorFF);
}
.process-tab-container .processul .processli.active .li-cc .icn_box {
  width: 80px;
  height: 80px;
  transform: translateY(0) scale(0.75);
}
.process-tab-container .processul .processli.active .li-cc .icn_box .ii {
  transform: translateX(-80px);
  filter: drop-shadow(80px 0 var(--colorFF));
  -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
  -webkit-filter: drop-shadow(80px 0 var(--colorFF));
}
.process-tab-container .processul .processli.active .li-cc .tt {
  display: inline-block;
  opacity: 1;
  margin-top: 0.2rem;
  color: var(--colorFF);
  height: auto;
  transform: translateY(-8px);
}
.process-tab-container .processul .processli .li-cc {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.4s;
  border-radius: 50%;
  border: 1px dashed #007f3a;
}
.process-tab-container .processul .processli .li-cc .icn_box {
  width: 80px;
  height: 80px;
  overflow: hidden;
  transition: all 0.5s;
}
.process-tab-container .processul .processli .li-cc .icn_box .ii {
  width: 80px;
  height: 80px;
  box-sizing: content-box;
  border-right: 80px solid transparent;
}
.process-tab-container .processul .processli .li-cc .tt {
  color: var(--color26);
  text-align: center;
  height: 0;
  transform: translateY(100px);
  transition: all ease-in-out 0.4s;
}
.foursystem-container {
  padding: 1rem 0;
}
.foursystem-container .systemul {
  display: flex;
  margin-top: 1rem;
  display: grid;
  grid-column-gap: 0.36rem;
  grid-row-gap: 1rem;
}
.foursystem-container .systemul .systemli {
  display: flex;
  flex-direction: column;
}
.foursystem-container .systemul .systemli .nn {
  width: 66px;
  height: 66px;
  background: #007f3a;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.foursystem-container .systemul .systemli .imgbox {
  width: 100%;
  padding-top: calc(220/333*100%);
}
.foursystem-container .systemul .systemli .infobox {
  flex: 1;
  padding: 0 0.1rem 0.5rem;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px var(--border40) 0px;
  overflow: hidden;
}
.foursystem-container .systemul .systemli .infobox .tt {
  margin: 0.26rem 0;
  padding: 0 0.2rem;
  text-align: left;
}
.foursystem-container .systemul .systemli .infobox .dd {
  max-height: 130px;
  padding: 0 0.2rem;
}

.recruit-container .recruit-item {
  position: relative;
  padding: 3.3rem 0.8rem 0.6rem 0.8rem;
  background-size: cover;
  background-position: center;
}

.myschool {
  background-size: cover;
  background-position: center;
}

.myschool-container {
  position: relative;
  padding: 2.3rem 0 0;
}

.besupplier-container {
  position: relative;
  padding: 1rem 0 1.4rem;
}
.besupplier-container .be-rich-box {
  flex: 1;
  padding: 0.4rem 0.5rem 0.4rem 0;
}
.besupplier-container .bbox {
  direction: rtl;
}
.besupplier-container .be-rich {
  padding: 0 0.5rem 0 0.3rem;
  max-height: 400px;
  direction: ltr;
}
.besupplier-container .be-link {
  padding: 0.6rem 0.6rem 0.9rem;
  width: 43%;
  background-color: #f5f5f6;
  border-radius: 15px;
}
.besupplier-container .be-link .white {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.3rem;
}
.besupplier-container .be-link .white .dd {
  width: 76%;
}

.joinemail-container {
  position: relative;
  padding: 0.8rem 0;
}
.joinemail-container .joinemail-item {
  width: 40%;
}
.joinemail-container .joinemail-item .ii {
  width: 30px;
  height: 30px;
}
.joinemail-container .joinemail-item .info {
  margin-left: 0.2rem;
}

.join-college {
  position: relative;
  background-color: var(--colorbg);
}

.join-college-container {
  padding: 2rem 0;
}
.join-college-container .r-info {
  position: relative;
  width: 50%;
  padding-right: 1rem;
}
.join-college-container .r-info .dd {
  color: #787878;
  line-height: 1.8;
}
.join-college-container .l-img {
  width: 41.6%;
}

.join-target-container {
  padding: 1rem 0;
  position: relative;
  border-bottom: 1px solid #E9E9E9;
}
.join-target-container .r-info {
  width: 46%;
  max-width: 720px;
  margin-right: auto;
  margin-left: 5.8%;
  position: relative;
}
.join-target-container .r-info .myul .myli {
  padding: 0.2rem 0;
}
.join-target-container .r-info .myul .myli + .myli {
  border-top: 1px solid #E5E5E5;
}
.join-target-container .r-info .myul .myli .nn {
  color: #EAEAEA;
  margin-right: 0.2rem;
}
.join-target-container .r-info .myul .myli .dd {
  color: #787878;
  line-height: 2;
}
.join-target-container .l-img {
  position: relative;
  width: 44.2%;
  overflow: hidden;
}
.join-target-container .l-img .img {
  width: 100%;
}

.join-tworound-container {
  padding: 1rem 0;
}
.join-tworound-container .dd {
  width: 50%;
  margin: 0.5rem auto 0;
}

.join-project-container {
  padding: 1rem 0;
  border-top: 1px solid #E9E9E9;
}
.join-project-container .project3 .sliditem {
  width: 100%;
}
.join-project-container .project3 .sliditem .mySwiper-project3-img .swiper-pagination-bullets {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  z-index: 2;
  display: flex;
  align-items: center;
}
.join-project-container .project3 .sliditem .mySwiper-project3-img .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}
.join-project-container .project3 .sliditem .mySwiper-project3-img .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007f3a;
}
.join-project-container .project3 .sliditem .img-slide {
  padding-top: calc(260/450*100%);
}
.join-project-container .project3 .sliditem .item-tt {
  margin-top: 0.3rem;
}
.join-project-container .project3 .sliditem .item-tt .tt2 {
  margin-top: 0.2rem;
  color: #646464;
  line-height: 2;
}
.join-project-container .project4 {
  height: auto;
}
.join-project-container .project4 .hcc {
  height: 426px;
}
.join-project-container .project4 .mySwiper-project4 {
  width: 100%;
}
.join-project-container .project4 .swiper-wrapper {
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.join-project-container .project4 .swiper-slide {
  height: calc((100% - 50px) / 2);
}
.join-project-container .project4 .sliditem {
  height: 100%;
}
.join-project-container .project4 .cc {
  display: grid;
}
.join-project-container .project4 .ptbox {
  width: 46.7%;
}
.join-project-container .project4 .ptbox .imgbox {
  position: relative;
  width: 100%;
}
.join-project-container .project4 .info {
  flex: 1;
  background-color: var(--colorbg);
  padding: 0.3rem;
  border-radius: 0 0 var(--border20) 0;
  overflow: hidden;
}
.join-project-container .project4 .info .tt2 {
  max-height: 75%;
}

.join-online-container {
  padding: 1rem 0;
  background-color: var(--colorbg);
}
.join-online-container .htt {
  width: 31.25%;
  max-width: 450px;
  margin-right: calc(45/1920*100%);
}
.join-online-container .cc {
  width: calc(1184/1920*100%);
}
.join-online-container .sliditem {
  width: 100%;
}
.join-online-container .sliditem .img-slide {
  width: 100%;
  position: relative;
  padding-top: calc(260/450*100%);
}
.join-online-container .sliditem .item-tt {
  margin-top: 0.3rem;
}
.join-online-container .sliditem .item-tt .tt2 {
  margin-top: 0.2rem;
  color: #646464;
  line-height: 2;
}

.allbanner .allbanner-container {
  height: 30vh;
  position: relative;
}

.design-title {
  position: relative;
}

.design-title-container {
  padding: 1.3rem 0 1rem;
}
.design-title-container .r-info {
  position: relative;
}
.design-title-container .r-info .dd {
  color: #787878;
  line-height: 1.8;
}
.design-title-container .l-img {
  width: 1.3rem;
}

.join-top {
  background-color: #f8f8f8;
}
.join-top .container {
  padding: 1rem 0;
}
.join-top .join-top-left {
  width: 50%;
  overflow: hidden;
  border-radius: 0 0 var(--border40) 0;
}
.join-top .join-top-left .join-top-left-item {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 var(--border40) 0;
}
.join-top .ccbox {
  width: 50%;
  position: relative;
}
.join-top .ccb {
  padding-left: 1rem;
}
.join-top .cc {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.join-top .cc .tt {
  padding-top: 0.5rem;
}
.join-top .join-top-thumbs {
  flex: 1;
}
.join-top .join-top-thumbs .swiper-wrapper {
  height: 100%;
}
.join-top .join-top-thumbs .join-top-thumbs-item .bbox .dd {
  max-height: 200px;
  line-height: 1.8;
  color: #787878;
}

.design-four {
  position: relative;
}

.design-four-container {
  padding: 1rem 0 0;
}
.design-four-container .r-info {
  position: relative;
}
.design-four-container .r-info .dd {
  width: 50%;
  color: #7C7C7C;
  line-height: 1.8;
}
.design-four-container .r-info .line {
  width: 1px;
  height: 85px;
  background-color: #007f3a;
}
.design-four-container .fourcc .fouritem {
  position: relative;
  flex: 1;
  height: 82vh;
  overflow: hidden;
}
.design-four-container .fourcc .fouritem.active .info {
  background-color: rgba(228, 0, 43, 0.8);
  transform: translate(0, 0);
}
.design-four-container .fourcc .fouritem.active .info .tt {
  opacity: 1;
}
.design-four-container .fourcc .fouritem .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  padding: 0.5rem 0.4rem;
  transform: translate(0, 34px);
}
.design-four-container .fourcc .fouritem .info .tt {
  flex: 1;
  opacity: 0;
  margin-left: 0.4rem;
}
.design-four-container .viewcc {
  padding: 1rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.design-four-container .viewcc .formbox {
  width: 41%;
  padding-left: 1rem;
}
.design-four-container .viewcc .viewinfo {
  flex: 1;
}
.design-four-container .viewcc .viewinfo .info-r {
  flex: 1;
  overflow: hidden;
  border-radius: 0 0 var(--border80) 0;
}

.design-info-container {
  padding: 1rem 0 0.3rem;
  border-bottom: 1px solid #E9E9E9;
}
.design-info-container .mynews-item {
  padding: 0 0 0.5rem;
}
.design-info-container .sliditem {
  width: 100%;
}
.design-info-container .sliditem .img-slide {
  padding-top: calc(260/450*100%);
}
.design-info-container .sliditem .item-tt {
  margin-top: 0.3rem;
}
.design-info-container .sliditem .item-tt .tt2 {
  margin-top: 0.2rem;
  color: #646464;
  line-height: 2;
}

.design-footer-container {
  padding: 1rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.design-footer-container .design-footer-item {
  width: 48%;
  position: relative;
}
.design-footer-container .design-footer-item .imgbox {
  padding-top: calc(200/690*100%);
}
.design-footer-container .design-footer-item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.serverFloor-container {
  position: relative;
  padding: 1.3rem 0 1rem;
}
.serverFloor-container .serverFloor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.8rem;
  grid-row-gap: 1rem;
}
.serverFloor-container .serverFloor-list .serverFloor-item .l-img {
  height: 60px;
}
.serverFloor-container .serverFloor-list .serverFloor-item .dd {
  line-height: 1.8;
  color: #757575;
}

.server-product {
  background-color: var(--colorbg);
}

.server-product-container {
  padding: 1rem 0 1.5rem;
}
.server-product-container .server-product-item:nth-child(2n) .item-left {
  order: 2;
}
.server-product-container .server-product-item:nth-child(2n) .item-right {
  order: 1;
}
.server-product-container .server-product-item + .server-product-item {
  margin-top: 1rem;
}
.server-product-container .tt2 {
  margin-top: 0.1rem;
}
.server-product-container .cc .item-right {
  width: 50%;
}
.server-product-container .cc .item-left {
  padding: 0.65rem;
  width: 50%;
}
.server-product-container .cc .item-left .ddbox {
  height: 100%;
  position: relative;
}
.server-product-container .cc .item-left .dd {
  position: absolute;
  left: 0;
  top: 0;
  width: 96%;
  height: 100%;
  line-height: 2;
  color: #787878;
}

.server-question-container {
  padding: 1rem 0;
}
.server-question-container .item {
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
.server-question-container .item.active .item-tt {
  background: #007f3a !important;
}
.server-question-container .item.active .item-tt .tt {
  color: var(--colorFF);
}
.server-question-container .item.active .item-tt .h-icon {
  color: var(--colorFF);
}
.server-question-container .item:nth-child(1) {
  border-top: 1px solid #E9E9E9;
}
.server-question-container .item:nth-child(2n) .item-tt {
  background: #F7F7F7;
}
.server-question-container .item .item-tt {
  width: 100%;
  height: 80px;
  padding: 0.29rem 0.2rem;
  background: #ffffff;
}
.server-question-container .item .item-show {
  display: none;
}
.server-question-container .item .item-show .info {
  padding: 0.3rem 0.2rem;
}
.server-question-container .top .options {
  height: 50px;
}
.server-question-container .top .options .selectbox {
  cursor: pointer;
  width: 200px;
  height: 100%;
  border: 1px solid #D3D3D3;
  border-radius: 25px;
  position: relative;
}
.server-question-container .top .options .selectbox + .selectbox {
  margin-left: 0.3rem;
}
.server-question-container .top .options .selectbox select {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  color: #797979;
}
.server-question-container .top .options .selectbox .h-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  pointer-events: none;
}
.server-question-container .top .options .selectbox .selectitem {
  padding: 0 20px;
  height: 100%;
}

.myShops {
  background-color: var(--colorbg);
}

.myShops-container {
  padding: 1.3rem 0 1rem;
}
.myShops-container .map {
  position: relative;
  width: 72%;
  padding-top: calc(687/1440*100%);
}
.myShops-container .myShops-list {
  flex: 1;
  padding-left: 0.35rem;
}
.myShops-container .myShops-list .myShops-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #E7E7E7;
}
.myShops-container .myShops-list .myShops-item:nth-child(1) {
  border-top: 1px solid #E7E7E7;
}
.myShops-container .myShops-list .myShops-item .info {
  margin-left: 0.2rem;
}
.myShops-container .myShops-list .footer-page {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/*三角形伪类*/
.sj-l {
  position: relative;
}

.sj-l:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: "";
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  border-width: 0.02rem;
  border-style: solid;
  border-right: transparent;
  border-top: transparent;
}

.sj-r {
  position: relative;
}

.sj-r:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: "";
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent;
}

.sj-d {
  position: relative;
}

.sj-d:before {
  position: absolute;
  right: 2%;
  top: 35%;
  content: "";
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent;
}

.sj-t {
  position: relative;
}

.sj-t:before {
  position: absolute;
  right: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  height: 10px;
  width: 10px;
  transform: rotate(315deg) translate(50%, 0%);
  -webkit-transform: rotate(315deg) translate(50%, 0%);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff;
}

.y-100 {
  transform: translateY(-100%);
}

.showson {
  cursor: pointer;
}
.showson.active .isshowson {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.showson .isshowson {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.y-10 {
  cursor: pointer;
}
.y-10.active .isshowson {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.y-10 .isshowson {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.hoverson {
  cursor: pointer;
}
.hoverson.active .ishoverson {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.hoverson .ishoverson {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.navhide {
  display: block;
}

.navshow {
  display: none;
}

.isshowmap .navhide {
  display: none;
}
.isshowmap .navshow {
  display: block;
}

.shide {
  display: block;
}

.sshow {
  display: none;
}

.isshow .shide {
  display: none;
}
.isshow .sshow {
  display: block;
}

.isshow2 .shide {
  display: none;
}
.isshow2 .sshow {
  display: block;
}

.casetips {
  padding: 1rem 0 0 0;
}
.casetips .tt {
  color: #6C6C6C;
}

.nav-header {
  height: var(--navheight);
  z-index: 10;
  position: relative;
  transition: all 0.3s;
}
.nav-header.ismain {
  height: 0;
}
.nav-header.ismain .nav-hader-content::after {
  content: "";
  width: 100%;
  height: calc(var(--navheight-default));
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.nav-header.ispageshow {
  height: calc(var(--navheight));
}
.nav-header.ondown .nav-hader-content {
  transform: translateY(var(--downpagenavheight));
}
.nav-header.iswhiteBg .h-icon {
  color: #007f3a;
}
.nav-header.iswhiteBg .h-tt {
  color: #ffffff;
}
.nav-header.isshow {
  opacity: 1;
}
.nav-header.isshow .h-icon {
  color: #007f3a;
}
.nav-header.isshow .h-tt {
  color: #ffffff;
}
.nav-header.isshow .nav-hader-content {
  background-color: black;
  height: var(--navheight);
}
.nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline {
  background-color: #007f3a;
}
.nav-header .h-icon {
  color: var(--colorFF);
  font-size: 18px;
  font-weight: 700;
}
.nav-header .h-icon.search {
  font-size: 30px;
  font-weight: 400;
}
.nav-header .h-icon.hover {
  color: #007f3a !important;
}
.nav-header .nav-hader-content {
  width: 100%;
  height: var(--pagenavheight);
  position: fixed;
  top: 0;
  left: 0;
  background-color:black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.nav-header .nav-hader-content.isshowmap {
  /*background-color: var(--colorFF);*/
  height: var(--navheight);
}
.nav-header .nav-hader-content.isshowmap .h-icon {
  color: #007f3a;
}
.nav-header .nav-hader-content.isshowmap .h-tt {
  color: var(--color22);
}
.nav-header .nav-hader-content.isshowmap .showbox {
  background-color: #fff;
}
.nav-header .nav-hader-content.isshowmap .showbox .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}
.nav-header .nav-hader-content .logo {
  z-index: 5;
  padding: 0 0.7rem;
}
.nav-header .nav-hader-content .logo .colorlogo {
  height: var(--logoheight);
}
.nav-header .nav-hader-content .other {
  z-index: 5;
  display: flex;
}
.nav-header .nav-hader-content .other .tabul .tabli {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  margin: 0 0.5rem;
}
.nav-header .nav-hader-content .other .tabul .tabli:hover .showbox {
  top: 110%;
  opacity: 1;
}
.nav-header .nav-hader-content .other .tabul .tabli .tablia {
  position: relative;
  z-index: 5;
  color: #ffffff;
  cursor: pointer;
}
.nav-header .nav-hader-content .other .tabul .tabli .tablia.active {
  z-index: 5;
}
.nav-header .nav-hader-content .other .tabul .tabli .showbox {
  min-width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 140%;
  width: 200%;
  transform: translate(-50%);
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.nav-header .nav-hader-content .other .tabul .tabli .showbox .tabliaa {
  width: 100%;
  line-height: 2;
  text-align: center;
  background-color: #fff;
  color: #333;
  transition: all 0.5s;
}
.nav-header .nav-hader-content .other .tabul .tabli .showbox .tabliaa:hover {
  color: #007f3a;
}
.nav-header .nav-hader-content .other .tabul .tabli.search {
  margin: 0 0.16rem;
  width: 46px;
  height: 100%;
}
.nav-header .nav-hader-content .other .tabul .tabli.search.active .search-input {
  opacity: 1;
  width: 378px;
  padding: 0 46px 0 0.3rem;
}
.nav-header .nav-hader-content .other .tabul .tabli.search.active .h-icon {
  color: #007f3a;
}
.nav-header .nav-hader-content .other .tabul .tabli.search .search-form {
  width: 100%;
}
.nav-header .nav-hader-content .other .tabul .tabli.search .tablia {
  width: 100%;
}
.nav-header .nav-hader-content .other .tabul .tabli .search-input {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  background-color: #f5f5f5;
  z-index: 4;
}
.nav-header .nav-hader-content .other .tabul .tabli .search-input .enterInp {
  color: var(--colorAA);
  width: 100%;
  height: 100%;
}
.nav-header .nav-hader-content .other .showMenu {
  width: 113px;
  padding: 0 12px;
  /*background-color: #ffffff;*/
  border: 1px solid #e6e6e6;
}
.nav-header .nav-hader-content .other .showMenu .navView {
  width: 100%;
  height: 46px;
}
.nav-header .nav-hader-content .other .showMenu .navView.active {
  width: 150px;
}
.nav-header .nav-hader-content .other .showMenu .showbox {
  position: absolute;
  left: 0;
  top: var(--navheight);
  width: 100%;
  height: 0;
}
.nav-header .nav-hader-content .other .showMenu .showbox.active {
  height: calc(100vh - var(--navheight));
}
.nav-header .nav-hader-content .other .showMenu .showbox.active .container {
  opacity: 1;
  visibility: visible;
}
.nav-header .nav-hader-content .other .showMenu .showbox .container {
  max-width: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist {
  overflow: hidden;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 1.9rem 0.4rem 0;
  position: relative;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol:not(:first-child) {
  border-left: 1px solid #e3e3e3;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-bg {
  opacity: 1;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
  color: var(--colorFF);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title::after {
  background-color: var(--colorFF);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
  color: var(--colorFF);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-bg {
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 6;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
  position: relative;
  padding-bottom: 0.38rem;
  font-weight: 500;
  display: flex;
  transition: all 0.3s;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
  padding-top: 24px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li.active .li-title a {
  color: #007f3a;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li:hover .li-title a {
  color: #007f3a;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
  height: 36px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
  cursor: pointer;
  transition: all 0.3s;
  color: #9b9b9b;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
  padding: 0.2rem 30px;
  width: 100%;
  background-color: var(--colorF2);
  display: none;
  border-radius: 10px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
  position: relative;
  display: block;
  line-height: 1.4;
  color: var(--color22);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t + .li-show-t {
  margin-top: 9px;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
  color: var(--color2);
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--color2);
  border-radius: 50%;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
  display: flex;
  flex-direction: column;
}
.nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
  font-weight: 500;
  height: 52px;
  line-height: 52px;
}

.kefu_box {
  position: fixed;
  right: 14px;
  bottom: 100px;
  width: 40px;
  height: 0;
  z-index: 1111;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.kefu_box.on {
  height: 148px;
  opacity: 1;
  visibility: visible;
}
.kefu_box .h-icon {
  font-size: 20px;
}
.kefu_box .h-icon:hover {
  color: #007f3a;
}
.kefu_box .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
}
.kefu_box .item .txt {
  margin-top: 8px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.kefu_box .item + .item {
  margin-top: 14px;
}
.kefu_box .item:hover .abs {
  opacity: 1;
  visibility: visible;
}
.kefu_box .item .abs {
  position: absolute;
  right: 130%;
  top: 50%;
  width: 78px;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  opacity: 0;
}
.kefu_box .item .abs:hover {
  opacity: 1 !important;
  visibility: visible;
}
.kefu_box .item .tel.abs {
  width: auto;
  padding: 8px 15px;
  background-color: #000000;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.mainbanner-info {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: 5;
  width: 100%;
}
.mainbanner-info .m-topnews .tt1 {
  font-weight: 700;
  color: var(--colorFF);
}
.mainbanner-info .m-topnews .tt2 {
  max-width: 400px;
  color: var(--colorFF);
  height: 100%;
  line-height: 30px;
}
.mainbanner-info .m-topnews .top-newSwipers {
  height: 30px;
}
.mainbanner-info .m-topnews .top-newSwipers .swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.mainbanner-info .m-topthree .threeli {
  position: relative;
  width: 286px;
  padding: 22px 32px 22px 0;
  border-bottom: 1px solid #000000;
}
.mainbanner-info .m-topthree .threeli + .threeli {
  margin-left: 0.6rem;
}
.mainbanner-info .m-topthree .threeli.active .showbox {
  height: 230px;
}
.mainbanner-info .m-topthree .threeli.active .showbox .showbox-tt {
  opacity: 1;
  visibility: visible;
}
.mainbanner-info .m-topthree .threeli .tt {
  display: flex;
}
.mainbanner-info .m-topthree .threeli .tt .img {
  height: 40px;
}
.mainbanner-info .m-topthree .threeli .tt .stt {
  flex: 1;
  line-height: 1;
  color: #000000;
}
.mainbanner-info .m-topthree .threeli .showbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0 30px;
  overflow: hidden;
  border-radius: 0 var(--border30) 0 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  -webkit-background-size: cover;
}
.mainbanner-info .m-topthree .threeli .showbox .showbox-tt {
  opacity: 0;
  visibility: hidden;
}
.mainbanner-info .m-topthree .threeli .showbox .showbox-tt .img {
  height: 40px;
}
.mainbanner-info .m-topthree .threeli .showbox .showbox-tt .stt {
  margin-top: 32px;
  color: var(--colorFF);
  font-weight: 700;
}
.mainbanner-info .m-topthree .threeli .showbox .showbox-tt .h-icon {
  margin-left: 15px;
}

.slideDownward {
  position: absolute;
  left: 0.7rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.slideDownward .tt {
  writing-mode: tb-rl;
  letter-spacing: 2px;
  color: #ffffff;
}
.slideDownward .bg {
  position: relative;
  margin-top: 10px;
  width: 2px;
  height: 105px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.slideDownward .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42%;
  animation: slideDownwardAni 3s linear 0s infinite alternate forwards;
  background-color: #ffffff;
}

@keyframes slideDownwardAni {
  0% {
    top: 0;
  }
  50% {
    top: 61px;
  }
  100% {
    top: 0;
  }
}
.nav-footer {
  position: relative;
  z-index: 6;
  background-color: var(--color2);
}
.nav-footer .item-tt {
  font-weight: 600;
    color: var(--colorFF);
    /* margin-bottom: 3%; */
    font-size: 22px;
}
.nav-footer .footer-top .pbox {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
}
.nav-footer .footer-top .left-list {
  display: flex;
}
.nav-footer .footer-top .left-list .list-li:not(:last-child) {
  padding-right: 0.8rem;
}
.nav-footer .footer-top .left-list .list-li .mylogo {
  height: 200px;
}
.nav-footer .footer-top .left-list .list-li .item + .item {
  margin-top: 0.4rem;
}
.nav-footer .footer-top .left-list .list-li .item .item-ul {
  margin-top: 0.26rem;
}
.nav-footer .footer-top .left-list .list-li .item .item-ul .item-li {
  line-height: 30px;
}
.nav-footer .footer-top .right-info {
  justify-content: space-between;
}
.nav-footer .footer-top .right-info .info-tt {
  color: #919191;
}
.nav-footer .footer-top .right-info .detail-li {
  margin-top: 0.24rem;
  height: 18px;
}
.nav-footer .footer-top .right-info .detail-li + .detail-li {
  margin-left: 0.24rem;
}
.nav-footer .footer-top .right-info .address-li {
  margin-top: 0.16rem;
}
.nav-footer .footer-top .right-info .info-address {
  margin-top: 0.8rem;
  color: #ffffff;
  line-height: 2;
  display: none;
}
.nav-footer .footer-top .right-info .info-qrcode {
  z-index: 5;
  display: flex;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode + .qrcode {
  margin-left: 30px;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode .img {
  width: 92px;
}
.nav-footer .footer-top .right-info .info-qrcode .qrcode .code-t {
  margin-top: 14px;
  color: #7f7f7f;
}
.nav-footer .info-select {
  position: relative;
  z-index: 6;
}
.nav-footer .info-select .select-tt {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #919191;
  border-radius: 2px;
  padding-right: 22px;
  cursor: pointer;
}
.nav-footer .info-select .select-tt .tt {
  padding: 0 22px;
  color: #919191;
}
.nav-footer .info-select .select-show {
  position: absolute;
  left: 0;
  bottom: 110%;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 5px 22px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.nav-footer .info-select .select-show .select-li {
  height: 32px;
  line-height: 32px;
}
.nav-footer .footer-bot {
  display: flex;
  border-top: 1px solid rgba(145, 145, 145, 0.5);
}
.nav-footer .footer-bot .bot-info {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 92%;
  max-width: 1440px;
  color: var(--color3);
}
.nav-footer .footer-bot .bot-info .info-l a {
  color: var(--color3);
}

.three-tab .tul {
  padding: 80px 0;
  display: flex;
}
.three-tab .tli {
  flex: 1;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1s;
}
.three-tab .tli + .tli {
  margin-left: 2px;
}
.three-tab .tli.active {
  flex: 2;
}
.three-tab .tli.active .showinfo {
  align-items: flex-start;
}
.three-tab .tli.active .showinfo .info3 {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.three-tab .tli .showinfo {
  position: relative;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
}
.three-tab .tli .showinfo .info1 {
  height: 80px;
}
.three-tab .tli .showinfo .info2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--colorFF);
}
.three-tab .tli .showinfo .info3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--colorFF);
  height: 0;
}

.concept-list {
  padding: 40px 0 0;
}
.concept-list .conceptul {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.concept-list .conceptul .conceptli {
  width: calc(350 / 1200 * 100%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
  margin: 30px calc(70 / 1200 * 100%) 0 0;
}
.concept-list .conceptul .conceptli:nth-child(-n+3) {
  margin-top: 0;
}
.concept-list .conceptul .conceptli:nth-child(3n) {
  margin-right: 0;
}
.concept-list .conceptul .conceptli .li-cc {
  border-top: 1px solid #dddddd;
  padding: 0.4rem 0;
  color: #828282;
}
.concept-list .conceptul .conceptli .li-tt {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.7s;
}
.concept-list .conceptul .conceptli .li-tt .icn_box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.concept-list .conceptul .conceptli .li-tt .icn_box .ii {
  width: 100%;
  height: 100%;
}
.concept-list .conceptul .conceptli .li-tt .tt {
  flex: 1;
  padding-left: 0.24rem;
  font-weight: 700;
  color: #007f3a;
  line-height: 1.4;
}

.show-address {
  position: relative;
  background-color: var(--color7F);
  max-height: 800px;
}
.show-address .addresslist {
  position: relative;
  width: calc(720 / 1920 * 100%);
  padding: calc(38 / 1920 * 100%) calc(40 / 1920 * 100%) 0 calc(360 / 1920 * 100%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.show-address .addresslist .listbox {
  width: 100%;
}
.show-address .addresslist .address-swiperbox {
  position: relative;
  margin-top: 40px;
  height: 398px;
  padding-left: 17px;
  overflow: hidden;
}
.show-address .addresslist .address-swiperbox .mySwiper-address {
  height: 100%;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper {
  flex-direction: column;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 80px;
  margin-bottom: 14px;
  cursor: pointer;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
  background: #007f3a;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
  color: var(--color2);
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
  width: 100%;
  height: 100%;
  padding: 26px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: var(--colorFF);
  transition: all 0.3s;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
  font-weight: 700;
  transition: all 0.3s;
}
.show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
  font-weight: 700;
}
.show-address .addresslist .address-swiperbox .swiper-pagination {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: white;
}
.show-address .addressbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.show-address .addressbg .addressbg-li {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.show-address .addressbg .addressbg-li.active {
  opacity: 1;
}

.plan-item {
  padding-top: 40px;
  background-color: var(--colorFF);
}
.plan-item:nth-child(2n) {
  background-color: #e9e8e8;
}
.plan-item .cc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-item .item-btn {
  margin-top: 40px;
}
.plan-item .plan-item-box {
  flex: 1;
  display: flex;
  align-items: center;
}
.plan-item .plan-item-box .imgbox {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 70vw;
}

.company-profile {
  padding-top: 0.6rem;
  position: relative;
}
.company-profile .graybg {
  position: absolute;
  left: 0;
  top: 0;
  width: 65.6%;
  height: 113%;
  background-color: var(--colorF2);
}
.company-profile .container {
  align-items: center;
}
.company-profile .l-info {
  position: relative;
  flex: 1;
  padding-right: 0.7rem;
}
.company-profile .l-info .dd {
  margin-top: 32px;
  color: #828282;
  line-height: 30px;
}
.company-profile .r-img {
  position: relative;
  width: 50%;
  padding-top: calc(420 / 1200 * 100%);
  border-radius: var(--border20);
  overflow: hidden;
}

.myhistory .bg {
  position: relative;
  z-index: 5;
}
.myhistory .myhistorybox {
  position: absolute;
  left: 0;
  top: 17%;
  width: 100%;
  z-index: 6;
}
.myhistory .myhistorybox .viewbox {
  position: relative;
}
.myhistory .myhistorybox .viewbox .viewlist {
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .mySwiper-history {
  width: 100%;
  overflow: visible;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 147px 0 33px;
  align-items: flex-start;
  opacity: 0 !important;
  visibility: hidden;
  transition: all 0.3s;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(1) {
  order: 3;
  margin-right: 20%;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(2) {
  order: 2;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(3) {
  order: 1;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(4) {
  order: 0;
  margin-right: 0%;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(n+5) {
  order: 4;
  margin-top: 92px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .showbox {
  transform: translate(-50%, 10px);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::before {
  background-color: #007f3a;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::after {
  background-color: var(--colorFF);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .year {
  color: #007f3a;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .look {
  opacity: 0;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
  width: 45px;
  height: 45px;
  position: relative;
  background-color: var(--colorFF);
  border-radius: 50%;
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--colorF2);
  transition: all ease-in-out 0.3s;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color2);
  transition: all ease-in-out 0.3s;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
  color: #9fa0a0;
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
  color: #007f3a;
  z-index: 5;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox {
  z-index: 6;
  position: absolute;
  width: 129%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 20px);
  background: var(--colorFF);
  border-radius: 10px;
  padding: 22px 18px 14px;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc {
  color: #828282;
  padding-bottom: 17px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  padding-left: 14px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color2);
  position: absolute;
  left: 0;
  top: 10px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p + p {
  margin-top: 4px;
}
.myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .coll {
  text-align: right;
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e5e5e5;
  color: #9fa0a0;
}
.myhistory .myhistorybox .viewbox .viewtab {
  z-index: 6;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.myhistory .myhistorybox .viewbox .viewtab .yeartab {
  margin-top: 40px;
  display: flex;
}
.myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
  margin-left: 5px;
}

.aboutvideo .videoview {
  width: 100%;
}

.withculture {
  padding: 0.4rem 0 0.8rem;
}
.withculture .culture-list {
  margin-top: 40px;
}
.withculture .culture-list .bbox {
  position: relative;
  padding-top: calc(675 / 1200 * 100%);
}
.withculture .culture-list .cultureul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(220 / 675 * 100%);
  display: flex;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.withculture .culture-list .cultureul .cultureli {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-left: 1px solid transparent;
}
.withculture .culture-list .cultureul .cultureli.active {
  border-color: #007f3a;
  background-color: #007f3a;
}
.withculture .culture-list .cultureul .cultureli .icn_box {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.withculture .culture-list .cultureul .cultureli .icn_box .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.withculture .culture-list .cultureul .cultureli .icn_box .ii2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.withculture .culture-list .cultureul .cultureli .tt {
  width: 92%;
  text-align: center;
  margin-top: 26px;
  color: var(--colorFF);
}
.withculture .culture-list .bgul {
  border-radius: var(--border20);
  overflow: hidden;
}
.withculture .culture-list .bgul .mySwiper-culture .swiper-slide {
  width: 86%;
  margin: 0 2%;
}
.withculture .culture-list .bgul .mySwiper-culture .bgli {
  opacity: 1;
}
.withculture .culture-list .bgul .bgli {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  opacity: 0;
  transition: all ease 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: calc(240 / 1200 * 100%);
}
.withculture .culture-list .bgul .bgli.active {
  opacity: 1;
}
.withculture .culture-list .bgul .bgli.active .tt {
  opacity: 1;
  transform: translateY(0);
}
.withculture .culture-list .bgul .bgli .tt {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 0.3s 0.3s;
}
.withculture .culture-list .bgul .bgli .tt .tt1 {
  font-weight: 700;
  color: var(--colorFF);
}
.withculture .culture-list .bgul .bgli .tt .tt2 {
  position: relative;
  color: var(--colorFF);
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.withculture .culture-list .bgul .bgli .tt .tt2::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: var(--color2);
  margin-right: 8px;
}

.global {
  position: relative;
  background-color: #e3e7ec;
}
.global .bg {
  position: relative;
  line-height: 0;
  z-index: 5;
}
.global .globalcc {
  z-index: 6;
}
.global .fixbox {
  padding-top: 40px;
}

.mypartner {
  padding: 0.4rem 0;
}
.mypartner .mySwiper-mypartner {
  margin-top: 40px;
}
.mypartner .mySwiper-mypartner .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mypartner .mySwiper-mypartner .list .list-li {
  height: 100px;
  padding: 0 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
.mypartner .mySwiper-mypartner .list .list-li:nth-child(1) {
  border-top: 1px solid #f5f5f5;
}
.mypartner .mySwiper-mypartner .list .list-li .list-li-item {
  width: 20%;
  display: flex;
  justify-content: center;
}
.mypartner .mySwiper-mypartner .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mypartner .mySwiper-mypartner .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.detail-feature {
  padding: 0.5rem 0 0.8rem;
  position: relative;
}
.detail-feature.hasfloat {
  padding: 0 0 0.8rem;
}
.detail-feature .feature-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.detail-feature .feature-list .feature-item {
  width: calc(100% / 3);
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.detail-feature .feature-list .feature-item:nth-child(n+4) {
  margin-top: 35px;
}
.detail-feature .feature-list .feature-item:hover {
  transform: translateY(-20px);
}
.detail-feature .feature-list .feature-item .imgbox {
  width: 137px;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-feature .feature-list .feature-item .tt {
  display: block;
  margin-top: 23px;
  text-align: center;
  color: var(--color5A);
}

.detailvideo {
  padding: 0.5rem 0;
}
.detailvideo.hasfloat {
  padding: 0 0.5rem;
}
.detailvideo .videoview {
  position: relative;
  margin-top: 40px;
  padding-top: calc(400 / 1200 * 100%);
  border-radius: var(--border20);
  overflow: hidden;
}

.containbox {
  background-color: var(--colorF2);
  padding: 0.5rem 0 0.8rem;
}
.containbox .contain-list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.containbox .contain-list .contain-list-item {
  width: calc(50% - 10px);
  background-color: var(--colorFF);
  border-radius: 10px;
  overflow: hidden;
  height: 258px;
  display: flex;
}
.containbox .contain-list .contain-list-item:nth-child(n+3) {
  margin-top: 20px;
}
.containbox .contain-list .contain-list-item .viewsleft {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 25px 0;
  color: #007f3a;
  font-weight: 700;
}
.containbox .contain-list .contain-list-item .viewsleft .nn {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 0;
  border: 1px solid #ebebeb;
  border-top: none;
  border-left: none;
  color: #dddddd;
}
.containbox .contain-list .contain-list-item .viewsright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(356 / 590 * 100%);
  background-color: #e9e8e8;
}

.swiperprev,
.swipernext {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.swiperprev {
  left: 0;
  transform: translate(-0.75rem, -50%);
}

.swipernext {
  right: 0;
  transform: translate(0.75rem, -50%);
}

.system-show {
  padding: 28px 0 53px;
}
.system-show .showimg {
  line-height: 0;
  margin-top: 48px;
}
.system-show .application-list {
  display: flex;
  flex-wrap: wrap;
}
.system-show .application-list .app-item {
  position: relative;
  width: calc(278 / 1200 * 100%);
  padding-top: calc(168 / 1200 * 100%);
  margin: calc(29 / 1200 * 100%) calc(29 / 1200 * 100%) 0 0;
  border-radius: var(--border20);
  overflow: hidden;
}
.system-show .application-list .app-item:nth-child(4n) {
  margin-right: 0;
}
.system-show .application-list .app-item:hover .desc {
  width: 100%;
  height: 100%;
  background-color: #007f3a;
  justify-content: center;
}
.system-show .application-list .app-item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92.8%;
  height: 45px;
  border-radius: 0 20px 0 0;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  color: var(--colorFF);
  transition: all 0.3s;
}

.productdetail {
  padding: 0.5rem 0.8rem;
}
.productdetail .detail-list {
  display: flex;
  flex-wrap: wrap;
}
.productdetail .detail-list .detail-item {
  position: relative;
  width: calc(377 / 1200 * 100%);
  margin: calc(30 / 1200 * 100%) calc(34 / 1200 * 100%) 0 0;
  border-radius: var(--border20);
  overflow: hidden;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 84px;
}
.productdetail .detail-list .detail-item:nth-child(3n) {
  margin-right: 0;
}
.productdetail .detail-list .detail-item:hover .dshow::after {
  width: 100%;
}
.productdetail .detail-list .detail-item .dshow {
  position: relative;
  width: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetail .detail-list .detail-item .dshow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16.5%;
  height: 2px;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  background-color: #dddddd;
}
.productdetail .detail-list .detail-item .dshow .productbb {
  width: 200px;
  height: 200px;
  border: 1px solid #007f3a;
  padding: 6px;
  background-color: var(--colorFF);
  border-radius: 50%;
  overflow: hidden;
}
.productdetail .detail-list .detail-item .dshow .productbb .img {
  border-radius: 50%;
}
.productdetail .detail-list .detail-item .ddesc {
  max-width: 80%;
  margin-top: 23px;
  line-height: 1.8;
  max-height: 146px;
  overflow-y: scroll;
}
.productdetail .detail-list .detail-item .dnn {
  font-size: 100px;
  color: #dddddd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 43%);
  font-family: DIN-Bold;
}

.productspec {
  padding: 0.5rem 0 0.8rem;
  background-color: var(--colorF2);
}
.productspec .specbox {
  margin-top: 20px;
}
.productspec .specbox .ccbox {
  position: relative;
  display: flex;
  padding: 40px calc(40 / 1200 * 100%) 30px 0;
}
.productspec .specbox .ccbox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 87.5%;
  height: 100%;
  border-radius: var(--border20);
  background-color: var(--colorFF);
}
.productspec .specbox .ccbox .specbox-l {
  position: relative;
  z-index: 5;
  width: calc(260 / 1200 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productspec .specbox .ccbox .specbox-l .sepcname {
  height: 50px;
  background-color: #007f3a;
  border-radius: 5px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: var(--colorFF);
  font-weight: 700;
  margin-bottom: 3rem;
}
.productspec .specbox .ccbox .specbox-l .sepcimg {
  transform: scale(1.5);
}
.productspec .specbox .ccbox .specbox-r {
  position: relative;
  z-index: 5;
  flex: 1;
  padding-left: calc(50 / 1200 * 100%);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li {
  display: flex;
  align-items: center;
  color: var(--color5A);
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 12px;
  transition: all 0.5s;
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li:hover {
  background-color: rgba(242, 242, 242, 0.2);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li.th {
  background-color: var(--colorF2);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li .key {
  width: calc(272 / 850 * 100%);
}
.productspec .specbox .ccbox .specbox-r .spec-table .table-li .value {
  flex: 1;
}
.productspec .specbox .ccbox .specbox-r .tips {
  padding: 18px 12px;
  color: var(--color2);
}

.core-show {
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.core-show .showbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.core-show .container {
  max-width: 1220px;
}
.core-show .mySwiper-core {
  padding: 40px 0 80px;
  display: flex;
}
.core-show .mySwiper-core .swiper-wrapper {
  max-width: 1200px;
}
.core-show .mySwiper-core .list {
  display: flex;
  width: 305px;
}
.core-show .mySwiper-core .list .views {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 10px;
  overflow: hidden;
  width: 100%;
}
.core-show .mySwiper-core .list .views .core {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-show .mySwiper-core .list .views .tt {
  text-align: center;
  font-weight: 700;
  height: 78px;
  line-height: 78px;
  color: #007f3a;
  padding: 0 10px;
}

.customerstory {
  padding: 1rem 0 0.8rem;
}
.customerstory .sbox {
  display: flex;
  align-items: center;
}
.customerstory .customerswiper {
  z-index: 8;
}
.customerstory .swiper-slide.swiper-slide-active .story-l {
  transform: translate(0, 0);
}
.customerstory .swiper-slide.swiper-slide-active .story-l .tt2 {
  opacity: 1;
}
.customerstory .swiper-slide.swiper-slide-active .story-l .desc {
  opacity: 1;
}
.customerstory .swiper-slide.swiper-slide-active .story-r {
  opacity: 1;
  transform: translate(0, 0);
}
.customerstory .story-l {
  padding-right: 30px;
  flex: 1;
  position: relative;
  z-index: 6;
  height: 100%;
  padding-top: 74px;
  transition: all 0.3s;
  transform: translate(0, 40px);
}
.customerstory .story-l .tt2 {
  color: #007f3a;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s;
}
.customerstory .story-l .desc {
  position: relative;
  transform: translate(84px, 0);
  margin-top: 34px;
  color: var(--color5A);
  padding: 45px 33px 55px;
  background-color: var(--colorF2);
  line-height: 1.8;
  opacity: 0;
  transition: all 0.3s;
}
.customerstory .story-l .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-94px, 0);
  width: 60px;
  height: 40px;
  background: url("http://www.nature-cn.cn/phone/images/yinghao.png") no-repeat top;
}
.customerstory .story-l .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 123%;
  background-color: #e0e0e0;
}
.customerstory .story-r {
  position: relative;
  z-index: 5;
  border-radius: var(--border20);
  overflow: hidden;
  width: calc(600 / 1200 * 100%);
  padding-top: calc(408 / 1200 * 100%);
  position: relative;
  transition: all 0.5s;
  transform: translate(0, 40px);
  opacity: 0;
}
.customerstory .titlebox {
  position: absolute;
  left: 0;
  top: -35px;
  z-index: 6;
}
.customerstory .tabbtn {
  position: relative;
  z-index: 7;
  display: flex;
  color: var(--color2);
}
.customerstory .tabbtn .ii {
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.customerstory .tabbtn .ii + .ii {
  margin-left: 70px;
}

.contact-list {
  background-color: var(--colorF2);
}
.contact-list .cc {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
.contact-list .contact-item {
  position: relative;
  width: calc(287 / 1200 * 100%);
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20);
  padding: 30px;
  overflow: hidden;
  word-wrap: break-word;
}
.contact-list .contact-item.address .pbox {
  display: none;
}
.contact-list .contact-item.address .pbox:nth-of-type(-n + 5) {
  display: block;
}
.contact-list .contact-item.address.active .pbox {
  display: block;
}
.contact-list .contact-item.address.active .morea {
  opacity: 0;
  visibility: hidden;
}
.contact-list .contact-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("http://www.nature-cn.cn/phone/images/bluebg.png") no-repeat top;
}
.contact-list .contact-item .icc {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-list .contact-item .icc .img {
  width: 42px;
  height: 42px;
}
.contact-list .contact-item .icc .icct1 {
  margin-left: 15px;
  color: #222222;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.contact-list .contact-item .t1 {
  color: #222222;
  font-size: 18px;
  position: relative;
  padding-left: 14px;
}
.contact-list .contact-item .t1:nth-child(2n) {
  margin-top: 10px;
}
.contact-list .contact-item .t1::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color2);
}
.contact-list .contact-item .t2 {
  flex: 1;
  color: #007f3a;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
  padding-left: 14px;
}
.contact-list .contact-item .t2.black {
  color: var(--color5A);
  font-weight: 400;
}
.contact-list .contact-item .t2 .s {
  font-size: 16px;
}
.contact-list .contact-item .p1 {
  position: relative;
  padding-left: 14px;
  color: #222222;
  font-size: 14px;
  margin-top: 14px;
}
.contact-list .contact-item .p1::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color2);
}
.contact-list .contact-item .p2 {
  position: relative;
  padding-left: 14px;
  color: #828282;
  font-size: 14px;
  margin-top: 4px;
}
.contact-list .contact-item .p2.black {
  color: var(--color5A);
}
.contact-list .contact-item .a2 {
  position: relative;
  padding-left: 14px;
  color: #828282;
  font-size: 14px;
  margin-top: 4px;
  text-decoration: underline;
}
.contact-list .contact-item .morea {
  opacity: 1;
  transition: all 0.3s;
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
.contact-list .contact-item .morea .moret {
  color: var(--color2);
  font-size: 14px;
}
.contact-list .contact-item .morea .morei {
  margin-left: 5px;
}
.contact-list .contact-item .com-gomore {
  margin-top: 30px;
}

@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*/
  .mainbanner-info .m-topthree {
    width: 100%;
  }
  .mainbanner-info .m-topthree .threeli {
    flex: 1;
  }

  .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: 40px;
    --logoheight: 40px;
    --navheight: 60px;
    --border20: 15px;
  }

  .container {
    width: 88%;
  }

  .detail-feature .feature-list .feature-item .imgbox {
    width: 110px;
    height: 110px;
  }

  .vh100.mvw50 {
    height: 50vw;
  }
  .vh100.mvw70 {
    height: 70vw;
  }
  .vh100.mvw100 {
    height: 100vw;
  }

  .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;
  }

  .com-gomore {
    height: 36px;
  }

  .global .dotlist .dotli .desc {
    transform: translate(80%, -36%);
  }
  .global .dotlist .dotli .desc .gs {
    width: 230px;
    padding-top: 153px;
  }

  .global .dotlist .dotli.active .desc {
    transform: translate(66%, -36%);
  }

  .scrollitem .fixbox .scrollinfo {
    width: 45vw;
    padding: 16vh calc(260 / 1920 * 100%) 10vh calc(260 / 1920 * 100%);
  }
  .scrollitem .fixbox .scrollinfo.fangan {
    width: 92%;
    margin: 0 auto;
  }
  .scrollitem .fixbox .scrollinfo.teshu {
    padding: 0;
  }
  .scrollitem .fixbox .scrollinfo .pdesc {
    margin-bottom: 4%;
  }

  .nav-header .nav-hader-content .menu .mul .mli {
    margin: 0 0.16rem;
  }
  .nav-header .nav-hader-content .other .lang {
    padding: 0 0.16rem;
  }
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 1024px) {
  .searchpage .searchpage-top {
    height: 250px;
    background-color: var(--colorbg);
  }
  .searchpage .searchpage-top .product-form {
    width: 92%;
    max-width: 700px;
  }
  .searchpage .searchpage-top .product-form-input .inp {
    border-radius: 25px;
    background-color: #ffffff;
  }
  .searchpage .search-list {
    padding: 1rem 0;
  }
  .searchpage .search-list .search-ul .search-li {
    padding: 0.5rem 0;
  }
  .searchpage .search-list .search-ul .search-li + .search-li {
    border-top: 1px solid #eeeeee;
  }
  .searchpage .search-list .search-ul .search-li .img {
    width: 100%;
  }
  .searchpage .search-list .search-ul .search-li .text {
    padding-left: 0;
    padding-top: 0.3rem;
    flex: 1;
  }

  .mainbanner-info .mainbanner-info-container {
    width: 92%;
    margin: 0 auto;
    align-items: flex-start;
  }
  .mainbanner-info .m-topnews {
    width: 80%;
  }
  .mainbanner-info .m-topthree {
    width: 100%;
    display: grid;
    grid: "one one" "two three";
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .mainbanner-info .m-topthree .threeli {
    position: relative;
    width: auto;
    flex: 0 1 auto;
    padding: 22px 32px 22px 0;
    border-bottom: 1px solid #000;
    grid-area: one;
  }
  .mainbanner-info .m-topthree .threeli:nth-child(2) {
    grid-area: two;
  }
  .mainbanner-info .m-topthree .threeli:nth-child(3) {
    grid-area: three;
  }
  .mainbanner-info .m-topthree .threeli + .threeli {
    margin-left: 0;
  }
  .mainbanner-info .m-topthree .threeli.active .showbox {
    height: 230px;
  }
  .mainbanner-info .m-topthree .threeli.active .showbox .showbox-tt {
    opacity: 1;
    visibility: visible;
  }
  .mainbanner-info .m-topthree .threeli .tt {
    display: flex;
  }
  .mainbanner-info .m-topthree .threeli .tt .img {
    height: 20px;
  }
  .mainbanner-info .m-topthree .threeli .tt .stt {
    flex: 1;
    line-height: 1;
    color: #000;
  }
  .mainbanner-info .m-topthree .threeli .showbox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding: 0 30px;
    overflow: hidden;
    border-radius: 0 var(--border30) 0 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-background-size: cover;
    z-index: 99;
  }
  .mainbanner-info .m-topthree .threeli .showbox .showbox-tt {
    opacity: 0;
    visibility: hidden;
  }
  .mainbanner-info .m-topthree .threeli .showbox .showbox-tt .img {
    height: 40px;
  }
  .mainbanner-info .m-topthree .threeli .showbox .showbox-tt .stt {
    margin-top: 32px;
    color: var(--colorFF);
    font-weight: 700;
  }
  .mainbanner-info .m-topthree .threeli .showbox .showbox-tt .h-icon {
    margin-left: 15px;
  }

  .m-about-l {
    width: 51%;
    height: 50%;
    flex: 1;
    order: 1;
  }
  .m-about-l .m-a-bg {
    padding-top: 9%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .m-about-l .ulbox {
    order: 1;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 0;
    background: transparent;
    border-radius: none;
    z-index: 7;
    flex-shrink: 0;
  }
  .m-about-l .ulbox .imgabs {
    position: relative;
  }
  .m-about-l .ulbox .movebox {
    width: 92%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .m-about-l .img {
    flex: 1;
    order: 2;
    height: auto;
  }
  .m-about-l .m-a-ul {
    width: 100%;
    height: 100%;
  }
  .m-about-l .m-a-ul::before {
    display: none;
  }
  .m-about-l .m-a-ul::after {
    display: none;
  }
  .m-about-l .m-a-ul .libox {
    left: 0;
    overflow: visible;
    height: 100%;
  }
  .m-about-l .m-a-ul .m-a-li {
    opacity: 1;
    left: 0;
    color: #262626;
  }
  .m-about-l .m-a-ul .m-a-li .m-a-litt {
    font-size: 1rem;
    line-height: 1;
    padding: 0.3rem 0;
  }

  .m-about-r {
    order: 2;
    width: 49%;
    padding: 0% 6% 17% 6%;
  }
  .m-about-r .dd {
    margin: 0.5rem 0;
    line-height: 1.8;
  }

  .m-product-l {
    height: 40%;
    padding-left: 6.5%;
    padding-top: 2.5rem;
  }

  .m-product-r {
    padding: var(--pagenavheight) 0;
    height: 60%;
    width: 92%;
    margin: 0 auto;
  }

  .m-product-r .m-product-li-a .m-product-li-box .iimg .img {
    height: 36px;
  }

  .m-social {
    padding: 20vw 0;
    align-items: center;
  }
  .m-social-l .dd {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-left: none;
    border-right: none;
    margin-top: 0.7rem;
    padding: 0.4rem 0;
  }
  .m-social-l .dd .txt {
    width: 100%;
    line-height: 1.8;
  }

  .m-social-r {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 30%;
  }
  .m-social-r .ulbox .imgabs {
    position: relative;
  }
  .m-social-r .m-a-ul {
    width: 100%;
    height: 100%;
  }
  .m-social-r .m-a-ul::after {
    display: none;
  }
  .m-social-r .m-a-ul .libox {
    overflow: visible;
    width: 100%;
    height: 100%;
    left: 0%;
    position: relative;
  }
  .m-social-r .m-a-ul .movebox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .m-social-r .m-a-ul .m-a-li {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.3s;
  }
  .m-social-r .m-a-ul .m-a-li .nn {
    padding: 0.3rem 0;
  }
  .m-social-r .m-a-ul .m-a-li .nn .numCX {
    font-size: 1rem;
  }
  .m-social-r .m-a-ul .m-a-li .nn span {
    transition: all 0.3s;
    background-image: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #ffffff;
  }

  .m-newinfo {
    background-color: var(--colorbg);
  }
  .m-newinfo .m-newinfo-c {
    position: relative;
    height: 100%;
  }
  .m-newinfo .m-newinfo-c .container {
    justify-content: center;
  }
  .m-newinfo .m-newinfo-c::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 0 var(--border80) 0;
    background-color: var(--colorFF);
    z-index: 5;
  }

  .m-newinfo-l {
    width: 100%;
    padding-top: 3rem;
  }
  .m-newinfo-l .dd {
    width: 100%;
    margin-top: 0.3rem;
  }
  .m-newinfo-l .dd .dll {
    max-width: 80%;
  }
  .m-newinfo-l .dd .dll .dllt1 {
    color: #393939;
  }
  .m-newinfo-l .dd .dll .dllt2 {
    margin-top: 0.15rem;
    color: #A0A0A0;
  }
  .m-newinfo-l .dd .drr {
    width: 60px;
    height: 60px;
    background: #F7F7F7;
    border-radius: 50%;
    font-weight: 700;
    color: #007f3a;
  }
  .m-newinfo-l .ii {
    position: relative;
    width: 100%;
    padding-top: calc(400/ 600 *100%);
  }

  .m-newinfo-r {
    width: 43%;
    padding-top: 0;
  }
  .m-newinfo-r .m-newul {
    width: 100%;
    height: 100%;
  }
  .m-newinfo-r .m-newul .m-newli {
    padding: 0.3rem 0;
  }
  .m-newinfo-r .m-newul .m-newli + .m-newli {
    border-top: 1px solid #E3E3E3;
  }
  .m-newinfo-r .m-newul .m-newli:nth-child(1) {
    padding-top: 0;
  }
  .m-newinfo-r .m-newul .m-newli:nth-child(3) {
    padding-bottom: 0;
    display: none;
  }
  .m-newinfo-r .m-newul .m-newli .iibox {
    width: 40%;
  }
  .m-newinfo-r .m-newul .m-newli .ii {
    position: relative;
    width: 100%;
    padding-top: calc(400/ 600 *100%);
  }
  .m-newinfo-r .m-newul .m-newli .info {
    flex: 1;
    padding-left: 0.3rem;
  }
  .m-newinfo-r .m-newul .m-newli .info .date {
    color: #007f3a;
    font-weight: 700;
  }
  .m-newinfo-r .m-newul .m-newli .info .tt {
    margin-top: 0.1rem;
    color: #393939;
  }
  .m-newinfo-r .m-newul .m-newli .info .href {
    margin-top: auto;
    text-decoration: underline;
    color: #A0A0A0;
  }

  .course-container {
    padding-bottom: 1.5rem;
  }
  .course-container .course-item {
    margin-top: 1.5rem;
  }
  .course-container .course-item:nth-child(2n) .item-left {
    order: 1;
  }
  .course-container .course-item:nth-child(2n) .item-right {
    order: 2;
  }
  .course-container .tt2 {
    margin-top: 0.1rem;
  }
  .course-container .cc {
    background: none;
    margin-top: 1rem;
  }
  .course-container .cc .item-left {
    width: 100%;
  }
  .course-container .cc .item-right {
    margin-top: 0.5rem;
    width: 100%;
    position: relative;
    max-height: 140px;
  }
  .course-container .cc .item-right .dd {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    color: #787878;
  }

  .coursebanner-container {
    padding-top: 1.3rem;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .coursebanner-container .tt .tt1 {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url("http://www.nature-cn.cn/phone/images/bbbg.png");
    background-size: cover;
    background-position: 222px;
  }
  .coursebanner-container .dd {
    margin-top: 0.3rem;
    line-height: 2;
    color: #787878;
  }
  .coursebanner-container .cc {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-image: url("../image/coursebg.png");
    margin-top: 1rem;
  }

  .culture-container {
    padding: 1rem 0;
  }
  .culture-container .cc {
    margin-top: 0.7rem;
  }
  .culture-container .item-left {
    width: 100%;
    height: auto;
    overflow-y: hidden;
  }
  .culture-container .item-left .culture-li {
    display: flex;
    flex-direction: column;
  }
  .culture-container .item-left .culture-li.active {
    margin: 1rem 0;
  }
  .culture-container .item-left .culture-li.active .li-t1 {
    font-size: 40px;
    font-weight: 700;
    color: #007f3a;
  }
  .culture-container .item-left .culture-li .li-t1 {
    color: #A3A3A3;
    cursor: pointer;
  }
  .culture-container .item-left .culture-li .li-t2 {
    margin-top: 12px;
  }
  .culture-container .item-left .culture-li .li-t3 {
    margin-top: 12px;
    color: #262626;
  }
  .culture-container .item-right {
    margin-top: 0.5rem;
    width: 100%;
  }
  .culture-container .item-right .imgbox {
    overflow: hidden;
    width: 100%;
    padding-top: calc(550/720*100%);
    position: relative;
  }

  .corevalue-container {
    padding: 1rem 0;
    border-bottom: 1px solid #E3E2E2;
  }
  .corevalue-container .cc {
    margin-top: 0.7rem;
  }
  .corevalue-container .coreul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .corevalue-container .core-li {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px var(--border40) 0px;
    padding: 1rem 0;
  }
  .corevalue-container .core-li .imgbox {
    width: 80px;
  }
  .corevalue-container .core-li .nn {
    margin-top: 0.3rem;
    color: #CDCDCD;
  }
  .corevalue-container .core-li .tt {
    margin-top: 0.3rem;
    color: #262626;
  }

  .nav-header.ismain .nav-hader-content::after {
    display: none;
  }

  .ny-banner {
    height: 27vh;
    position: relative;
  }
  .ny-banner.hasnav {
    height: calc(35vh - var(--navheight));
  }
  .ny-banner.is71 {
    height: 40vh;
  }
  .ny-banner.is71.hasnav {
    height: calc(40vh - var(--navheight));
  }
  .ny-banner .ny-bg {
    position: relative;
    z-index: 5;
    height: 100%;
  }
  .ny-banner .ny-info {
    visibility: hidden;
    overflow: hidden;
    text-align: center;
  }
  .ny-banner .ny-info .ny-info-tt {
    color: #ffffff;
  }
  .ny-banner .ny-info .ny-info-dd {
    margin-top: 0.1rem;
    color: #007f3a;
    font-weight: 700;
  }
  .ny-banner .ny-navtools {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: -3.2vh;
    width: 100%;
    height: var(--toolsheight);
    overflow: hidden;
  }
  .ny-banner .ny-navtools .cc {
    height: 100%;
  }
  .ny-banner .ny-navtools .cc .home {
    position: relative;
    width: var(--toolsheight);
    height: var(--toolsheight);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .ny-banner .ny-navtools .cc .home .h-icon {
    font-size: 18px;
    color: #ffffff;
  }
  .ny-banner .ny-navtools .cc .toolsul {
    position: relative;
  }
  .ny-banner .ny-navtools .cc .toolsul::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
    scroll-snap-type: x mandatory;
  }
  .ny-banner .ny-navtools .cc .toolsul .toolsli {
    margin: 0 0.25rem;
    position: relative;
  }
  .ny-banner .ny-navtools .cc .toolsul .toolsli::before {
    height: 4px;
    background: #B9E85C;
  }
  .ny-banner .ny-navtools .cc .toolsul .toolsli .toolsli-a {
    width: 100%;
    height: 100%;
    position: relative;
    color: var(--colorFF);
  }
  .ny-banner .ny-navtools .cc .toolsul .toolsli .toolsli-a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #B9E85C;
  }
  .ny-banner .ny-navtools .cc::after {
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background-color: #007f3a;
    border-radius: 0 0 0 var(--border10);
  }

  .brand-container .l-info {
    width: 100%;
  }

  .brand-container .r-num {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }

  .about-green .container {
    padding: 1rem 0;
    border-bottom: 1px solid #E3E2E2;
  }
  .about-green .green-img {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 var(--border20) 0;
  }
  .about-green .green-img .green-img-item {
    width: 100%;
    padding-top: calc(25/788*100%);
  }
  .about-green .green-img .green-img-item .img {
    border-radius: 0 0 var(--border20) 0;
    overflow: hidden;
  }
  .about-green .green-thumbs {
    overflow: hidden;
    width: 100%;
  }
  .about-green .green-thumbs .green-thumbs-item {
    padding: 0.3rem 0;
  }
  .about-green .green-thumbs .green-thumbs-item .dd {
    line-height: 1.8;
    margin-top: 0.3rem;
    color: #787878;
    max-height: 320px;
  }

  .about-strength .container {
    padding: 1rem 0;
  }
  .about-strength .title1 {
    color: #262626;
  }
  .about-strength .strength {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
  }
  .about-strength .strength-item {
    flex: 0 1 auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .about-strength .item-box {
    height: 130px;
    position: relative;
    height: auto;
  }
  .about-strength .item-box .img {
    height: 50px;
  }
  .about-strength .item-box .tt {
    margin-top: 0.3rem;
    color: #262626;
    position: relative;
    line-height: 1;
  }
  .about-strength .item-box .tt .h-icon {
    font-weight: 700;
    position: absolute;
    right: -0.3rem;
    top: 4;
  }
  .about-strength .hoverShow {
    flex: 1;
    margin-top: 0.5rem;
    position: relative;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px var(--border40) 0px;
    overflow: hidden;
  }
  .about-strength .hoverShow .cc {
    max-height: 30vh;
    padding: 0.5rem;
  }
  .about-strength .hoverShow .cc .dd {
    margin-top: 0.2rem;
    color: #787878;
    line-height: 1.8;
  }

  .about-global {
    background-color: var(--colorff);
  }
  .about-global .container {
    padding: 1rem 0;
  }
  .about-global .title1 {
    color: #262626;
  }
  .about-global .title1 .class3 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .about-global .title1 .class3 .classname {
    color: #262626;
  }
  .about-global .title1 .class3 .classname + .classname {
    margin-top: 10px;
  }
  .about-global .title1 .class3 .classname .yuan {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007f3a;
    margin-right: 12px;
  }
  .about-global .map {
    width: 95%;
    margin: 20px auto 0;
    position: relative;
  }
  .about-global .map .cc {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .about-global .map .dotlist .three_box {
    padding: 0.2rem 0;
    border-bottom: 1px solid var(--colorbg);
  }
  .about-global .map .dotlist .three_box .boxtt {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-global .map .dotlist .three_box .boxli {
    display: none;
  }
  .about-global .map .dotlist .dotli {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    padding: 0 0.25rem;
  }
  .about-global .map .dotlist .dotli.active .desc {
    transform: translate(60%, -43%);
  }
  .about-global .map .dotlist .dotli .relative {
    display: flex;
    align-items: center;
  }
  .about-global .map .dotlist .dotli .yuan {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #007f3a;
    margin-right: 0.2rem;
  }
  .about-global .map .dotlist .dotli .name {
    font-size: 14px;
    color: #797979;
    height: 30px;
    line-height: 30px;
  }
  .about-global .map .dotlist .dotli .desc {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(66%, -43%);
    border-radius: 0 0 var(--border20) 0;
    box-shadow: 0px -2px 20px 0px rgba(26, 26, 26, 0.1);
    background-color: var(--colorFF);
    z-index: 6;
    padding: 0.2rem;
  }
  .about-global .map .dotlist .dotli .desc .title {
    color: #262626;
  }
  .green-project-container {
    padding: 0 0 0.3rem;
  }
  .green-project-container .l-info {
    padding: 1.3rem 0 0 0;
    position: relative;
    width: 92%;
    max-width: none;
    margin: 0 auto;
  }
  .green-project-container .l-info .tt {
    position: relative;
    z-index: 7;
  }
  .green-project-container .l-info .dd {
    position: relative;
    margin-top: 0.7rem;
    color: #787878;
    line-height: 1.8;
    z-index: 6;
  }
  .green-project-container .r-numul {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .green-project-container .r-numul .r-numli {
    display: flex;
    flex-direction: column;
    width: 33.3%;
  }
  .green-project-container .r-numul .r-numli.big {
    margin-top: 0.7rem;
    width: 66.6%;
  }
  .green-project-container .r-img {
    width: 100%;
  }

  .engineering-container {
    padding: 1rem 0 2rem;
  }
  .engineering-container .item-left {
    margin-top: 0.5rem;
    width: 100%;
    position: relative;
  }
  .engineering-container .item-left .item-left-li {
    opacity: 0;
    visibility: hidden;
  }
  .engineering-container .item-left .item-left-li.active {
    opacity: 1;
    visibility: visible;
  }
  .engineering-container .item-left .item-left-li + .item-left-li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .engineering-container .item-left .dd {
    margin-top: 0.3rem;
    line-height: 2;
    color: #787878;
  }
  .engineering-container .item-left .mySwiper-engineering {
    margin-top: 0.4rem;
  }
  .engineering-container .item-left .mySwiper-engineering .com-statebox {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .engineering-container .item-left .mySwiper-engineering .sliditem {
    background-color: var(--colorbg);
    border-radius: 0 0 var(--border40) 0;
    overflow: hidden;
  }
  .engineering-container .item-left .mySwiper-engineering .sliditem .swiper-left {
    width: 100%;
  }
  .engineering-container .item-left .mySwiper-engineering .sliditem .swiper-left .imgbox {
    overflow: hidden;
    width: 100%;
    padding-top: calc(380/570*100%);
    position: relative;
  }
  .engineering-container .item-left .mySwiper-engineering .sliditem .swiper-right {
    flex: 1;
    padding: 0.4rem;
  }
  .engineering-container .item-left .mySwiper-engineering .sliditem .swiper-right .sdd {
    line-height: 1.7;
  }
  .engineering-container .item-right {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .engineering-container .item-right .engineering-li {
    height: 46px;
    line-height: 46px;
    cursor: pointer;
  }
  .engineering-container .item-right .engineering-li + .engineering-li {
    margin-left: 26px;
    margin-top: 0;
  }
  .engineering-container .item-right .engineering-li:hover {
    color: #007f3a;
  }

  .woodword-intro .woodword-container {
    padding: 1.3rem 0;
  }
  .woodword-intro .woodword-container .l-info {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  .woodword-intro .woodword-container .l-info .dd {
    margin-top: 7.7rem;
    color: #787878;
    line-height: 1.8;
  }
  .woodword-intro .woodword-container .r-img {
   height: 13rem;
    position: relative;
    width: 100%;
    padding-top: calc(660 / 1438* 100%);
    border-radius: 0 0 var(--border30) 0;
    overflow: hidden;
    margin-top: 1rem;
  }

  .harmonious {
    background-color: #f8f8f8;
  }
  .harmonious .container {
    padding: 1rem 0;
  }
  .harmonious .harmonious-left {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 var(--border20) 0;
  }
  .harmonious .harmonious-left .harmonious-left-item {
    width: 100%;
  }
  .harmonious .harmonious-left .harmonious-left-item .tt {
    color: #262626;
  }
  .harmonious .harmonious-thumbs {
    overflow: hidden;
    width: 100%;
    margin-top: 0.5rem;
  }
  .harmonious .harmonious-thumbs .swiper-wrapper {
    height: 100%;
  }
  .harmonious .harmonious-thumbs .harmonious-thumbs-item .bbox {
    max-height: 200px;
    margin-bottom: 0.5rem;
  }
  .harmonious .harmonious-thumbs .harmonious-thumbs-item .bbox .dd {
    height: 100%;
    line-height: 1.8;
    color: #787878;
  }
  .harmonious .harmonious-thumbs .harmonious-thumbs-item .iiox {
    width: 100%;
    padding-top: 50%;
  }

  .woodword-list .container {
    padding: 1rem 0;
  }
  .woodword-list .list-show {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .woodword-list .list-show .list-show-item .img {
    position: relative;
    width: 100%;
    padding-top: calc(416/322*100%);
    overflow: hidden;
    border-radius: 0 0 var(--border40) 0;
  }
  .woodword-list .list-show .list-show-item .tt {
    margin-top: 0.3rem;
    color: #000000;
  }
  .woodword-list .list-show .list-show-item .dd {
    margin-top: 12px;
    color: #787878;
    line-height: 1.8;
  }
  .woodword-list .list-top {
    width: 100%;
  }
  .woodword-list .list-top .list-top-left {
    position: relative;
    padding-top: calc(480/1440*100%);
  }
  .woodword-list .list-top .list-top-right {
    margin-top: 0.8rem;
    padding: 0;
  }
  .woodword-list .list-top .list-top-right .tt {
    color: #000000;
    margin-bottom: 10px;
  }
  .woodword-list .list-top .list-top-right .ddli {
    line-height: 2;
    color: #787878;
  }

  .cateList-container {
    padding: 1rem 0;
  }
  .cateList-container .cc {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .cateList-container .ptbox:hover .cate-item {
    border-radius: 0 0 var(--border40) 0;
  }
  .cateList-container .cate-item {
    width: 100%;
    padding-top: 100%;
  }
  .cateList-container .cate-item .info {
    padding: 0.3rem 0;
    justify-content: center;
  }
  .cateList-container .cate-item .tt {
    display: inline-block;
    max-width: 80%;
    font-size: 20px;
  }

  .catetabForm {
    margin-top: 0.5rem;
    display: flex;
    width: 100%;
  }
  .catetabForm .tabbox {
    width: 100%;
    height: 52px;
  }
  .catetabForm .tabbox {
    border-right: 1px solid #F5F5F5;
  }
  .catetabForm .product-tab {
    width: 50%;
    height: 100%;
    border: none;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
  }
  .catetabForm .product-tab::before {
    height: 3px;
  }
  .catetabForm .product-tab:hover {
    color: #007f3a;
  }
  .catetabForm .product-tab:active {
    color: #007f3a;
  }
  .catetabForm .product-form {
    flex: 0 1 auto;
    height: 52px;
  }
  .catetabForm.case .tabbox {
    width: 100%;
    margin-right: 0.3rem;
  }
  .catetabForm.case .tabbox .selectbox {
    flex: 1;
    height: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    position: relative;
  }
  .catetabForm.case .tabbox .selectbox + .selectbox {
    margin-left: 0.3rem;
  }
  .catetabForm.case .tabbox .selectbox .h-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    pointer-events: none;
  }
  .catetabForm.case .tabbox .selectbox .selectitem {
    padding: 0 20px;
    height: 100%;
  }
  .catetabForm.case .product-form {
    margin-top: 0.3rem;
  }

  .proList-container {
    padding: 1rem 0;
  }
  .proList-container .cc {
    display: grid;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .proList-container .ptbox:hover .pro-item {
    border-radius: 0 0 var(--border40) 0;
  }
  .proList-container .pro-item {
    width: 100%;
    padding-top: calc(430/400*100%);
    position: relative;
    overflow: hidden;
  }
  .nav-header .nav-hader-content .other .showMenu {
    display: block;
}
  .proList-container .pro-item .info {
    padding: 10px;
  }
  .proList-container .pro-item .tt-dd {
    padding-right: 0.4rem;
  }
  .proList-container .pro-item .dd {
    margin-top: 0;
  }
  .proList-container .pro-item .com-gomore {
    display: none;
  }

  .customized-container {
    padding: 1rem 0;
  }
  .customized-container .cc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0.5rem;
  }
  .customized-container .customized-item {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
  }
  .customized-container .customized-item .info {
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 92%;
    padding: 3%;
    border-radius: 0 0 var(--border30) 0;
    background-color: rgba(110, 104, 99, 0.7);
  }
  .customized-container .customized-item .tt-dd {
    padding-right: 0.4rem;
  }
  .customized-container .customized-item .dd {
    margin-top: 0.15rem;
    line-height: 2;
  }
  .customized-container .customized-item .com-gomore {
    display: none;
  }

  .pagebanner {
    width: 100%;
    position: relative;
  }
  .pagebanner .mySwiper-detail .sliditem {
    width: 100%;
  }
  .pagebanner .mySwiper-detail .sliditem .imgbox {
    width: 100%;
    padding-top: calc(720 / 1440 * 100%);
    border-radius: 0 0 var(--border40) 0;
    position: relative;
    overflow: hidden;
  }
  .pagebanner .mySwiper-detail .sliditem .imgbox .img {
    transition: all ease-in-out 1s;
  }
  .pagebanner .banner-tt {
    margin: 4% 0;
  }
  .pagebanner .mySwiper-dz-detail {
    background-color: var(--colorbg);
  }
  .pagebanner .mySwiper-dz-detail .sliditem {
    width: 100%;
    overflow: hidden;
  }
  .pagebanner .mySwiper-dz-detail .sliditem .imgbox {
    width: 100%;
    padding-top: calc(720 / 1440 * 100%);
    position: relative;
    overflow: hidden;
  }
  .pagebanner .mySwiper-dz-detail .sliditem .imgbox .img {
    transition: all ease-in-out 1s;
  }
  .pagebanner .ttbox {
    width: 100%;
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
    background: #F7F7F7;
    border-radius: 0 0 var(--border40) 0;
    overflow: hidden;
    align-items: flex-start;
  }
  .pagebanner .thumbs-box {
    width: 100%;
    margin-bottom: 0.4rem;
    display: none;
  }
  .pagebanner .detail-thumbs {
    height: 100%;
  }
  .pagebanner .detail-thumbs .sliditem {
    width: 100%;
    overflow: hidden;
  }
  .pagebanner .detail-thumbs .sliditem .imgbox {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
  }
  .pagebanner .detail-thumbs .sliditem .imgbox .img {
    transition: all ease-in-out 1s;
  }
  .pagebanner .banner-desc.dz {
    background-color: var(--colorbg);
  }
  .pagebanner .banner-tt {
    height: 1.3rem;
  }
  .pagebanner .banner-desc-container {
    padding: 0.7rem 0;
  }
  .pagebanner .banner-desc-container .desc-left .dd {
    margin-top: 15px;
  }
  .pagebanner .banner-desc-container .desc-right {
    margin-top: 10px;
    max-height: 110px;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .pagebanner .banner-desc-container .desc-right .dd1 {
    margin-top: 15px;
  }
  .pagebanner .l-r {
    z-index: 6;
    display: flex;
    align-items: center;
  }
  .pagebanner .l-r .ltxt {
    flex: 1;
  }
  .pagebanner .l-r .ltxt .ltt {
    color: #007f3a;
  }
  .pagebanner .l-r .ltxt .ldd {
    margin-top: 24px;
    text-indent: 2em;
  }
  .pagebanner .l-r .rbg {
    padding: 0 10px;
    height: 50vh;
  }
  .pagebanner .bannerbg {
    z-index: 5;
  }
  .pagebanner .bannerbg2 {
    max-height: 60vh;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagebanner .bbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
    max-width: 720px;
    z-index: 6;
  }
  .pagebanner .bannerimg {
    width: 50vh;
    z-index: 6;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .proudctview-content {
    padding: 1rem 0;
  }
  .proudctview-content .cc {
    display: flex;
    align-items: flex-start;
  }
  .proudctview-content .con-l {
    max-width: none;
    width: 100%;
    flex: 1;
    padding-right: 0;
    box-sizing: content-box;
  }
  .proudctview-content .con-l .rich {
    padding-bottom: 40px;
  }
  .proudctview-content .con-l .tabb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
  }
  .proudctview-content .con-l .tabb .tabb-l {
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .proudctview-content .con-l .tabb .tabb-l .ne {
    margin-top: 10px;
  }
  .proudctview-content .con-r {
    margin-bottom: 1rem;
    position: relative;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 0 var(--border40) 0;
    padding: 0 0.3rem 0.3rem 0.3rem;
  }

  .overseas-top .overseas-container .l-info {
    width: 100%;
    max-width: none;
    margin-left: auto;
    position: relative;
    padding: 0 4% 2rem;
  }
  .overseas-top .overseas-container .l-info .dd {
    margin-top: 0.5rem;
    color: #787878;
    line-height: 1.8;
  }
  .overseas-top .overseas-container .r-img {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .overseas-sec2 + .overseas-sec2 {
    margin-top: 0;
  }
  .overseas-sec2:nth-of-type(3n+2) {
    padding: 1rem 0 0;
  }
  .overseas-sec2:nth-of-type(3n+2) .over2-container::after {
    display: none;
  }
  .overseas-sec2:nth-of-type(3n+2) .over2-container .r-info {
    order: 2;
    margin-right: initial;
    margin-left: auto;
    position: relative;
    padding: 1rem;
  }
  .overseas-sec2:nth-of-type(3n+2) .over2-container .l-img {
    transform: translateY(0);
    order: 1;
    width: 100%;
    margin-right: auto;
  }
  .overseas-sec2:nth-of-type(3n+3) {
    padding: 1rem 0 0;
  }
  .overseas-sec2:nth-of-type(3n+3) .over2-container .l-img {
    transform: translateY(0);
    width: 100%;
    margin-left: auto;
  }
  .overseas-sec2 .over2-container {
    position: relative;
  }
  .overseas-sec2 .over2-container::after {
    display: none;
  }
  .overseas-sec2 .over2-container .r-info {
    width: 100%;
    max-width: none;
    margin-right: auto;
    position: relative;
    padding: 4%;
  }
  .overseas-sec2 .over2-container .r-info::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorbg);
    border-radius: 0px 0px 0px var(--border40);
  }
  .overseas-sec2 .over2-container .r-info .dd {
    color: #787878;
    line-height: 1.8;
  }
  .overseas-sec2 .over2-container .l-img {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .overseas-sec2 .over2-container .l-img .img {
    width: 100%;
  }

  .mynewsList-container {
    margin-top: 0.1rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  .mynewsList-container .cc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .mynewsList-container .ptbox:nth-child(3n+1) {
    z-index: 6;
  }
  .mynewsList-container .ptbox:nth-child(3n+1) .line {
    display: none;
  }
  .mynewsList-container .ptbox:nth-child(2n+1) {
    z-index: 6;
  }
  .mynewsList-container .ptbox:nth-child(2n+1) .line {
    display: none;
    background-color: #e6e6e6 !important;
  }
  .mynewsList-container .ptbox:nth-child(1) {
    z-index: 6;
  }
  .mynewsList-container .ptbox:nth-child(1) .line {
    display: none;
    background-color: transparent;
  }
  .mynewsList-container .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 1px;
  }

  .mynews-item {
    overflow: hidden;
    z-index: 5;
    background: #ffffff;
    padding: 0.7rem 0;
  }
  .mynews-item .imgbox {
    position: relative;
    width: 100%;
    padding-top: calc(345/447*100%);
    overflow: hidden;
  }
  .mynews-item .info {
    padding: 0.2rem 0 0;
  }
  .mynews-item .info .info-t1 {
    color: #393939;
  }
  .mynews-item .info .info-t2 {
    margin-top: 0.4rem;
  }
  .redtt {
    color: #007f3a;
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .redtt::after {
    content: "";
    position: absolute;
    left: 0;
    top: inherit;
    bottom: -8px;
    width: 30px;
    height: 3px;
    transform: translate(0, -50%);
    background-color: #007f3a;
  }

  .myimage {
    overflow: hidden;
  }

  .myimage-container {
    padding: 1rem 0;
  }
  .myimage-container .myimage-top .tt {
    margin-top: 0.5rem;
  }
  .myimage-container .mySwiper-myimage {
    margin-top: 0.4rem;
    overflow: visible;
  }
  .myimage-container .sliditem {
    width: 100%;
    padding-top: calc(800/1440*100%);
    position: relative;
    overflow: hidden;
  }

  .mymarket-container {
    padding: 1rem 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .mymarket-container .mymarket-top .tt {
    margin-top: 0.2rem;
  }
  .mymarket-container .mymarket-rich {
    margin-top: 0.5rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .mymarket-container .mymarket-rich .left-txt {
    width: 100%;
    padding-right: 0;
  }
  .mymarket-container .mymarket-rich .left-txt .left-li + .left-li {
    margin-top: 0.2rem;
  }
  .mymarket-container .mymarket-rich .left-txt .left-li .lit1 {
    font-weight: 700;
    line-height: 1.8;
  }
  .mymarket-container .mymarket-rich .left-txt .left-li .lit2 {
    text-indent: 2.5em;
    line-height: 1.8;
    color: #787878;
  }
  .mymarket-container .mymarket-rich .right-img {
    margin-top: 0.5rem;
    width: 100%;
    padding-top: 50%;
  }

  .process-tab-container .processul {
    display: flex;
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .process-tab-container .processul .pdbox {
    background-color: var(--colorbg);
    padding: 10px;
    border-radius: 50%;
  }
  .process-tab-container .processul .whitecc {
    border-radius: 50%;
  }
  .process-tab-container .processul .processli {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    padding-top: 100%;
    position: relative;
    transition: all 0.5s;
  }
  .process-tab-container .processul .processli:last-child .h-icon {
    display: none;
  }
  .process-tab-container .processul .processli:nth-child(2n) .h-icon {
    display: none;
  }
  .process-tab-container .processul .processli.en .li-cc .tt {
    margin-top: 0.5rem;
    width: 80%;
    writing-mode: lr-tb;
    line-height: 1.2;
    font-size: 18px;
  }
  .process-tab-container .processul .processli.active {
    transform: scale(1);
  }
  .process-tab-container .processul .processli.active .pdbox {
    background-color: #007f3a;
  }
  .process-tab-container .processul .processli.active .li-cc {
    margin-top: 0;
    flex: 1;
    justify-content: center;
    background-color: #007f3a;
    border: 1px dashed var(--colorFF);
  }
  .process-tab-container .processul .processli.active .li-cc .icn_box {
    width: 80px;
    height: 80px;
    transform: translateY(0) scale(1);
  }
  .process-tab-container .processul .processli.active .li-cc .icn_box .ii {
    transform: translateX(-80px);
    filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-filter: drop-shadow(80px 0 var(--colorFF));
  }
  .process-tab-container .processul .processli.active .li-cc .tt {
    display: inline-block;
    opacity: 1;
    margin-top: 0.2rem;
    color: var(--colorFF);
    height: auto;
    transform: translateY(0);
  }
  .process-tab-container .processul .processli .li-cc {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.4s;
    border-radius: 50%;
    border: 1px dashed #007f3a;
  }
  .process-tab-container .processul .processli .li-cc .icn_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .process-tab-container .processul .processli .li-cc .icn_box .ii {
    width: 80px;
    height: 80px;
    box-sizing: content-box;
    border-right: 80px solid transparent;
  }
  .process-tab-container .processul .processli .li-cc .tt {
    color: var(--color26);
    text-align: center;
    margin-top: 0.2rem;
    height: auto;
    transform: translateY(0);
    transition: all ease-in-out 0.4s;
  }
  .foursystem-container {
    padding: 1rem 0;
  }
  .foursystem-container .systemul {
    display: flex;
    margin-top: 1rem;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 1rem;
  }
  .foursystem-container .systemul .systemli .nn {
    width: 40px;
    height: 40px;
    background: #007f3a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .foursystem-container .systemul .systemli .imgbox {
    width: 100%;
    padding-top: calc(220/333*100%);
  }
  .foursystem-container .systemul .systemli .infobox {
    padding: 0 0.1rem 0.5rem;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px var(--border40) 0px;
    overflow: hidden;
  }
  .foursystem-container .systemul .systemli .infobox .dd {
    max-height: 130px;
    padding: 0 0.2rem;
  }

  .investmentview-container {
    padding: 1.3rem 0 1rem;
  }
  .investmentview-container .viewcc .formbox {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .investmentview-container .viewcc .viewinfo {
    flex: 1;
    padding-left: 0;
    margin-top: 1rem;
  }
  .investmentview-container .viewcc .viewinfo .info-l {
    width: 100%;
    padding-right: 0;
  }
  .investmentview-container .viewcc .viewinfo .info-l .ii {
    height: 54px;
  }
  .investmentview-container .viewcc .viewinfo .info-r {
    flex: 1;
    padding-top: 0.3rem;
  }

  .overseas-partner .over-partner-container {
    position: relative;
    padding: 1.5rem 0 0.5rem;
  }
  .overseas-partner .over-partner-container .plist {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.45rem;
    grid-row-gap: 0.5rem;
  }
  .overseas-partner .over-partner-container .plist .l-img {
    position: relative;
    width: 100%;
    padding-top: calc(227/326*100%);
    overflow: hidden;
    border-radius: 0px 0px var(--border40) 0px;
    background-color: var(--colorbg);
  }
  .overseas-partner .over-partner-container .join-list {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.6rem;
  }
  .overseas-partner .over-partner-container .join-list .joinpersonnel-item {
    padding-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: none;
  }
  .overseas-partner .over-partner-container .join-list .joinpersonnel-item:nth-child(3n+1) {
    justify-content: center;
    border-left: none;
  }
  .overseas-partner .over-partner-container .join-list .joinpersonnel-item:nth-child(3n+3) {
    justify-content: center;
  }
  .overseas-partner .over-partner-container .join-list .joinpersonnel-item:nth-child(2n) {
    border-left: 1px solid #E6E6E6;
  }
  .overseas-partner .over-partner-container .join-list .joinpersonnel-item .l-img {
    width: 19%;
  }
  .overseas-partner .over-partner-container .join-list .joinpersonnel-item .r-rich {
    padding-top: 0.1rem;
    margin-left: 0.3rem;
  }

  .recruit-container .recruit-item {
    height: 50vh;
    position: relative;
    padding: 4%;
    background-size: cover;
    background-position: center;
  }

  .joinemail-container {
    position: relative;
    padding: 0.8rem 0;
  }
  .joinemail-container .joinemail-item {
    width: 100%;
  }
  .joinemail-container .joinemail-item + .joinemail-item {
    margin-top: 0.8rem;
  }
  .joinemail-container .joinemail-item .ii {
    width: 30px;
    height: 30px;
  }
  .joinemail-container .joinemail-item .info {
    flex: 1;
    margin-left: 0.2rem;
  }

  .join-college-container {
    padding: 2rem 0;
  }
  .join-college-container .r-info {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .join-college-container .r-info .dd {
    color: #787878;
    line-height: 1.8;
  }
  .join-college-container .l-img {
    width: 100%;
    padding-right: 0;
  }

  .join-target-container {
    padding: 1rem 0;
    position: relative;
    border-bottom: 1px solid #E9E9E9;
  }
  .join-target-container .r-info {
    width: 92%;
    max-width: none;
    margin-right: auto;
    margin: 4% auto 0;
    position: relative;
  }
  .join-target-container .r-info .myul .myli {
    padding: 0.2rem 0;
  }
  .join-target-container .r-info .myul .myli + .myli {
    border-top: 1px solid #E5E5E5;
  }
  .join-target-container .r-info .myul .myli .nn {
    color: #EAEAEA;
    margin-right: 0.2rem;
  }
  .join-target-container .r-info .myul .myli .dd {
    color: #787878;
    line-height: 2;
  }
  .join-target-container .l-img {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .join-online-container {
    padding: 1rem 0;
    background-color: var(--colorbg);
  }
  .join-online-container .htt {
    width: 100%;
    max-width: none;
    margin-left: 4%;
  }
  .join-online-container .cc {
    margin-top: 0.5rem;
    width: 96%;
    margin-left: 4%;
  }
  .join-online-container .sliditem {
    width: 100%;
  }
  .join-online-container .sliditem .img-slide {
    width: 100%;
    position: relative;
    padding-top: calc(260/450*100%);
  }
  .join-online-container .sliditem .item-tt {
    margin-top: 0.3rem;
  }
  .join-online-container .sliditem .item-tt .tt2 {
    margin-top: 0.2rem;
    color: #646464;
    line-height: 2;
  }

  .join-top {
    background-color: #f8f8f8;
  }
  .join-top .container {
    padding: 1rem 0;
  }
  .join-top .join-top-left {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 var(--border40) 0;
  }
  .join-top .join-top-left .join-top-left-item {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 var(--border40) 0;
  }
  .join-top .ccb {
    padding-left: 0;
  }
  .join-top .cc {
    overflow: hidden;
    width: 100%;
  }
  .join-top .join-top-thumbs .swiper-wrapper {
    height: 100%;
  }
  .join-top .join-top-thumbs .join-top-thumbs-item .bbox .dd {
    max-height: 100px;
    line-height: 1.8;
    color: #787878;
  }

  .design-four {
    position: relative;
  }

  .design-four-container {
    padding: 1rem 0 0;
  }
  .design-four-container .r-info {
    position: relative;
  }
  .design-four-container .r-info .dd {
    width: 92%;
    color: #7C7C7C;
    line-height: 1.8;
  }
  .design-four-container .r-info .line {
    width: 1px;
    height: 85px;
    background-color: #007f3a;
  }
  .design-four-container .fourcc {
    flex-wrap: wrap;
  }
  .design-four-container .fourcc .fouritem {
    position: relative;
    flex: 0 1 auto;
    width: 100%;
    height: 90vh;
    overflow: hidden;
  }
  .design-four-container .fourcc .fouritem.active .info {
    background-color: rgba(228, 0, 43, 0.8);
    transform: translate(0, 0);
  }
  .design-four-container .fourcc .fouritem.active .info .tt {
    opacity: 1;
  }
  .design-four-container .fourcc .fouritem .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(228, 0, 43, 0.8);
    padding: 0.5rem 0.4rem;
    transform: translate(0, 0);
  }
  .design-four-container .fourcc .fouritem .info .tt {
    flex: 1;
    opacity: 1;
    margin-left: 0.4rem;
  }
  .design-four-container .viewcc {
    padding: 1rem 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .design-four-container .viewcc .formbox {
    margin-top: 30px;
    width: 100%;
    padding-left: 0rem;
  }
  .design-four-container .viewcc .viewinfo {
    flex: 1;
  }
  .design-four-container .viewcc .viewinfo .info-r {
    flex: 1;
  }

  .design-footer-container {
    padding: 1rem 0;
    border-bottom: 1px solid #E9E9E9;
  }
  .design-footer-container .design-footer-item {
    width: 100%;
    position: relative;
  }
  .design-footer-container .design-footer-item + .design-footer-item {
    margin-top: 0.5rem;
  }
  .design-footer-container .design-footer-item .imgbox {
    padding-top: calc(200/690*100%);
  }
  .design-footer-container .design-footer-item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .serverFloor-container {
    position: relative;
    padding: 1.3rem 0 1rem;
  }
  .serverFloor-container .serverFloor-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.8rem;
    grid-row-gap: 1rem;
  }
  .serverFloor-container .serverFloor-list .serverFloor-item .l-img {
    height: 40px;
  }
  .serverFloor-container .serverFloor-list .serverFloor-item .dd {
    line-height: 1.8;
    color: #757575;
  }

  .server-product {
    background-color: var(--colorbg);
  }

  .server-product-container {
    padding: 1rem 0 1.5rem;
  }
  .server-product-container .server-product-item:nth-child(2n) .item-left {
    order: 1;
  }
  .server-product-container .server-product-item:nth-child(2n) .item-right {
    order: 2;
  }
  .server-product-container .server-product-item + .server-product-item {
    margin-top: 0.4rem;
  }
  .server-product-container .tt2 {
    margin-top: 0.1rem;
  }
  .server-product-container .cc .item-right {
    width: 100%;
  }
  .server-product-container .cc .item-left {
    height: 30vh;
    padding: 0.2rem 0;
    width: 100%;
  }
  .server-product-container .cc .item-left .ddbox {
    height: 100%;
    position: relative;
  }
  .server-product-container .cc .item-left .dd {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    color: #787878;
  }

  .server-question-container {
    padding: 1rem 0;
  }
  .server-question-container .item {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
  }
  .server-question-container .item.active .item-tt {
    background: #007f3a !important;
  }
  .server-question-container .item.active .item-tt .tt {
    color: var(--colorFF);
  }
  .server-question-container .item.active .item-tt .h-icon {
    color: var(--colorFF);
  }
  .server-question-container .item:nth-child(1) {
    border-top: 1px solid #E9E9E9;
  }
  .server-question-container .item:nth-child(2n) .item-tt {
    background: #F7F7F7;
  }
  .server-question-container .item .item-tt {
    width: 100%;
    height: 50px;
    padding: 0.29rem 0.2rem;
    background: #ffffff;
  }
  .server-question-container .item .item-show {
    display: none;
  }
  .server-question-container .item .item-show .info {
    padding: 0.3rem 0.2rem;
  }
  .server-question-container .top {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .server-question-container .top .options {
    width: 100%;
    height: 40px;
    margin-top: 0.5rem;
  }
  .server-question-container .top .options .selectbox {
    flex: 1;
    width: auto;
    height: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 25px;
    position: relative;
  }
  .server-question-container .top .options .selectbox + .selectbox {
    margin-left: 0.3rem;
  }
  .server-question-container .top .options .selectbox select {
    width: 100%;
    height: 100%;
    padding: 0 50px 0 20px;
    color: #797979;
  }
  .server-question-container .top .options .selectbox .h-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
  }
  .server-question-container .top .options .selectbox .selectitem {
    padding: 0 20px;
    height: 100%;
  }

  .myShops-container {
    padding: 1.3rem 0 1rem;
  }
  .myShops-container .my-inline-block.big {
    margin-top: 10px;
    width: 100%;
    margin-left: 0 !important;
  }
  .myShops-container .map {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .myShops-container .myShops-list {
    flex: 1;
    padding-left: 0;
  }
  .myShops-container .myShops-list .myShops-item {
    padding: 0.25rem 0;
    border-bottom: 1px solid #E7E7E7;
  }
  .myShops-container .myShops-list .myShops-item:nth-child(1) {
    border-top: 1px solid #E7E7E7;
  }
  .myShops-container .myShops-list .myShops-item .info {
    margin-left: 0.2rem;
  }
  .engineeringList-container {
    padding: 1rem 0;
  }
  .engineeringList-container .cc {
    display: grid;
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
  }
  .engineeringList-container .ptbox {
    overflow: hidden;
  }
  .engineeringList-container .ptbox:hover .engineering-item .info {
    border-radius: 0 0 var(--border40) 0;
    background-color: #007f3a;
  }
  .engineeringList-container .ptbox:hover .engineering-item .info .tt {
    color: var(--colorFF);
  }
  .engineeringList-container .ptbox:hover .engineering-item .info .dd {
    color: var(--colorFF);
  }
  .engineeringList-container .engineering-item {
    overflow: hidden;
  }
  .engineeringList-container .engineering-item .imgbox {
    position: relative;
    width: 100%;
    padding-top: calc(345/447*100%);
    overflow: hidden;
  }
  .engineeringList-container .engineering-item .info {
    padding: 0.3rem;
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-top: none;
    overflow: hidden;
  }
  .engineeringList-container .engineering-item .tt {
    transition: all 0.3s;
  }
  .engineeringList-container .engineering-item .dd {
    transition: all 0.3s;
    margin-top: 10px;
  }

  .casetips {
    padding: 1.5rem 0 0 0;
  }
  .casetips .tt {
    color: #6C6C6C;
  }

  .kefu_box {
    bottom: 30px;
  }

  .fiveRed-container .fiveRed-top .fiveRed-dd {
    max-width: 100%;
  }

  .com-statebox.clr {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    z-index: 6;
  }
  .com-statebox.clr .twoBtn {
    justify-content: flex-start;
  }
  .com-statebox.clr .twoBtn .maxl {
    transform: translateX(0%);
  }
  .com-statebox.clr .twoBtn .maxr {
    transform: translateX(0%);
  }

  .cateTop-container .cc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-bottom: 7px;
  }
  .cateTop-container .ptbox:hover .cateTop-item {
    border-radius: 0 0 var(--border40) 0;
  }
  .cateTop-container .cateTop-item {
    width: 100%;
    padding-top: 80%;
    position: relative;
  }
  .cateTop-container .cateTop-item .info {
    justify-content: center;
    padding: 0.4rem 0;
  }
  .cateTop-container .cateTop-item .tt {
    display: inline-block;
    max-width: 80%;
  }

  .myschool-container {
    position: relative;
    padding: 2.3rem 0 0;
    height: 50vh;
  }

  .myvideoList-container {
    margin-top: 0.1rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  .myvideoList-container .cc {
    display: grid;
    grid-column-gap: 0.5rem;
  }
  .myvideoList-container .ptbox:nth-child(3n+1) {
    z-index: 6;
  }
  .myvideoList-container .ptbox:nth-child(3n+1) .line {
    background-color: transparent;
  }
  .myvideoList-container .ptbox:nth-child(1) {
    z-index: 6;
  }
  .myvideoList-container .ptbox:nth-child(1) .line {
    background-color: transparent;
  }
  .myvideoList-container .ptbox:nth-child(2n+1) {
    z-index: 6;
  }
  .myvideoList-container .ptbox:nth-child(2n+1) .line {
    background-color: #e6e6e6;
  }
  .myvideoList-container .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 1px;
  }

  .r-numul .r-numli {
    align-items: flex-start;
  }
  .r-numul .r-numli .nn {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .r-numul .r-numli .nn .numCX {
    position: relative;
  }
  .r-numul .r-numli .nn .numCX.add::after {
    content: "+";
    position: absolute;
    right: -19px;
    top: -8px;
    font-size: 20px;
  }

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

  .slideDownward {
    display: none;
  }

  .container {
    width: 92%;
  }

  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.3rem 30px;
  }

  .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: #007f3a;
    transition: all 0.3s;
  }
  .threeline-box .threeline-1 {
    width: 24px;
  }
  .threeline-box .threeline-2 {
    width: 18px;
  }
  .threeline-box .threeline-3 {
    width: 24px;
  }

  .com-state.mainbanner .h-icon {
    color: #000;
  }
  .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 {
    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: #007f3a;
    color: #ffffff;
    border: 1px solid #007f3a;
  }
  .com-state .twoBtn .h-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #007f3a;
    transition: all ease-in-out 0.3s;
    font-size: 12px;
  }
  .com-state .twoBtn .h-icon.swiper-button-disabled {
    background-color: #F7F7F7;
    color: #D2D2D2;
    opacity: 1;
  }
  .com-state .twoBtn .h-icon.swiper-button-disabled:hover {
    background-color: #F7F7F7;
    color: #D2D2D2;
  }
  .com-state .twoBtn .h-icon:hover {
    background-color: #007f3a;
    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: "";
  }
  .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: #007f3a;
  }
  .com-state .com-progress .proess {
    height: 100%;
    width: 0%;
    transition: all 1s;
    background-color: #007f3a;
  }

  .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;
  }

  .wmrt20 {
    margin-top: 20px;
  }

  .lr-tb {
    display: flex;
    flex-direction: column;
  }
  .lr-tb .order2 {
    order: 1;
  }
  .lr-tb .order1 {
    order: 2;
  }

  .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;
  }

  .nav-footer .footer-top .left-list {
    width: auto;
  }

  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0.8rem;
  }

  .nav-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav-footer .footer-top .pbox {
    padding: 30px 0;
  }
  .nav-footer .footer-top .pbox.ismain {
    padding: 35px 0;
  }
  .nav-footer .footer-top .left-list {
    width: 100%;
    flex-direction: column;
  }
  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0;
  }
  .nav-footer .footer-top .left-list .list-li + .list-li {
    margin-top: 0.3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.3rem;
    display: none;
  }
  .nav-footer .footer-top .left-list .list-li .item + .item {
    margin-top: 0;
  }
  .nav-footer .footer-top .right-info {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    display: none;
  }
  .nav-footer .footer-top .right-info .info-qrcode {
    justify-content: center;
  }
  .nav-footer .footer-bot {
    display: flex;
    flex-direction: column;
  }
  .nav-footer .footer-bot .bot-logo {
    padding-right: 0;
    width: 100%;
    background-color: var(--color2);
    border-radius: var(--border20) var(--border20) 0px 0px;
    justify-content: center;
  }
  .nav-footer .footer-bot .bot-info {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.3rem;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
  }
  .nav-footer .footer-bot .bot-info .info-l {
    width: 80%;
  }
  .nav-footer .footer-bot .bot-info .info-select {
    margin-top: 0.3rem;
  }

  .section-tt {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-tt.hasdd {
    flex-direction: column;
    align-items: center;
  }
  .section-tt .ttb {
    display: inline-block;
    position: relative;
  }
  .section-tt .ttb .tt {
    height: 100%;
    font-weight: bold;
    color: var(--color22);
    display: flex;
    align-items: center;
    text-align: center;
  }
  .section-tt .dd {
    margin-top: 34px;
    font-size: 16px;
    color: #828282;
  }
  .section-tt .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
  }
  .section-tt .line::before {
    content: "";
    width: 24%;
    height: 100%;
    background-color: var(--color2);
    border-radius: 1px;
  }
  .section-tt .line::after {
    content: "";
    width: 72%;
    height: 100%;
    background-color: #007f3a;
    border-radius: 1px;
  }
  .section-tt.ff .tt {
    color: var(--colorFF);
  }
  .section-tt.left {
    justify-content: flex-start;
  }
  .section-tt.left .line {
    position: absolute;
    left: 0;
    transform: translateX(0%);
  }
  .section-tt.right {
    justify-content: flex-end;
  }
  .section-tt.right .line {
    position: absolute;
    left: inherit;
    right: 0;
    transform: translateX(0%);
  }
  .section-tt.notop .tt {
    align-items: flex-start;
  }

  .submitform.hasdd .container {
    z-index: 6;
    padding: 4%;
  }
  .submitform.hasdd .container .ttb {
    height: 80px;
  }
  .submitform .container {
    z-index: 6;
    padding: 0;
  }

  .tborder {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--border20);
  }

  .floatbox {
    padding: 4%;
  }

  .pagebanner {
    height: 50vw;
  }
  .pagebanner.auto {
    height: auto;
  }
  .pagebanner.h610 {
    padding: 0.8rem 0;
    height: auto;
    max-height: none;
  }
  .pagebanner.h750 {
    height: 40vh;
  }
  .pagebanner .tt {
    font-size: 40px;
  }
  .pagebanner .l-r {
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pagebanner .l-r .ltxt {
    flex: 1;
  }
  .pagebanner .l-r .ltxt .ltt {
    text-align: center;
    color: #007f3a;
  }
  .pagebanner .l-r .ltxt .ldd {
    margin-top: 24px;
  }
  .pagebanner .l-r .rbg {
    padding: 20px 0;
    width: 80%;
  }

  .detailvideo .videoview {
    padding-top: 80%;
  }

  .scrollitem .fixbox.pt20 {
    padding-top: 20px;
  }
  .scrollitem .fixbox .scrollinfo {
    width: 92%;
    padding: 4%;
    margin: 0 auto;
    top: 8%;
  }
  .scrollitem .fixbox .scrollinfo.fangan {
    padding: 0;
    top: 0;
  }
  .plan-item .plan-item-box .imgbox {
    width: 100%;
  }

  .nav-header .nav-hader-content .logo {
    padding: 0 0 0 0.4rem;
  }
  .nav-header .nav-hader-content .other .tabul .tabli {
     
    display: none;
    
}
  .nav-header .nav-hader-content .menu {
    display: none;
  }
  .nav-header .nav-hader-content .other {
    display: flex;
  }
  .nav-header .nav-hader-content .other .tabul .tabli.search {
    width: auto;
  }
  .nav-header .nav-hader-content .other .tabul .tabli.search.active .search-input {
    width: 40vw;
    padding: 0 0.3rem;
  }
  .nav-header .nav-hader-content .other .lang {
    padding: 0 0.6rem;
  }
  .nav-header .nav-hader-content .other .showMenu {
    border: none;
    width: var(--pagenavheight);
  }
  .nav-header .nav-hader-content .other .showMenu .navView.active {
    width: 80px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist {
    padding: 4% 0;
    border: 1px solid #e3e3e3;
    border-top: none;
    border-bottom: none;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
    height: auto;
    flex: 0 1 auto;
    border: none !important;
    width: 96%;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol + .mapcol {
    margin-top: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol:not(:first-child) {
    border-left: 1px solid #e3e3e3;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-bg {
    opacity: 1;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
    color: var(--colorAA);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-title::after {
    background-color: #007f3a;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
    color: var(--colorAA);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-bg {
    display: none;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    position: relative;
    z-index: 6;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-tt {
    width: 100%;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-tt .h-icon {
    width: 52px;
    height: 52px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title::after {
    display: none;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 0;
    display: none;
    width: 100%;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li.active .li-title a {
    color: #007f3a;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li:hover .li-title a {
    color: #007f3a;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
    height: 36px;
    justify-content: flex-start;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
    cursor: pointer;
    transition: all 0.3s;
    color: #9b9b9b;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.2rem 30px;
    width: 100%;
    background-color: var(--colorF2);
    display: none;
    border-radius: 10px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
    position: relative;
    display: block;
    line-height: 1.4;
    color: var(--color22);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t + .li-show-t {
    margin-top: 9px;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
    color: var(--color2);
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
    content: "";
    position: absolute;
    left: -11px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: var(--color2);
    border-radius: 50%;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
    display: flex;
    flex-direction: column;
  }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
    font-weight: 500;
    height: 52px;
    line-height: 52px;
  }

  .detail-feature .feature-list .feature-item {
    width: calc(100% / 2);
  }

  .detail-feature .feature-list .feature-item:nth-child(n+4) {
    margin-top: 0;
  }

  .detail-feature .feature-list .feature-item:nth-child(n+3) {
    margin-top: 30px;
  }

  .containbox {
    background-color: var(--colorF2);
  }
  .containbox .contain-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .containbox .contain-list .contain-list-item {
    width: 100%;
    background-color: var(--colorFF);
    border-radius: 10px;
    overflow: hidden;
    height: 40vw;
    display: flex;
  }
  .containbox .contain-list .contain-list-item:nth-child(n+3) {
    margin-top: 0;
  }
  .containbox .contain-list .contain-list-item + .contain-list-item {
    margin-top: 20px;
  }
  .containbox .contain-list .contain-list-item .viewsleft {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px 0;
    color: #007f3a;
    font-weight: 700;
  }
  .containbox .contain-list .contain-list-item .viewsleft .nn {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 0;
    border: 1px solid #ebebeb;
    border-top: none;
    border-left: none;
    color: #dddddd;
  }
  .containbox .contain-list .contain-list-item .viewsright {
    display: flex;
    align-items: center;
    width: calc(356 / 590 * 100%);
    background-color: #e9e8e8;
  }

  .system-show {
    padding: 0.5rem 0 0.8rem;
  }
  .system-show .showimg {
    line-height: 0;
    margin-top: 48px;
  }
  .system-show .application-list {
    display: flex;
    flex-wrap: wrap;
  }
  .system-show .application-list .app-item {
    position: relative;
    width: 48%;
    padding-top: calc(168 / 375 * 100%);
    margin: 20px 1% 0;
    border-radius: var(--border20);
    overflow: hidden;
  }
  .system-show .application-list .app-item:nth-child(4n) {
    margin-right: 0;
  }
  .system-show .application-list .app-item:hover .desc {
    width: 100%;
    height: 100%;
    background-color: #007f3a;
    justify-content: center;
  }
  .system-show .application-list .app-item .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92.8%;
    height: 45px;
    border-radius: 0 20px 0 0;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;
    color: var(--colorFF);
    transition: all 0.3s;
  }

  .topnews .topviews-cc {
    position: relative;
  }
  .topnews .topviews-cc .com-statebox {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 6;
  }
  .topnews .topviews {
    height: 100%;
    background: #ffffff;
    border-radius: var(--border20);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .topnews .topviews .topviews-l {
    width: 100%;
    padding-top: calc(362 / 500 * 100%);
    position: relative;
    overflow: hidden;
  }
  .topnews .topviews .topviews-r {
    flex: 1;
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .topnews .topviews .topviews-r .t1 {
    color: #9fa0a0;
  }
  .topnews .topviews .topviews-r .t2 {
    margin-top: 2%;
    color: var(--color22);
  }
  .topnews .topviews .topviews-r .t3 {
    margin-top: 2%;
    color: #828282;
  }
  .topnews .topviews .topviews-r .com-gomore {
    margin-top: 6%;
  }

  .newsitem {
    width: 48%;
    margin: 4% 4% 0 0;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .newsitem:nth-child(-n+3) {
    margin-top: 4%;
  }
  .newsitem:nth-child(3n) {
    margin-right: 4%;
  }
  .newsitem:nth-child(-n+2) {
    margin-top: 0px;
  }
  .newsitem:nth-child(2n) {
    margin-right: 0px;
  }
  .newsitem .imgbox {
    width: 100%;
    padding-top: calc(270 / 373 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .newsitem .info {
    padding: 6%;
  }
  .newsitem .info .info-t1 {
    color: #007f3a;
  }
  .newsitem .info .info-t2 {
    font-size: 14px;
    margin-top: 2%;
    color: var(--color22);
    line-height: 1.2;
  }

  .newscontent {
    padding: 60px 0 0;
  }
  .newscontent .con-l {
    max-width: none;
    flex: 1;
    padding-right: 0;
    width: 100%;
  }
  .newscontent .con-l .rich {
    padding-bottom: 40px;
  }
  .newscontent .con-l .tabb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
  }
  .newscontent .con-l .tabb .tabb-l {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .newscontent .con-l .tabb .tabb-l .ne {
    margin-top: 10px;
  }
  .newscontent .con-l .tabb .tabb-r {
    width: 100%;
    margin-top: 20px;
  }
  .newscontent .con-r {
    position: relative;
    top: 0;
    width: 100%;
  }
  .newscontent .con-r .title {
    margin-bottom: 20px;
  }
  .newscontent .con-r .title .tt {
    margin-left: 10px;
    font-weight: 700;
  }
  .newscontent .con-r .infoul .infoli {
    padding: 0.38rem 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eaeaea;
  }
  .newscontent .con-r .infoul .infoli:nth-child(n+4) {
    display: none;
  }
  .newscontent .con-r .infoul .infoli:first-child {
    border-top: 1px solid #eaeaea;
  }
  .newscontent .con-r .infoul .infoli .li-top .liimg {
    width: 51.4%;
  }
  .newscontent .con-r .infoul .infoli .li-top .liimg .pbox {
    position: relative;
    width: 100%;
    padding-top: calc(120/180*100%);
  }
  .newscontent .con-r .infoul .infoli .li-top .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(70 / 340 * 100%);
    color: #9fa0a0;
    line-height: 1;
    position: relative;
    margin-left: 0.2rem;
  }
  .newscontent .con-r .infoul .infoli .li-top .time .b {
    position: relative;
    line-height: 1.4;
  }
  .newscontent .con-r .infoul .infoli .li-top .time .b::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 1px;
    transform: translate(-50%, 0);
    background-color: #e7e7e7;
  }
  .newscontent .con-r .infoul .infoli .li-top .time .s {
    line-height: 2;
    margin-top: 4px;
  }
  .newscontent .con-r .infoul .infoli .desc {
    flex: 1;
    color: #222222;
  }

  .mycate-tab {
    background-color: var(--colorF2);
    padding: 40px 0;
  }
  .mycate-tab .mycateul {
    width: 96%;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-radius: var(--border20);
  }
  .mycate-tab .mycateul .mycateli {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    width: 49%;
    flex: 0 1 auto;
    height: 60vw;
    box-sizing: border-box;
    border-left: none;
    background-color: #007f3a;
    border-radius: var(--border20);
    transition: all ease-in-out 0.3s;
  }
  .mycate-tab .mycateul .mycateli:last-child {
    border-right: none;
  }
  .mycate-tab .mycateul .mycateli:nth-child(n+3) {
    margin-top: 20px;
  }
  .mycate-tab .mycateul .mycateli.active {
    background-color: #007f3a;
    border-radius: var(--border20);
    flex: 0 1 auto;
    border-color: #d2d2d2;
  }
  .mycate-tab .mycateul .mycateli.active .li-tt {
    font-size: 18px;
    color: var(--colorF2);
  }
  .mycate-tab .mycateul .mycateli.active .li-cc {
    margin-top: 30px;
    flex: 1;
    justify-content: center;
  }
  .mycate-tab .mycateul .mycateli.active .li-cc .icn_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .mycate-tab .mycateul .mycateli.active .li-cc .icn_box .ii {
    transform: translateX(-80px);
    filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-filter: drop-shadow(80px 0 var(--colorFF));
  }
  .mycate-tab .mycateul .mycateli.active .li-cc .tt {
    writing-mode: lr-tb;
    width: auto;
    font-size: 22px;
    font-weight: 700;
    color: var(--colorFF);
  }
  .mycate-tab .mycateul .mycateli .li-tt {
    font-size: 18px;
    color: var(--colorF2);
  }
  .mycate-tab .mycateul .mycateli .li-cc {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease-in-out 0.7s;
    margin-top: 30px;
    flex: 1;
    justify-content: center;
  }
  .mycate-tab .mycateul .mycateli .li-cc .icn_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .mycate-tab .mycateul .mycateli .li-cc .icn_box .ii {
    width: 80px;
    height: 80px;
    box-sizing: content-box;
    border-right: 80px solid transparent;
    transform: translateX(-80px);
    filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
    -webkit-filter: drop-shadow(80px 0 var(--colorFF));
  }
  .mycate-tab .mycateul .mycateli .li-cc .tt {
    writing-mode: lr-tb;
    width: auto;
    font-size: 22px;
    font-weight: 700;
    color: var(--colorFF);
    text-align: center;
    line-height: 1;
  }

  .show-address {
    position: relative;
    background-color: var(--color7F);
  }
  .show-address .addresslist {
    position: relative;
    width: 92%;
    padding: 0 4%;
    z-index: 6;
    margin: 0 20px;
    top: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .show-address .addresslist .listbox {
    width: 100%;
  }
  .show-address .addresslist .address-swiperbox {
    position: relative;
    margin-top: 20px;
    height: 398px;
    padding-left: 20px;
    overflow: hidden;
  }
  .show-address .addresslist .address-swiperbox .mySwiper-address {
    height: 100%;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper {
    flex-direction: column;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 70px;
    margin-bottom: 14px;
    cursor: pointer;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
    background: #007f3a;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
    color: var(--color2);
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
    width: 100%;
    height: 100%;
    padding: 26px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: var(--colorFF);
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
    font-weight: 700;
    transition: all 0.3s;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
    margin-left: 10px;
    font-weight: 700;
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: white;
  }
  .show-address .addressbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .show-address .addressbg .addressbg-li {
    opacity: 0;
    transition: all ease-in-out 0.3s;
  }
  .show-address .addressbg .addressbg-li.active {
    opacity: 1;
  }

  .contact-list {
    background-color: var(--colorF2);
  }
  .contact-list .cc {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-direction: column;
  }
  .contact-list .contact-item {
    position: relative;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
    padding: 8% 4%;
    overflow: hidden;
    word-wrap: break-word;
  }
  .contact-list .contact-item + .contact-item {
    margin-top: 4%;
  }
  .contact-list .contact-item.address .pbox {
    display: none;
  }
  .contact-list .contact-item.address .pbox:nth-of-type(-n + 5) {
    display: block;
  }
  .contact-list .contact-item.address.active .pbox {
    display: block;
  }
  .contact-list .contact-item.address.active .morea {
    opacity: 0;
    visibility: hidden;
  }
  .contact-list .contact-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url("http://www.nature-cn.cn/phone/images/bluebg.png") no-repeat top;
    background-size: 100%;
  }
  .contact-list .contact-item .icc {
    margin-bottom: 30px;
  }
  .contact-list .contact-item .p1:nth-child(2n) {
    margin-top: 10px;
  }
  .contact-list .contact-item .p1::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color2);
  }
  .contact-list .contact-item .morea {
    opacity: 1;
    transition: all 0.3s;
    display: block;
    margin: 30px auto 0;
    text-align: center;
  }
  .contact-list .contact-item .morea .moret {
    color: var(--color2);
    font-size: 14px;
  }
  .contact-list .contact-item .morea .morei {
    margin-left: 5px;
  }
  .contact-list .contact-item .com-gomore {
    margin-top: 30px;
  }

  .company-profile .graybg {
    width: 100%;
    height: 100%;
    background-color: var(--colorF2);
  }
  .company-profile .container {
    align-items: center;
  }
  .company-profile .l-info {
    position: relative;
    flex: 1;
    padding-right: 0;
  }
  .company-profile .l-info .dd {
    margin-top: 32px;
    color: #828282;
    line-height: 30px;
  }
  .company-profile .r-img {
    position: relative;
    width: 100%;
    padding-top: 0;
    border-radius: var(--border20);
    overflow: hidden;
    margin-top: 1rem;
  }
  .company-profile .r-img .imgabs {
    position: relative;
  }

  .myhistory .container {
    width: 100%;
    overflow: hidden;
  }
  .myhistory .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .myhistory .myhistorybox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    padding-bottom: 2rem;
  }
  .myhistory .myhistorybox .viewbox {
    position: relative;
  }
  .myhistory .myhistorybox .viewbox .viewlist {
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .mySwiper-history {
    width: 100%;
    overflow: visible;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40% 0 0 0;
    align-items: flex-start;
    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.3s;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 0 !important;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(4) {
    margin-right: 0;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(n+5) {
    margin-top: 0;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem + .viewitem {
    margin-top: 1rem;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .showbox {
    transform: translate(0, 0);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::before {
    background-color: var(--colorF2);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::after {
    background-color: var(--color2);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .year {
    color: #007f3a;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .look {
    opacity: 0;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 102px;
    height: 102px;
    position: relative;
    background-color: var(--colorFF);
    border-radius: 50%;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--colorF2);
    transition: all ease-in-out 0.3s;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color2);
    transition: all ease-in-out 0.3s;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 60px;
    margin-top: 0;
    color: #9fa0a0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: #007f3a;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox {
    margin-left: 14%;
    z-index: 6;
    position: relative;
    width: 80%;
    left: inherit;
    right: 0;
    top: 100%;
    background: var(--colorFF);
    border-radius: 10px;
    padding: 22px 18px 14px;
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox::before {
    right: 88%;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc {
    color: #828282;
    padding-bottom: 17px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    padding-left: 14px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color2);
    position: absolute;
    left: 0;
    top: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p + p {
    margin-top: 4px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .coll {
    text-align: right;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #e5e5e5;
    color: #9fa0a0;
  }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab {
    margin-top: 40px;
    display: flex;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
    margin-left: 5px;
  }

  .withculture {
    padding: 0.4rem 0 0.8rem;
  }
  .withculture .culture-list {
    width: 100%;
    margin-top: 40px;
  }
  .withculture .culture-list .bbox {
    position: relative;
    padding-top: calc(675 / 1200 * 100%);
  }
  .withculture .culture-list .cultureul {
    display: none;
  }
  .withculture .culture-list .bgul {
    border-radius: 0;
    overflow: hidden;
  }
  .withculture .culture-list .bgul .bgli {
    border-radius: var(--border20);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.6rem;
    opacity: 0;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: calc(240 / 1200 * 100%);
  }
  .withculture .culture-list .bgul .bgli.active {
    opacity: 1;
  }
  .withculture .culture-list .bgul .bgli.active .tt {
    opacity: 1;
    transform: translateY(0);
  }
  .withculture .culture-list .bgul .bgli .tt {
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease 0.3s 0.3s;
  }
  .withculture .culture-list .bgul .bgli .tt .tt1 {
    font-weight: 700;
    color: var(--colorFF);
  }
  .withculture .culture-list .bgul .bgli .tt .tt2 {
    position: relative;
    color: var(--colorFF);
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .withculture .culture-list .bgul .bgli .tt .tt2::before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: var(--color2);
    margin-right: 8px;
  }

  .global {
    position: relative;
    background-color: #e3e7ec;
  }
  .global .bg {
    position: relative;
    line-height: 0;
    z-index: 5;
  }
  .global .globalcc {
    z-index: 6;
    position: relative;
  }
  .global .fixbox {
    padding: 4% 0;
  }
  .global .dotlist {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
  }
  .global .dotlist .dotli {
    width: 48%;
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
  }
  .global .dotlist .dotli.active .desc {
    transform: translate(0, 0);
  }
  .global .dotlist .dotli:nth-child(n+3) {
    margin-top: 4%;
  }
  .global .dotlist .dotli .line {
    display: none;
  }
  .global .dotlist .dotli .info {
    display: none;
  }
  .global .dotlist .dotli .desc {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: var(--border20);
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
    background-color: var(--colorFF);
    z-index: 6;
  }
  .global .dotlist .dotli .desc .sjl {
    display: none;
  }
  .global .dotlist .dotli .desc .gs {
    width: 100%;
    padding-top: calc(186 / 280 * 100%);
  }
  .global .dotlist .dotli .desc .gs .img {
    border-radius: var(--border20) var(--border20) 0 0;
  }
  .global .dotlist .dotli .desc .title {
    padding: 6%;
  }
  .global .dotlist .dotli .desc .title .tt1 {
    color: #007f3a;
    font-weight: 700;
  }
  .global .dotlist .dotli .desc .title .tt2 {
    margin-top: 6px;
    display: flex;
    align-items: center;
    color: var(--color2);
  }
  .global .dotlist .dotli .desc .title .tt2 .ii {
    width: 12px;
    margin-right: 4px;
  }
  .global .dotlist .dotli .desc .title .tt3 {
    margin-top: 6px;
    color: #828282;
  }

  .mypartner {
    padding: 0 0 10%;
  }
  .mypartner .mySwiper-mypartner {
    margin: 40px auto 0;
  }
  .mypartner .mySwiper-mypartner .swiper-wrapper {
    width: 80%;
  }
  .mypartner .mySwiper-mypartner .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mypartner .mySwiper-mypartner .list .list-li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f5f5f5;
  }
  .mypartner .mySwiper-mypartner .list .list-li:nth-child(1) {
    border-top: 1px solid #f5f5f5;
  }
  .mypartner .mySwiper-mypartner .list .list-li .list-li-item {
    width: 33.3%;
    display: flex;
    justify-content: center;
  }
  .mypartner .mySwiper-mypartner .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .mypartner .mySwiper-mypartner .next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 920px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/
}
@media only screen and (max-width: 768px) {
  .myvideoList-container {
    margin-top: 0.1rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  .myvideoList-container .cc {
    display: grid;
    grid-column-gap: 0.5rem;
  }
  .myvideoList-container .ptbox:nth-child(3n+1) {
    z-index: 6;
  }
  .myvideoList-container .ptbox:nth-child(3n+1) .line {
    background-color: transparent;
  }
  .myvideoList-container .ptbox:nth-child(1) {
    z-index: 6;
  }
  .myvideoList-container .ptbox:nth-child(1) .line {
    background-color: transparent;
  }
  .myvideoList-container .ptbox:nth-child(2n+1) {
    z-index: 6;
  }
  .myvideoList-container .ptbox:nth-child(2n+1) .line {
    background-color: transparent;
  }
  .myvideoList-container .ptbox + .ptbox {
    z-index: 6;
  }
  .myvideoList-container .ptbox + .ptbox .line {
    background-color: #e6e6e6;
  }
  .myvideoList-container .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 1px;
  }

  .cateClick {
    margin-top: 50px;
  }
  .cateClick .cateli {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #F5F5F5;
  }
  .cateClick .cateli:nth-child(1) {
    border-top: 1px solid #F5F5F5;
  }
  .cateClick .cateli:not(:last-child) .myname {
    border-bottom: 1px solid #ffffff;
  }
  .cateClick .cateli.active .myuls {
    height: auto;
  }
  .cateClick .cateli .myname {
    width: 50px;
    height: 40px;
    color: #909090;
    background-color: #F5F5F5;
  }
  .cateClick .cateli .myuls {
    flex: 1;
    height: 40px;
    overflow: hidden;
    padding: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cateClick .cateli .myuls .mylis {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 10px;
    color: #909090;
    transition: all ease-in-out 0.5s;
  }
  .cateClick .cateli .myuls .mylis.active {
    color: #007f3a;
  }
  .cateClick .cateli .myuls .mylis:hover {
    color: #007f3a;
  }
  .cateClick .cateli .mybtn {
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
  }

  .process-tab-container .processul {
    display: flex;
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .process-tab-container .processul .pdbox {
    background-color: var(--colorbg);
    padding: 10px;
    border-radius: 50%;
  }
  .process-tab-container .processul .whitecc {
    border-radius: 50%;
  }
  .process-tab-container .processul .processli {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    padding-top: 100%;
    position: relative;
    transition: all 0.5s;
  }
  .process-tab-container .processul .processli:last-child .h-icon {
    display: none;
  }
  .process-tab-container .processul .processli:nth-child(2n) .h-icon {
    display: none;
  }
  .process-tab-container .processul .processli.en .li-cc .tt {
    margin-top: 0.5rem;
    width: 80%;
    writing-mode: lr-tb;
    line-height: 1.2;
    font-size: 18px;
  }
  .process-tab-container .processul .processli.active {
    transform: scale(1);
  }
  .process-tab-container .processul .processli.active .pdbox {
    background-color: #007f3a;
  }
  .process-tab-container .processul .processli.active .li-cc {
    margin-top: 0;
    flex: 1;
    justify-content: center;
    background-color: #007f3a;
    border: 1px dashed var(--colorFF);
  }
  .process-tab-container .processul .processli.active .li-cc .icn_box {
    width: 40px;
    height: 40px;
    transform: translateY(0) scale(1);
  }
  .process-tab-container .processul .processli.active .li-cc .icn_box .ii {
    transform: translateX(-40px);
    filter: drop-shadow(40px 0 var(--colorFF));
    -webkit-backdrop-filter: drop-shadow(40px 0 var(--colorFF));
    -webkit-filter: drop-shadow(40px 0 var(--colorFF));
  }
  .process-tab-container .processul .processli.active .li-cc .tt {
    display: inline-block;
    opacity: 1;
    margin-top: 0.2rem;
    color: var(--colorFF);
    height: auto;
    transform: translateY(0);
  }
  .process-tab-container .processul .processli .li-cc {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.4s;
    border-radius: 50%;
    border: 1px dashed #007f3a;
  }
  .process-tab-container .processul .processli .li-cc .icn_box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .process-tab-container .processul .processli .li-cc .icn_box .ii {
    width: 40px;
    height: 40px;
    box-sizing: content-box;
    border-right: 40px solid transparent;
  }
  .process-tab-container .processul .processli .li-cc .tt {
    color: var(--color26);
    text-align: center;
    margin-top: 0.2rem;
    height: auto;
    transform: translateY(0);
    transition: all ease-in-out 0.4s;
  }
  .nav-header .h-tt {
    display: none;
  }

  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0 !important;
  }

  .nav-footer {
    min-height: auto;
  }

  .global .dotlist .dotli {
    width: 100%;
  }
  .global .dotlist .dotli:nth-child(2) {
    margin-top: 4%;
  }
  .global .dotlist .dotli .relative {
    width: 100%;
    height: 100%;
  }

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

  .webbb {
    display: none;
  }

  .mobilebb {
    display: block;
  }

  .pagebanner .bannerbg2 {
    max-height: 36vw;
  }

  .floatbox {
    top: 0;
  }

  :root {
    --logoheight: 30px;
    --border20: 10px;
  }

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

  .pagebanner .tt {
    font-size: 24px;
  }

  .fz90 {
    font-size: 40px;
  }

  .fz80 {
    font-size: 40px;
  }

  .fz72 {
    font-size: 38px;
  }

  .fz60 {
    font-size: 36px;
  }

  .fz56 {
    font-size: 36px;
  }

  .fz48 {
    font-size: 30px;
  }

  .fz40 {
    font-size: 26px;
  }

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

  .fz36 {
    font-size: 24px;
    font-weight: 900;
  }

  .fz30 {
    font-size: 24px;
  }

  .fz28 {
    font-size: 22px;
  }

  .fz26 {
    font-size: 20px;
  }

  .fz24 {
    font-size: 18px;
  }

  .fz22 {
    font-size: 16px;
  }

  .fz20 {
    font-size: 16px;
  }

  .fz18 {
    font-size: 14px;
  }

  .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 0;
    order: 2;
  }
  .com-tabb .tabb-l,
  .com-tabb .tabb-r {
    display: flex;
    align-items: center;
    max-width: 100%;
    order: 1;
  }
  .com-tabb .tabb-l:hover .h-icon,
  .com-tabb .tabb-r:hover .h-icon {
    background-color: #007f3a;
    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 0.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 {
    margin: 4% 0 0;
    justify-content: flex-end;
  }
  .com-tabb .tabb-r .text {
    order: 2;
  }
  .com-tabb .tabb-r .text .t1 {
    text-align: left;
  }
  .com-tabb .tabb-r .text .t2 {
    text-align: left;
  }
  .com-tabb .tabb-r .h-icon {
    order: 1;
  }

  .concept-list {
    padding: 40px 0 0;
  }
  .concept-list .conceptul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concept-list .conceptul .conceptli {
    width: 48%;
    margin: 30px 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(n+3) {
    margin: 30px 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(3n) {
    margin-right: 0;
  }

  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px;
  }
  .breath .brecc {
    position: relative;
    background: var(--colorFF);
    border: 5px solid #007f3a;
    border-radius: 50%;
    z-index: 5;
    width: 100%;
    height: 100%;
  }

  .otherimg video {
    max-width: 96%;
    max-height: 96%;
  }

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

  .newsitem {
    width: 100%;
    margin: 4% 0 0 0;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .newsitem:nth-child(-n+3) {
    margin-top: 4%;
  }
  .newsitem:nth-child(3n) {
    margin-right: 0;
  }
  .newsitem:nth-child(-n+2) {
    margin-top: 4%;
  }
  .newsitem:nth-child(2n) {
    margin-right: 0px;
  }
  .newsitem .imgbox {
    width: 100%;
    padding-top: calc(313 / 432 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .newsitem .info {
    padding: 4%;
  }
  .newsitem .info .info-t1 {
    color: #007f3a;
  }
  .newsitem .info .info-t2 {
    font-size: 14px;
    margin-top: 2%;
    color: var(--color22);
    line-height: 1.2;
  }

  .videobox {
    cursor: pointer;
  }
  .videobox .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: all 0.5s;
  }
  .videobox .videoBtn img {
    width: 40px;
    height: 40px;
  }
  .videobox:hover .videoBtn {
    opacity: 1;
  }

  #main-linelist {
    display: none;
  }

  .main-swiperitem .bbox {
    padding: calc(var(--navheight) + 20px) 0 0.9rem;
  }
  .main-swiperitem .bbox .swiper-slide {
    width: 100%;
  }
  .main-swiperitem .bbox .sliditem {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
  }
  .main-swiperitem .bbox .sliditem .imgbox {
    width: 100%;
    padding-top: calc(313 / 433 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden;
  }
  .main-swiperitem .bbox .sliditem .info {
    padding: 14px;
  }
  .main-swiperitem .bbox .sliditem .info .info-t1 {
    color: #007f3a;
  }
  .main-swiperitem .bbox .sliditem .info .info-t2 {
    margin-top: 10px;
    color: var(--color22);
    line-height: 1.4;
  }
  .main-swiperitem .swiper-pagination {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: var(--colorFF);
  }
  .main-swiperitem .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--color2);
  }

  .core-show .container {
    width: 76%;
  }

  .core-show .mySwiper-core {
    padding: 40px 0 80px;
    display: flex;
  }
  .core-show .mySwiper-core .swiper-wrapper {
    max-width: 1200px;
  }
  .core-show .mySwiper-core .list {
    display: flex;
    width: 100%;
  }
  .core-show .mySwiper-core .list .views {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
  }
  .core-show .mySwiper-core .list .views .core {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .core-show .mySwiper-core .list .views .tt {
    text-align: center;
    font-weight: 700;
    height: 78px;
    line-height: 78px;
    color: #007f3a;
    padding: 0 10px;
  }

  .swiperprev {
    left: 0;
    transform: translate(-80%, -50%);
  }

  .swipernext {
    right: 0;
    transform: translate(80%, -50%);
  }

  .customerstory .sbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .customerstory .customerswiper {
    z-index: 8;
  }
  .customerstory .swiper-slide.swiper-slide-active .story-l {
    transform: translate(0, 0);
  }
  .customerstory .swiper-slide.swiper-slide-active .story-l .tt2 {
    opacity: 1;
  }
  .customerstory .swiper-slide.swiper-slide-active .story-l .desc {
    opacity: 1;
  }
  .customerstory .swiper-slide.swiper-slide-active .story-r {
    opacity: 1;
    transform: translate(0, 0);
  }
  .customerstory .story-l {
    padding-right: 0;
    flex: 1;
    position: relative;
    z-index: 6;
    height: 100%;
    padding-top: 74px;
    transition: all 0.3s;
    transform: translate(0, 40px);
  }
  .customerstory .story-l .tt2 {
    color: #007f3a;
    font-weight: 700;
    opacity: 0;
    transition: all 0.3s;
  }
  .customerstory .story-l .desc {
    position: relative;
    transform: translate(0);
    margin-top: 30px;
    color: var(--color5A);
    padding: 20px;
    background-color: var(--colorF2);
    line-height: 1.8;
    opacity: 0;
    transition: all 0.3s;
  }
  .customerstory .story-l .desc::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-94px, 0);
    width: 60px;
    height: 40px;
    background: url("http://www.nature-cn.cn/phone/images/yinghao.png") no-repeat top;
  }
  .customerstory .story-l .desc::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 123%;
    background-color: #e0e0e0;
  }
  .customerstory .story-r {
    position: relative;
    z-index: 5;
    margin-top: 30px;
    border-radius: var(--border20);
    overflow: hidden;
    width: 100%;
    padding-top: calc(408 / 600 * 100%);
    position: relative;
    transition: all 0.5s;
    transform: translate(0, 40px);
    opacity: 0;
  }
  .customerstory .titlebox {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: 6;
  }
  .customerstory .tabbtn {
    position: relative;
    z-index: 7;
    margin-top: 30px;
    display: flex;
    color: var(--color2);
  }
  .customerstory .tabbtn .ii {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .customerstory .tabbtn .ii + .ii {
    margin-left: 70px;
  }

  .productdetail .detail-list {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail .detail-list .detail-item {
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-radius: var(--border20);
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 84px;
  }
  .productdetail .detail-list .detail-item:nth-child(3n) {
    margin-right: 0;
  }
  .productdetail .detail-list .detail-item:hover .dshow::after {
    width: 100%;
  }
  .productdetail .detail-list .detail-item .dshow {
    position: relative;
    width: 290px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productdetail .detail-list .detail-item .dshow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 16.5%;
    height: 2px;
    transform: translate(-50%, 0);
    transition: all 0.3s;
    background-color: #dddddd;
  }
  .productdetail .detail-list .detail-item .dshow .productbb {
    width: 200px;
    height: 200px;
    border: 1px solid #007f3a;
    padding: 6px;
    background-color: var(--colorFF);
    border-radius: 50%;
    overflow: hidden;
  }
  .productdetail .detail-list .detail-item .dshow .productbb .img {
    border-radius: 50%;
  }
  .productdetail .detail-list .detail-item .ddesc {
    max-width: 80%;
    margin-top: 23px;
    line-height: 1.8;
  }
  .productdetail .detail-list .detail-item .dnn {
    font-size: 100px;
    color: #dddddd;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 43%);
    font-family: DIN-Bold;
  }

  .productspec {
    background-color: var(--colorF2);
  }
  .productspec .specbox {
    margin-top: 20px;
  }
  .productspec .specbox .ccbox {
    position: relative;
    display: flex;
    padding: 40px 20px;
  }
  .productspec .specbox .ccbox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border20);
    background-color: var(--colorFF);
  }
  .productspec .specbox .ccbox .specbox-l {
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .productspec .specbox .ccbox .specbox-l .sepcname {
    height: 50px;
    background-color: #007f3a;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: var(--colorFF);
    font-weight: 700;
    margin-bottom: 20px;
  }
  .productspec .specbox .ccbox .specbox-l .sepcimg {
    transform: scale(1);
  }
  .productspec .specbox .ccbox .specbox-l .sepcimg .bview {
    margin: 0 auto;
    display: block;
  }
  .productspec .specbox .ccbox .specbox-r {
    margin-top: 20px;
    position: relative;
    z-index: 5;
    flex: 1;
    padding-left: 0;
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li {
    display: flex;
    align-items: center;
    color: var(--color5A);
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 12px;
    transition: all 0.5s;
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li:hover {
    background-color: rgba(242, 242, 242, 0.2);
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li.th {
    background-color: var(--colorF2);
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li .key {
    width: calc(272 / 850 * 100%);
  }
  .productspec .specbox .ccbox .specbox-r .spec-table .table-li .value {
    flex: 1;
  }
  .productspec .specbox .ccbox .specbox-r .tips {
    padding: 18px 12px;
    color: var(--color2);
  }

  .three-tab .tul {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
  }
  .three-tab .tli {
    flex: 0 1 auto;
    height: 50vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: var(--border20);
    overflow: hidden;
    transition: all 1s;
  }
  .three-tab .tli + .tli {
    margin-left: 0;
    margin-top: 4%;
  }
  .three-tab .tli.active {
    flex: 0 1 auto;
  }
  .three-tab .tli.active .showinfo {
    align-items: flex-start;
  }
  .three-tab .tli.active .showinfo .info3 {
    margin-top: 20px;
    height: auto;
  }
  .three-tab .tli .showinfo {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
  }
  .three-tab .tli .showinfo .info1 {
    height: 80px;
  }
  .three-tab .tli .showinfo .info2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorFF);
  }
  .three-tab .tli .showinfo .info3 {
    font-size: 14px;
    line-height: 1.4;
    color: var(--colorFF);
    margin-top: 20px;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .mycate-tab .mycateul .mycateli {
    padding: 20px;
  }
  .mycate-tab .mycateul .mycateli.en .li-cc .tt {
    width: auto;
    margin-top: 0;
    font-size: 16px;
  }
  .mycate-tab .mycateul .mycateli.active .li-tt {
    font-size: 16px;
  }
  .mycate-tab .mycateul .mycateli.active .li-cc {
    margin-top: 20px;
    flex: 1;
    justify-content: center;
  }
  .mycate-tab .mycateul .mycateli.active .li-cc .tt {
    font-size: 16px;
  }
  .mycate-tab .mycateul .mycateli .li-tt {
    font-size: 16px;
  }
  .mycate-tab .mycateul .mycateli .li-cc {
    margin-top: 20px;
    flex: 1;
    justify-content: center;
  }
  .mycate-tab .mycateul .mycateli .li-cc .tt {
    margin-top: 0.5rem;
    font-size: 16px;
    line-height: 1.4;
  }

  .show-address {
    position: relative;
    background-color: var(--color7F);
  }
  .show-address .addresslist {
    position: relative;
    width: 92%;
    padding: 0 4%;
    z-index: 6;
    margin: 0 auto;
    top: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .show-address .addresslist .listbox {
    width: 100%;
  }
  .show-address .addresslist .address-swiperbox {
    position: relative;
    margin-top: 20px;
    height: 70vw;
    padding-left: 20px;
    overflow: hidden;
  }
  .show-address .addresslist .address-swiperbox .mySwiper-address {
    height: 100%;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper {
    flex-direction: column;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
    cursor: pointer;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
    background: #007f3a;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
    color: var(--color2);
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: var(--colorFF);
    transition: all 0.3s;
    display: flex;
    align-items: center;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
    font-weight: 700;
    transition: all 0.3s;
  }
  .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
    margin-left: 10px;
    font-weight: 700;
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: white;
  }
  .show-address .addressbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .show-address .addressbg .addressbg-li {
    opacity: 0;
    transition: all ease-in-out 0.3s;
  }
  .show-address .addressbg .addressbg-li.active {
    opacity: 1;
  }

  .containbox .contain-list .contain-list-item .viewsleft .nn {
    width: 40px;
    height: 40px;
  }

  /* 公共样式自适应end*/
}
@media only screen and (max-width: 640px) {
  /* 公共样式自适应start*/
  .common-form .layui-form-select dl dd,
  .common-form .layui-form-select dl dt {
    line-height: 40px;
    padding: 0 10px !important;
  }

  .common-form .myinfo .my-inline-block {
    width: 100%;
  }

  .common-form .myinfo .layui-input-inline {
    margin: 0 0 10px 0;
  }

  .common-form .myinfo .my-inline-block + .my-inline-block {
    margin-top: 10px;
  }

  .common-form .submitbtn {
    width: 100%;
  }

  .concept-list {
    padding: 40px 0 0;
  }
  .concept-list .conceptul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concept-list .conceptul .conceptli {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(-n+1) {
    margin: 0 0 0 0;
  }
  .concept-list .conceptul .conceptli:nth-child(3n) {
    margin-right: 0;
  }
  .concept-list .conceptul .conceptli:nth-child(n+2) {
    margin: 5px 0 0 0;
  }

  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 64px;
    height: 64px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    width: 40px;
    height: 40px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    width: 10px;
    height: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 30px;
    margin-top: 0;
    color: #9fa0a0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: #007f3a;
    z-index: 5;
  }
  /* 公共样式自适应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: 19px;
  }

  .fz22 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 14px;
  }

  .fz18 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 12px;
  }

  .h80 {
    height: 60px;
  }

  .h116 {
    height: 70px;
  }

  .h124 {
    height: 80px;
  }

  .h138 {
    height: 90px;
  }

  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 64px;
    height: 64px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
    width: 40px;
    height: 40px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
    width: 10px;
    height: 10px;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 28px;
    margin-top: 0;
    color: #9fa0a0;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: #007f3a;
    z-index: 5;
  }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab {
    margin-top: 20px;
    display: flex;
  }
  .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 415px) {
  /* 公共样式自适应start*/
  :root {
    --logoheight: 26px;
    --border20: 10px;
  }

  .fz60 {
    font-size: 30px;
  }

  .fz30 {
    font-size: 22px;
  }

  /* 公共样式自适应end*/
}
@media only screen and (min-width: 960px) {
  .about-green .green-thumbs .green-thumbs-item .dd {
    padding-right: 4px;
    /* 设置滚动条的宽度和高度 */
    /* 设置滚动条的背景颜色 */
    /* 设置滚动条滑块的样式 */
    /* 设置滚动条滑块悬停时的样式 */
  }
  .about-green .green-thumbs .green-thumbs-item .dd::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .about-green .green-thumbs .green-thumbs-item .dd::-webkit-scrollbar-track {
    background-color: #faf9f9;
  }
  .about-green .green-thumbs .green-thumbs-item .dd::-webkit-scrollbar-thumb {
    background-color: #dad8d8;
  }
  .about-green .green-thumbs .green-thumbs-item .dd::-webkit-scrollbar-thumb:hover {
    background-color: #dad8d8;
  }
}

.m-product-r .m-product-li-a .m-product-li-box .tt span {
  font-weight: 900;
}
.be-rich p {
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  .cp {
    background: url(/skin/image/bj2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .cp1 {
    background: url(/skin/image/bj1.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .aniBox.active .aniBox-leftRight img {
   width: 75%;
  }
  .cp2 {
    display: none;
}
.h100 {
  height: auto;
}
.be-rich p {
  font-size: 20px;
}
.big05 {
    overflow: hidden;
    margin-bottom: 5%;
}
}