@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 26px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
@font-face {
  font-family: 'DINBold';
  src: url('../font/DIN-Bold.woff') format('woff'), url('../font/DIN-Bold.woff2') format('woff2'), url('../font/DIN-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINRegular';
  src: url('../font/DIN-Regular.woff') format('woff'), url('../font/DIN-Regular.woff2') format('woff2'), url('../font/DIN-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.DINregular {
  font-family: DINRegular;
}
.DINbold {
  font-family: DINBold;
}
.index-banner {
  overflow: hidden;
  /*height: calc(100vh - 0.8rem);*/
  height: 4.5rem;
  /*分页器*/
}
.index-banner .pc-index-banner {
  height: 100%;
}
.index-banner .dark-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .dark-banner .swiper-slide {
  height: 100%;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 50;
}
.index-banner .dark-banner .swiper-slide.noprogress {
  background-position: inherit;
}
.index-banner .dark-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 15%;
  height: 100%;
  top: 0;
  background: none;
}
.index-banner .swiper-button-prev {
  left: 0;
}
.index-banner .swiper-button-next {
  right: 0;
}
.index-banner .swiper-button-prev:hover span,
.index-banner .swiper-button-next:hover span {
  opacity: .6;
}
.index-banner .swiper-pagination-wrapper {
  top: auto;
  bottom: 0.6rem;
  background: none;
  margin: 0 auto;
  right: 0;
  position: absolute;
  left: 0;
}
.index-banner .dark-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  border: 1px solid #9fa1a4;
  opacity: 1;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  margin: 0 0.21rem;
}
.index-banner .swiper-pagination2 {
  width: 100%;
  position: relative;
  z-index: 6;
  text-align: center;
}
.index-banner .dark-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid transparent;
}
.index-banner .faker-pagin {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/paginbg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.02rem;
  left: 0.18rem;
  z-index: 2;
}
.index-banner .dark-banner .swiper-pagination-bullet i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.16rem;
}
.index-ban-doc {
  margin-top: 9.4vh;
}
.ban-doc {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ban-doc h4 p {
  text-transform: uppercase;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.4;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  opacity: .6;
  text-align: center;
}
.ban-doc h5 {
  color: #fff;
  font-size: 0.24rem;
  color: #ff3c02;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.24rem;
  text-align: center;
}
.ban-doc h2 {
  color: #fff;
  font-size: 0.36rem;
  margin-top: 14px;
  text-align: center;
  font-weight: bold;
}
.ban-more {
  overflow: hidden;
  width: 1.2rem;
  height: 0.44rem;
  border-radius: 30px;
  background-color: #ff3c02;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.3s linear;
  margin: 0 auto;
  margin-top: 0.6rem;
}
.ban-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0.1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.22rem;
}
.ban-more .circle {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0.08rem;
  transform: translateY(-50%);
}
.ban-more .circle:after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background-color: #ff3c02;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ban-more:hover {
  background-color: #fff;
  animation: rubberBand 1s linear;
}
.ban-more:hover span {
  color: #333333;
}
.ban-more:hover .circle {
  background-color: #222935;
}
.ban-more:hover .circle:after {
  background-color: #ff3c02;
}
.ban-pro {
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 21vh;
  left: 0;
  right: 0;
}
.ban-pro .pro {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 64% center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ban-pro .pro.pro01 {
  opacity: 1;
  z-index: 2;
}
.ban-pro .pro.pro02 {
  z-index: -1;
  opacity: 0;
}
.ban-pro.animated .pro.pro02 {
  transition: all 0.5s linear 1.66s;
  opacity: 1;
  z-index: 4;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .ban-pro {
    width: 100%;
    height: 4.7rem;
  }
}
.bandoc2 .move-p {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}
.bandoc2 .move-p:before {
  content: '';
  background: #ff3c02;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.bandoc2 .move-p .move-s {
  display: inline-block;
  position: relative;
  z-index: 1;
  animation-fill-mode: forwards;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.bandoc2.animated .move-p:before {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: maskUp;
  animation-name: maskUp;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bandoc2.animated .move-s {
  -webkit-animation-name: maskUpIn;
  animation-name: maskUpIn;
  animation-duration: 0.4s;
}
.banner-move > .movedoc:nth-child(1) .move-s {
  animation-delay: 0.65s;
}
.banner-move > .movedoc:nth-child(2) .move-s {
  animation-delay: 0.8s;
}
.banner-move > .movedoc:nth-child(3) .move-s {
  animation-delay: 0.9s;
}
.banner-move > .movedoc:nth-child(1) .move-p:before {
  animation-delay: 0.1s;
}
.banner-move > .movedoc:nth-child(2) .move-p:before {
  animation-delay: 0.25s;
}
.banner-move > .movedoc:nth-child(3) .move-p:before {
  animation-delay: 0.35s;
}
@-webkit-keyframes maskUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes maskUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes maskUpIn {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes maskUpIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInMask {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeOut.animated,
.fadeInMask.animated {
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInMask {
  position: relative;
}
.fadeInMask:before {
  content: '';
  display: inline-block;
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInMask.Org:before {
  background-color: #fff;
}
.fadeInMask.animated:before {
  -webkit-animation-duration: 0.08s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  animation-duration: 0.08s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ph-product {
  background: url(../images/phprobg.jpg) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
}
.product-swiper {
  display: none;
}
.product-swiper:first-child {
  display: block;
}
.ph-global-tit {
  padding-top: 0.7rem;
  padding-bottom: 0.36rem;
  position: relative;
  z-index: 80;
}
.ph-global-tit h6 {
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.ph-global-tit .line {
  width: 68px;
  height: 2px;
  background-color: #ff3c02;
  margin: 0 auto;
}
.ph-global-tit.rev h6 {
  color: #fff;
}
.index-product-gourp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.index-product-gourp a {
  width: 50%;
  text-align: center;
  margin-bottom: 0.2rem;
  color: #333;
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.48rem;
}
.index-product-gourp a.active {
  font-weight: bold;
}
.index-product-r {
  margin-top: 1.4rem;
  padding: 0 10%;
}
.product-name-group {
  margin-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.product-name-group .ser-box-l {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-end;
  white-space: nowrap;
}
.product-name-group .ser-box-l h6 {
  font-size: 0.22rem;
  line-height: 2;
}
.product-name-group .line {
  width: 1px;
  height: 0.72rem;
  background-color: #ff3c02;
  margin: 0 0.2rem;
}
.product-name-group .ser-box-r h6 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.product-name-group .ser-box-r h6:last-child {
  font-weight: normal;
  font-family: DINRegular;
}
.index-product-r .swiper-pagination {
  margin-top: 0.75rem;
  position: relative;
  bottom: 0;
}
.index-product-r .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #d2d2d2;
  opacity: 1;
  margin: 0 0.17rem;
  border-radius: 50%;
}
.index-product-r .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff3c02;
}
.app-about-wrap {
  background: url(../images/phbg2.jpg) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-item {
  width: 66.7%;
  height: 6.85rem;
  margin-bottom: 16px;
  position: relative;
  transform: scale(0.9);
}
.app-item .app-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.app-item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
}
.app-item .app-name-h {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.8rem;
  background-image: linear-gradient(to right, #ff3c02, #f0a484);
  opacity: 0;
  transition: all 0.3s linear;
}
.app-item.swiper-slide-active {
  box-shadow: 0px 6px 10px rgba(8, 7, 7, 0.3);
}
.app-item.swiper-slide-active .app-img {
  height: calc(100% + 0.5rem);
  top: -0.5rem;
}
.app-item.swiper-slide-active .mask {
  opacity: 0;
}
.app-item.swiper-slide-active .app-name-h {
  opacity: 1;
  transform: none;
  font-weight: bold;
}
.app-item.swiper-slide-active {
  transform: scale(1);
}
.ph-app-container {
  padding-bottom: 1rem;
  position: relative;
}
.ph-app-container .swiper-pagination-app {
  width: 4.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
  text-align: center;
  background-color: rgba(68, 68, 68, 0.74);
  border-radius: 28px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
}
.ph-app-container .swiper-pagination-app .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #707070;
  opacity: 1;
  margin: 0 0.17rem;
  border-radius: 50%;
}
.ph-app-container .swiper-pagination-app .swiper-pagination-bullet-active {
  background-color: #fff;
}
.app-mask-view {
  background: url(../images/appbg.png) no-repeat center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .w1680 {
    width: 96%;
  }
  .about-number-group {
    margin-top: 0.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-number-group p {
    text-align: center;
  }
  .about-number-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline;
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .about-number-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .about-number-item:nth-child(2) {
    animation-delay: 0.2s;
  }
  .about-number-item:nth-child(3) {
    animation-delay: 0.3s;
  }
  .about-number-item:nth-child(4) {
    animation-delay: 0.4s;
  }
  .numitem {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
  }
  .numitem span {
    font-size: 0.56rem;
    color: #ff3c02;
    font-family: DINRegular;
  }
  .numitem i {
    color: #333;
  }
  .numitem p {
    font-size: .26rem;
  }
}
.index-about-main {
  height: 100%;
  width: 100%;
  box-shadow: 0 6px 30px rgba(8, 7, 7, 0.16);
  background-color: #fff;
  padding: 0.8rem 0.48rem 0.5rem;
}
.aboutlogo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0.25rem;
}
.aboutlogo img {
  width: 1.2rem;
}
.aboutlogo .logo-doc {
  margin-left: 0.38rem;
}
.aboutlogo .logo-doc h3 {
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
}
.aboutlogo .logo-doc p {
  font-size: 0.24rem;
  color: #999999;
  font-family: DINRegular;
  margin-top: 0.14rem;
}
.doc-edit {
  font-size: 0.26rem;
  line-height: 2;
  color: #333;
}
.video-box {
  width: 100%;
  height: 4rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-box .play-btn-group {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-box .play-btn-group img {
  width: 0.88rem;
}
.video-box .vidbox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box .vidbox video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.vidbox .closevid {
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  display: none;
}
.sale-back-doc h6 {
  font-size: 0.24rem;
}
.sale-back-doc p {
  margin-top: 0.14rem;
  font-size: 0.22rem;
  font-family: DINRegular;
  color: #999999;
  line-height: 0.36rem;
}
.sale-back-r {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.48rem;
}
.sale-back-r-item {
  height: 4.3rem;
  width: 49%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.sale-back-r-item > img {
  margin-top: 0.48rem;
  width: 0.65rem;
}
.sale-back-tit {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.sale-back-tit h6 {
  font-size: 0.28rem;
}
.sale-back-tit img {
  margin: 0.16rem 0px;
  width: 0.22rem;
}
.sale-back-tit h5 {
  font-size: 0.22rem;
  font-family: DINBold;
  text-transform: uppercase;
}
.sale-back {
  background: url(../images/salebackbg.png) no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 4.4rem;
}
.index-news-section {
  background-color: #eeeeee;
  padding-bottom: 0.6rem;
}
.index-news-item-ph {
  display: block;
  background-color: #fff;
  padding: 0.32rem 3%;
  margin-bottom: 10px;
}
.index-news-item-ph .content h4 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.32rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-item-ph .content p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  font-size: 0.22rem;
  margin-top: 0.18rem;
}
.index-news-item-ph .date-box {
  font-family: DINRegular;
  font-size: 0.22rem;
  color: #666;
  margin-top: 0.28rem;
}


/* 2021/11/17 */
.product-swiper .product-view .box{
  height: 6.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-swiper .product-view .box img{
  width: auto;
  max-height: 100%;
  max-width: 100%;
}