.product-box {
  width: 83.33vw;
  margin: auto;
}
.product2 .item {
  position: relative;
}
.product2 .item .img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .product2 .item .img img {
    height: 100vh;
    object-fit: cover;
  }
}
.product2 .item .video video {
  display: block;
}
@media screen and (max-width: 1000px) {
  .product2 .item .video video {
    height: 100vh;
    object-fit: cover;
  }
}
.product2 .item .text {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #000;
}
.product2 .item .text.textW {
  color: #fff;
}
.product2 .item .text .title {
  font-size: 2.083vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .product2 .item .text .title {
    font-size: 24px;
  }
}
.product2 .item .text .summary {
  font-size: 1.25vw;
  font-weight: 600;
 /* line-height: 1;*/
  margin: 1.5625vw auto 1.042vw;
}
@media screen and (max-width: 1000px) {
  .product2 .item .text .summary {
    font-size: 16px;
  }
}
.product2 .item .text .tip {
  font-size: 0.833vw;
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .product2 .item .text .tip {
    font-size: 12px;
    max-width: 80%;
    margin: auto;
  }
  .product2 .item .text .tip br {
    display: none;
  }
}
.product2 .item .f-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7.292vw;
  height: 7.292vw;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .product2 .item .f-play {
    width: 70px;
    height: 70px;
  }
}
.product2.product4 .img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .product2.product4 .img img {
    height: 50vh;
    object-fit: cover;
  }
}
.t-title {
  font-size: 2.083vw;
  text-align: center;
  color: #fff;
  margin-bottom: 1.042vw;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .t-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.t-summary {
  font-size: 0.833vw;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .t-summary {
    font-size: 14px;
  }
}
.t-tip {
  font-size: 0.833vw;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .t-tip {
    font-size: 14px;
  }
}
.product2-box1.product4-box1 .item-box {
  grid-gap: 20px;
}
.product2-box1.product4-box1 .item {
  flex-basis: calc((100% - 40px) / 3);
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .product2-box1.product4-box1 .item {
    flex-basis: calc((100% - 0px) / 1);
  }
}
.product2-box1 .item-box {
  display: flex;
  width: 83.333vw;
  margin: auto;
  flex-wrap: wrap;
  grid-gap: 10px;
}
@media screen and (max-width: 1000px) {
  .product2-box1 .item-box {
    width: 90%;
  }
}
.product2-box1 .top {
  margin-bottom: 2.083vw;
  display: flex;
  grid-gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1000px) {
  .product2-box1 .top {
    margin-bottom: 20px;
  }
}
.product2-box1 .bottom {
  display: flex;
  grid-gap: 10px;
}
.product2-box1 .item {
  flex-basis: calc((100% - 30px) / 4);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0.521vw 0.521vw 2.604vw 0.521vw;
  overflow: hidden;
  padding: 5% 30px;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .product2-box1 .item .img img {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .product2-box1 .item {
    flex-basis: calc((100% - 10px) / 2);
    padding: 5% 10px;
  }
}
.product2-box1 .item .text {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .product2-box1 .item .text {
    margin-top: 10px;
  }
}
.product2-box1 .item .text .title {
  font-size: 1.25vw;
}
@media screen and (max-width: 1000px) {
  .product2-box1 .item .text .title {
    font-size: 14px;
  }
}
.product2-box1 .item .text .summary {
  font-size: 0.833vw;
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .product2-box1 .item .text .summary {
    font-size: 12px;
  }
}
.product2-box2 .product2-box2-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .product2-box2 .product2-box2-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product2-box2 .product2-box2-box .item {
  margin: 2.083vw 0;
}
@media screen and (max-width: 1000px) {
  .product2-box2 .product2-box2-box .item {
    margin: 40px 0;
  }
}
.product2-box2 .product2-box2-box .text {
  transform: translateY(-5vw);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .product2-box2 .product2-box2-box .text {
    transform: translateY(0);
  }
}
.product2-box2 .product2-box2-box .text .key {
  font-size: 0.9375vw;
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .product2-box2 .product2-box2-box .text .key {
    font-size: 14px;
  }
}
.product2-box2 .product2-box2-box .text .value {
  font-size: 2.083vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .product2-box2 .product2-box2-box .text .value {
    font-size: 20px;
  }
}
.product2-box2 .product2-box2-box .img {
  margin-bottom: 2.083vw;
}
@media screen and (max-width: 1000px) {
  .product2-box2 .product2-box2-box .img {
    width: 50%;
    margin: 40px auto auto;
  }
}
.product2-box3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8.333vw;
  height: 100vh;
}
@media screen and (max-width: 1000px) {
  .product2-box3 {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 8.333vw;
    height: auto;
    padding-top: 8.854vw;
    padding-bottom: 8.854vw;
  }
}
.product2-box3 .text {
  position: relative;
  flex: 1;
  color: #fff;
  /* &::before {
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 2px;
      height: 110%;
      background: #fff;
      position: absolute;
    }

    &::after {
      content: '';
      left: 0;
      bottom: -10%;
      margin: auto;
      width: 2px;
      height: 30%;
      background: #424242;
      position: absolute;
    }*/
}
.product2-box3 .text .item {
  padding-right: 7.292vw;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .text .item {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.product2-box3 .text .item2 {
  position: absolute;
  top: 80%;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .text .item2 {
    position: relative;
  }
}
.product2-box3 .text .item2 .summary {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .text .item2 .summary {
    opacity: 0.6;
  }
}
.product2-box3 .text .title {
  font-size: 1.5625vw;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .text .title {
    font-size: 20px;
  }
}
.product2-box3 .text .summary {
  margin-top: 1.042vw;
  font-size: 0.833vw;
  opacity: 0.6;
  margin-bottom: 5.208vw;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .text .summary {
    font-size: 14px;
  }
}
.product2-box3 .text .tip {
  font-size: 1.25vw;
  opacity: 0.2;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .text .tip {
    font-size: 18px;
  }
}
.product2-box3 .img {
  position: relative;
  width: 53.646vw;
}
.product2-box3 .img img {
  width: 100%;
}
.product2-box3 .img img.img2 {
  position: absolute;
  top: 80%;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .product2-box3 .img {
    margin-top: 20px;
    width: 100%;
  }
}
.product2-box4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product2-box4.product4-box2 {
  justify-content: flex-start;
  padding-top: 8.333vw;
}
.product2-box4 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product2-box4 .video video {
  width: 100%;
  display: block;
  height: 100vh;
  object-fit: cover;
}
.product2-box5 {
  padding: 8.333vw;
}
.product2-box5 .product2-box5-box {
  width: 83.333vw;
  margin: auto;
}
.product2-box5 .img {
  margin-top: 3.125vw;
}
.product2-box5 .img img {
  width: 100%;
}
.product2-box6 {
  position: relative;
}
.product2-box6 .section8 .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product2-box6 .section8 .tabs .item {
  flex-basis: calc(100% / 3);
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .product2-box6 .section8 .tabs .item {
    padding: 10px 0;
  }
}
.product2-box6 .section8 .tab-show .item .t-title {
  padding-top: 8%;
}
.product2-box6 .section8 .tab-show .item .summary {
  font-size: 0.833vw;
}
.product2-box7 .product2-box7-box {
  width: 83.333vw;
  margin: auto;
}
.product2-box7 .product2-box7-box .w7-b4 table tbody tr td {
  color: #fff;
  text-align: center;
}
.product2-box7 .product2-box7-box .w7-b4 table tbody tr:nth-child(2n) {
  background: none;
}
.product2-box7 .product2-box7-box .w7-b4 table tbody tr td:first-child {
  background: #404040;
  text-align: left;
}
.product2-box7 .product2-box7-box .w7-b4 table tr td {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.product2-box7 .product2-box7-box .w7-b7 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1600px) {
  .product2-box7 .product2-box7-box .w7-b7 {
    overflow: auto;
  }
}
.product2-box7 .product2-box7-box .w7-b5 {
  justify-content: center;
}
.product2-box7 .product2-box7-box .w7-b4 table tbody tr td:first-child {
  width: 25%;
}
.product2-box7.product4-box3 .w7-b4 table thead tr {
  background: none;
}
.product2-box7.product4-box3 .w7-b4 table thead tr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.product2-box7.product4-box3 .w7-b4 table thead tr td:first-child {
  border: none;
}
.product2-box7.product4-box3 .w7-b4 table thead tr td {
  text-align: left;
  font-size: 0.83vw;
}
@media screen and (max-width: 1000px) {
  .product2-box7.product4-box3 .w7-b4 table thead tr td {
    font-size: 12px;
  }
}
.product2-box7 .w7-box .w-title {
  font-weight: 600;
}
.product3-box1 {
  display: flex;
  align-items: center;
}
.product3-box2 .w2-b3 {
  background: #252525;
  width: calc((100% - 3.4vw) / 5);
}
@media screen and (max-width: 1000px) {
  .product3-box2 .w2-b3 {
    width: 100%;
  }
}
.product-box3 {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .product-box3 {
    flex-direction: column;
  }
}
.product-box3 .left {
  flex-basis: 14.0625vw;
  background: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .product-box3 .left {
    flex-direction: row;
  }
}
.product-box3 .left .item {
  margin: 3.125vw auto;
  opacity: 0.2;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .product-box3 .left .item {
    margin: 50px auto;
  }
}
.product-box3 .left .item.active {
  opacity: 1;
}
.product-box3 .left .item .title {
  color: #fff;
  font-size: 0.833vw;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .product-box3 .left .item .title {
    font-size: 14px;
  }
}
.product-box3 .right {
  background: #f1f1f1;
  flex: 1;
}
.product-box3 .right .item {
  display: none;
}
.product-box3 .right .item.active {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .product-box3 .right .item.active {
    flex-direction: column;
  }
}
.product-box3 .right .img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .product-box3 .right .img {
    margin: 30px auto;
  }
}
.product-box3 .right .img img {
  max-width: 80%;
}
@media screen and (max-width: 1000px) {
  .product-box3 .right .img img {
    max-width: 50%;
  }
}
.product-box3 .right .table {
  margin-top: 7.8125vw;
  flex-basis: 50vw;
  background: #fff;
  padding: 3.125vw 3.125vw 6.771vw;
  box-sizing: border-box;
}
.product-box3 .right .table .w7-b4 table tbody tr:first-child td {
  border-top: none;
}
.product-box3 .right .table .w7-b4 table tbody tr:last-child td {
  border-bottom: none;
}
.product-box3 .right .table .w7-b4 table tbody tr td:first-child {
  color: #000;
  font-weight: 600;
  border-left: none;
}
.product-box3 .right .table .w7-b4 table tbody tr td:last-child {
  word-break: break-word;
}
.product-box3 .right .table .w7-b4 table tbody tr:nth-child(2n) {
  background: none;
}
.product-box3 .right .table .w7-b4 table {
  border: none;
}
.product-box3 .right .table .w7-b7 {
  height: 40vh;
  overflow-y: auto;
  border: 1px solid #eee;
}
@media screen and (max-width: 1000px) {
  .product-box3 .right .table .w7-b7 {
    height: auto;
    overflow: hidden;
  }
}
.product-box3 .right .table .w7-box {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .product-box3 .right .table .w7-box .w-title {
    margin-bottom: 20px;
  }
}
/*默认弹窗样式*/
.pop-up {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.pop-up .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-up .pop-up-box {
  width: 100%;
  height: 100%;
}
.pop-up .pop-up-box .loading-box {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 96%;
  height: 100vh;
  max-height: 70vh;
}
@media screen and (max-width: 1000px) {
  .pop-up .pop-up-box .loading-box {
    height: auto;
  }
}
.pop-up .pop-up-box video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pop-up .pop-up-box .pop-close {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
.pop-up .pop-up-box .pop-close i {
  font-size: 36px;
  color: #fff;
}
.section13 .banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.case-title {
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .case-title {
    font-size: 16px;
  }
}
.case-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 21;
  display: none;
}
.case-show .mask {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-show .case-show-box {
  height: fit-content;
  width: 90%;
  max-width: 1600px;
  margin: auto;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .case-show .case-show-box {
    padding: 20px;
  }
}
.case-show .case-show-box .close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .case-show .case-show-box .close {
    right: 20px;
    top: 20px;
  }
}
.case-show .case-show-box .case-show-container {
  display: none;
}
.case-show .case-show-box .case-show-title {
  font-size: 1.5625vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-show .case-show-box .case-show-title {
    font-size: 16px;
  }
}
.case-show .case-show-box .case-show-img {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .case-show .case-show-box .case-show-img {
    margin-top: 10px;
  }
}
.case-show .case-show-box .case-show-img .swiper-slide {
  width: auto;
  height: auto;
}
.case-show .case-show-box .case-show-img .swiper-slide img {
  max-height: 460px;
}
.case-show .case-show-box .swiper-pagination-progressbar {
  max-width: 1200px;
  right: 0;
  margin: auto;
  bottom: 0;
  top: auto;
  height: 2px;
}
.case-show .case-show-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff9e20;
}
.download .download-box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .download .download-box {
    flex-direction: column;
  }
}
.download .download-box .download-top {
  flex-basis: 210px;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .download .download-box .download-top {
    flex-direction: column-reverse;
  }
}
.download .download-box .download-top .download-menu {
  flex-basis: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .download .download-box .download-top .download-menu {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
.download .download-box .download-top .download-menu a {
  margin-right: 0;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .download .download-box .download-top .download-menu a {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
  }
}
.download .download-box .download-top .download-search {
  flex-basis: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .download .download-box .download-top .download-search {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.download .download-box .download-top .download-search input {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding-left: 20px;
}
.download .download-box .download-bottom {
  flex: 1;
  margin-top: 0;
  padding-left: 7.292vw;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 768px) {
  .download .download-box .download-bottom {
    padding-left: 0;
  }
}
.download .download-box .download-bottom .item {
  flex-direction: row;
  padding: 20px 40px;
  background: #f7f7f7;
  box-shadow: none;
}
@media screen and (max-width: 1280px) {
  .download .download-box .download-bottom .item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download .download-box .download-bottom .item {
    flex-direction: column;
  }
}
.download .download-box .download-bottom .item .icon {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}
.download .download-box .download-bottom .item .title {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 600;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .download .download-box .download-bottom .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .download .download-box .download-bottom .item .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.download .download-box .download-bottom .item .download {
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  color: #000;
  background: none;
  transition: all 0.5s;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .download .download-box .download-bottom .item .download {
    margin-right: auto;
  }
}
.download .download-box .download-bottom .item .download img {
  margin-left: 10px;
  filter: brightness(0);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .download .download-box .download-bottom .item .download img {
    width: 18px;
    margin-left: 4px;
  }
}
.download .download-box .download-bottom .item:hover .download {
  color: var(--dominant-color);
}
.download .download-box .download-bottom .item:hover .download img {
  filter: none;
}
.product-box.center {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .product-box.center {
    margin-top: 20%;
  }
}
.product-box.center .w1-b {
  justify-content: center;
  text-align: center;
}
.product-box.center .w1-b .w-title::before {
  right: 0;
  margin: auto;
}
/*# sourceMappingURL=newsProduct.css.map */