@charset "UTF-8";
.section {
  background-color: #fff;
}

.section h3,
.section h5 {
}

.section .container {
  padding: 0 9rem;
}

.section .section-title {
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.section .section-title::after {
  display: none;
}

.section .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.section .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.section .knowmore {
  display: inline-block;
  border: 1px solid;
  margin-top: 2rem;
  font-size: 0.8rem;
  min-width: 7.5rem;
  line-height: 2.8;
  border: 1px solid;
  border-radius: 1.15rem;
  padding: 0 1.5em;
  text-align: center;
}

.section .knowmore.black {
  color: #222;
}

.section .knowmore.black:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.section .knowmore.white {
  color: #fff;
}

.section .knowmore.white:hover {
  color: #222;
  border-color: #fff;
  background-color: #fff;
}

.section .swiper-pagination-line {
  line-height: 0.1rem;
}

.section .swiper-pagination-line .swiper-pagination-bullet {
  margin: 0 !important;
  border: 0;
  width: 1rem !important;
  height: 0.1rem;
  background: #000;
  border-radius: 0.1rem;
  opacity: 0.2;
  vertical-align: top;
  transition: all 0.3s;
}

.section .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ea5504;
  opacity: 1;
}

/* banner */
.section-banner {
  position: relative;
}

.section-banner .swiper-slide {
  overflow: hidden;
}

.section-banner .swiper-slide img {
  transform: scale(1);
}

.section-banner .swiper-slide-active img {
  transform: scale(1);
}

.section-banner .swiper-slide-active .banner-slogan > * {
  top: 0;
  opacity: 1;
}

.section-banner .video-box {
  height: 100%;
  position: relative;
  font-size: 0;
}

.section-banner .banner-slogan {
  position: absolute;
  top: 29%;
  right: 8.5%;
  text-align: left;
  color: #fff;
}

.section-banner .banner-slogan > * {
  position: relative;
  top: -1rem;
  opacity: 0;
}

.section-banner .banner-slogan h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 2rem;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.section-banner .banner-slogan p {
  font-size: 0.9rem;
  line-height: 1.8;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
}

.section-banner .banner-slogan .knowmore {
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  margin-top: 1.3rem;
}

.section-banner .banner-slogan .knowmore:hover {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.section-banner .banner-slogan.slogan-text-center {
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.section-banner .banner-slogan.slogan-text-black {
  color: #000022;
}

.section-banner .banner-slogan.slogan-text-black .knowmore:hover {
  color: #fff;
  background-color: #000022;
  border-color: #000022;
}

.section-banner .banner-slogan.slogan-text-white {
  color: #fff;
}

.section-banner .video-box ~ .banner-slogan {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.section-banner .video-box ~ .banner-slogan p {
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 0.8em;
}

.section-banner .swiper-banner-prev,
.section-banner .swiper-banner-next {
  font-size: 3.25rem !important;
  background: none;
}

.section-banner .swiper-banner-pagination {
  bottom: 1.5rem !important;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 1rem !important;
  background: #d2d1d1;
  opacity: 0.5;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem !important;
  background: #ea5504;
  opacity: 0.7;
}

.section-hot {
  background-color: #f6f6f6;
}

.section-hot .products-warp {
  float: left;
  width: 36%;
}

.section-hot .products-warp .product-img {
  height: 26.5rem;
  display: flex;
  align-items: center;
}

.section-hot .products-warp .product-desc h3 {
  font-size: 1.2rem;
  color: #222;
  margin: 2em 0 0;
}

.section-hot .products-warp .product-desc h5 {
  font-size: 0.8rem;
  color: #666;
  margin: 1.2em 0;
}

.section-hot .products-warp .product-desc .more {
  font-size: 0.8rem;
  line-height: 1.5;
}

.section-hot .products-warp .product-desc .more .iconright {
  font-size: 0.9em;
  color: #1065f1;
  margin-left: 0.2em;
  line-height: 1.2rem;
  font-weight: bold;
  vertical-align: top;
}

.section-hot .series-wrap {
  float: right;
  width: 60%;
  text-align: left;
}

.section-hot .series-wrap .series-waterfall {
  width: 27%;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: top;
}

.section-hot .series-wrap .series-waterfall .series-item {
  background-color: #fff;
  padding: 0 1rem 2.25rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  text-align: left;
}

.section-hot .series-wrap .series-waterfall .series-item .series-name {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  padding: 1.8em 0.5em;
  font-weight: bold;
}

.section-hot .series-wrap .series-waterfall .series-item img {
  transition: all 0.5s;
}

.section-hot .series-wrap .series-waterfall .series-item:hover img {
  transform: scale(1.1);
}

.section-hot .series-wrap .series-waterfall .series-item.active {
  background-color: #f0f1f2;
}

.section-hot .swiper-hotproduct-pagination {
  bottom: auto !important;
  top: 81%;
  text-align: left;
}

.section-intellect {
  background-color: #f6f6f6;
  padding-top: 5rem;
}

.section-intellect .section-intellect-wrap {
  display: flex;
  align-items: center;
}

.section-intellect .case-wrap {
  float: left;
  width: 50%;
  text-align: center;
}

.section-intellect .case-wrap .case-title {
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.section-intellect .case-wrap .case-swiper {
  position: relative;
  margin-top: 2.5rem;
}

.section-intellect .case-wrap .case-swiper .swiper-case-pagination {
  position: relative;
  margin-top: 0.2rem;
}

.section-intellect .case-wrap .case-swiper .swiper-case-prev,
.section-intellect .case-wrap .case-swiper .swiper-case-next {
  position: absolute;
  outline: 0;
  font-size: 1.3rem;
  top: 7.2rem;
}

.section-intellect .case-wrap .case-swiper .swiper-case-prev.swiper-button-disabled,
.section-intellect .case-wrap .case-swiper .swiper-case-next.swiper-button-disabled {
  opacity: 0.2;
}

.section-intellect .case-wrap .case-swiper .swiper-case-prev {
  left: 10%;
}

.section-intellect .case-wrap .case-swiper .swiper-case-next {
  right: 10%;
}

.section-intellect .case-wrap .swiper-container {
  width: 58%;
  margin: 0 auto;
}

.section-intellect .case-wrap .swiper-container .case-img {
  display: block;
  overflow: hidden;
  margin: 0 0.6rem;
}

.section-intellect .case-wrap .swiper-container .case-img img {
  transition: all 0.5s;
}

.section-intellect .case-wrap .swiper-container .case-img:hover img {
  transform: scale(1.1);
}

.section-intellect .case-wrap .swiper-container .case-desc {
  color: #222222;
  font-size: 0.8rem;
  margin: 1em 0;
}

.section-intellect .case-wrap .knowmore {
  margin-top: 2.4rem;
}

.section-intellect .solution-wrap {
  float: right;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.section-intellect .solution-wrap .solution-img img {
  transition: all 0.5s;
}

.section-intellect .solution-wrap .solution-desc {
  position: absolute;
  top: 12.6%;
  left: 0;
  right: 0;
  text-align: center;
  color: #222;
}

.section-intellect .solution-wrap .solution-desc p {
  letter-spacing: 0.4em;
}

.section-intellect .solution-wrap .solution-desc .solution-title {
  font-size: 1.9rem;
  margin: 0.5em 0;
}

.section-intellect .solution-wrap .solution-desc span {
  font-size: 0.9rem;
}

.section-intellect .solution-wrap .solution-desc span .iconmore {
  font-size: 0.9rem;
  margin-left: 0.3em;
  line-height: 1;
  font-weight: normal;
}

.section-intellect .solution-wrap:hover .solution-img img {
  transform: scale(1.1);
}

.section-commercial .commercial-tags {
  display: flex;
  justify-content: space-between;
}

.section-commercial .commercial-tags li {
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #222;
  font-weight: bold;
  border-bottom: 0.1rem solid transparent;
}

.section-commercial .commercial-tags li:hover {
  color: #1065f1;
}

.section-commercial .commercial-tags li.active {
  border-color: #1065f1;
  color: #1065f1;
}

.section-commercial .commercial-container2 {
  margin-top: 2rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.section-commercial .commercial-container2.loading > * {
  opacity: 0 !important;
}

.section-commercial .commercial-container2 .case-img {
  float: left;
  width: 50%;
  position: relative;
}

.section-commercial .commercial-container2 .case-img img {
  height: 28.5rem;
  object-fit: cover;
}

.section-commercial .commercial-container2 .case-info {
  float: left;
  width: 50%;
  padding-left: 3rem;
  color: #222;
  height: 28.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.section-commercial .commercial-container2 .case-info h3.case-title {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2;
  border-bottom: 0.1rem solid;
  margin: 0;
}

.section-commercial .commercial-container2 .case-info p.case-subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-commercial .commercial-container2 .case-info .case-products {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item {
  width: 32%;
  padding-bottom: 2%;
  background-color: #f6f6f6;
  text-align: center;
  overflow: hidden;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item img {
  width: 82.6%;
  transition: all 0.5s;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item p {
  font-size: 0.9rem;
  color: #222;
  font-weight: bold;
}

.section-commercial .commercial-container2 .case-info .case-products .product-item:hover img {
  transform: scale(1.1);
}

.section-commercial .commercial-container {
  margin-top: 2rem;
  position: relative;
}

.section-commercial .commercial-container.loading > * {
  opacity: 0 !important;
}

.section-commercial .commercial-container .swiper-slide {
  position: relative;
}

.section-commercial .commercial-container .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.section-commercial .commercial-container .case-img {
  overflow: hidden;
}

.section-commercial .commercial-container .case-img img {
  transition: all 0.5s;
}

.section-commercial .commercial-container .case-img:hover img {
  transform: scale(1.1);
}

.section-commercial .commercial-container .case-info {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.5rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.section-commercial .commercial-container .case-info h3.case-title {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
  border-bottom: 0.1rem solid;
  margin: 0;
}

.section-commercial .commercial-container .case-info p.case-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.section-commercial .commercial-container .case-info .case-btns {
  margin-top: 1rem;
}

.section-commercial .commercial-container .case-info .case-btns > a {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin: 0 2em;
}

.section-commercial .commercial-container .case-info .case-btns > a .iconmore {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-left: 0.5em;
  vertical-align: top;
}

.section-commercial .commercial-container .case-info .case-btns > a:hover {
  color: #ea5504;
}

html.gray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  filter: gray;
}
.section .case-light-title {
  position: relative;
  margin: 0 auto;
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.section .prejinshi p{
  position: relative;
  display: inline-block;
}
.section-content{
  margin-top: 3rem;
}
.section-content .sub-title{
  color: #ea5504;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

.section-content .sub-body {
  /* padding: 3rem 0; */
}
.section-content .sub-body .product-show {
  margin: auto;
  text-align: center;
  transition: all .4s ease-out;
}
.section-content .sub-body .product-show .product-air {
  display: inline-block;
  vertical-align: bottom;
  width: 28%;
  font-size: 0.8rem;
  color: white;
  transition: all .2s ease-out;
}
.section-content .sub-body .product-show.animated .product-air {
  display: inline-block;
  vertical-align: bottom;
  width: 18%;
  font-size: 0.8rem;
  color: white;
}
.section-content .sub-body .product-show span {
  display: inline-block;
  margin: 1rem 0;
}
.section-content .sub-body .product-show .product-10 {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-left: 12rem;
  font-size: 0.8rem;
  color: white;
  transition: all .2s ease-out;
}
.section-content .sub-body .product-show.animated .product-10 {
  display: inline-block;
  vertical-align: bottom;
  width: 40%;
  margin-left: 0.9rem;
  font-size: 0.8rem;
  color: white;
}
.section-content .sub-body .product-show span {
  display: inline-block;
  margin: 1rem 0;
  color:#373737;
}
.section-content .sub-body .jinshi-advantage{
  margin-top:3rem;
  margin-bottom: 3rem;
}
.section-content .sub-body .jinshi-advantage ul {
  display:flex;
  flex-direction: row;
  /* justify-content: space-between; */
}
.section-content .sub-body .jinshi-advantage li {
  background-color: #f5f5f6;
  /* height: 25rem; */
  border-radius: .6rem;
  flex: 1;
  text-align: center;
  padding-top: 3.6rem;
  margin-right: 1rem;
}
.section-content .sub-body .jinshi-advantage ul .advantage-img{
  margin-bottom:2.4rem;
}
.section-content .sub-body .jinshi-advantage ul .advantage-img img{
  width:26.5%;
}
.section-content .sub-body .jinshi-advantage ul .advantage-title{
  font-weight: bold;
}
.section-content .sub-body .jinshi-advantage ul .advantage-content{
  font-size: .8rem;
  line-height: 1.46rem;
  text-align: left;
  padding: 2rem;
}
/* 产品推荐satert */
.product{
  padding: 4rem 0;
  background: #f6f6f6;
}
.product .section-content {
  margin-top: 3rem;
}
.product .section-content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product .section-content ul li {
  cursor: pointer;
  width: 32%;
  display: inline-block;
  /* background-image: -webkit-radial-gradient(circle, #1e273b, #141b2a); */
  background:#fff;
  border-radius: 0.24rem;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: .0133rem solid transparent;
  border-radius: 1rem;
}
.product .section-content ul li .choose-box {
  padding: 1rem;
  overflow: hidden;
}
.product .section-content ul li .choose-box .main-img-padding:hover img{
  transform: scale(1.2);
}
.product .section-content ul li .choose-box .main-title span{
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}
.product .section-content ul li .choose-box .main-img-padding .main-img-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  width: auto;
  max-width: 90%;
  margin: auto;
}
.product .section-content ul li .choose-box .main-img-padding {
  position: relative;
  /* padding-left: 5rem; */
  /* padding-top: 30%; */
}
.product .section-content ul li .choose-box p {
  font-size: 0.8rem;
  text-align: center;
  color: #6f778b;
  margin: 1rem 0 0 0;
}
/* 产品推荐end */
.healthy-sub-title{
  font-weight: 600;
  margin:0.1rem 0;
}

@media (min-width: 768px) {
  .section-banner {
    position: relative;
    padding-top: 47.95%;
  }
  .section-banner > .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .section-banner > .swiper-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-banner .banner-slogan.slogan-text-vcenter {
    top: 45%;
  }
  .section-banner .banner-slogan .banner-title{
    font-size: 4rem;
    font-weight:500;
    color:#ea5504;
  }
  .section-banner .banner-slogan .banner-title.jinshi{
    font-size: 2rem;
    font-weight:500;
    color:#ea5504;
  }
  .section-banner .banner-slogan .banner-sub-title{
    font-size: 3rem;
    color:#fff
  }
  .section-banner .banner-slogan .jinshi{
    color:#fff;
  }
  .section .prejinshi {
    margin-top:3rem;
    position: relative;
    margin: 0 auto;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  /* 数字健康 */
  .heathy{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: repeat(3, 300px);; */
    grid-gap: 15px 20px;
  }
  .heathy img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  .one {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .two { 
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .three {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .four {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .five{
    /* margin-top:2rem; */
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
.visiblepx{
  display: none;
}
.hiddenpx{
  display: block;
}
@media screen and (min-width:767px) and (max-width:1550px){
  .heathy {
    grid-gap:0;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap;
    justify-content: center; */
  }
  .heathy .items{
    display: flex;
    justify-content: space-between;
  }
  .heathy .items .healthyss{
    width:48%;
  }
  .heathy .one{
    width:100%;
    height:auto;
  }
  .heathy .two,.heathy .three,.heathy .four,.heathy .five{
    width:48%;
  }
  .heathy .two>div,.heathy .three>div,.heathy .four>div,.heathy .five>div{
    width:100%;
    height: 80% !important;;
  }
  .visiblepx{
    display: block;
  }
  .hiddenpx{
    display: none;
  }
}
