/* 商品分享樣式 */
.icon-font {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-arrow-right {
  background: url(/static/images/productShare/arrow-right.png) center center no-repeat;
  background-size: 100% 100%;
}
.home-page {
  position: relative;
  background-color: #fbfbfb;
}
.fixed-video-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  z-index: 99999;
}
.fixed-video-box.full {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  padding-bottom: 10px;
}
.fixed-video-box .close-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url('/static/images/searchClose.png') no-repeat center;
  background-size: 80px 80px;
  z-index: 100000;
  cursor: pointer;
}
.video-sy-w {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
.video-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-i-w .video-js {
  width: 100%;
  height: 100%;
  padding-top: 52%;
}
.bg-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-video-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.index-video-info .videoTitle {
  position: absolute;
  right: 7vw;
  bottom: 8vw;
  text-align: left;
}
.index-video-info .videoTxtSy {
  font-size: 3.125vw;
  color: #fff;
  margin-top: -10vw;
}
.index-video-info .videoPlayImg {
  display: block;
  opacity: 0.7;
  /* margin: 0 auto; */
  margin-top: 15px;
  margin-left: auto;
  margin-right: 15px;
  width: 7.083vw;
  height: 1.719vw;
}
.index-video-info .videoPlayImg:hover {
  opacity: 1;
}
.index-video-info .videoPlayImg.en {
  width: 11.3vw;
  height: 1.97vw;
}
.change-box .img-box {
  background: none;
}
/* 固定居中播放器 */
.fixed-video-box {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  z-index: 99999;
}
.fixed-video-box.full {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  padding-bottom: 0;
}
.fixed-video-box.full .noieobj {
  height: 100vh !important;
  width: 100vw !important;
}
.fixed-video-box.full .video-js .vjs-control-bar {
  position: fixed;
  top: calc(100vh - 8px);
  transform: translateY(-50%);
  z-index: 1000;
  height: 4em;
}
.fixed-video-box.full .video-js .vjs-control-bar .vjs-volume-control {
  z-index: 1001;
}
.fixed-video-box.full .video-js .vjs-control-bar .vjs-progress-holder {
  margin: 0 10px 1em 10px;
}
#fixedPlay .vjs-tech {
  height: 100vh !important;
  width: 100vw !important;
}
.fixed-video-box .close-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.167vw;
  height: 4.167vw;
  background: url('/static/images/searchClose.png') no-repeat center;
  background-size: 4.167vw 4.167vw;
  z-index: 100000;
  cursor: pointer;
}
.change-box {
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 12;
}
.change-box ul li {
  float: left;
}
.change-box ul li > div {
  width: 11.198vw;
  height: 8.333vw;
  padding-top: 0.521vw;
  position: relative;
  margin-left: 0.573vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.change-box ul li > div .progress {
  background: #a9a4a5 !important;
}
.change-box ul li > div .num {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1.302vw;
  height: 1.042vw;
  font-size: 0.729vw;
  color: #a39ea0;
}
.change-box ul li > div .num span {
  font-size: 1.042vw;
  color: #cd0000;
}
.change-box ul li > div .hover-title {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  white-space: nowrap;
  font-size: 0.729vw;
  top: 0;
  color: #a9a4a5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.change-box ul li > div .img-box {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  color: #4c4c4c;
  bottom: 0.677vw;
  height: 5.99vw;
}
.change-box ul li > div .img-box video {
  object-fit: fill;
}
.change-box ul li > div:hover .img-box,
.change-box ul li > div:hover .hover-title {
  display: block;
}
.fixed-code {
  display: none;
}
.img-box .video-js {
  width: 100%;
}
.companyInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
}
.companyInfo .col-left {
  width: 52%;
  padding-left: 8.3%;
  padding-right: 4%;
  font-size: 28px;
  font-weight: bold;
}
.companyInfo .col-left .line {
  width: 2px;
  height: 90px;
  background-color: var(--contact-red);
  margin: 10px 0;
}
.companyInfo .col-left .companyInfo-title-en {
  font-weight: normal;
}
.companyInfo .col-left .aboutUs-introduce-arrow {
  width: 44px;
  height: 44px;
  margin: 10px 0 10px 104px;
}
.companyInfo .col-right {
  width: 48%;
}
.companyInfo .companyInfo-module-icon {
  width: 56px;
  height: 50px;
  margin-bottom: 24px;
}
.companyInfo .companyInfo-title-en {
  color: var(--contact-red);
}
.companyInfo .aboutUs-introduce-article {
  text-indent: 2em;
  text-align: justify;
  font-size: 16px;
  font-weight: normal;
}
.companyInfo .btn-box {
  display: inline-block;
  padding: 8px 32px;
  margin-top: 36px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 24px;
  background-color: var(--contact-red);
  border: 2px solid #ffffff;
}
.companyInfo .btn-box:hover {
  border: none;
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.companyInfo .btn-box:hover .btn {
  color: #d60000 !important;
}
.companyInfo .btn-box:hover .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.companyInfo .btn-box:active {
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.companyInfo .btn-box:active .btn {
  color: #d60000 !important;
}
.companyInfo .btn-box:active .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.companyInfo .btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  color: #ffffff;
}
.companyInfo .btn-box .icon-font {
  width: 43px;
  height: 23px;
  margin-left: 12px;
}
.companyInfo .swiper {
  position: relative;
  height: 658px;
}
.companyInfo .swiper .swiper-button-next {
  right: 4vw;
  bottom: 10vh;
  top: auto;
}
.companyInfo .swiper .swiper-button-next:after {
  padding: 18px 24px;
  font-size: 20px;
  color: #fff;
  background-color: var(--contact-red);
  border-radius: 50%;
}
.companyInfo .swiper .swiper-button-prev {
  right: 4vw;
  bottom: 10vh;
  top: auto;
  left: 20px;
}
.companyInfo .swiper .swiper-button-prev:after {
  padding: 18px 24px;
  font-size: 20px;
  color: #fff;
  background-color: var(--contact-red);
  border-radius: 50%;
}
.companyInfo .companyInfo-box {
  width: 94%;
  margin: -300px auto 0 0;
  padding: 300px 48px 28px;
  line-height: 1.4;
  color: #444444;
  border-radius: 0 0 0 40px;
  background-color: #eaeaea;
}
.companyInfo .companyInfo-box .title {
  font-size: 24px;
  font-weight: bold;
}
.companyInfo .companyInfo-box .title-en {
  font-size: 16px;
  font-weight: bold;
}
.companyInfo .companyInfo-box .line {
  width: 20%;
  height: 1px;
  background-color: #333;
  margin: 10px 0;
}
.companyInfo .companyInfo-box .address {
  font-size: 16px;
}
.companyInfo .companyInfo-box .address-en {
  font-size: 16px;
}
.productIndexbox .hd {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 83%;
  margin: 40px auto 0;
}
.productIndexbox .hd .col-left {
  width: 30%;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  margin-top: -40px;
}
.productIndexbox .hd .col-left .companyInfo-title-en {
  font-weight: normal;
}
.productIndexbox .hd .col-right {
  width: 53%;
}
.productIndexbox .hd .companyInfo-module-icon {
  display: inline-block;
  width: 56px;
  height: 50px;
}
.productIndexbox .hd .companyInfo-title {
  font-size: 36px;
  font-weight: bold;
}
.productIndexbox .hd .companyInfo-title-en {
  color: var(--contact-red);
}
.productIndexbox .hd .line {
  width: 2px;
  height: 90px;
  background-color: var(--contact-red);
  margin: 10px 0;
}
.productIndexbox .hd .product-index-tab-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.productIndexbox .hd .product-index-tab-box .product-index-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 254px;
  padding: 6px 36px;
  font-size: 24px;
  font-weight: bold;
  color: var(--contact-red);
  border: 1px solid var(--contact-red);
  border-radius: 32px;
  cursor: pointer;
}
.productIndexbox .hd .product-index-tab-box .product-index-tab-item.on {
  color: #ffffff;
  background-color: var(--contact-red);
}
.productIntroContainer {
  position: relative;
  height: 960px;
  overflow: hidden;
}
.productIntroContainer .introBox {
  width: 100%;
  height: 100%;
}
.productIntroContainer .introBox-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.productIntroContainer .introBox-item .introBox-item-douyinbtn {
  position: absolute;
  left: 52.5%;
  bottom: 24%;
  transform: translateX(-50%);
  color: #fff;
  background-color: var(--contact-red);
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
  z-index: 100;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
}
.productIntroContainer .introBox-item .introBox-item-douyinbtn:hover {
  color: var(--contact-red);
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid var(--contact-red);
}
.productIntroContainer .introBox-item .introBox-item-douyinbtn:hover .introBox-item-douyinbtn-jumpIcon {
  background-image: url(/static/images/home/douyinJumpIcon_active.png);
}
.productIntroContainer .introBox-item .introBox-item-douyinbtn .introBox-item-douyinbtn-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #4096ff;
}
.productIntroContainer .introBox-item .introBox-item-douyinbtn .introBox-item-douyinbtn-text {
  flex-shrink: 0;
  text-align: justify;
}
.productIntroContainer .introBox-item .introBox-item-douyinbtn .introBox-item-douyinbtn-jumpIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(/static/images/home/douyinJumpIcon.png) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
  flex-shrink: 0;
}
.productIntroContainer .introBox-item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.productIntroContainer .introBox-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 293px;
  margin-left: -130px;
  margin-top: -40px;
}
.productIntroContainer .btn-box {
  position: absolute;
  bottom: 8%;
  left: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 24px;
  background-color: var(--contact-red);
}
.productIntroContainer .btn-box:hover {
  border: none;
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.productIntroContainer .btn-box:hover .btn {
  color: #d60000 !important;
}
.productIntroContainer .btn-box:hover .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.productIntroContainer .btn-box:active {
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.productIntroContainer .btn-box:active .btn {
  color: #d60000 !important;
}
.productIntroContainer .btn-box:active .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.productIntroContainer .btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  color: #ffffff;
}
.productIntroContainer .btn-box .icon-font {
  width: 42px;
  height: 21px;
  margin-left: 12px;
}
.enterpriseNews-container .hd {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 83%;
  margin: 40px auto 0;
}
.enterpriseNews-container .hd .col-left {
  width: 30%;
  font-size: 28px;
  font-weight: bold;
}
.enterpriseNews-container .hd .col-left .companyInfo-title-en {
  font-weight: normal;
}
.enterpriseNews-container .hd .col-right {
  padding-top: 60px;
}
.enterpriseNews-container .hd .companyInfo-module-icon {
  display: inline-block;
  width: 56px;
  height: 50px;
  margin-left: 0;
  margin-bottom: 12px;
}
.enterpriseNews-container .hd .companyInfo-title {
  font-size: 36px;
  font-weight: bold;
}
.enterpriseNews-container .hd .companyInfo-title-en {
  color: var(--contact-red);
}
.enterpriseNews-container .hd .line {
  width: 2px;
  height: 90px;
  background-color: var(--contact-red);
  margin: 10px 0;
}
.enterpriseNews-container .hd .product-index-tab-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterpriseNews-container .hd .product-index-tab-box .product-index-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 45px;
  font-size: 24px;
  font-weight: bold;
  color: var(--contact-red);
  border: 1px solid var(--contact-red);
  border-radius: 32px;
  cursor: pointer;
  margin-left: 20px;
}
.enterpriseNews-container .hd .product-index-tab-box .product-index-tab-item.on {
  color: #ffffff;
  background-color: var(--contact-red);
}
.enterpriseNews-container .enterpriseNews-bd {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 83%;
  margin: 40px auto 40px;
}
.enterpriseNews-container .enterpriseNews-bd .news-ul {
  width: 100%;
}
.enterpriseNews-container .enterpriseNews-bd .product-index-content-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.enterpriseNews-container .enterpriseNews-bd .col-left {
  width: 39%;
}
.enterpriseNews-container .enterpriseNews-bd .col-left .img-box {
  display: none;
}
.enterpriseNews-container .enterpriseNews-bd .col-left .img-box.on {
  display: block;
}
.enterpriseNews-container .enterpriseNews-bd .col-right {
  width: 54%;
}
.enterpriseNews-container .enterpriseNews-bd .news-item {
  padding: 40px 40px 34px;
  font-size: 18px;
  color: #444444;
  animation: fadeIn 2s ease forwards;
}
.enterpriseNews-container .enterpriseNews-bd .news-item:hover {
  color: #fff;
  background-color: var(--contact-red);
}
.enterpriseNews-container .enterpriseNews-bd .news-item.on {
  color: #fff;
  background-color: var(--contact-red);
}
.enterpriseNews-container .enterpriseNews-bd .news-item .date {
  margin-right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.enterpriseNews-container .enterpriseNews-bd .news-item .title {
  font-size: 20px;
  font-weight: bold;
}
.enterpriseNews-container .enterpriseNews-bd .news-item .desc {
  font-size: 18px;
}
.enterpriseNews-container .enterpriseNews-bd .news-item .line {
  width: 30%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 16px;
  background-color: #fff;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box {
  display: block;
  padding: 8px 32px;
  margin-top: 36px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 24px;
  background-color: var(--contact-red);
  border: 2px solid #ffffff;
  float: right;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box:hover {
  border: none;
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box:hover .btn {
  color: #d60000 !important;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box:hover .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box:active {
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box:active .btn {
  color: #d60000 !important;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box:active .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  color: #ffffff;
}
.enterpriseNews-container .enterpriseNews-bd .btn-box .icon-font {
  width: 32px;
  height: 16px;
  margin-left: 12px;
}
.tab-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  margin-left: 336px;
  margin-top: -240px;
}
.tab-nav .tab-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 625px;
  height: 160px;
  padding: 0 72px 0 48px;
  color: #000000;
  cursor: pointer;
}
.tab-nav .tab-nav-item.on {
  color: #fff;
}
.tab-nav .tab-nav-item.on:first-child {
  background: url(/static/images/productShare/tab-bg01-on.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tab-nav .tab-nav-item.on:nth-child(2) {
  background: url(/static/images/productShare/tab-bg02-on.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tab-nav .tab-nav-item.on:nth-child(3) {
  background: url(/static/images/productShare/tab-bg03-on.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tab-nav .tab-nav-item .title {
  font-size: 48px;
  font-weight: bold;
}
.tab-nav .tab-nav-item .desc {
  font-size: 24px;
}
.tab-nav .tab-nav-item .tab-nav-link {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: url(/static/images/productShare/arrow-right-circle-on.png) center center no-repeat;
  background-size: 100% 100%;
}
.tab-nav .tab-nav-item .desc {
  font-size: 24px;
  font-weight: 500;
}
