@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button,
input[type="text"] {
  border: none;
  -webkit-appearance: none;
  background: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

em {
  font-style: italic;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  box-sizing: border-box;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Next.ttc');
  src: url('../fonts/Avenir-Next.ttf') format('truetype');
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.otf');
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'ccy';
  font-style: normal;

  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/ccy.woff2) format('woff2');
}

body,
html {
  width: 100%;
  font-size: 0.16rem;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #6eb92b;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #d2e9be;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
  overscroll-behavior-x: none;
  font-family: Arial, Helvetica, sans-serif;
}

iframe,
img,
video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.xs-visible {
  display: none !important;
}

.wrap {
  max-width: 1420px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  align-items: center;
}

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

.justify-center {
  justify-content: center;
}

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

.row-reverse {
  flex-direction: row-reverse;
}

.trademark {
  font-weight: normal;
  font-size: .12rem;
  vertical-align: super;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: 0.2rem;
  }

  50% {
    left: 50%;
    width: 0.2rem;
    height: 0.2rem;
  }

  100% {
    left: 50%;
    width: 475px;
    height: 475px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: 0.2rem;
  }

  50% {
    left: 50%;
    width: 0.2rem;
    height: 0.2rem;
  }

  100% {
    left: 50%;
    width: 475px;
    height: 475px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: 0.2rem;
  }

  50% {
    right: 50%;
    width: 0.2rem;
    height: 0.2rem;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: 0.2rem;
  }

  50% {
    right: 50%;
    width: 0.2rem;
    height: 0.2rem;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes myScroll {
  0% {
    bottom: 26px;
  }

  50% {
    bottom: 0.2rem;
  }

  100% {
    bottom: 26px;
  }
}

@keyframes move-forever {
  0% {
    stop-opacity: 0;
    transform: scale(0);
  }

  2% {
    stop-opacity: 0.1;
    transform: scale(0.1);
  }

  13% {
    stop-opacity: 0.5;
    transform: scale(0.5);
  }

  40% {
    stop-opacity: 1;
    transform: scale(1);
  }

  64% {
    stop-opacity: 1;
    transform: scale(1);
  }

  80% {
    stop-opacity: 0.6;
    transform: scale(0.6);
  }

  91% {
    stop-opacity: 0.1;
    transform: scale(0.1);
  }

  100% {
    stop-opacity: 0;
    transform: scale(0);
  }
}

.m_nav {
  display: none;
}

.xs-visible {
  display: none !important;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 1.05rem;
  z-index: 999;
  transition: background .3s;
}

header .head {
  max-width: 93%;
  margin: auto;
}

header .head .logo {
  width: 50%;
  text-align: center;
}

header .head .logo img {
  display: block;
  width: 3.28rem;
  margin: auto;
}

header .head .logo img:first-child {
  display: block;
}

header .head .logo img:last-child {
  display: none;
}

header .head .nav>li {
  padding: 0 0.54rem;
  height: 1.05rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .head .nav>li>a {
  position: relative;
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  transition: color 0.4s ease-in-out;
}

header .head .nav>li>a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  transition: background-color 0.4s ease-in-out;
}

header .head .nav>li:hover>a {
  color: #6eb92b !important;
}

header .head .nav>li:hover>a::after {
  background-color: #eb6100;
}

header .head .nav>li:hover .subnav {
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 1.05rem;
  transition: all .3s;
}

header .lang {
  position: relative;
  color: #fff;
}

header .lang div {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #6eb92b;
  border: 1px solid #6eb92b;
  border-radius: 10px;
}

header .lang div a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}

header .lang>a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  font-weight: bold;
}

header .lang>a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  transform: rotate(-45deg);
  transition: all 1s;
}

header .lang:hover div {
  display: block;
}

header .subnav {
  width: 100vw;
  padding: 0.6rem 0 0.7rem;
  position: fixed;
  left: -20px;
  top: 1.03rem;
  background: rgba(255, 255, 255, 0.9) url(../images/h-nav-bg.png) no-repeat;
  background-position: right 11% bottom;
  opacity: 0;
  visibility: hidden;
}

header .subnav.bgi-left {
  background-position: left 11% bottom;
  text-align: right;
}

header .subnav .sub-wrap {
  width: 93%;
  margin: auto;
  padding: 0 0.54rem;
}

header .subnav .sub-wrap .divider {
  width: 1px;
  height: 1.98rem;
  background-color: #7fc144;
  margin-left: 0.72rem;
  margin-right: 0.62rem;
}

header .subnav .sub-wrap .link a {
  display: block;
  color: #595656;
  font-size: 0.18rem;
  ;
  margin-bottom: 0.25rem;
}

header .subnav .sub-wrap .link a:hover {
  color: #6eb92b;
  font-weight: bold;
}

header .subnav .sub-wrap .link a:last-child {
  margin-bottom: 0;
}

header:hover,
header.on {
  background: #fff;
}

header:hover .head .logo img:first-child,
header.on .head .logo img:first-child {
  display: none;
}

header:hover .head .logo img:last-child,
header.on .head .logo img:last-child {
  display: block;
}

header:hover .head .nav>li>a,
header.on .head .nav>li>a {
  color: #595656;
}

header:hover .lang,
header.on .lang {
  color: #595656;
}

header:hover .lang>a::after,
header.on .lang>a::after {
  border-bottom: 1px solid #595656;
  border-left: 1px solid #595656;
}

.home .banner {
  position: relative;
}

.home .banner .swiper1 .swiper-slide {
  position: relative;
}

.home .banner .swiper1 .swiper-slide .til {
  position: absolute;
  left: 6.25%;
  top: 35%;
  transform: translateY(-50%);
  font-size: 0.42rem;
  line-height: 0.76rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.2rem;
}

.home .banner .swiper1 .swiper-slide .til::before {
  content: '';
  width: 40%;
  height: 5px;
  background-color: #6eb92b;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home .banner .swiper1 figure,
.home .banner .swiper1 img {
  display: block;
  width: 100%;
}

.home .banner .preview {
  width: 32.5%;
  position: absolute;
  left: 6.25%;
  bottom: 6%;
  padding: 2px;
}

.home .banner .preview .active-nav img {
  padding: 0;
  border: 2px solid #6eb92b;
}

.home .base-title {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.home .s1 {
  height: 10rem;
  background-color: #f6f9fa;
  position: relative;
}

.home .s1 .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 27.5%;
  z-index: 1;
}

.home .s1 .txt .til {
  color: #6eb92b;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.home .s1 .txt svg {
  margin-left: 0.18rem;
}

.home .s1 .txt .button {
  margin-top: 2.2rem;
}

.home .s1 #s1_bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home .s1>svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.home .s1>svg linearGradient {
  animation: move-forever 1.5s linear infinite;
}

.home .s1>svg linearGradient stop {
  stop-opacity: 0;
  animation: move-forever 1.5s linear infinite;
}

.home .s1>svg linearGradient#SVGID_1_ stop {
  animation-delay: 0s;
}

.home .s1>svg linearGradient#SVGID_2_ stop {
  animation-delay: 0.1s;
}

.home .s1>svg linearGradient#SVGID_3_ stop {
  animation-delay: 0.2s;
}

.home .s1>svg linearGradient#SVGID_4_ stop {
  animation-delay: 0.3s;
}

.home .s1>svg linearGradient#SVGID_5_ stop {
  animation-delay: 0.4s;
}

.home .s1>svg linearGradient#SVGID_6_ stop {
  animation-delay: 0.5s;
}

.home .s1>svg linearGradient#SVGID_7_ stop {
  animation-delay: 0.6s;
}

.home .s1>svg linearGradient#SVGID_8_ stop {
  animation-delay: 0.7s;
}

.home .s1>svg linearGradient#SVGID_9_ stop {
  animation-delay: 0.8s;
}

.home .s1>svg linearGradient#SVGID_10_ stop {
  animation-delay: 0.9s;
}

.home .s1 .icon {
  position: absolute;
  left: 19%;
  bottom: 0;
  width: 3.3rem;
}

.home .s2 {
  padding: 1rem 0 0.56rem;
  max-width: 87.5%;
  margin: auto;
}

.home .s2 .swiper {
  margin-top: 1rem;
}

.home .s2 .swiper .swiper-container {
  padding: 40px;
}

.home .s2 .swiper .h-p-box {
  position: relative;
  display: block;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}

.home .s2 .swiper .h-p-box>img {
  display: block;
  width: 100%;
}

.home .s2 .swiper .h-p-box .h-p-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.45rem 0.4rem;
  align-items: flex-end;
}

.home .s2 .swiper .h-p-box .h-p-link .title {
  color: #fff;
  max-width: 68%;
}

.home .s2 .swiper .h-p-box .h-p-link .title .til1 {
  position: relative;
  padding-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  font-family: ccy;
}

.home .s2 .swiper .h-p-box .h-p-link .title .til1::before {
  content: '';
  width: 25%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.home .s2 .swiper .h-p-box .h-p-link .title .til2 {
  font-size: 0.22rem;
  line-height: 0.35rem;
  margin-top: 0.35rem;
  font-family: ccy;
}

.home .s2 .swiper .h-p-box .h-p-link .link {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transition: all .3s;
}

.home .s2 .swiper .h-p-box:hover {
  box-shadow: 0 5px 38px 0px rgba(0, 0, 0, 0.3);
}

.home .s2 .swiper .h-p-box:hover .link {
  background-color: #6eb92b;
  border-color: #6eb92b;
}

.home .s2 .swiper .swiper-button-next,
.home .s2 .swiper .swiper-button-prev {
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
}

.home .s2 .swiper .swiper-button-prev {
  background-image: url(../images/Bio_news_prev.png);
  left: 0;
}

.home .s2 .swiper .swiper-button-next {
  right: 0;
  background-image: url(../images/Bio_news_next.png);
}

.home .s2 .more {
  margin-top: 0.5rem;
  text-align: center;
}

.home .s3 {
  background-color: #ebf3f7;
  padding: 0.9rem 0;
}

.home .s3 .big-swiper {
  margin: 1.2rem auto 0;
  width: 70%;
}

.home .s3 .big-swiper .swiper-container {
  padding: 0.34rem 0;
}

.home .s3 .big-swiper .swiper-slide {
  transition: transform .3s;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.home .s3 .big-swiper .swiper-slide .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(110, 185, 43, 0.9);
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.home .s3 .big-swiper .swiper-slide .box .til {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  font-weight: bold;
}

.home .s3 .big-swiper .swiper-slide .box .intro {
  margin-top: 0.2rem;

  line-height: 0.26rem;
  font-size: 0.15rem;
}

.home .s3 .big-swiper .swiper-slide-active {
  transform: scale(1.2);
  z-index: 10;
}

.home .s3 .big-swiper .swiper-slide-active:hover .box {
  visibility: visible;
  opacity: 1;
}

.home .s3 .tabs {
  width: 70%;
  margin: 1.3rem auto 0;
  text-align: center;
}

.home .s3 .tabs .tab {
  position: relative;
  width: 20%;
  cursor: pointer;
}

.home .s3 .tabs .tab svg path {
  fill: #595656;
  transition: fill .3s;
}

.home .s3 .tabs .tab p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #595656;
  margin-top: 0.32rem;
  transition: color .3s;
}

.home .s3 .tabs .tab.cur svg path,
.home .s3 .tabs .tab:hover svg path {
  fill: #6FBA2C;
}

.home .s3 .tabs .tab.cur svg path:first-child,
.home .s3 .tabs .tab:hover svg path:first-child {
  fill: #EB6100;
}

.home .s3 .tabs .tab.cur p,
.home .s3 .tabs .tab:hover p {
  color: #6FBA2C;
}

.home .s3 .tabs .tab:first-child::after {
  display: none;
}

.home .s3 .tabs .tab:last-child::before {
  display: none;
}

.home .s3 .tabs .tab::after {
  content: '';
  height: 1px;
  width: 40%;
  border-top: 1px dashed #b5b5b5;
  position: absolute;
  top: 13px;
  left: 0;
}

.home .s3 .tabs .tab::before {
  content: '';
  height: 1px;
  width: 40%;
  border-top: 1px dashed #b5b5b5;
  position: absolute;
  top: 13px;
  right: 0;
}

.home .s4 {
  position: relative;
  min-height: 95vh;
  background-repeat: no-repeat;
  padding: 1rem 0;
}

.home .s4 .content {
  width: 34%;
  margin-left: 6.25%;
  color: #fff;
}

.home .s4 .content .title {
  font-size: 0.4rem;
  font-weight: bold;
}

.home .s4 .content .intro {
  margin-top: 0.62rem;
  font-size: 0.18rem;
  line-height: 0.3rem;

}

.home .s4 .content .link {
  margin-top: 0.6rem;
  color: #6eb92b;
}

.home .s4 .content .link svg {
  margin-left: 0.12rem;
  transition: all .3s;
}

.home .s4 .content .link:hover svg {
  margin-left: 0.22rem;
}

.home .s4 .content .video {
  width: 3.5rem;
  position: relative;
  margin-top: 0.5rem;
}

.home .s4 .content .video video {
  width: 100%;
  object-fit: fill;
}

.home .s4 .content .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.home .s5 {
  padding: 1.35rem 0 1rem;
  overflow: hidden;
}

.home .s5 .swiper {
  position: relative;
  padding-left: 6.25%;
}

.home .s5 .swiper .swiper-container {
  padding: 1.3rem 0 0.8rem 0.4rem;
}

.home .s5 .swiper .slide-box {
  padding: 0.65rem 0.4rem;
  background-color: #f5f5f5;
  min-height: 5.5rem;
  transition: all .3s;
}

.home .s5 .swiper .slide-box * {
  transition: all .3s;
}

.home .s5 .swiper .slide-box .tags {
  font-weight: bold;
  font-size: 0.3rem;
}

.home .s5 .swiper .slide-box .til {
  margin-top: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.34rem;
  font-weight: bold;
}

.home .s5 .swiper .slide-box .times {
  margin-top: 0.4rem;
  font-family: Montserrat;
  color: #595959;
  font-size: 0.2rem;
}

.home .s5 .swiper .slide-box .meet {
  display: block;
  text-align: center;
  padding: 0.2rem 0;
  margin-top: 0.8rem;
}

.home .s5 .swiper .slide-box .learn {
  margin-top: 0.8rem;
  color: #92cb60;
  font-size: 0.18rem;
}

.home .s5 .swiper .slide-box .learn i {
  margin-left: 10px;
  transition: all .3s;
}

.home .s5 .swiper .slide-box .learn:hover i {
  margin-left: 15px;
}

.home .s5 .swiper .slide-box:hover {
  background-color: #fff;
  box-shadow: 0 5px 38px 0px rgba(0, 0, 0, 0.08);
}

.home .s5 .swiper .slide-box:hover .til {
  color: #6eb92b;
}

.home .s5 .swiper .swiper-container-horizontal>.swiper-scrollbar {
  max-width: 3.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.home .s5 .swiper .swiper-scrollbar-drag {
  background: #eb6100;
}

.product-page .s1 {
  text-align: center;
  max-width: 50.2%;
  margin: 0.8rem auto 0;
}

.product-page .s1 .txt {
  margin-top: 0.6rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #6eb92b;
  ;
}

.product-page .base-title {
  font-weight: bold;
  font-size: 0.4rem;
  text-align: center;
}

.product-page .p-wrap {
  max-width: 87.5%;
  margin: 0.96rem auto 0;
}

.product-page .s2 {
  margin-top: 0.35rem;
}

.product-page .s2 .item {
  padding: 1.5rem 0;
}

.product-page .s2 .item .item-container .pic {
  width: 49%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-page .s2 .item .item-container .pic img {
  width: 100%;
  display: block;
}

.product-page .s2 .item .item-container .pic p {
  position: absolute;
  left: 0.45rem;
  bottom: 0.4rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  padding-top: 0.25rem;
}

.product-page .s2 .item .item-container .pic p::before {
  content: '';
  width: 1.4rem;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.product-page .s2 .item .item-container .right {
  width: 43%;
}

.product-page .s2 .item .item-container .right .title {
  padding: 0 0.5rem;
}

.product-page .s2 .item .item-container .right .title .til1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.product-page .s2 .item .item-container .right .title .til2 {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.product-page .s2 .item .item-container .right .title .til3 {
  margin-top: 0.45rem;
  ;
  font-size: 0.2rem;
  color: #595656;
  line-height: 0.4rem;
}

.product-page .s2 .item .item-container .right .readMore {
  padding: 0 0.5rem;
  color: #eb6100;
  margin-top: 0.4rem;
  font-weight: normal;
  font-family: Avenir Regular;
}

.product-page .s2 .item .item-container .right .readMore i {
  margin-left: 8px;
  transition: all .3s;
}

.product-page .s2 .item .item-container .right .readMore:hover i {
  margin-left: 15px;
}

.product-page .s2 .item .item-container .right .swiper {
  padding: 0 0.5rem;
  position: relative;
  margin-top: 0.6rem;
}

.product-page .s2 .item .item-container .right .swiper .preview {
  padding: 2;
}

.product-page .s2 .item .item-container .right .swiper .preview .swiper-slide {
  width: 200px;
}

.product-page .s2 .item .item-container .right .swiper .preview .active-nav img {
  padding: 0;
  border: 2px solid #6eb92b;
}

/* .product-page .s2 .item .item-container .right .swiper .preview .swiper-slide-active img {
  padding: 0;
  border: 2px solid #6eb92b;
} */

.product-page .s2 .item .item-container .right .swiper .preview p {
  margin-top: 5px;
  line-height: 1.2;
  font-size: 0.18rem;
  font-weight: bold;
}


.product-page .s2 .item .item-container .right .swiper .swiper-button-next,
.product-page .s2 .item .item-container .right .swiper .swiper-button-prev {
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
  margin-top: -55px;
}

.product-page .s2 .item:nth-child(2n) {
  background-color: #f5f5f5;
}

.product-page .s2 .item:nth-child(2n) .item-container {
  flex-direction: row-reverse;
  text-align: right;
}

.product-page .s2 .item:nth-child(2n) .item-container .pic {
  text-align: left;
}

.product-page .s2 .item:nth-child(2n) .item-container .right .readMore {
  justify-content: flex-end;
}

.product-page .download {
  position: relative;
  margin-top: 0.8rem;
}

.product-page .download .content {
  position: absolute;
  left: 6.25%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 0.2rem;
}

.product-page .download .content .down {
  display: block;
  color: #eb6100;
  font-size: 0.4rem;
  text-decoration: underline;
}

.product-page .download .content .button {
  margin-top: 1.45rem;
}

.product-page .download .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53.5%;
}

.p_details-page .banner {
  position: relative;
}

.p_details-page .banner>img {
  display: block;
  width: 100%;
}

.p_details-page .banner .title {
  max-width: 43%;
  position: absolute;
  left: 6.25%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.p_details-page .banner .title .til1 {
  font-size: 0.2rem;
}

.p_details-page .banner .title .til2 {
  font-weight: bold;
  font-size: 0.4rem;
  margin-top: 0.6rem;
  line-height: 0.7rem;
}

.p_details-page .banner .title .til3 {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.36rem;
}

.p_details-page .banner .title .til4 {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  ;
  line-height: 0.36rem;
}

.p_details-page .banner .arrow {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  animation: myScroll 1s linear infinite;
}

.p_details-page .p-wrap {
  max-width: 87.5%;
  margin: auto;
}

.p_details-page .base-title {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.p_details-page .p-details__container .section {
  padding: 1.18rem 0;
}

.p_details-page .p-details__container .section:nth-child(2n) {
  background-color: #f9f9f9;
}

.p_details-page .p-details__container .section .content {
  margin-top: 0.9rem;
}

.p_details-page .p-details__container .section .content sup {
  font-weight: normal;
  font-size: .12rem;
  vertical-align: super;
}

.p_details-page .s1 {
  background: #ffffff url(../images/p_s1_bg.png) no-repeat;
  background-position: left top;
  padding: 1.12rem 0 1.4rem;
}

.p_details-page .s1 .list {
  margin-top: 1.2rem;
}

.p_details-page .s1 .item {
  flex: 1;
  margin-right: 0.25rem;
  border: 3px solid #d7d7d7;
  border-radius: 8px;
  padding: 0.7rem 0.55rem;
  transition: all .3s;
}

.p_details-page .s1 .item .divider {
  width: 1.2rem;
  height: 4px;
  background: #595959;
  transition: all .3s;
}

.p_details-page .s1 .item .txt {
  font-size: 0.22rem;
  line-height: 0.32rem;
  ;
  margin-top: 0.35rem;
  transition: all .3s;
}

.p_details-page .s1 .item:hover {
  border-color: #6eb92b;
}

.p_details-page .s1 .item:hover .divider {
  background: #6eb92b;
}

.p_details-page .s1 .item:hover .txt {
  color: #6eb92b;
}

.p_details-page .s1 .item:last-child {
  margin-right: 0;
}

.p_details-page .det_r5_con {
  border: 1px solid #6dbd2f;
  border-radius: .83333vw;
  overflow: hidden;
  transform: translateZ(1px);
}

.p_details-page .det_r5_con .tab_td,
.p_details-page .det_r5_con .tab_th {
  letter-spacing: -0.02em;
  font-size: 0.14rem;
  display: -ms-flexbox;
  display: flex;
}

.p_details-page .det_r5_con .tab_td>div:nth-child(1),
.p_details-page .det_r5_con .tab_th>div:nth-child(1) {
  width: 33%;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.92708vw;
  display: -ms-flexbox;
  display: flex;
}

.p_details-page .det_r5_con .tab_td>div:nth-child(1) {
  background-color: #e9edea;
  font-weight: 700;
  color: #6eb92b;
}

.p_details-page .det_r5_con .tab_td>div {
  border-bottom: 1px dashed #96cd6d;
  padding: 0.22rem 0.3rem;
  line-height: 1.4;
}

.p_details-page .det_r5_con .tab_td>div:nth-child(2),
.p_details-page .det_r5_con .tab_th>div:nth-child(2) {
  width: 67%;
  padding-left: 2.08333vw;
}

.p_details-page .det_r5_con .tab_td>div:nth-child(2) {
  background-color: #fff;
}

.p_details-page .det_r5_con .tab_td:last-child>div {
  border-bottom: none;
}

.p_details-page .table {
  border: 1px solid #6dbd2f;
  border-radius: .83333vw;
  overflow: hidden;
  transform: translateZ(1px);
}

.p_details-page .table .tr {
  font-weight: bold;
  font-size: 0.18rem;
  color: #595959;
}

.p_details-page .table .tr .th,
.p_details-page .table .tr .td {
  flex: 1;
  height: 0.7rem;
  text-align: center;
  border-bottom: 1px dashed #96cd6d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_details-page .table .tr .th {
  background-color: #e9edea;
}

.p_details-page .table .tr:last-child .th,
.p_details-page .table .tr:last-child .td {
  border-bottom: none;
}

.p_details-page .download {
  position: relative;
  margin-top: 0.8rem;
}

.p_details-page .download .content {
  position: absolute;
  left: 6.25%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 0.2rem;
}

.p_details-page .download .content .down {
  display: block;
  color: #eb6100;
  font-size: 0.4rem;
  text-decoration: underline;
}

.p_details-page .download .content .button {
  margin-top: 1.45rem;
}

.p_details-page .download .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53.5%;
}

.news .banner {
  position: relative;
}

.news .banner>img {
  display: block;
  width: 100%;
}

.news .banner .title {
  position: absolute;
  left: 6.25%;
  top: 30%;
  color: #fff;
}

.news .banner .title .til1 {
  font-size: 0.2rem;
}

.news .banner .title .til2 {
  font-weight: bold;
  font-size: 0.4rem;
  margin-top: 0.4rem;
}

.news .banner .arrow {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  animation: myScroll 1s linear infinite;
}

.webinars-page .webinars-list {
  margin-top: 0.9rem;
}

.webinars-page .webinars-list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.6rem;
  font-size: 0.20rem;
}

.webinars-page .webinars-list .item .webinars-pic {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.webinars-page .webinars-list .item .webinars-time {
  color: #eb6100;
  margin-top: 0.20rem;
}

.webinars-page .webinars-list .item .webinars-intro {
  margin-top: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  font-family: Avenir;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.webinars-page .webinars-list .item .readMore {
  color: #6eb92b;
  margin-top: 0.4rem;
  font-weight: normal;
  font-family: Avenir Regular;
}

.webinars-page .webinars-list .item .readMore i {
  margin-left: 8px;
  transition: all .3s;
}

.webinars-page .webinars-list .item:nth-child(3n) {
  margin-right: 0;
}

.webinars-page .webinars-list .item:hover .readMore i {
  margin-left: 14px;
}

.meet {
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  padding: 15px 0.3rem;
  border-radius: 0.3rem;
  border: 1px solid #6eb92b;
  color: #6eb92b;
  transition: all .6s;
  overflow: hidden;
}

.meet span {
  position: relative;
  z-index: 1;
}

.meet .bgsqr1,
.meet .bgsqr2 {
  background: #6eb92b;
  position: absolute;
  top: 50%;
  top: 0 \9;
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.5;
}

.meet .bgsqr1 {
  left: -0.2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.meet .bgsqr2 {
  right: -0.2rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.meet:hover {
  color: #fff;
}

.meet:hover .bgsqr1 {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  width: 475px\9;
  height: 475px\9;
  opacity: 1;
}

.meet:hover .bgsqr2 {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  width: 475px\9;
  height: 475px\9;
  opacity: 1;
}

.events-page .events-big-book {
  margin-top: 0.6rem;
  padding: 0.35rem 0 0.4rem;
  border-top: 1px solid #d6e0e1;
  border-bottom: 1px solid #d6e0e1;
}

.events-page .events-big-book .pic {
  width: 37%;
}

.events-page .events-big-book .article {
  width: 57%;
  font-size: 0.2rem;
}

.events-page .events-big-book .article .til {
  font-size: 0.3rem;
  font-weight: bold;
}

.events-page .events-big-book .article .times {
  margin-top: 24px;
  font-weight: bold;
}

.events-page .events-big-book .article .city {
  margin-top: 14px;
  font-weight: bold;
}

.events-page .events-big-book .article .intro {
  margin-top: 0.3rem;
  color: #595656;
  font-size: 16px;
  line-height: 0.28rem;
}

.events-page .events-list {
  margin-top: 0.35rem;
}

.events-page .events-list .item {
  padding: 0.8rem 0.4rem 0.35rem;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  background-color: #f6f9fa;
  border-radius: 6px;
  overflow: hidden;
  font-weight: bold;
  font-size: 0.2rem;
  transition: all .6s;
}

.events-page .events-list .item .til {
  font-size: 0.3rem;
}

.events-page .events-list .item .times {
  margin-top: 0.3rem;
}

.events-page .events-list .item .addr,
.events-page .events-list .item .booth {
  margin-top: 15px;
}

.events-page .events-list .item .meet {
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 0.18rem;
}

.events-page .events-list .item:nth-child(3n) {
  margin-right: 0;
}

.events-page .events-list .item:hover {
  background-color: #fff;
  box-shadow: 0 5px 38px 0px rgba(0, 0, 0, 0.08);
}

.press-page .press-wrap {
  max-width: 1360px;
  margin: auto;
}

.press-page .press-big {
  margin-top: 1.3rem;
}

.press-page .press-big .pic {
  width: 50%;
}

.press-page .press-big .pic img {
  width: 100%;
  display: block;
}

.press-page .press-big .article {
  width: 41%;
}

.press-page .press-big .article .times {
  font-size: 0.28rem;
  color: #595959;
  font-family: Montserrat;
}

.press-page .press-big .article .til {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 0.3rem;
}

.press-page .press-big .article .intro {
  margin-top: 0.5rem;
  color: #595656;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.press-page .press-big .article .learn {
  margin-top: 0.8rem;
  color: #92cb60;
  font-size: 0.18rem;
}

.press-page .press-big .article .learn i {
  margin-left: 10px;
  transition: all .3s;
}

.press-page .press-big .article .learn:hover i {
  margin-left: 15px;
}

.press-page .press-list {
  margin-top: 1rem;
}

.press-page .press-list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f5f5f5;
  padding: 0.7rem 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all .3s;
}

.press-page .press-list .item .times {
  font-size: 22px;
  color: #595959;
  font-family: Montserrat;
}

.press-page .press-list .item .til {
  margin-top: 55px;
  color: #232323;
  font-weight: bold;
  font-size: 0.18rem;
  transition: color .3s;
  line-height: 24px;
}

.press-page .press-list .item .learn {
  margin-top: 0.6rem;
  font-size: 0.18rem;
  color: #92cb60;
}

.press-page .press-list .item .learn i {
  margin-left: 10px;
  transition: all .3s;
}

.press-page .press-list .item:nth-child(3n) {
  margin-right: 0;
}

.press-page .press-list .item:hover {
  background-color: #fff;
  box-shadow: 0 5px 38px 0px rgba(0, 0, 0, 0.08);
}

.press-page .press-list .item:hover .til {
  color: #6eb92b;
}

.press-page .press-list .item:hover .learn i {
  margin-left: 15px;
}

.publications-page .publications-wrap {
  max-width: 130.6rem;
  margin: auto;
}

.publications-page .number {
  background: #f6f9fa;
  padding: 1.1rem 0 0.9rem;
}

.publications-page .number #productNumber {
  justify-content: space-around;
}

.publications-page .number #productNumber li {
  text-align: center;
}

.publications-page .number #productNumber li b {
  color: #64b025;
}

.publications-page .number #productNumber li b i {
  font-size: 1.1rem;
  font-weight: bold;
}

.publications-page .number #productNumber li b sub {
  font-size: 0.5rem;
}

.publications-page .number #productNumber li .til1 {
  margin-top: 0.3rem;
  font-weight: bold;
  font-size: 0.28rem;
}

.publications-page .number #productNumber li .til2 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}

.publications-page .pulications-list .item {
  padding: 0.7rem 0 0.4rem;
  border-bottom: 1px solid #c9c9c9;
}

.publications-page .pulications-list .item .pic {
  width: 25%;
  text-align: center;
}

.publications-page .pulications-list .item .article {
  font-size: 0.18rem;
  flex: 1;
}

.publications-page .pulications-list .item .article .times {
  font-size: 0.28rem;
  color: #595959;
  font-family: Montserrat;
}

.publications-page .pulications-list .item .article .til {
  margin-top: 0.35rem;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1.4;
}

.publications-page .pulications-list .item .article .intro {
  margin-top: 0.35rem;
  line-height: 0.3rem;
  color: #595656;
}

.publications-page .pulications-list .item .article .learn {
  margin-top: 0.3rem;
  color: #92cb60;
}

.publications-page .pulications-list .item .article .learn i {
  margin-left: 10px;
  transition: all .3s;
}

.FAQ-page .FAQ-list {
  max-width: 1360px;
  margin: 1rem auto;
}

.FAQ-page .FAQ-list .FAQ-item {
  margin-bottom: 0.3rem;
  background-color: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
}

.FAQ-page .FAQ-list .FAQ-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem;
  color: #6eb92b;
  font-size: 0.3rem;
  font-weight: bold;
  cursor: pointer;
  flex: 1;
  line-height: 0.38rem;
  border-radius: 6px;
  transition: all .3s;
}

.FAQ-page .FAQ-list .FAQ-item .title .icon {
  margin-left: 0.48rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #6eb92b;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FAQ-page .FAQ-list .FAQ-item .title .icon path {
  fill: #fff;
}

.FAQ-page .FAQ-list .FAQ-item .content {
  display: none;
  padding: 0.3rem;
  line-height: 0.3rem;
  color: #595656;
}

.FAQ-page .FAQ-list .FAQ-item:hover .title {
  background: #6eb92b;
  color: #fff;
}

.FAQ-page .FAQ-list .FAQ-item:hover .title .icon {
  background-color: #fff;
}

.FAQ-page .FAQ-list .FAQ-item:hover .title .icon path {
  fill: #6eb92b;
}

.FAQ-page .FAQ-list .FAQ-item.active .title {
  background: #6eb92b;
  color: #fff;
}

.FAQ-page .FAQ-list .FAQ-item.active .title .icon {
  background-color: #fff;
}

.FAQ-page .FAQ-list .FAQ-item.active .title .icon path {
  fill: #6eb92b;
}

.FAQ-page .FAQ-list .FAQ-item.active .title .icon {
  transform: rotate(180deg);
}

.core-page .core-content {
  background: #f6f9fa;
  padding: 1.3rem 0;
  color: #6eb92b;
  line-height: 0.4rem;
  font-size: 0.28rem;
  text-align: center;
}

.core-page .core-content .content {
  max-width: 55%;
  margin: auto;
}

.core-page .core-list_one {
  max-width: 1680px;
  margin: 0.7rem auto 0;
}

.core-page .core-list_one .item {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  background: linear-gradient(to bottom, #eff5f4, transparent);
  border-radius: 20px;
  overflow: hidden;
}

.core-page .core-list_one .item::before {
  content: '';
  width: 22%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, #c8e3dd, transparent);
}

.core-page .core-list_one .item figure,
.core-page .core-list_one .item article {
  position: relative;
  z-index: 1;
}

.core-page .core-list_one .item figure {
  width: 45%;
  text-align: center;
}

.core-page .core-list_one .item article {
  width: 55%;
  padding: 0 0.8rem;
}

.core-page .core-list_one .item article .til1 {
  color: #6eb92b;
  font-size: 0.32rem;
  font-weight: bold;
}

.core-page .core-list_one .item article .til2 {
  color: #6eb92b;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.core-page .core-list_one .item article .content {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #595656;
}

.core-page .core-list_one .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.core-page .core-list_one .item:nth-child(2n)::after {
  right: 0;
}

.core-page .platforms {
  background: #f6f9fa;
  padding: 1.4rem 0;
}

.core-page .platforms .sec-title {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #6eb92b;
}

.core-page .platforms .core-list_two {
  max-width: 87.5%;
  margin: auto;
}

.core-page .platforms .core-list_two .item {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
}

.core-page .platforms .core-list_two .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.core-page .platforms .core-list_two .item:nth-child(2n) article {
  padding-left: 0;
  padding-right: 1rem;
}

.core-page .platforms .core-list_two .item figure {
  width: 45%;
  position: relative;
}

.core-page .platforms .core-list_two .item figure p {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.core-page .platforms .core-list_two .item article {
  width: 55%;
  padding-left: 1rem;
}

.core-page .platforms .core-list_two .item article .sortnum {
  color: #6eb92b;
  font-size: 0.6rem;
  font-weight: bold;
  opacity: 0.5;
}

.core-page .platforms .core-list_two .item article .til {
  font-size: 0.24rem;
  font-weight: bold;
  color: #6eb92b;
  margin-top: 0.3rem;
}

.core-page .platforms .core-list_two .item article .content {
  margin-top: 0.4rem;
  color: #595656;
  line-height: 0.3rem;
  font-size: 0.2rem;
}

.resource-page #tabs {
  padding-top: 1.5rem;
}

.resource-page .tabs {
  justify-content: center;
}

.resource-page .tabs li a {
  display: block;
  text-align: center;
  color: #6eb92b;
  font-size: 0.3rem;
  font-weight: bold;
  cursor: context-menu;
}


.resource-page .resource-list {
  margin: 0.7rem auto;
}

.resource-page .resource-list .item {
  padding: 0.3rem 0 0.45rem;
  border-top: 1px solid #d6e0e1;
  border-bottom: 1px solid #d6e0e1;
}

.resource-page .resource-list .item .times {
  color: #eb6100;
  font-size: 0.18rem;
}

.resource-page .resource-list .item .til {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #232323;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.resource-page .resource-list .item svg path {
  transition: fill 0.3s ease-in-out;
}

.resource-page .resource-list .item:hover .til {
  color: #6eb92b;
}

.resource-page .resource-list .item:hover svg path {
  fill: #6eb92b;
}

.resource-page .video-list {
  margin-top: 0.9rem;
}

.resource-page .video-list .video-item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1rem;
}

.resource-page .video-list .video-item .video-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.resource-page .video-list .video-item .video-box>img {
  display: block;
  width: 100%;
}

.resource-page .video-list .video-item .video-box i {
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  cursor: pointer;
}

.resource-page .video-list .video-item .til {
  margin-top: 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
}

.resource-page .video-list .video-item .txt {
  margin-top: 0.25rem;
  font-size: 0.18rem;
  ;
  color: #595656;
  line-height: 0.28rem;
}

.resource-page .video-list .video-item:nth-child(2n) {
  margin-right: 0;
}

.news-details-page .container {
  max-width: 1360px;
  margin: 1rem auto 0.7rem;
}

.news-details-page .container .main {
  width: 65%;
}

.news-details-page .container .main .til {
  font-size: 0.3rem;
  color: #6eb92b;
  font-weight: bold;
  line-height: 42px;
}

.news-details-page .container .main .info {
  margin-top: 0.32rem;
  padding: 0.18rem 0;
  border-bottom: 1px solid #bfbfbf;
  color: #595959;
  font-family: Montserrat;
  font-size: 16px;
}

.news-details-page .container .main .info p:nth-child(2) {
  margin-left: 0.7rem;
}

.news-details-page .container .main .content {
  padding: 0.4rem 0;
  border-bottom: 1px solid #bfbfbf;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #595656;
}

.news-details-page .container .main .coop {
  font-size: 0.18rem;
}

.news-details-page .container .main .coop p {
  margin-top: 0.45rem;
}

.news-details-page .container .main .coop p b {
  display: block;
  font-weight: bold;
}

.news-details-page .container .main .coop p a {
  display: inline-block;
  margin-top: 24px;
  font-family: Montserrat;
  transition: color .3s;
  line-height: 26px;
}

.news-details-page .container .main .coop p a:hover {
  color: #6eb92b;
}

.news-details-page .container .aside {
  width: 21%;
}

.news-details-page .container .aside .title {
  font-family: Montserrat;
  font-weight: bold;
  padding-bottom: 10px;
  color: #6eb92b;
  font-size: 22px;
  border-bottom: 1px solid #bfbfbf;
}

.news-details-page .container .aside .recom-list .item {
  padding: 0.3rem 0;
  border-bottom: 1px solid #bfbfbf;
  font-size: 0.18rem;
  font-family: Montserrat;
}

.news-details-page .container .aside .recom-list .item .times {
  color: #595959;
}

.news-details-page .container .aside .recom-list .item .til {
  margin-top: 0.2rem;
  line-height: 26px;
  transition: color .3s;
}

.news-details-page .container .aside .recom-list .item:hover .til {
  color: #6eb92b;
}

.news-details-page .container .aside .recom-list .item:last-child {
  border-bottom: none;
}

.news-details-page .container .aside .share {
  margin-top: 0.5rem;
}

.news-details-page .container .aside .share .share-list {
  margin-top: 0.3rem;
}

.news-details-page .container .aside .share .share-list a {
  margin-right: 0.25rem;
}

.company .banner {
  position: relative;
}

.company .banner>img {
  display: block;
  width: 100%;
}

.company .banner .title {
  position: absolute;
  left: 6.25%;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.company .banner .title .page-til {
  font-size: 0.2rem;

}

.company .banner .title .til1 {
  font-weight: bold;
  font-size: 0.4rem;
  margin-top: 0.4rem;
}

.company .banner .title .til2 {
  margin-top: 0.35rem;
  font-size: 0.34rem;

}

.company .banner .arrow {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  animation: myScroll 1s linear infinite;
}

.aboutUs-page .aboutUs-page_title {
  position: relative;
  font-weight: bold;
  color: #6eb92b;
  font-size: 0.28rem;
  padding-left: 0.3rem;
}

.aboutUs-page .aboutUs-page_title::before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #f08840;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.aboutUs-page .company-intro__box {
  position: relative;
  background-color: #f6f9fa;
  padding: 2.10rem 0;
  padding-left: 6.25%;
}

.aboutUs-page .company-intro__box .intro_box {
  max-width: 47%;
  position: relative;
  z-index: 1;
}

.aboutUs-page .company-intro__box .intro_box .content {
  margin-top: 0.45rem;

  font-size: 0.18rem;
  line-height: 0.3rem;
}

.aboutUs-page .company-intro__box .intro_box .content .bold {
  font-weight: bold;
}

.aboutUs-page .company-intro__box .pic {
  position: absolute;
  right: 6%;
  bottom: 0;
}

.aboutUs-page .company-intro__box .pic img {
  display: block;
}

.aboutUs-page .company-list {
  padding: 0 6.25%;
}

.aboutUs-page .company-list .item {
  padding: 1.14rem 0;
}

.aboutUs-page .company-list .item .pic {
  width: 34%;
}

.aboutUs-page .company-list .item .article {
  width: 56%;
}

.aboutUs-page .company-list .item .article .address {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #595656;
  font-size: 0.2rem;
}

.aboutUs-page .company-list .item .article .intro {
  margin-top: 0.3rem;
  color: #595656;
  font-size: 0.2rem;
  line-height: 0.28rem;
  ;
}

.aboutUs-page .company-list .item .article .divider {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #807e60;
  margin: 0.6rem 0 0.4rem;
}

.aboutUs-page .company-list .item .article .photo figure {
  margin-right: 0.6rem;
  margin-bottom: 10px;
}

.aboutUs-page .company-list .item .article .photo figure p {
  margin-left: 10px;
  font-weight: bold;
  font-size: 0.2rem;
}

.aboutUs-page .company-list .item:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}

.aboutUs-page .company-list .item:nth-child(2n) .aboutUs-page_title {
  display: inline-block;
}

.aboutUs-page .company-list .item:nth-child(2n) .photo {
  justify-content: flex-end;
}

.aboutUs-page .company-list .item:nth-child(2n) .photo figure {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 0.6rem;
}

.aboutUs-page .company-list .item:nth-child(2n) .photo figure p {
  margin-left: 0;
  margin-right: 10px;
}

.team-page .team-wrap {
  max-width: 1550px;
  margin: auto;
}

.team-page .team-list {
  padding: 0.5rem 0 0;
  background: #f6f9fa url(../images/team_bg.png) no-repeat;
  background-position: left top;
  animation: moveBackground 20s linear infinite;
  /* 初始位置 */
}

.team-page .team-list .item {
  position: relative;
  background-color: #d7e1e0;
  border-radius: 8px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.team-page .team-list .item .pic-box {
  padding: 0.5rem 0.6rem 0;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.team-page .team-list .item .pic-box .name {
  font-size: 0.3rem;
}

.team-page .team-list .item .pic-box .tags {
  margin-top: 0.15rem;
  font-size: 0.22rem;
  color: #595656;
  line-height: 0.28rem;
}

.team-page .team-list .item .pic-box .pic {
  margin-top: 0.5rem;
  text-align: center;
}

.team-page .team-list .item .intro-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all .3s;
  padding: 0.5rem 0.6rem 0;
  font-weight: bold;
}

.team-page .team-list .item .intro-box .name {
  font-size: 0.3rem;
}

.team-page .team-list .item .intro-box .tags {
  margin-top: 0.15rem;
  font-size: 0.22rem;
  color: #595656;
  line-height: 0.28rem;
}

.team-page .team-list .item .intro-box .info {
  margin-top: 0.5rem;
  overflow-x: auto;
  max-height: 65%;
  padding-right: 0.2rem;

  line-height: 0.32rem;
  font-size: 0.2rem;
}

.team-page .team-list .item .intro-box .info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.team-page .team-list .item .intro-box .info::-webkit-scrollbar-thumb {
  background: #6eb92b;
  border-radius: 5px;
}

.team-page .team-list .item .intro-box .info::-webkit-scrollbar-track {
  background-color: #d2e9be;
}

.team-page .team-list .item:hover .intro-box {
  opacity: 1;
}

.team-page .team-list .item:nth-child(3n) {
  margin-right: 0;
}

@keyframes moveBackground {
  0% {
    background-position: left top;
  }

  50% {
    background-position: center center;
  }

  100% {
    background-position: right bottom;
  }
}

.careers-page .careers-wrap {
  max-width: 1420px;
  margin: auto;
}

.careers-page .join {
  padding: 1.50rem 0 2.10rem;
  background: #f6f9fa url(../images/Careers_join_bg.png) no-repeat;
  text-align: center;
  background-position: bottom -10px right;
  background-size: 12rem;
}

.careers-page .join .title {
  font-weight: bold;
  font-size: 0.36rem;
}

.careers-page .join .content {
  max-width: 50%;
  margin: 0.65rem auto 0;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.careers-page .jobs {
  margin: 1rem auto 0;
}

.careers-page .jobs .item {
  padding: 0.40rem 0;
  border-top: 1px solid #d6e0e1;
  border-bottom: 1px solid #d6e0e1;
}

.careers-page .jobs .item .title {
  cursor: pointer;
}

.careers-page .jobs .item .jobs-name {
  font-size: 0.28rem;
  font-weight: bold;
}

.careers-page .jobs .item .location {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  ;
}

.careers-page .jobs .item .hamburger .line {
  width: 0.34rem;
  height: 3px;
  background: #6eb92b;
  display: block;
  transition: all 0.3s ease-in-out;
  margin: 8px auto;
}

.careers-page .jobs .item .hamburger .line:nth-child(1) {
  opacity: 1;
  transform: translateY(10px);
}

.careers-page .jobs .item .hamburger .line:nth-child(2) {
  opacity: 0;
}

.careers-page .jobs .item .hamburger .line:nth-child(3) {
  opacity: 1;
  transform: translateY(-12px) rotate(90deg);
}

.careers-page .jobs .item .hamburger.is-active .line:nth-child(1) {
  opacity: 0;
  transform: translateY(0);
}

.careers-page .jobs .item .hamburger.is-active .line:nth-child(2) {
  opacity: 1;
}

.careers-page .jobs .item .hamburger.is-active .line:nth-child(3) {
  opacity: 0;
  transform: translateY(0) rotate(0deg);
}

.careers-page .jobs .item .hideBox {
  display: none;
}

.careers-page .jobs .item .hideBox .jobs-info {
  padding: 1rem 0 1.1rem;
}

.careers-page .jobs .item .hideBox .jobs-info .til {
  font-weight: bold;
  font-size: 0.2rem;
}

.careers-page .jobs .item .hideBox .jobs-info .content {
  margin-top: 0.35rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #595656;
}

.careers-page .jobs .item .hideBox .jobs-info .skill {
  margin-top: 0.6rem;
}

.careers-page .jobs .item .hideBox .jobs-info .deliver {
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.2rem 0.34rem;
  border-radius: 0.5rem;
  background: #6eb92b;
  font-size: 16px;
  color: #fff;
}

.careers-page .jobs .item .hideBox .jobs-info .deliver svg {
  margin-left: 0px;
  opacity: 0;
  transition: all .3s;
}

.careers-page .jobs .item .hideBox .jobs-info .deliver:hover svg {
  margin-left: 0.5rem;
  opacity: 1;
}

.careers-page .values {
  margin-top: 1.4rem;
  padding: 1.4rem 0;
  background: url(../images/Careers_values_bg.jpg) no-repeat;
  background-size: cover;
}

.careers-page .values .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
}

.careers-page .values .swiper {
  max-width: 60%;
  margin: 0.5rem auto;
}

.careers-page .values .swiper .swiper-slide {
  position: relative;
}

.careers-page .values .swiper .swiper-slide figure {
  width: 44%;
  background: url(../images/values_bg.png) no-repeat;
  background-size: cover;
}

.careers-page .values .swiper .swiper-slide figure img {
  width: 100%;
}

.careers-page .values .swiper .swiper-slide article {
  width: 65%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.6rem 0.7rem;
  border-radius: 6px;
}

.careers-page .values .swiper .swiper-slide article .til {
  font-weight: bold;
  font-size: 0.28rem;
  color: #6eb92b;
}

.careers-page .values .swiper .swiper-slide article .content {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #595656;
  ;
  margin-top: 0.3rem;
}

.careers-page .values .swiper-pagination {
  width: 100%;
}

.careers-page .values .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  opacity: 1;
  background-color: #fff;
}

.careers-page .values .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6eb92b;
}

.contactUs-page .address-wrap {
  max-width: 87.5%;
  margin: auto;
}

.contactUs-page .address {
  background: #f6f9fa url(../images/contact_us_bg.png) no-repeat right center;
  padding: 1.3rem 0 1.2rem;
}

.contactUs-page .address .info-box {
  width: 45%;
}

.contactUs-page .address .info-box .item {
  border-left: 8px solid #eb6100;
  margin-bottom: 0.8rem;
  padding-left: 12px;
}

.contactUs-page .address .info-box .item .til {
  font-size: 0.28rem;
  font-weight: bold;
}

.contactUs-page .address .info-box .item .info {
  margin-top: 0.32rem;
}

.contactUs-page .address .info-box .item .info p {
  font-size: 24px;
  ;
  line-height: 1.5;
}

.contactUs-page .address .info-box .item .info b {
  font-weight: bold;
  color: #eb6100;
}

.contactUs-page .address .info-box .item:last-child {
  margin-bottom: 0;
}

.contactUs-page .address .pic {
  width: 46%;
}

.contactUs-page .msg {
  width: 80%;
  margin: 0 auto 0.7rem;
  padding-top: 1.1rem;
}

.contactUs-page .msg .txt {
  width: 27.7%;
}

.contactUs-page .msg .txt .til1 {
  font-weight: bold;
  font-size: 0.3rem;
}

.contactUs-page .msg .txt .til2 {
  color: #6eb92b;
  ;
  font-size: 0.5rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.contactUs-page .msg .form {
  width: 57%;
}

.contactUs-page .msg .form input {
  padding: 0.15rem 0;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  font-size: 16px;
}

.contactUs-page .msg .form textarea {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  resize: none;
  width: 100%;
  padding: 0.2rem;
  font-size: 16px;
  font-family: inherit;
}

.contactUs-page .msg .form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.contactUs-page .msg .form .row .col-12 {
  width: 49%;
}

.contactUs-page .msg .form .row .col-24 {
  width: 100%;
}

.contactUs-page .msg .form .p-row {
  font-size: 12px;
  color: #595656;
  line-height: 0.2rem;
}

.contactUs-page .msg .form .p-row .policy input {
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  padding: 0;
}

.contactUs-page .msg .form .p-row .policy input:checked {
  background-color: #6eb92b;
}

.contactUs-page .msg .form .p-row .policy p {
  flex: 1;
  margin-left: 0.15rem;
}

.contactUs-page .msg .form .p-row .policy p a {
  text-decoration: underline;
}

.contactUs-page .msg .form button {
  margin-top: 0.55rem;
  padding: 0.2rem 1rem;
  background-color: #6eb92b;
  color: #fff;
  border-radius: 1rem;
  font-size: 0.2rem;

  cursor: pointer;
}

.select {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
  font-size: 16px;
  height: 100%;
}

.select select {
  width: 100%;
  height: 100%;
  border: none;
  font-family: inherit;
  font-size: 16px;
  color: #757575;
  padding: 0.15rem 0;
}

.service .banner {
  position: relative;
}

.service .banner>img {
  display: block;
  width: 100%;
}

.service .banner .title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.service .banner .title .til1 {
  font-weight: bold;
  font-size: 0.4rem;
}

.service .banner .title .til2 {
  font-size: 0.3rem;

  margin-top: 0.3rem;
}

.service .banner .arrow {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  animation: myScroll 1s linear infinite;
}

.Biopharma-page .Biopharma-wrap {
  max-width: 1680px;
  margin: auto;
}

.Biopharma-page .service-base_title {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.Biopharma-page .bnr {
  background-color: #f6f9fa;
}

.Biopharma-page .bnr .title {
  position: relative;
  text-align: center;
}

.Biopharma-page .bnr .title .bg-til {
  font-size: 3.4rem;
  font-weight: bold;
  color: #ebeeef;
}

.Biopharma-page .bnr .title .content {
  max-width: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: #6eb92b;
  line-height: 0.42rem;
}

.Biopharma-page .bnr .swiper .swiper-box {
  height: 100%;
  position: relative;
  padding: 0 0.35rem;
}

.Biopharma-page .bnr .swiper .swiper-box .sortnum {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: -1;
  opacity: 0.08;
}

.Biopharma-page .bnr .swiper .swiper-box .icon {
  padding: 0.42rem 0 0.28rem;
  border-bottom: 1px solid #95cc64;
  font-size: 0.26rem;
  font-weight: bold;
  color: #6eb92b;
}

.Biopharma-page .bnr .swiper .swiper-box .icon i {
  margin-right: 0.15rem;
}

.Biopharma-page .bnr .swiper .swiper-box .til {
  margin-top: 0.45rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  font-weight: bold;
}

.Biopharma-page .bnr .swiper .swiper-box .intro {
  margin-top: 0.45rem;
}

.Biopharma-page .bnr .swiper .swiper-box .intro li {
  margin-bottom: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #595656;
  ;
  padding-left: 0.32rem;
  position: relative;
}

.Biopharma-page .bnr .swiper .swiper-box .intro li::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background-color: #6eb92b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.Biopharma-page .bnr .swiper .swiper-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.Biopharma-page .bnr .swiper .swiper-slide-active .swiper-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 99;
}

.Biopharma-page .bnr .swiper .swiper-button-next,
.Biopharma-page .bnr .swiper .swiper-button-prev {
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
}

.Biopharma-page .bnr .swiper .swiper-button-next {
  background-image: url(../images/Bio_news_next.png);
}

.Biopharma-page .bnr .swiper .swiper-button-prev {
  background-image: url(../images/Bio_news_prev.png);
}

.Biopharma-page .bnr #certify {
  position: relative;
  width: 87.5%;
  margin: 0 auto;
}

.Biopharma-page .bnr #certify .swiper-container {
  padding-bottom: 60px;
}

.Biopharma-page .bnr #certify .swiper-slide {
  width: 4.38rem;
  height: 5.70rem;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

.Biopharma-page .overview {
  margin-top: 1rem;
}

.Biopharma-page .overview .accordion {
  margin-top: 0.8rem;
}

.Biopharma-page .overview .accordion .item {
  height: 6.78rem;
  width: 14%;
  background-color: #64b025;
  background: no-repeat center center;
  transition: all .4s ease;
  position: relative;
  margin-right: 3px;
  overflow: hidden;
}

.Biopharma-page .overview .accordion .item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 0.12rem;
  text-align: center;
}

.Biopharma-page .overview .accordion .item .content h2 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.34rem;
  transition: all .3s;
}

.Biopharma-page .overview .accordion .item .content .txt sup {
  font-weight: normal;
  font-size: 12px;
  vertical-align: super;
}

.Biopharma-page .overview .accordion .item.active .txt,
.Biopharma-page .overview .accordion .item.active .deliver {
  display: block;
}

.Biopharma-page .overview .accordion .item .txt,
.Biopharma-page .overview .accordion .item .deliver {
  display: none;
}

.Biopharma-page .overview .accordion .item .content .txt {
  margin-top: 0.60rem;
}

.Biopharma-page .overview .accordion .item .content .deliver {
  width: fit-content;
  margin-top: 0.60rem;
  padding: 0.16rem 0.30rem;
  border-radius: 0.50rem;
  background: #6eb92b;
  font-size: 0.16rem;
  color: #fff;
  transition: all .3s;
}

.Biopharma-page .overview .accordion .item .content .deliver svg {
  margin-left: 0. 0rem;
  opacity: 0;
  transition: all .3s;
}

.Biopharma-page .overview .accordion .item .content .deliver:hover svg {
  margin-left: 0.25rem;
  opacity: 1;
}

.Biopharma-page .overview .accordion .item.active .content {
  text-align: left;
  padding: 0 0.40rem;
}

.Biopharma-page .overview .accordion .item.active .content h2 {
  font-size: 0.40rem;
}

.Biopharma-page .overview .accordion .item:first-child {
  border-radius: 8px 0 0 8px;
  width: 56%;
}

.Biopharma-page .overview .accordion .item:last-child {
  margin-right: 0;
  border-radius: 0 8px 8px 0;
}

.Biopharma-page .burning {
  margin-top: 1.5rem;
  text-align: center;
}

.Biopharma-page .burning .intro {
  margin-top: 0.50rem;
  font-size: 0.20rem;
  line-height: 0.28rem;
  color: #595656;
  ;
}

.Biopharma-page .burning .pic {
  margin-top: 0.60rem;
}

.Biopharma-page .burning .mrct {
  margin-top: 0.30rem;
}

.Biopharma-page .burning .mrct .til {
  font-size: 0.30rem;
  font-weight: bold;
  color: #eb6100;
  margin-bottom: 0.30rem;
}

.Biopharma-page .download {
  position: relative;
  margin-top: 0.8rem;
}

.Biopharma-page .download .content {
  max-width: 30%;
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
}

.Biopharma-page .download .content .til {
  line-height: 0.3rem;
  font-size: 0.22rem;
}

.Biopharma-page .download .content .down {
  margin-top: 0.35rem;
  background-color: #eb6100;
  padding: 0.12rem 0.30rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.32rem;
  border-radius: 0.60rem;
  cursor: pointer;
}

.Biopharma-page .download .content .link {
  display: inline-block;
  margin-top: 0.40rem;
  color: #fff;
  background-color: #6eb92b;
  padding: 0.12rem 0.30rem;
  color: #fff;
  line-height: 0.32rem;
  border-radius: 0.60rem;
}

.Biopharma-page .download .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53.5%;
}

.Biopharma-page .partners {
  margin-top: 1.4rem;
}

.Biopharma-page .partners .swiper {
  margin-top: 0.8rem;
  position: relative;
}

.Biopharma-page .partners .swiper::after {
  content: '';
  width: 5rem;
  height: 100%;
  background-image: linear-gradient(to left, #ffffff, transparent);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.Biopharma-page .partners .swiper::before {
  content: '';
  width: 5rem;
  height: 100%;
  background-image: linear-gradient(to right, #ffffff, transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.Biopharma-page .partners .swiper1,
.Biopharma-page .partners .swiper2,
.Biopharma-page .partners .swiper3 {
  margin-bottom: 25px;
}

.Biopharma-page .partners .swiper1 .swiper-slide,
.Biopharma-page .partners .swiper2 .swiper-slide,
.Biopharma-page .partners .swiper3 .swiper-slide {
  width: 2rem;
  height: 0.95rem;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Biopharma-page .partners .swiper2 {
  transform: translateX(-1rem);
}

.Biopharma-page .news {
  margin-top: 1.2rem;
  padding: 1.35rem 0;
  background: #dddddd url(../images/Bio_news_bg.jpg) no-repeat;
  background-size: contain;
}

.Biopharma-page .news .news-swiper {
  margin: 0.8rem auto;
  width: 93%;
  padding: 0 0.5rem;
  position: relative;
}

.Biopharma-page .news .news-swiper .news-times {
  color: #595959;
  font-size: 0.3rem;
  font-family: Montserrat;
}

.Biopharma-page .news .news-swiper .news-til {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  font-weight: bold;
  font-family: Montserrat;
}

.Biopharma-page .news .news-swiper .readMore {
  color: #6eb92b;
  margin-top: 0.88rem;
  font-weight: normal;
  font-family: Avenir Regular;
}

.Biopharma-page .news .news-swiper .readMore i {
  margin-left: 8px;
  transition: all .3s;
}

.Biopharma-page .news .news-swiper .readMore:hover i {
  margin-left: 14px;
}

.Biopharma-page .news .news-swiper .swiper-button-next,
.Biopharma-page .news .news-swiper .swiper-button-prev {
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
}

.Biopharma-page .news .news-swiper .swiper-button-prev {
  background-image: url(../images/Bio_news_prev.png);
}

.Biopharma-page .news .news-swiper .swiper-button-next {
  background-image: url(../images/Bio_news_next.png);
}

.Diagnostic-page .diagno-wrap {
  max-width: 1680px;
  margin: auto;
}

.Diagnostic-page .s1 {
  text-align: center;
  padding: 1.35rem 0 0.95rem;
  background-color: #f6f9fa;
}

.Diagnostic-page .s1 .til {
  font-size: 0.3rem;
  line-height: 0.42rem;

}

.Diagnostic-page .s1 .diagno-list {
  margin-top: 0.9rem;
  justify-content: space-around;
}

.Diagnostic-page .s1 .diagno-list .item {
  width: 20%;
}

.Diagnostic-page .s1 .diagno-list .item img {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  margin: auto;
}

.Diagnostic-page .s1 .diagno-list .item p {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}

.Diagnostic-page .s1 .diagon-num__list {
  margin-top: 0.98rem;
  background: url(../images/diagno_bg.png) no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 1rem 0;
}

.Diagnostic-page .s1 .diagon-num__list .item {
  width: 22%;
  position: relative;
  text-align: center;
}

.Diagnostic-page .s1 .diagon-num__list .item:last-child::after {
  width: 0;
}

.Diagnostic-page .s1 .diagon-num__list .item::after {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #70ba2e, transparent);
  position: absolute;
  right: 0;
  top: 0;
}

.Diagnostic-page .s1 .diagon-num__list .item b {
  color: #70ba2e;
  font-weight: bold;
}

.Diagnostic-page .s1 .diagon-num__list .item b i {
  font-size: 0.6rem;
}

.Diagnostic-page .s1 .diagon-num__list .item b sub {
  font-size: 0.4rem;
}

.Diagnostic-page .s1 .diagon-num__list .item .til1 {
  margin-top: 0.46rem;

  font-size: 0.22rem;
}

.Diagnostic-page .s2 .item {
  padding: 1.42rem 0 1.5rem;
}

.Diagnostic-page .s2 .item figure {
  width: 48%;
}

.Diagnostic-page .s2 .item figure img {
  width: 100%;
}

.Diagnostic-page .s2 .item article {
  width: 42%;
}

.Diagnostic-page .s2 .item article .til {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.Diagnostic-page .s2 .item article .divider {
  margin: 0.3rem 0 0.35rem;
  width: 1.56rem;
  height: 2px;
  background-color: #eb6100;
}

.Diagnostic-page .s2 .item article .intro {
  color: #595656;
  font-size: 0.2rem;
  line-height: 0.28rem;

}

.Diagnostic-page .s2 .item:nth-child(2n) {
  background-color: #f6f9fa;
}

.Diagnostic-page .s2 .item:nth-child(2n) .diagno-wrap {
  flex-direction: row-reverse;
}

.Diagnostic-page .s2 .item:nth-child(2n) .diagno-wrap article {
  text-align: right;
}

.Diagnostic-page .s2 .item:nth-child(2n) .diagno-wrap article .divider {
  margin-left: auto;
}

.offer-container {
  max-width: 1680px;
  margin: 1.1rem auto;
}

.offer-container .til {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.offer-container .offer-list {
  margin-top: 1rem;
}

.offer-container .offer-list .item {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
}

.offer-container .offer-list .item p {
  font-weight: bold;
  color: #6eb92b;
  font-size: 0.2rem;
  margin-top: 0.3rem;
}

.offer-container .offer-list .item:last-child {
  margin-right: 0;
}

.lab-page .service-base_title {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.lab-page .lab-wrap {
  max-width: 1680px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.lab-page .s1 {
  background-color: #f6f9fa;
  padding: 1.25rem 0;
}

.lab-page .s1 .title {
  max-width: 60%;
  margin: auto;
  font-size: 0.3rem;
  ;
  text-align: center;
  line-height: 0.42rem;
}

.lab-page .s1 .list {
  margin-top: 0.7rem;
}

.lab-page .s1 .list .item {
  width: 49%;
}

.lab-page .s1 .list .item .info {
  margin-top: 0.5rem;
}

.lab-page .s1 .list .item .info .til {
  font-size: 0.3rem;
  font-weight: bold;
}

.lab-page .s1 .list .item .info .addr {
  margin-top: 0.24rem;

  color: #595656;
  font-size: 0.22rem;
  line-height: 1.4;
}

.lab-page .s1 .list .item .info .city-list {
  margin-top: 0.65rem;
}

.lab-page .s1 .list .item .info .city-list .city-item {
  margin-right: 0.45rem;
  font-size: 0.16rem;
  font-weight: bold;
}

.lab-page .s1 .list .item .info .city-list .city-item i {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 6px;
}

.lab-page .s1 .list .item .info .city-list .city-item:last-child {
  margin-right: 0;
}

.lab-page .s2 {
  padding: 1.15rem 0 1.5rem;
  position: relative;
}

.lab-page .s2 .bg {
  position: absolute;
  right: 0;
  bottom: -0.86rem;
}

.lab-page .s2 .list {
  margin-top: 0.7rem;
}

.lab-page .s2 .list .item {
  width: 23.5%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  min-height: 6.75rem;
}

.lab-page .s2 .list .item .title {
  padding: 0.6rem 0.5rem 0.4rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #6eb92b;
  line-height: 0.4rem;
}

.lab-page .s2 .list .item .second-list .sec-til {
  padding-left: 0.5rem;
  position: relative;
  font-size: 0.26rem;
  font-weight: bold;
  color: #6eb92b;
}

.lab-page .s2 .list .item .second-list .sec-til::before {
  content: '';
  width: 8px;
  height: 0.22rem;
  background-color: #6eb92b;
  position: absolute;
  left: 0;
  top: 0;
}

.lab-page .s2 .list .item .second-list .three-list {
  padding: 0 0.4rem;
}

.lab-page .s2 .list .item .second-list .three-list .divider {
  width: 100%;
  height: 1px;
  border: 1px dashed #cacaca;
}

.lab-page .s2 .list .item .second-list .three-list .three-item {
  position: relative;
  padding: 0.1rem;
  border-radius: 0.1rem;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  transition: all .3s;
}

.lab-page .s2 .list .item .second-list .three-list .three-item i {
  position: absolute;
  left: -0.24rem;
  top: 0.1rem;
}

.lab-page .s2 .list .item .second-list .three-list .three-item .three-til {
  font-weight: bold;
}

.lab-page .s2 .list .item .second-list .three-list .three-item .three-p {
  margin-top: 0.1rem;

  line-height: 0.22rem;
}

.lab-page .s2 .list .item .second-list .three-list .three-item:hover {
  background-color: #6eb92b;
  color: #fff;
}

.lab-page .s3 .service-base_title {
  padding-top: 1.10rem;
  background-color: #f6f9fa;
}

.lab-page .s3 .item {
  padding: 1.42rem 0 1.5rem;
  background-color: #f6f9fa;
}

.lab-page .s3 .item figure {
  width: 48%;
}

.lab-page .s3 .item figure img {
  width: 100%;
}

.lab-page .s3 .item article {
  width: 42%;
}

.lab-page .s3 .item article .til {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.lab-page .s3 .item article .divider {
  margin: 0.3rem 0 0.35rem;
  width: 1.56rem;
  height: 2px;
  background-color: #eb6100;
}

.lab-page .s3 .item article .intro {
  color: #595656;
  font-size: 0.2rem;
  line-height: 0.28rem;

}

.lab-page .s3 .item:nth-child(2n) {
  background-color: #fff;
}

.lab-page .s3 .item:nth-child(2n) .lab-wrap {
  flex-direction: row-reverse;
}

.lab-page .s3 .item:nth-child(2n) .lab-wrap article {
  text-align: right;
}

.lab-page .s3 .item:nth-child(2n) .lab-wrap article .divider {
  margin-left: auto;
}

.lab-page .s4 {
  padding: 1.4rem 0;
}

.lab-page .s4 .list {
  margin-top: 1.3rem;
}

.early-page .service-base_title {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.early-page .early-wrap {
  max-width: 1680px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.early-page .s1 {
  background-color: #f6f9fa;
  padding: 1.25rem 0;
}

.early-page .s1 .title {
  max-width: 60%;
  margin: auto;
  font-size: 0.3rem;
  ;
  text-align: center;
  line-height: 0.42rem;
}

.early-page .s1 .list {
  margin-top: 0.76rem;
}

.early-page .s1 .list .item {
  padding: 0.28rem;
  width: 20%;
  text-align: center;
  transition: all .3s;
  border-color: #fff;
}

.early-page .s1 .list .item * {
  transition: all .3s;
}

.early-page .s1 .list .item .pic {
  width: 1.46rem;
  height: 1.46rem;
  margin: auto;
}

.early-page .s1 .list .item .til {
  margin-top: 0.46rem;
  font-size: 0.2rem;
  color: #595656;
  line-height: 1.5;
}

.early-page .s1 .list .item .divider {
  width: 100%;
  height: 1px;
  border-top: 0px dashed #6ab928;
  margin: 0.25rem 0;
}

.early-page .s1 .list .item .content {
  overflow: hidden;
  text-align: left;

  color: #595656;
  height: 0;
}

.early-page .s1 .list .item .content ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.18rem;
}

.early-page .s1 .list .item .content ul li:last-child {
  margin-bottom: 0;
}

.early-page .s1 .list .item .content ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eb6100;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.early-page .s1 .list .item:hover {
  border: 1px solid #eff2f2;
  background-color: #fff;
  border-radius: 8px;
  min-height: 4.65rem;
}

.early-page .s1 .list .item:hover .pic {
  width: 0.64rem;
  height: 0.64rem;
}

.early-page .s1 .list .item:hover .til {
  margin-top: 0.28rem;
  color: #6ab928;
}

.early-page .s1 .list .item:hover .divider {
  border-top-width: 1px;
}

.early-page .s1 .list .item:hover .content {
  height: auto;
}

.early-page .s2 {
  padding: 0.75rem 0 1.8rem;
}

.early-page .s2 .content {
  margin-top: 1.3rem;
}

.early-page .s2 .content .pic {
  width: 50%;
}

.early-page .s2 .content .article {
  width: 40%;
}

.early-page .s2 .content .article li {
  padding-left: 0.38rem;
  position: relative;
  margin-bottom: 0.36rem;
  font-size: 0.20rem;
  ;
}

.early-page .s2 .content .article li::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ec5700;
  position: absolute;
  left: 0;
  top: 0;
}

.early-page .s2 .content .article li::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
}

.early-page .s3 {
  padding: 1.1rem 0 0.6rem;
  background-color: #f6f9fa;
}

.early-page .s3 .list {
  margin-top: 0.8rem;
}

.early-page .s3 .list .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 0.26rem 0.36rem;
}

.early-page .s3 .list .item:nth-child(2n) {
  margin-right: 0;
}

.early-page .s3 .list .item .pic {
  width: 28%;
}

.early-page .s3 .list .item .divider {
  width: 1px;
  height: 2.2rem;
  background-color: #ec5700;
  margin: 0 0.3rem;
}

.early-page .s3 .list .item .article {
  flex: 1;
}

.early-page .s3 .list .item .article .til {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #595656;
}

.early-page .s3 .list .item .article .learn {
  margin-top: 0.7rem;
  color: #92cb60;
  font-size: 0.18rem;
}

.early-page .s3 .list .item .article .learn i {
  margin-left: 10px;
  transition: all .3s;
}

.early-page .s3 .list .item:hover .learn i {
  margin-left: 15px;
}

.patient-page .service-base_title {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.patient-page .patient-wrap {
  max-width: 1680px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.patient-page .s1 {
  background-color: #f6f9fa;
  padding: 1.4rem 0;
}

.patient-page .s1 .pic {
  width: 60%;
}

.patient-page .s1 .list {
  width: 30%;
}

.patient-page .s1 .list .item {
  margin-bottom: 0.4rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0.3rem;
}

.patient-page .s1 .list .item img {
  width: 18%;
}

.patient-page .s1 .list .item p {
  flex: 1;
  margin-left: 0.34rem;
  font-size: 0.22rem;
  ;
  line-height: 1.4;
}

.patient-page .s2 {
  margin-top: 1.2rem;
}

.patient-page .s2 .num_list {
  margin-top: 1.1rem;
}

.patient-page .s2 .num_list .item {
  margin: 0 1.1rem;
  text-align: center;
}

.patient-page .s2 .num_list .item b {
  color: #70ba2e;
  font-weight: bold;
}

.patient-page .s2 .num_list .item b i {
  font-size: 1.1rem;
}

.patient-page .s2 .num_list .item b sub {
  font-size: 0.4rem;
}

.patient-page .s2 .num_list .item .til1 {
  margin-top: 0.12rem;
  font-weight: bold;
  font-size: 0.3rem;
}

.patient-page .s2 .list {
  margin-top: 1rem;
}

.patient-page .s2 .list .item {
  width: 18.5%;
  margin-right: 1.875%;
  margin-bottom: 1.875%;
  background-color: #f6f9fa;
  border-radius: 6px;
  padding: 0.54rem 0.45rem;
  transition: all .3s;
  border: 3px solid #fff;
}

.patient-page .s2 .list .item * {
  transition: all .3s;
}

.patient-page .s2 .list .item .title {
  font-size: 0.3rem;
  font-weight: bold;
}

.patient-page .s2 .list .item .title .til1 {
  color: #595656;
}

.patient-page .s2 .list .item .title .til2 {
  margin-top: 0.1rem;
}

.patient-page .s2 .list .item .divider {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #595656;
  margin: 24px 0;
}

.patient-page .s2 .list .item .info {
  font-size: 0.2rem;
  color: #595656;

}

.patient-page .s2 .list .item .info p {
  margin-bottom: 0.16rem;
}

.patient-page .s2 .list .item .info p:last-child {
  margin-bottom: 0;
}

.patient-page .s2 .list .item:hover {
  background-color: #fff;
  border: 3px solid #6eb92b;
}

.patient-page .s2 .list .item:hover * {
  color: #6eb92b !important;
}

.patient-page .s2 .list .item:hover .divider {
  border-top-color: #6eb92b;
}

.patient-page .s2 .list .item:nth-child(5n) {
  margin-right: 0;
}

.patient-page .s2 .note {
  font-size: 0.22rem;
  font-weight: bold;
  color: #595656;
  text-align: right;
}

.s-details__page .banner {
  position: relative;
}

.s-details__page .banner>img {
  width: 100%;
}

.s-details__page .banner .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.s-details__page .banner .title .til1 {
  font-size: 0.4rem;
  font-weight: bold;
}

.s-details__page .banner .title .til2 {
  margin-top: 0.35rem;
  font-size: 0.35rem;
  line-height: 0.47rem;
}

.s-details__page .banner .arrow {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  animation: myScroll 1s linear infinite;
}

.s-details__page .s-details-wrap {
  max-width: 1200px;
  margin: auto;
}

.s-details__page .content {
  padding: 1.2rem 0;
  font-size: 0.22rem;
  font-weight: 600;
  color: #595656;
  line-height: 0.42rem;
}

footer .f-wrap {
  width: 93%;
  margin: auto;
}

footer .foot {
  background-color: #f5f5f5;
  padding: 0.9rem 0 0.4rem;
}

footer .foot .foot-logo {
  max-width: 3.24rem;
}

footer .foot .foot-nav {
  width: 70%;
}

footer .foot .foot-nav dl {
  margin-left: 1.3rem;
}

footer .foot .foot-nav dl dt {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

footer .foot .foot-nav dl dd {
  color: #595656;

  margin-bottom: 0.15rem;
  transition: color .3s;
}

footer .foot .foot-nav dl dd:hover {
  color: #6eb92b;
}

footer .foot .foot-nav dl:first-child {
  margin-left: 0;
}

footer .share {
  padding-bottom: 0.18rem;
  background-color: #f5f5f5;
}

footer .share .share-list a {
  margin-right: 0.25rem;
}

footer .copyright {
  background-color: #595656;
  padding: 0.35rem 0;
  color: #fff;

  font-size: 0.16rem;
}

footer .copyright .config p {
  margin-bottom: 0.1rem;
}

.up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.up .o-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  background-color: #eb6100;
  border-color: #eb6100;
  color: #fff;
  cursor: pointer;
}

.lead-generation-opener__icon--chevron,
.lead-generation-opener__icon--close {
  width: 1.875em;
  height: 1.875em;
}

.policy-page {
  border-top: 1px solid #75bd36;
  padding: 0.44rem 0;
}

.policy-page .bread {
  width: 93%;
  margin: auto;
  padding-left: 0.54rem;
  font-size: 0.18rem;
  color: #6eb92b;
  font-weight: bold;
}

.policy-page .policy-content {
  max-width: 74%;
  margin: 0.85rem auto 0;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  display: none;
}

.overlay .overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.overlay .overlay-dialog .dialog {
  position: relative;
  margin: 15vh auto 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 1.2rem 0;
  overflow-wrap: break-word;
}

.overlay .overlay-dialog .dialog .dialog-head {
  text-align: center;
  font-weight: bold;
  font-size: 0.28rem;
}

.overlay .overlay-dialog .dialog .dialog-body {
  width: 66.67%;
  margin: 0.8rem auto 0;
  font-size: 0.16rem;
  color: #595656;
}

.overlay .overlay-dialog .dialog .dialog-body .col-12 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.overlay .overlay-dialog .dialog .dialog-body .col-12:nth-child(2n) {
  margin-right: 0;
}

.overlay .overlay-dialog .dialog .dialog-body .col-24 {
  width: 100%;
  margin-bottom: 4%;
}

.overlay .overlay-dialog .dialog .dialog-body .yes-request {
  position: relative;
  background-color: #f4f5f6;
  padding: 0.3rem 0.25rem 0;
}

.overlay .overlay-dialog .dialog .dialog-body .yes-request input,
.overlay .overlay-dialog .dialog .dialog-body .yes-request textarea {
  resize: none;
  background-color: #fff;
}

.overlay .overlay-dialog .dialog .dialog-body .yes-request::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f5f6;
  position: absolute;
  left: 0.3rem;
  top: -16px;
}

.overlay .overlay-dialog .dialog .dialog-body label sup {
  color: #ff1010;
}

.overlay .overlay-dialog .dialog .dialog-body input[type="text"],
.overlay .overlay-dialog .dialog .dialog-body textarea {
  margin-top: 0.15rem;
  padding: 0.15rem;
  border: 1px solid #d5d5d5;
  width: 100%;
  font-size: 16px;
  resize: none;
}

.overlay .overlay-dialog .dialog .dialog-body input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #d5d5d5;
}

.overlay .overlay-dialog .dialog .dialog-body .checkTxt {
  flex: 1;
  margin-left: 12px;
  line-height: 0.24rem;
}

.overlay .overlay-dialog .dialog .dialog-body .interest .check-item {
  font-size: 0.16rem;
  margin-top: 0.3rem;
}

.overlay .overlay-dialog .dialog .dialog-body .interest .check-item input {
  margin-right: 10px;
}

.overlay .overlay-dialog .dialog .dialog-body .interest .check-item input[type="text"] {
  margin-top: 0;
  width: 30%;
  margin-left: 15px;
}

.overlay .overlay-dialog .dialog .dialog-body button {
  margin-top: 5%;
  padding: 0.2rem 0.9rem;
  background-color: #6eb92b;
  color: #fff;
  border-radius: 0.9rem;
}

.overlay .overlay-dialog .dialog .dialog-body .policy-note {
  margin-top: 0.52rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}

.overlay .overlay-dialog .dialog .dialog-body .policy-note a {
  color: #6eb92b;
}

.overlay .overlay-dialog .dialog.meeting {
  width: 62.5%;
}

.overlay .overlay-dialog .dialog.video {
  width: 62.5%;
  padding: 0;
  background: none;
}

.overlay .overlay-dialog .dialog.video video {
  width: 100%;
  object-fit: fill;
}

.popup-hidden {
  overflow: hidden;
}

/* Common button styles */
.button {
  margin-top: 0.4rem;
  display: inline-block;
  padding: 0.2rem 0.85rem 0.2rem 0.38rem;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.76rem;
  cursor: pointer;
}

.button svg {
  position: absolute;
  right: 0.38rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  fill: #6eb92b;
}

.button:focus {
  outline: none;
}

.button>span {
  vertical-align: middle;
}

/* Winona */
.button--winona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #6eb92b;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  box-sizing: border-box;
}

.button--winona>span {
  display: flex;
  align-items: center;
}

.button--winona.button--inverted {
  color: #6eb92b;
}

.button--winona.button--inverted:after {
  color: #fff;
}

.button--winona::after,
.button--winona>span {
  padding: 0.2rem 0.85rem 0.2rem 0.38rem;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* start */
.button--winona {
  border-color: #6eb92b;
  background-color: rgba(63, 81, 181, 0.1);
}

.button--winona svg {
  fill: #fff;
}

.button--winona.button--inverted {
  border-color: #6eb92b;
  background-color: #6eb92b;
}

.button--winona::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--winona>span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/* end */

.button--border-thin {
  border: 1px solid;
}

.button--round-s {
  border-radius: 5px;
}

/*base end*/
/*******************************************/
.bar {
  position: fixed;
  z-index: 9999;
  right: 20px;
  top: 20px;
}

.bar.active .Nav__MenuButtonIconContainer {
  visibility: hidden;
}

.Nav__MenuButtonIconContainer {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  transition: background .3s ease;
  width: 3.7499999998vw;
  right: 1.4172222221vw;
  background-color: #e1ddd4;
  border-radius: 7.944444444vw;
  box-sizing: border-box;
  cursor: pointer;
  height: 3.7499999998vw;
  margin-left: auto;
  pointer-events: all;
}

.Nav__MenuButtonIcon {
  height: 100%;
  left: 0;
  width: 0.8333333333vw;
}

.Nav__MenuButtonIconStroke:first-child {
  top: 1.4930555555vw;
}

.Nav__MenuButtonIconStroke {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #4c4b42;
  height: 0.0694444444vw;
  position: absolute;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  width: 30%;
  left: 33%;
  will-change: transform;
}

.Nav__MenuButtonIconStroke:nth-child(2) {
  top: 1.7708333332vw;
}

.Nav__MenuButtonIconStroke:last-child {
  bottom: 1.5972222221vw;
}

.bar.active .Nav__MenuClose {
  visibility: visible;
}

.Nav__MenuClose {
  visibility: hidden;
  background-color: #eae7dd;
  border-radius: 4.1666666664vw;
  cursor: pointer;
  height: 3.6805555553vw;
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(.165, .84, .44, 1) .6s;
  position: absolute;
  right: 1.4172222221vw;

  width: 3.6805555553vw;
}

.Nav__MenuCloseStroke {
  background-color: #4c4b42;
  height: 0.0694444444vw;
  left: calc(50% - 0.38194vw);
  position: absolute;
  top: calc(50% - 0.03472vw);
  transform-origin: center;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  width: 0.7638888888vw;
  will-change: transform;
}

.Nav__MenuCloseStroke:first-child {
  transform: rotate(-45deg);
}

.Nav__MenuCloseStroke:nth-child(2) {
  transform: rotate(45deg);
}

.Nav__MenuClose:hover .Nav__MenuCloseStroke {
  transform: rotate(0deg);
}

.Nav__Menu.isOpen {
  opacity: 1;
  pointer-events: all;
  transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
}

.Nav__Menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
  width: 100%;
  will-change: opacity;
  z-index: 9990;
}

.Nav__Menu.isOpen .Nav__MenuLines {
  opacity: 1;
  transition: opacity 1.25s cubic-bezier(.165, .84, .44, 1) .35s;
}

.Nav__MenuLines {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
  width: 100%;
  will-change: opacity;
  z-index: 0;
}

.LinesAnim__Container--Small {
  height: 70%;
  opacity: .5;
  top: 15%;
  width: 100%;
}

.LinesAnim__Container {
  overflow: hidden;
  position: absolute;
}

.LinesAnim__Container--Big {
  height: 100%;
  width: 100%;
}

.LinesAnim__Container {
  overflow: hidden;
  position: absolute;
}

.LinesAnim__Container--Big .LinesAnim__Svg {
  animation: linesAnimTranslateTop 5.2s linear infinite;
}

.LinesAnim__Container--Small .LinesAnim__Svg {
  animation: linesAnimTranslateTop 4s linear infinite;
}

body.noScroll {
  overflow: hidden;
}

@keyframes linesAnimTranslateTop {
  0% {
    transform: none
  }

  to {
    transform: translate3d(0, -50%, 0)
  }
}

.LinesAnim__Svg {
  height: 200%;
  width: 100%;
}

.Nav__Menu.isOpen:after {
  transform: scaleY(1);
  transition: transform 1s cubic-bezier(.77, 0, .175, 1);
}

.Nav__Menu:after {
  background-color: var(--menuColor, #0e9092);
  content: "";
  height: 100%;
  position: absolute;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0s linear;
  width: 100%;
  z-index: -1;
}

.Nav__Menu ul {
  position: relative;
  z-index: 10;
}

.Nav__Menu ul li {
  margin: 20px 0;
}

.Nav__Menu ul li a {
  color: #fff;
  font-size: 0.3rem;
}

.Nav__Menu ul {
  width: 90%;
  text-align: center;
}

.Nav__Menu ul .dp {
  background: url(../images/down.png) no-repeat right 30% top 5px;
  background-size: 15px 15px;
}

.Nav__Menu ul .dp ul {
  margin-top: 20px;
}

.Nav__Menu ul .dp ul li {
  margin-top: 10px;
  margin-bottom: 0;
}

.Nav__Menu ul .dp ul li a {
  color: #fff;
  font-size: 0.2rem;
}

.Nav__Menu ul .dp ul {
  display: none;
  width: 100%;
}

.Nav__Menu ul .open {
  background: url(../images/up.png) no-repeat right 30% top 5px;
  background-size: 15px 15px;
}

/*******************************************/
.page {
  margin: 0.7rem 0;
  text-align: center;
}

.page a {
  display: inline-block;
  margin: 0 0.06rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.page a.on {
  color: #fff;
  border-radius: 50%;
  background-color: #6eb92b;
}

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99999999;
  display: none;
}

.cookies .cookies-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}

.ot-sdk-container {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.ot-sdk-container .left {
  width: 60%;
  font-size: 14px;
  line-height: 1.8;
  color: #696969;
}

.ot-sdk-container .left .onetrust-policy {
  padding: 0.45rem 0 .625rem 0.7rem;
  overflow: hidden;
}

.ot-sdk-container .left .onetrust-policy a {
  color: #6ab928;
  text-decoration: underline;
}

.ot-sdk-container .right {
  width: 40%;
}

#onetrust-accept-btn-handler,
#onetrust-reject-all-handler {
  background-color: #6eb92b;
  border-color: #6eb92b;
  color: #FFFFFF;
  margin-right: 1em;
  min-width: 125px;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  padding: 12px 10px;
  line-height: 1.2;
  font-size: .813em;
  font-weight: 600;
}

@media screen and (max-width: 1420px) {
  footer .foot .foot-nav dl {
    margin-left: 0.5rem;
  }

  .Biopharma-page .overview {
    padding: 0 0.3rem;
  }

  .Biopharma-page .burning {
    padding: 0 0.3rem;
  }

  .Diagnostic-page .s2 .item {
    padding: 1.42rem 0.3rem 1.5rem;
  }

  .offer-container,
  .FAQ-page .FAQ-list,
  .core-page .platforms {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .lab-page .s1 {
    padding: 1.25rem 0.3rem;
  }

  .lab-page .s2 {
    padding: 1.15rem 0.3rem 1.5rem;
  }

  .lab-page .s2 .list .item .title {
    font-size: 0.3rem;
    padding: 0.4rem;
  }

  .lab-page .s3 .item {
    padding: 1.42rem 0.3rem 1.5rem;
  }

  .early-page .s2 .content,
  .early-page .s3 .list,
  .patient-page .s2 .list,
  .press-page .press-big,
  .press-page .press-list,
  .news-details-page .container,
  .events-page .events-list,
  .webinars-page .webinars-list,
  .resource-page .video-list {
    padding: 0 0.3rem;
  }

  .patient-page .s1 {
    padding: 1.4rem 0.3rem;
  }

  .s-details__page .content {
    padding: 1.2rem 0.3rem;
  }

  .publications-page .pulications-list .item {
    padding: 0.7rem 0.3rem 0.4rem 0;
  }

  .events-page .events-big-book {
    padding: 0.35rem 0.3rem 0.4rem;
  }

  .resource-page .resource-list .item {
    padding: 0.45rem 0.3rem;
  }

  .team-page .team-list {
    padding: 0.5rem 0.3rem 0;
  }

  .careers-page .jobs .item {
    padding: 0.4rem;
  }
}

@media screen and (max-width: 996px) {
  .core-page .core-content {
    padding: 0.8rem 0;
  }

  .core-page .core-content .content,
  .core-page .platforms .core-list_two {
    max-width: 96%;
  }

  .core-page .core-list_one .item,
  .core-page .platforms .core-list_two .item {
    flex-direction: column !important;
  }

  .core-page .core-list_one .item::before {
    width: 50%;
    left: 0 !important;
    right: auto !important;
  }

  .core-page .core-list_one .item figure,
  .core-page .core-list_one .item article,
  .core-page .platforms .core-list_two .item figure,
  .core-page .platforms .core-list_two .item article {
    width: 100%;
  }

  .core-page .core-list_one .item article {
    margin-top: 0.3rem;
    padding: 0 0.3rem;
  }

  .core-page .platforms .core-list_two .item article {
    margin-top: 0.2rem;
    padding: 0 !important;
  }

  .home .banner .swiper1 .swiper-slide .til {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: 25%;
    transform: translateY(0);
    padding: 0 0.3rem 0.2rem;
    font-size: 0.32rem;
    line-height: 1.6;
  }

  .home .banner .swiper1 .swiper-slide .til::before {
    left: 0.3rem;
  }

  .home .banner .preview {
    width: 100%;
    left: 0;
    padding: 0 0.3rem;
  }

  .home .s1 {
    height: 6rem;
  }

  .home .s1 .txt .til {
    font-size: 0.28rem;
  }

  .home .s1 .txt .button {
    margin-top: 0.8rem;
    border-color: #6eb92b;
    background-color: #6eb92b;
    color: #fff;
  }

  .home .s1 .txt svg {
    fill: #fff;
  }

  .home .s1 .icon {
    left: 0.3rem;
    width: 2.3rem;
  }

  .home .base-title {
    font-size: 0.28rem;
    line-height: 1.4;
  }

  .home .s2 {
    max-width: 100%;
    padding: 1rem 0.3rem 0.56rem;
  }

  .home .s2 .swiper .swiper-container {
    padding: 20px;
  }

  .home .s2 .swiper .h-p-box .h-p-link .link {
    width: 0.3rem;
    height: 0.3rem;
  }

  .home .s2 .swiper .h-p-box .h-p-link .link svg {
    width: 13px;
    height: 13px;
  }

  .home .s2 .swiper .h-p-box .h-p-link {
    padding: 0 0.3rem 0.25rem;
  }

  .home .s2 .swiper .h-p-box .h-p-link .title {
    max-width: 88%;
  }

  .home .s2 .swiper .h-p-box .h-p-link .title .til1 {
    font-size: 0.2rem;
    line-height: 1.5;
  }

  .home .s2 .swiper .h-p-box .h-p-link .title .til2 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 1.4;
  }

  .home .s2 .more {
    margin-top: 0;
  }

  .home .s3 .big-swiper {
    width: 100%;
    padding: 0 0.2rem;
  }

  .home .s3 .big-swiper .swiper-container {
    padding: 1rem 0;
  }

  .home .s3 .big-swiper .swiper-slide-active {
    transform: scale(2.2);
  }

  .home .s3 .big-swiper .swiper-slide-active .box {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .home .s3 .big-swiper .swiper-slide .box {
    padding: 0 0.1rem;

  }

  .home .s3 .big-swiper .swiper-slide .box i {
    width: 0.3rem;
  }

  .home .s3 .big-swiper .swiper-slide .box .til {
    font-size: 0.10rem;
    margin-top: 0.1rem;
  }

  .home .s3 .big-swiper .swiper-slide .box .intro {
    font-size: 0.06rem;
    line-height: 1.4;
    margin-top: 0.1rem;
  }

  .home .s3 .tabs {
    width: 98%;
    margin: 1.1rem auto 0;
  }

  .home .s3 .tabs .tab svg {
    width: 24px;
    height: 24px;
  }

  .home .s3 .tabs .tab p {
    font-size: 0.1rem;
  }

  .home .s4 {
    min-height: 75vh;
    background-position: center;
  }

  .home .s4 .content .title {
    font-size: 0.32rem;
  }

  .home .s4 .content {
    width: 100%;
    margin-left: 0;
    padding: 0 0.3rem;
  }

  .overlay .overlay-dialog .dialog.video {
    width: 96%;
  }

  .home .s5 .swiper .swiper-container {
    padding: 1.3rem 0 0.8rem;
  }

  .overlay .overlay-dialog .dialog.meeting {
    width: 96%;
  }

  .overlay .overlay-dialog .dialog {
    padding: 0.6rem 0;
  }

  .overlay .overlay-dialog .dialog .dialog-body {
    width: 90%;
  }

  .overlay .overlay-dialog .dialog .dialog-body .col-12 {
    width: 100%;
    margin-right: 0;
  }

  footer .foot .f-wrap {
    flex-direction: column;
    text-align: center;
  }

  footer .foot .foot-logo {
    margin: auto;
  }

  footer .f-wrap .foot-nav {
    flex-direction: column;
    margin-top: 0.5rem;
    width: 100%;
  }

  footer .foot .foot-nav dl {
    margin-left: 0;
    margin-top: 0.25rem;
  }

  footer .share .f-wrap {
    justify-content: center;
  }

  footer .copyright .f-wrap {
    flex-direction: column;
    text-align: center;
  }

  .service .banner .title {
    width: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .service .banner .title .til2 {
    font-size: 0.26rem;
    line-height: 1.4;
  }

  .product-page .base-title {
    font-size: 0.32rem;
  }

  .product-page .s1 {
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .product-page .s1 .txt {
    font-size: 0.24rem;

  }

  .product-page .s2 .item {
    padding: 1rem 0;
  }

  .product-page .p-wrap {
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .product-page .p-wrap .item-container,
  .product-page .s2 .item:nth-child(2n) .item-container {
    flex-direction: column;
    text-align: left;
  }

  .product-page .s2 .item:nth-child(2n) .item-container .right .readMore {
    justify-content: flex-start;
  }

  .product-page .s2 .item .item-container .pic,
  .product-page .s2 .item .item-container .right {
    width: 100%;
  }

  .product-page .s2 .item .item-container .right {
    margin-top: 0.4rem;
  }

  .product-page .s2 .item .item-container .pic p {
    font-size: 0.24rem;
  }

  .product-page .download,
  .p_details-page .download,
  .Biopharma-page .download {
    height: 40vh;
    background: url(../images/Bio_bg_1.jpg) no-repeat;
    background-position: center;
  }

  .product-page .download .bg,
  .p_details-page .download .bg,
  .Biopharma-page .download .bg {
    display: none;
  }

  .product-page .download .content,
  .p_details-page .download .content,
  .Biopharma-page .download .content {
    width: 100%;
    top: 32%;
    left: 0;
    font-size: 0.16rem;
    text-align: center;
  }

  .product-page .download .content .down,
  .p_details-page .download .content .down {
    font-size: 0.26rem;
  }

  .product-page .download .content .button,
  .p_details-page .download .content .button {
    margin-top: 0.5rem;
  }

  .product-page .download .pic,
  .p_details-page .download .pic,
  .Biopharma-page .download .pic {
    width: 70%;
    right: 50%;
    transform: translateX(50%);
  }

  .p_details-page .banner .title {
    max-width: 96%;
    width: 96%;
    text-align: center;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
  }

  .p_details-page .banner .title .til2 {
    margin-top: 0.5rem;
    line-height: 2;
    font-size: 0.32rem;
  }

  .p_details-page .banner .title .til3 {
    margin-top: 0.3rem;
    font-size: 0.26rem;
  }

  .p_details-page .p-details__container .section {
    padding: 0.78rem 0;
  }

  .p_details-page .s1 .list {
    max-width: 100%;
    width: 100%;
    padding: 0 0.3rem;
    margin-top: 0.7rem;
    flex-direction: column;
  }

  .p_details-page .s1 .item {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }

  .p_details-page .table {
    overflow-x: auto;
  }

  .p_details-page .table .tr .th,
  .p_details-page .table .tr .td {
    min-width: 120px;
  }

  .Biopharma-page .bnr .title .content {
    max-width: 100%;
    width: 100%;
    padding: 0 0.3rem;
    font-size: 0.2rem;
  }

  .Biopharma-page .bnr .title .bg-til {
    font-size: 1.8rem;
  }

  .Biopharma-page .bnr .title {
    padding: 1rem 0;
  }

  .Biopharma-page .bnr #certify .swiper-slide {
    height: 6.2rem;
  }

  .Biopharma-page .overview .accordion {
    flex-direction: column;
  }

  .Biopharma-page .overview .accordion .item {
    width: 100% !important;
    border-radius: 8px !important;
    margin-bottom: 0.2rem;
    height: 5.67rem;
  }

  .Biopharma-page .overview .accordion .item .content h2 {
    font-size: 0.32rem !important;
  }

  .Biopharma-page .overview .accordion .item .txt {
    display: block !important;
    text-align: left !important;
  }

  .Biopharma-page .overview .accordion .item .deliver {
    display: flex !important;
    align-items: center;
  }

  .Biopharma-page .overview .accordion .item .content {
    padding: 0 0.4rem !important;
    text-align: left !important;
  }

  .Biopharma-page .download {
    height: 65vh;
  }

  .Biopharma-page .download .content {
    max-width: 90%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .Biopharma-page .download .pic {
    width: 90%;
  }

  .overlay .overlay-dialog .dialog .dialog-body .interest .check-item input[type="text"] {
    width: 60%;
  }

  .Biopharma-page .partners .swiper::after,
  .Biopharma-page .partners .swiper::before {
    width: 2rem;
  }

  .Biopharma-page .news .news-swiper {
    width: 100%;
  }

  .news .banner .title {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0 0.3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .Diagnostic-page .s1 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .Diagnostic-page .s1 .diagno-list {
    flex-wrap: wrap;
  }

  .Diagnostic-page .s1 .diagno-list .item {
    width: 50%;
    margin-bottom: 0.5rem;
  }

  .Diagnostic-page .s1 .diagon-num__list {
    flex-direction: column;
    padding: 0.5rem 0 0;
  }

  .Diagnostic-page .s1 .diagon-num__list .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .Diagnostic-page .s1 .diagon-num__list .item::after {
    width: 0;
  }

  .Diagnostic-page .s1 .diagon-num__list .item .til1 {
    margin-top: 0.3rem;
  }

  .Diagnostic-page .diagno-wrap,
  .Diagnostic-page .s2 .item:nth-child(2n) .diagno-wrap {
    flex-direction: column;
  }

  .Diagnostic-page .s2 .item figure,
  .Diagnostic-page .s2 .item article {
    width: 100%;
  }

  .Diagnostic-page .s2 .item article {
    margin-top: 0.35rem;
  }

  .Diagnostic-page .s2 .item:nth-child(2n) .diagno-wrap article {
    text-align: left;
  }

  .Diagnostic-page .s2 .item:nth-child(2n) .diagno-wrap article .divider {
    margin-left: 0;
  }

  .offer-container .offer-list {
    margin-top: 0.8rem;
    flex-direction: column;
  }

  .offer-container .offer-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }

  .lab-page .s1 .title {
    max-width: 100%;
    width: 100%;
    padding: 0 0.3rem;
  }

  .lab-page .s1 {
    padding: 0.85rem 0.3rem;
  }

  .lab-page .s1 .list {
    flex-direction: column;
  }

  .lab-page .s1 .list .item {
    width: 100%;
    margin-bottom: 0.35rem;
  }

  .lab-page .s1 .list .item .info .city-list {
    flex-wrap: wrap;
  }

  .lab-page .s1 .list .item .info .city-list .city-item {
    margin-bottom: 0.25rem;
  }

  .lab-page .s2 {
    padding: 0.85rem 0.3rem 1.2rem;
  }

  .lab-page .s2 .list {
    flex-direction: column;
  }

  .lab-page .s2 .list .item {
    width: 100%;
    background: aliceblue;
    margin-bottom: 0.25rem;
    min-height: auto;
  }

  .lab-page .s3 .service-base_title {
    padding: 0.7rem 0.2rem 0;
    font-size: 0.26rem;
  }

  .lab-page .lab-wrap,
  .lab-page .s3 .item:nth-child(2n) .lab-wrap {
    flex-direction: column;
  }

  .lab-page .s3 .item figure,
  .lab-page .s3 .item article {
    width: 100%;
  }

  .lab-page .s3 .item article {
    margin-top: 0.2rem;
  }

  .lab-page .s3 .item:nth-child(2n) .lab-wrap article {
    text-align: left;
  }

  .lab-page .s3 .item:nth-child(2n) .lab-wrap article .divider {
    margin-left: 0;
  }

  .lab-page .service-base_title {
    font-size: 0.26rem;
    padding: 0 0.2rem;
  }

  .lab-page .s4 {
    padding: 1rem 0 0;
  }

  .early-page .s1 .title {
    max-width: 100%;
    width: 100%;
    padding: 0 0.3rem;
  }

  .early-page .s1 .list {
    flex-wrap: wrap;
  }

  .early-page .s1 .list .item {
    width: 50%;
  }

  .early-page .service-base_title {
    font-size: 0.26rem;
    padding: 0 0.2rem;
  }

  .early-page .s2 .content {
    margin-top: 0.8rem;
    flex-direction: column;
  }

  .early-page .s2 .content .pic,
  .early-page .s2 .content .article {
    width: 100%;
  }

  .early-page .s2 .content .article {
    margin-top: 0.3rem;
  }

  .early-page .s3 .list .item {
    width: 100%;
    margin-right: 0;
  }

  .patient-page .s1 {
    padding: 0.8rem 0.3rem;
  }

  .patient-page .patient-wrap {
    flex-direction: column;
  }

  .patient-page .s1 .pic {
    width: 100%;
  }

  .patient-page .s1 .list {
    width: 100%;
    margin-top: 0.3rem;
  }

  .patient-page .service-base_title {
    font-size: 0.26rem;
    padding: 0 0.2rem;
  }

  .patient-page .s2 .num_list {
    margin-top: 0.7rem;
    flex-direction: column;
  }

  .patient-page .s2 .num_list .item {
    margin: 0.4rem 0;
  }

  .patient-page .s2 .list .item {
    width: 100%;
    margin-right: 0;
    animation-delay: 0s !important;
  }

  .patient-page .s2 .note {
    text-align: left;
    padding: 0 0.2rem;
  }

  .s-details__page .banner .title {
    padding: 0 0.3rem;
  }

  .s-details__page .banner .title .til2 {
    font-size: 0.25rem;
  }

  .press-page .press-big {
    flex-direction: column;
  }

  .press-page .press-big .pic,
  .press-page .press-big .article {
    width: 100%;
  }

  .press-page .press-big .article {
    margin-top: 0.3rem;
  }

  .press-page .press-list .item {
    width: 100%;
    margin-right: 0;
    animation-delay: 0.2s !important;
  }

  .news-details-page .container,
  .news-details-page .container .main .info {
    flex-direction: column;
  }

  .news-details-page .container .main,
  .news-details-page .container .aside {
    width: 100%;
  }

  .news-details-page .container .main .info p:nth-child(2) {
    margin-left: 0;
    margin-top: 0.2rem;
  }

  .news-details-page .container .aside {
    margin-top: 0.5rem;
  }

  .publications-page .number #productNumber {
    flex-direction: column;
  }

  .publications-page .number {
    padding: 0.7rem 0.3rem 0.6rem;
  }

  .publications-page .number #productNumber li {
    margin: 0.5rem 0;
  }

  .publications-page .pulications-list .item {
    flex-direction: column;
    padding: 0.7rem 0.3rem 0.4rem;
  }

  .publications-page .pulications-list .item .pic {
    width: 100%;
  }

  .publications-page .pulications-list .item .article {
    margin-top: 0.4rem;
  }

  .events-page .events-big-book {
    flex-direction: column;
  }

  .events-page .events-big-book .pic,
  .events-page .events-big-book .article {
    width: 100%;
  }

  .events-page .events-big-book .article {
    margin-top: 0.3rem;
  }

  .events-page .events-list .item,
  .webinars-page .webinars-list .item {
    width: 100%;
    margin-right: 0;
    animation-delay: 0.2s !important;
  }

  .resource-page #tabs {
    padding-top: 1rem;
  }

  .resource-page .tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .resource-page .tabs li a {
    font-size: 0.2rem;
  }

  .resource-page .video-list .video-item {
    width: 100%;
    margin-right: 0;
  }

  .company .banner .title {
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 0.3rem;
  }

  .aboutUs-page .company-intro__box {
    padding: 1.5rem 0.3rem;
  }

  .aboutUs-page .company-intro__box .intro_box {
    max-width: 100%;
    width: 100%;
  }

  .aboutUs-page .company-list .item,
  .aboutUs-page .company-list .item:nth-child(2n) {
    flex-direction: column;
    padding: 0.7rem 0;
    text-align: left;
  }

  .aboutUs-page .company-list .item .pic,
  .aboutUs-page .company-list .item .article {
    width: 100%;
  }

  .aboutUs-page .company-list .item .article {
    margin-top: 0.3rem;
  }

  .aboutUs-page .company-list .item:nth-child(2n) .photo {
    justify-content: flex-start;
  }

  .aboutUs-page .company-list .item .article .photo figure {
    margin-right: 0.3rem;
  }

  .aboutUs-page .company-list .item:nth-child(2n) .photo figure {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  .aboutUs-page .company-list .item:nth-child(2n) .photo figure p {
    margin-left: 10px;
  }

  .team-page .team-list .item {
    width: 100%;
    margin-right: 0;
    animation-delay: 0s !important;
  }

  .team-page .team-list .item .intro-box,
  .team-page .team-list .item .pic-box {
    padding: 0.5rem 0.3rem 0;
  }

  .careers-page .join {
    padding: 1rem 0 1.6rem;
    background-size: 5rem;
  }

  .careers-page .join .content {
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .careers-page .jobs {
    margin: 1rem auto;
  }

  .careers-page .jobs .item {
    padding: 0.3rem 0.2rem;
    animation-delay: 0s !important;
  }

  .careers-page .jobs .item .jobs-name {
    font-size: 0.24rem;
  }

  .careers-page .jobs .item .location {
    font-size: 0.24rem;
  }

  .careers-page .values {
    display: none;
  }

  /* .careers-page .values .swiper {
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .careers-page .values .swiper .swiper-slide figure {
    width: 100%;
  }

  .careers-page .values .swiper .swiper-slide article {
    width: 100%;
    position: static;
    transform: none;
  } */

  .contactUs-page .address-wrap {
    max-width: 100%;
    padding: 0 0.3rem;
    flex-direction: column;
  }

  .contactUs-page .address .info-box,
  .contactUs-page .address .pic {
    width: 100%;
  }

  .contactUs-page .address .pic {
    margin-top: 0.5rem;
  }

  .contactUs-page .msg {
    width: 100%;
    padding: 0.7rem 0.3rem 0;
    flex-direction: column;
  }

  .contactUs-page .msg .txt,
  .contactUs-page .msg .form {
    width: 100%;
  }

  .contactUs-page .msg .form {
    margin-top: 0.5rem;
  }

  .contactUs-page .msg .form .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .contactUs-page .msg .form .row .col-12,
  .contactUs-page .msg .form .row .col-24 {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .ot-sdk-container {
    flex-direction: column;
  }

  .ot-sdk-container .left,
  .ot-sdk-container .right {
    width: 100%;
  }

  .ot-sdk-container .left .onetrust-policy {
    padding: 0.3rem;
  }

  .ot-sdk-container .right {
    padding: 0.3rem 0;
  }

  .xs-visible {
    display: block !important;
  }

  header {
    display: none !important;
  }

  header.m_nav {
    display: block !important;
    padding: 0.2rem 0;
    height: auto;
  }

  header.m_nav .h-m_wrap {
    padding: 0 5%;
  }

  header.m_nav .logo img {
    width: 3.2rem;
  }


  header.m_nav .logo img:first-child {
    display: block;
  }

  header.m_nav .logo img:last-child {
    display: none;
  }

  header:hover .logo img:first-child,
  header.on .logo img:first-child {
    display: none;
  }

  header:hover .logo img:last-child,
  header.on .logo img:last-child {
    display: block;
  }

  .bar {
    transform: scale(.8);
    right: 10px;
    top: 15px;
  }

  .Nav__Menu {
    display: flex !important;
  }

  .Nav__MenuButtonIconContainer {
    display: flex;
    height: 14.4000000002vw;
    justify-content: center;
    width: 14.4000000002vw;
  }

  .Nav__MenuButtonIconStroke:first-child {
    top: 5.7333333334vw;
  }

  .Nav__MenuButtonIconStroke:nth-child(2) {
    top: 6.8000000001vw;
  }

  .Nav__MenuButtonIconStroke:last-child {
    bottom: 6.1333333334vw;
  }

  .Nav__MenuClose {
    border-radius: 14.4000000002vw;
    height: 14.4000000002vw;

    width: 14.4000000002vw;
  }

  .Nav__MenuCloseStroke {
    height: 0.2666666667vw;
    left: calc(50% - 1.33333vw);
    top: calc(50% - 0.13333vw);
    width: 2.9333333334vw;
  }

  .p_details-page .p-details__container .section .content table tr {
    display: flex;
    flex-direction: column;
  }

  .p_details-page .p-details__container .section .content table tr td {
    margin-bottom: 0.2rem;
  }
}