.industry-guide {
  width: 100%;
  height: 100vh;
  padding: 100px 8vw 14vw;
  background-image: url("../images/industries-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.industry-guide .swiper {
  width: 100%;
  height: 100%;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide img, .industry-guide .swiper .swiper-wrapper .swiper-slide .mask, .industry-guide .swiper .swiper-wrapper .swiper-slide .icon, .industry-guide .swiper .swiper-wrapper .swiper-slide .title, .industry-guide .swiper .swiper-wrapper .swiper-slide .summary, .industry-guide .swiper .swiper-wrapper .swiper-slide .img, .industry-guide .swiper .swiper-wrapper .swiper-slide .button {
  transition: all 0.6s;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide img.box-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.35);
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .icon {
  margin-top: 13vw;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .icon img {
  height: 16vw;
  filter: invert(1);
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .title {
  margin-top: 16vw;
  font-size: 6.4vw;
  font-weight: bold;
  color: #FFFFFF;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .summary {
  margin-top: 10vw;
  width: 60vw;
  text-align: center;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 6.4vw;
  letter-spacing: 1px;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .img {
  opacity: 0;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .button {
  display: block;
  width: 50vw;
  height: 11.733333vw;
  position: absolute;
  left: 17vw;
  bottom: 16vw;
  background-color: var(--pro-main-color);
  font-size: 3.4vw;
  color: #FFFFFF;
  line-height: 11.733333vw;
  text-align: center;
}
.industry-guide .swiper .swiper-wrapper .swiper-slide .mask .button i {
  display: inline-block;
  transition: all 0.3s;
  margin-left: 0.625vw;
  font-weight: normal;
}
.industry-guide-paginate {
  text-align: center;
  margin-top: 4vw;
}
.industry-guide-paginate .swiper-pagination-bullet {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #E6E6E6;
}
.industry-guide-paginate .swiper-pagination-bullet-active {
  border-color: var(--pro-main-color);
}

.banner__container {
  position: relative;
}
.banner__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner__content .content {
  width: 65vw;
  min-height: 36.533333vw;
  color: #FFFFFF;
  text-align: center;
  padding: 8vw;
  background-color: rgba(234, 138, 28, 0.8);
  margin-left: 17.5vw;
}
.banner__content .content h1 {
  margin: 0;
  font-size: 5.4vw;
}
.banner__content .content p {
  margin-top: 4.933333vw;
  font-size: 3.6vw;
  line-height: 5vw;
}

.industry-detail__summary {
  padding: 8vw 8vw 0;
}
.industry-detail__summary h1 {
  font-size: 4.8vw;
  color: #1E1E1E;
  margin: 0 0 4vw;
}
.industry-detail__summary .content {
  font-size: 3.6vw;
  color: #020202;
  line-height: 5.2vw;
  white-space: pre-line;
}
.industry-detail__products {
  margin-top: 8vw;
}
.industry-detail__products h1 {
  padding-left: 8vw;
  font-size: 4.8vw;
  color: #1E1E1E;
  margin: 0 0 8vw;
}
.industry-detail__products .boder {
  display: flex;
  align-items: flex-end;
}
.industry-detail__products .boder .control {
  display: none;
}
.industry-detail__products .boder .swiper {
  flex: 1;
  width: 0;
}
.industry-detail__products .boder .swiper-slide {
  width: 80vw;
}
.industry-detail__products .boder .swiper-slide .cover {
  width: 80vw;
  height: 80vw;
  border-radius: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
}
.industry-detail__products .boder .swiper-slide .cover img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.industry-detail__products .boder .swiper-slide p {
  margin: 2.666667vw 0 0;
  text-align: center;
  font-size: 3.3vw;
  color: #1E1E1E;
}
.industry-detail__devices {
  margin-top: 8vw;
  padding: 0 8vw;
}
.industry-detail__devices h1 {
  font-size: 4.8vw;
  color: #1E1E1E;
  margin: 0 0 8vw;
}
.industry-detail__devices .boder {
  position: relative;
  padding-bottom: 5.208vw;
}
.industry-detail__devices .boder .box-bg {
  display: none;
}
.industry-detail__devices .boder .swiper {
  width: 100%;
  padding-bottom: 8vw;
}
.industry-detail__devices .boder .swiper-slide .devices {
  width: 100%;
  height: 100%;
}
.industry-detail__devices .boder .swiper-slide .devices .cover {
  width: 100%;
  height: 61.64539vw;
}
.industry-detail__devices .boder .swiper-slide .devices .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-detail__devices .boder .swiper-slide .devices .content .title {
  margin-top: 2vw;
  font-size: 4.8vw;
  font-weight: 400;
  color: #1E1E1E;
}
.industry-detail__devices .boder .swiper-slide .devices .content .title:after {
  display: block;
  width: 10vw;
  height: 3px;
  content: "";
  background-color: var(--pro-main-color);
  margin-top: 2vw;
}
.industry-detail__devices .boder .swiper-slide .devices .content .summary {
  margin-top: 3.28125vw;
  font-size: 3.3vw;
  font-weight: 400;
  color: #101010;
  line-height: 4.8vw;
}
.industry-detail__devices .boder .swiper-pagination {
  bottom: 0;
}
.industry-detail__devices .boder .swiper-pagination span .title {
  display: none;
}
.industry-detail__devices .boder .swiper-pagination-bullet-active {
  background-color: var(--pro-main-color);
}
.industry-detail__process {
  margin-top: 8vw;
}
.industry-detail__process .swiper-preview {
  display: none;
}
.industry-detail__process-header .title {
  padding-left: 8vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #1E1E1E;
}
.industry-detail__process-header .control {
  display: none;
}
.industry-detail__process .boder {
  width: 100%;
}
.industry-detail__process .boder .swiper {
  margin-top: 8vw;
}
.industry-detail__process .boder .swiper-slide {
  width: 65vw;
}
.industry-detail__process .boder .swiper-slide .process {
  width: 65vw;
  height: 65vw;
  border-radius: 50%;
  overflow: hidden;
}
.industry-detail__process .boder .swiper-slide .process img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-detail__process .boder .swiper-slide .title {
  display: none;
}
.industry-detail__process .boder .swiper-slide .processSummary {
  display: none;
}
.industry-detail__process .boder .summary {
  width: 100%;
  margin-top: 4.323vw;
  font-size: 3.3vw;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 4vw;
  padding: 0 8vw;
}
.industry-detail__app {
  width: 92vw;
  height: 45.394737vw;
  border-radius: 30px;
  margin: 8vw auto 0 auto;
  position: relative;
}
.industry-detail__app-header {
  position: absolute;
  top: 4.0625vw;
  width: 100%;
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  z-index: 1;
  color: #FFFFFF;
}
.industry-detail__app img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-detail__appswiper {
  margin-top: 8vw;
}
.industry-detail__appswiper-header {
  padding-left: 8vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #1E1E1E;
}
.industry-detail__appswiper .swiper {
  width: 100%;
  height: 44.078947vw;
  margin-top: 8vw;
  position: relative;
}
.industry-detail__appswiper .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-detail__appswiper .swiper-slide {
  width: 65vw;
}
.industry-detail__appswiper .swiper-slide .mask, .industry-detail__appswiper .swiper-slide .title {
  transition: opacity 0.6s;
}
.industry-detail__appswiper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.industry-detail__appswiper .swiper-slide .title {
  opacity: 0;
  width: 100%;
  color: #FFFFFF;
  padding: 2vw 0;
  font-size: 3.3vw;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(16, 16, 16, 0.5);
}
.industry-detail__appswiper .swiper-slide-active .mask {
  opacity: 0;
}
.industry-detail__appswiper .swiper-slide-active .title {
  opacity: 1;
}
.industry-detail__viewvr {
  width: 100%;
  height: 50vh;
  margin-top: 8vw;
}
.industry-detail__viewvr .view-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 996px) {
  .industry-guide {
    width: 100%;
    height: 50vw;
    padding: 4.167vw 10.417vw;
    background-image: url("../images/industries-bg.png");
    background-size: 100% auto;
    background-position: left top;
  }
  .industry-guide .swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide {
    width: 18.229vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide img.box-bg {
    opacity: 0;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask {
    background-color: rgba(244, 244, 243, 0.7);
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .icon {
    margin-top: 5.417vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .icon img {
    height: 66px;
    filter: invert(0);
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .title {
    margin-top: 3.385vw;
    font-size: 24px;
    color: #222222;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .summary {
    margin-top: 2.5vw;
    width: 10.9375vw;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .img {
    opacity: 1;
    width: 9.84375vw;
    height: 7.5vw;
    position: absolute;
    left: 4.21875vw;
    bottom: 4.84375vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .button {
    opacity: 0;
    display: block;
    width: 10.9375vw;
    height: 2.76vw;
    position: absolute;
    left: 3.646vw;
    bottom: 4.115vw;
    background-color: #FFFFFF;
    font-size: 0.729vw;
    color: #000000;
    line-height: 2.76vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .button i {
    margin-left: 0.625vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .button:hover {
    color: #FFFFFF;
    background-color: var(--pro-main-color);
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .button:hover i {
    color: #FFFFFF;
    transform: rotate(0deg);
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide:hover img.box-bg {
    opacity: 1;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide:hover .mask {
    background-color: rgba(0, 0, 0, 0.35);
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide:hover .mask .icon img {
    filter: invert(1);
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide:hover .mask .title {
    color: #FFFFFF;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide:hover .mask .summary, .industry-guide .swiper .swiper-wrapper .swiper-slide:hover .mask .button {
    opacity: 1;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide:hover .mask .img {
    opacity: 0;
  }
  .industry-guide-paginate {
    display: none;
  }
  .banner__content .content {
    width: 21.354vw;
    min-height: 43%;
    padding: 1.5625vw 3.385vw;
    margin-left: 16.927vw;
  }
  .banner__content .content h1 {
    margin-top: 1.5625vw;
    font-size: 2.342606vw;
  }
  .banner__content .content p {
    margin-top: 1.823vw;
    font-size: 1.171303vw;
    line-height: 2.196193vw;
  }
  .industry-detail__summary {
    padding: 5.677vw 10.417vw 0;
  }
  .industry-detail__summary h1 {
    padding-left: 0;
    font-size: 36px;
    margin-bottom: 3.7vw;
  }
  .industry-detail__summary .content {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .industry-detail__products {
    margin-top: 8.49vw;
    padding-left: 10.417vw;
  }
  .industry-detail__products h1 {
    padding-left: 0;
    font-size: 36px;
    margin-bottom: 4.115vw;
  }
  .industry-detail__products .boder .control {
    display: block;
    margin-right: 2.865vw;
    margin-bottom: 2.96875vw;
  }
  .industry-detail__products .boder .control .prev-button, .industry-detail__products .boder .control .next-button {
    width: 3.646vw;
    height: 3.646vw;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    line-height: 3.646vw;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  .industry-detail__products .boder .control .prev-button i, .industry-detail__products .boder .control .next-button i {
    display: block;
    transition: all 0.3s;
    font-size: 1.446vw;
    color: var(--pro-main-color);
  }
  .industry-detail__products .boder .control .prev-button:hover, .industry-detail__products .boder .control .next-button:hover {
    border-color: var(--pro-main-color);
    background-color: var(--pro-main-color);
  }
  .industry-detail__products .boder .control .prev-button:hover i, .industry-detail__products .boder .control .next-button:hover i {
    color: #FFFFFF;
  }
  .industry-detail__products .boder .control .next-button {
    margin-top: 0.78125vw;
  }
  .industry-detail__products .boder .control .next-button i {
    margin-left: 0.365vw;
  }
  .industry-detail__products .boder .swiper-slide {
    width: 19.01vw;
  }
  .industry-detail__products .boder .swiper-slide .cover {
    width: 19.01vw;
    height: 19.01vw;
    border-radius: 1.5625vw;
  }
  .industry-detail__products .boder .swiper-slide p {
    margin: 1.042vw 0 0;
    font-size: 16px;
  }
  .industry-detail__devices {
    margin-top: 7.8125vw;
    padding: 0 10.417vw;
  }
  .industry-detail__devices h1 {
    font-size: 36px;
    margin: 0 0 4.115vw;
  }
  .industry-detail__devices .boder .box-bg {
    display: block;
    width: 39.84375vw;
    height: 24.167vw;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F0F0F0;
  }
  .industry-detail__devices .boder .swiper {
    height: 27.604vw;
    padding-bottom: 0;
  }
  .industry-detail__devices .boder .swiper-slide .devices {
    display: flex;
  }
  .industry-detail__devices .boder .swiper-slide .devices .cover {
    width: 48.958vw;
    height: 27.604vw;
    flex-shrink: 0;
  }
  .industry-detail__devices .boder .swiper-slide .devices .content {
    flex: 1;
    margin-top: 12.792vw;
    margin-left: 3.646vw;
  }
  .industry-detail__devices .boder .swiper-slide .devices .content .title {
    margin-top: 0;
    font-size: 1.5625vw;
  }
  .industry-detail__devices .boder .swiper-slide .devices .content .title:after {
    width: 2.604vw;
    margin-top: 1.25vw;
  }
  .industry-detail__devices .boder .swiper-slide .devices .content .summary {
    width: 22.5vw;
    margin-top: 3.28125vw;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .industry-detail__devices .boder .swiper-pagination {
    top: 0;
    left: 48.958vw;
    bottom: auto;
    width: 26.5625vw;
    height: 7.8125vw;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .industry-detail__devices .boder .swiper-pagination span {
    width: 50%;
    margin: 0;
    height: auto;
    text-align: left;
    background: transparent;
    opacity: 1;
  }
  .industry-detail__devices .boder .swiper-pagination span .title {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #1E1E1E;
    padding: 0.625vw 0 0.625vw 3.646vw;
  }
  .industry-detail__devices .boder .swiper-pagination span .title i {
    font-size: 0.46875vw;
    margin-right: 0.625vw;
    color: transparent;
  }
  .industry-detail__devices .boder .swiper-pagination span.swiper-pagination-bullet-active .title {
    color: var(--pro-main-color);
  }
  .industry-detail__devices .boder .swiper-pagination span.swiper-pagination-bullet-active .title i {
    color: var(--pro-main-color);
  }
  .industry-detail__process {
    display: flex;
    height: 34.635vw;
    padding: 0 15.625vw;
    margin-top: 7.292vw;
  }
  .industry-detail__process .swiper-preview {
    display: block;
    flex-shrink: 0;
    width: 28.646vw;
    height: 100%;
  }
  .industry-detail__process .swiper-preview .process {
    width: 28.646vw;
    height: 28.646vw;
    border-radius: 50%;
    overflow: hidden;
  }
  .industry-detail__process .swiper-preview .process img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .industry-detail__process .swiper-preview .title {
    margin-top: 4.74vw;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 400;
    color: #1E1E1E;
  }
  .industry-detail__process .swiper-preview .processSummary {
    display: none;
  }
  .industry-detail__process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.40625vw;
  }
  .industry-detail__process-header .title {
    padding-left: 0;
    font-size: 36px;
  }
  .industry-detail__process-header .control {
    display: block;
  }
  .industry-detail__process-header .control .prev-button, .industry-detail__process-header .control .next-button {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #E4E4E4;
    line-height: 3.125vw;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  .industry-detail__process-header .control .prev-button i, .industry-detail__process-header .control .next-button i {
    display: block;
    transition: all 0.3s;
    font-size: 1.446vw;
    color: var(--pro-main-color);
  }
  .industry-detail__process-header .control .prev-button:hover, .industry-detail__process-header .control .next-button:hover {
    border-color: var(--pro-main-color);
    background-color: var(--pro-main-color);
  }
  .industry-detail__process-header .control .prev-button:hover i, .industry-detail__process-header .control .next-button:hover i {
    color: #FFFFFF;
  }
  .industry-detail__process-header .control .next-button {
    margin-left: 0.677vw;
  }
  .industry-detail__process .boder {
    flex: 1;
    width: 0;
    margin-left: 3.021vw;
  }
  .industry-detail__process .boder .swiper {
    width: 100%;
    height: 7.8125vw;
    margin-top: 5.208vw;
  }
  .industry-detail__process .boder .swiper-slide {
    width: 7.8125vw;
  }
  .industry-detail__process .boder .swiper-slide .process {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 50%;
  }
  .industry-detail__process .boder .summary {
    width: 20.208vw;
    margin-top: 4.323vw;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0;
  }
  .industry-detail__app {
    width: 79.167vw;
    height: 39.0625vw;
    border-radius: 30px;
    margin: 7.135vw auto 0 auto;
  }
  .industry-detail__app-header {
    position: absolute;
    top: 4.0625vw;
    font-size: 36px;
  }
  .industry-detail__appswiper {
    margin-top: 7.8125vw;
  }
  .industry-detail__appswiper-header {
    padding-left: 0;
    text-align: center;
    font-size: 36px;
  }
  .industry-detail__appswiper .swiper {
    height: 13.021vw;
    margin-top: 4.115vw;
  }
  .industry-detail__appswiper .swiper-slide .title {
    padding: 0.625vw 0;
    font-size: 16px;
  }
  .industry-detail__viewvr {
    height: 36.458vw;
    margin-top: 7.292vw;
  }
}
@media screen and (min-width: 1920px) {
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .icon .icon img {
    height: 3.4375vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .title {
    font-size: 1.25vw;
  }
  .industry-guide .swiper .swiper-wrapper .swiper-slide .mask .summary {
    font-size: 0.729vw;
    line-height: 1.25vw;
  }
  .banner__content .content h1 {
    font-size: 1.875vw;
  }
  .banner__content .content p {
    font-size: 1.042vw;
    line-height: 1.5625vw;
  }
  .industry-detail__summary h1 {
    font-size: 1.875vw;
  }
  .industry-detail__summary .content {
    font-size: 0.833vw;
    line-height: 1.875vw;
  }
  .industry-detail__products h1 {
    font-size: 1.875vw;
  }
  .industry-detail__products .boder .swiper-slide p {
    font-size: 0.833vw;
  }
  .industry-detail__devices h1 {
    font-size: 1.875vw;
  }
  .industry-detail__devices .boder .swiper-slide .devices .content .summary {
    font-size: 0.833vw;
    line-height: 1.875vw;
  }
  .industry-detail__process-header .title {
    font-size: 1.875vw;
  }
  .industry-detail__process .boder .summary {
    font-size: 0.833vw;
    line-height: 1.875vw;
  }
  .industry-detail__app-header {
    font-size: 1.875vw;
  }
  .industry-detail__appswiper-header {
    font-size: 1.875vw;
  }
  .industry-detail__appswiper .swiper-slide .title {
    font-size: 0.833vw;
  }
}
