/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.pop_video i {
  right: 0;
  top: -50px;
  width: 30px;
  height: 30px;
  background: url(../images/zjpage/icon/i26.png) center no-repeat;
  background-size: 100% auto;
}
.serviceBox {
  z-index: 9;
}
.solutionBanner {
  margin-bottom: 50px;
  position: relative;
}
.solutionBanner .imgB {
  position: relative;
  width: 100%;
  height: 600px;
}
.solutionBanner .imgB .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solutionBanner .imgB .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.solutionBanner .imgB .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -25px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.solutionBanner .imgB .pos b {
  font-size: 40px;
  font-weight: bold;
}
.solutionBanner .imgB .pos p {
  font-size: 20px;
}
.solutionBanner .posNav {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 100px;
}
.solutionBanner.useBanner {
  margin-bottom: 0;
}
.solutionBanner.useBanner .imgB {
  height: 460px;
}
.solutionBanner.useBanner .imgB .pos {
  margin-top: 0;
}
.solutionBanner.useBanner .imgB .pos b {
  margin-bottom: 18px;
}
.solutionNav {
  transition: all 0.5s;
  width: 100%;
}
.solutionNav .swiper {
  transition: all 0.5s;
  line-height: 100px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.solutionNav .swiper-wrapper {
  justify-content: center;
}
.solutionNav .swiper-slide {
  justify-content: center;
  padding: 0 10px;
  width: auto;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.solutionNav .swiper-slide::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #d5d5d5;
  content: "";
}
.solutionNav .swiper-slide p {
  margin: 0 10px;
}
.solutionNav .swiper-slide:last-child::before {
  display: none;
}
.solutionNav .swiper-slide.cur,
.solutionNav .swiper-slide:hover {
  color: #ef4e22;
}
.solutionNav.solutionNav_fixed {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  animation-name: fadeInUp150 !important;
  background: #fff;
}
.solutionNav.solutionNav_fixed .swiper {
  line-height: 70px;
  transition: all 0.5s;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.more {
  display: flex;
}
.more i {
  padding-right: 18px;
  font-size: 18px;
  color: #999;
  background: url(../images/zjpage/icon/i9.png) right center no-repeat;
}
.more:hover i {
  color: #ef4e22;
  background-image: url(../images/zjpage/icon/i9s.png);
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 1;
  width: 15px;
  height: 27px;
}
.swiper-button-prev {
  left: 0px;
  background: url(../images/zjpage/icon/i10.png) center no-repeat;
}
.swiper-button-prev:hover {
  background-image: url(../images/zjpage/icon/i10s.png);
}
.swiper-button-next {
  right: 0px;
  background: url(../images/zjpage/icon/i11.png) center no-repeat;
}
.swiper-button-next:hover {
  background-image: url(../images/zjpage/icon/i11s.png);
}
/*===== p1-1解决方案-智慧城市详情 =====*/
.smartCity .title b {
  margin-bottom: 50px;
  font-size: 38px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.smartCity > div:last-child {
  padding-bottom: 100px;
}
.SCity01 {
  padding-top: 100px;
}
.SCity01 .text {
  line-height: 32px;
  font-size: 20px;
  color: #666;
}
.SCity01 .text img {
  margin: 50px auto 0;
  max-width: 100%;
  height: auto !important;
}
.SCity02 {
  padding: 100px 0 0;
  background: #fff;
}
.SCity03.SUse07 {
  margin-bottom: 100px;
}
.SCity03 {
  padding-top: 100px;
}
.SCity03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
  border: #f5f5f5 2px solid;
}
.SCity03 .list a {
  position: relative;
  margin: 30px 0;
  width: 25%;
}
.SCity03 .list a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 37px;
  background: #eaeaea;
}
.SCity03 .list a:nth-child(4n)::before,
.SCity03 .list a:last-child::before {
  display: none;
}
.SCity03 .list a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  margin-bottom: 16px;
}
.SCity03 .list a .icon img {
  transition: all 0.5s;
  transform: rotateY(0deg);
  max-width: 100%;
  max-height: 100%;
}
.SCity03 .list a .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.SCity03 .list a .text2 {
  padding: 0 30px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  text-align: justify;
}
.SCity03 .list a .text {
  font-size: 18px;
  line-height: 28px;
  color: #999;
  text-align: center;
}
.SCity03 .list a:hover .icon img {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.SCity04 {
  padding-top: 100px;
  background: url(../images/zjpage/SCity04_bac.jpg) center no-repeat;
  background-size: cover;
}
.SCity04 .text {
  line-height: 42px;
  font-size: 22px;
  color: #666;
}
.SCity04 .text img {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.SCity05 {
  padding-top: 100px;
}
.SCity05 .list {
  padding: 0 36px;
}
.SCity05 .swiper-slide .bor {
  border: #ededed 1px solid;
}
.SCity05 .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.SCity05 .swiper-slide .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.SCity05 .swiper-slide .text {
  padding: 26px 30px 30px;
}
.SCity05 .swiper-slide .text b {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SCity05 .swiper-slide .text p {
  margin-bottom: 25px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.SCity05 .swiper-slide:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.SCity05 .swiper-slide:hover .text .more i {
  color: #ef4e22;
  background-image: url(../images/zjpage/icon/i9s.png);
}
.SCity05 .w1600 {
  position: relative;
}
.SCity06 .coreRightList:hover .coreRightListTitle {
  color: #ef4e22;
}
.SCity06 .flex {
  display: flex;
  justify-content: center;
}
.SCity06 .flex a {
  margin: 20px 15px 0;
}
.SCity07 {
  padding-top: 100px;
}
.SCity07 .swiper-slide .text p {
  height: 56px;
  -webkit-line-clamp: 2;
}
/*===== p1-2解决方案-方案应用场景详情 =====*/
.schemeUse .SUseBac {
  padding: 100px 0;
  background: #fff;
}
.schemeUse .SUse02,
.schemeUse .SUse04,
.schemeUse .SUse06 {
  background: #f6f6f6;
}
.SUse01 .w1600 {
  position: relative;
  display: flex;
}
.SUse01 .lie {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.SUse01 .next {
  position: relative;
  margin: 0 8%;
  width: 34%;
}
.SUse01 .next .t {
  margin-bottom: 35px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.SUse01 .next .list p {
  padding-left: 25px;
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  background: url(../images/zjpage/icon/i12.png) left 14px no-repeat;
}
.SUse01 .next .list.list2 p {
  padding-left: 30px;
  background: url(../images/zjpage/icon/i13.png) left 5px no-repeat;
}
.SUse02 .w1600 {
  position: relative;
}
.SUse02 .tab_tit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: calc(100% - 70px);
}
.SUse02 .tab_tit .swiper-slide {
  width: auto;
  cursor: pointer;
}
.SUse02 .tab_tit .swiper-slide p {
  transition: all 0.5s;
  padding: 0 46px;
  font-size: 18px;
  line-height: 53px;
  color: #666;
}
.SUse02 .tab_tit .swiper-slide i {
  transition: all 0.5s;
  opacity: 0;
  margin: 0 auto;
  width: 14px;
  height: 4px;
  background: url(../images/zjpage/icon/i14.png) center no-repeat;
}
.SUse02 .tab_tit .swiper-slide.swiper-slide-thumb-active p {
  color: #fff;
  transition: all 0.5s;
  background: #ef4e22;
}
.SUse02 .tab_tit .swiper-slide.swiper-slide-thumb-active i {
  transition: all 0.5s;
  opacity: 1;
}
.SUse02 .tab_next {
  padding-top: 90px;
}
.SUse02 .tab_next .next .right {
  float: right;
  box-sizing: border-box;
  padding-right: 16px;
  width: 45.6%;
  height: 500px;
  overflow-y: auto;
}
.SUse02 .tab_next .next .right::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.SUse02 .tab_next .next .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 2px;
  background-color: #ef4e22;
}
.SUse02 .tab_next .next .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: #ccc;
}
.SUse02 .tab_next .next .right .text {
  margin-bottom: 40px;
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
.SUse02 .tab_next .next .right .list li {
  padding: 30px 0;
  border-bottom: #d5d5d5 1px solid;
  cursor: pointer;
}
.SUse02 .tab_next .next .right .list li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SUse02 .tab_next .next .right .list li .top b {
  max-width: calc(100% - 40px);
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.SUse02 .tab_next .next .right .list li .top i {
  width: 21px;
  height: 11px;
  background: url(../images/zjpage/icon/i15.png) center no-repeat;
  background-size: 100% auto;
}
.SUse02 .tab_next .next .right .list li .bot {
  margin-top: 0px;
  max-height: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
}
.SUse02 .tab_next .next .right .list li:hover .top i {
  background-image: url(../images/zjpage/icon/i16.png);
}
.SUse02 .tab_next .next .right .list li:hover .bot {
  transition: all 0.5s;
  margin-top: 20px;
  max-height: 130px;
}
.SUse02 .tab_pic {
  float: left;
  width: 50%;
}
.SUse02 .tab_pic .pic {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.SUse02 .tab_pic .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.SUse02 .tab_pic .pic:hover i {
  transform: scale(1.1);
}
.SUse02 .tab_pic .swiper-pagination {
  left: auto;
  right: 5%;
  bottom: 26px;
  display: flex;
  justify-content: flex-end;
  width: 90%;
}
.SUse02 .tab_pic .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #dadada;
}
.SUse02 .tab_pic .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 60px;
  background: #ef4e22;
}
.SUse02 .swiper-button-prev,
.SUse02 .swiper-button-next {
  top: 0;
  margin-top: 0;
  width: 10px;
  height: 53px;
  background-size: 100% auto;
}
.SUse02 .swiper-button-prev {
  left: auto;
  right: 30px;
}
.smartCity .SUse03 .title b {
  font-size: 26px;
}
.SUse04 .title b {
  margin-bottom: 40px;
}
.SUse04 .tab_tit {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.SUse04 .tab_tit a {
  margin: 0 20px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.SUse04 .tab_tit a.cur {
  color: #ef4e22;
}
.SUse04 .next {
  padding: 0 36px;
}
.SUse04 .swiper-slide {
  background: #fff;
}
.SUse04 .swiper-slide .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 260px;
}
.SUse04 .swiper-slide .pic img {
  transform: scale(1);
  transition: all 0.6s;
  max-width: 96%;
  max-height: 80%;
}
.SUse04 .swiper-slide .text {
  padding: 0 0 30px;
}
.SUse04 .swiper-slide .text b {
  margin: 0 10px 28px;
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SUse04 .swiper-slide .text .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.SUse04 .swiper-slide .text .flex .more {
  margin: 0 12px;
  padding: 0 15px;
  line-height: 32px;
  border-radius: 32px;
  border: #d2d2d2 1px solid;
}
.SUse04 .swiper-slide .text .flex .more i {
  padding-right: 10px;
  font-size: 14px;
  background-size: 6px auto;
}
.SUse04 .swiper-slide .text .flex .more:hover {
  border: #ef4e22 1px solid;
}
.SUse04 .swiper-slide .text .flex .more:hover i {
  color: #ef4e22;
  background-image: url(../images/zjpage/icon/i9s.png);
}
.SUse04 .swiper-slide:hover .pic img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.SUse04 .swiper-slide:hover .text b {
  color: #ef4e22;
}
.SUse05 {
  margin-top: 0;
}
.SUse05 .bor {
  margin: 0 auto;
  width: 72%;
  min-width: 1000px;
}
.SUse05 .top {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: #e6e6e6 1px solid;
}
.SUse05 .top .t {
  display: flex;
  margin-bottom: 20px;
}
.SUse05 .top .t i {
  color: #c40f0f;
  font-weight: bold;
  margin-right: 10px;
}
.SUse05 .top .t p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.SUse05 .top .list {
  display: flex;
  flex-wrap: wrap;
}
.SUse05 .top .list i {
  margin: 0 50px 20px 0;
  padding-left: 30px;
  font-size: 18px;
  background: url(../images/zjpage/icon/i25.png) left center no-repeat;
  color: #666;
  cursor: pointer;
}
.SUse05 .top .list i.cur {
  background-image: url(../images/zjpage/icon/i25s.png);
}
.SUse05 .concatInput {
  height: 60px;
  line-height: 60px;
}
.SUse05 .concatTarea {
  height: 130px;
}
.SUse05 .verificationCode {
  margin-top: 70px;
}
.SUse05 .concatSubmit {
  width: 200px;
  height: 65px;
  line-height: 65px;
}
.SUse06 .swiper-slide {
  background: #fff;
}
/*===== p2-2行业产品-对应参数详情 =====*/
.headerMarH {
  margin-top: 65px;
}
.productNav {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #fff;
  border-bottom: #dfdfdf 1px solid;
}
.productNav .w1600 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}
.productNav .tit {
  font-size: 16px;
  color: #333;
}
.productNav .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
}
.productNav .right .goshop {
  transition: all 0.5s;
  padding: 0 20px;
  line-height: 36px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background: #ef4e22;
}
.productNav .right .goshop:hover {
  transition: all 0.5s;
  background: #d8451f;
}
.productNav .right .swiper-slide {
  width: auto;
  font-size: 16px;
  color: #666;
}
.productNav .right .swiper-slide p {
  padding-right: 50px;
}
.productNav .right .swiper-slide.cur,
.productNav .right .swiper-slide:hover {
  color: #ef4e22;
}
.productNav.black {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: none;
}
.productNav.black .tit {
  color: #fff;
}
.productNav.black .right .goshop {
  color: #fff;
  background: #ef4e22;
}
.productNav.black .right .goshop:hover {
  background: #d8451f;
}
.productNav.black .right .swiper-slide {
  color: #fff;
}
.productNav.black .right .swiper-slide.cur,
.productNav.black .right .swiper-slide:hover {
  color: #ef4e22;
}
.proPb {
  padding: 80px 0;
  background: #f8f8f8;
}
.proPb .titlePb {
  margin-bottom: 40px;
  font-size: 38px;
  color: #333;
  text-align: center;
}
.proPb .modePb {
  box-sizing: border-box;
  padding: 10px 60px;
  margin: 0 auto 50px;
  width: 83%;
  background: #fff;
}
.proPb .modePb .titlePb2 {
  line-height: 80px;
  font-size: 24px;
  color: #ff791b;
  border-bottom: #ff791b 1px solid;
}
.proCs .row {
  display: flex;
  padding: 12px 0;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.proCs .row:nth-child(2n) {
  padding: 12px 0;
  background: #f7f8f9;
}
.proCs .row .rowBox {
  box-sizing: border-box;
  padding-left: 20px;
}
.proCs .row .box1 {
  width: 30%;
}
.proCs .row .box2 {
  max-width: 70%;
}
/*===== p2-2行业产品-下载中心详情 =====*/
.proDow {
  padding-bottom: 40px;
}
.proDow .row .box1 {
  width: 40%;
}
.proDow .row .box2 {
  width: 30%;
}
.proDow .row .box2 p {
  text-align: center;
}
.proDow .row .box3 {
  width: 30%;
}
.proDow .row .box3 .downBtn {
  padding-right: 32px;
  text-align: right;
  color: #ef4e22;
  background: url(../images/zjpage/icon/i17.png) no-repeat right center;
}
/*===== p2-1行业产品-详情 =====*/
.product {
  position: relative;
  background: #000;
}
.product .flightTitle {
  margin-bottom: 60px;
  font-size: 38px;
  font-weight: bold;
}
.product .proNext {
  margin-bottom: 70px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.product .more {
  margin: 0 30px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  border-radius: 50px;
  background: #fff;
}
.product .more:hover {
  color: #ef4e22;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product .paddTop {
  padding-bottom: 120px;
}
.productNav + .product01 {
  margin-top: -68px;
}
.product02 {
  /* padding-bottom: 0; */
}
.product02 .flightTitle {
  margin-bottom: 0px;
}
.product03 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product03 .list a {
  margin-right: 26px;
  flex: 1;
  width: 0;
  background: url(../images/zjpage/icon/i22.png) center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.product03 .list a:last-child {
  margin-right: 0;
}
.product03 .list a .bor {
  padding: 50px 10px;
}
.product03 .list a .text {
  margin-bottom: 26px;
  width: 100%;
  min-height: 68px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.product03 .list a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
}
.product03 .list a .icon img {
  transition: all 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.product03 .list a:hover {
  cursor: pointer;
}
.product03 .list a:hover .icon img {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.product04_05 .list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 40.6%;
  height: 590px;
}
.product04_05 .list .row {
  padding: 20px 0;
}
.product04_05 .list .row .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product04_05 .list .row .top b {
  font-size: 32px;
  color: #535353;
  font-weight: bold;
}
.product04_05 .list .row .bot {
  transition: all 0.5s;
  margin-top: 0px;
  max-height: 0px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  overflow: hidden;
}
.product04_05 .list .row.cur .top b {
  color: #fff;
}
.product04_05 .list .row.cur .bot {
  transition: all 0.5s;
  margin-top: 26px;
  max-height: 108px;
}
.product04_05 .right {
  width: 48.75%;
}
.product04_05 .right .swiper-slide {
  height: 590px;
  border-radius: 20px;
  overflow: hidden;
}
.product04_05 .right .swiper-slide i {
  transition: all 0.5s;
  transform: scale(1);
  display: block;
  width: 100%;
  height: 100%;
}
.product04_05 .right .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.product04_05 .right .swiper-slide:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product04_05 .right .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 30px;
}
.product04_05 .right .swiper-pagination.swiper-pagination-lock {
  margin-top: 0;
}
.product04_05 .right .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #dadada;
}
.product04_05 .right .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 40px;
  background: #ef4e22;
}
.product06 .left {
  width: 48.75%;
  height: 590px;
  border-radius: 20px;
  overflow: hidden;
}
.product06 .left i {
  transition: all 0.5s;
  transform: scale(1);
  display: block;
  width: 100%;
  height: 100%;
}
.product06 .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.product06 .left:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product06 .list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 45%;
  height: 590px;
}
.product06 .list .row {
  box-sizing: border-box;
  padding: 20px 50px 20px 0;
  width: 50%;
}
.product06 .list .row i {
  margin-bottom: 6px;
  font-size: 18px;
  color: #e0e0e0;
}
.product06 .list .row .flex {
  display: flex;
  color: #fff;
}
.product06 .list .row .flex b {
  font-size: 42px;
  font-weight: bold;
}
.product06 .list .row .flex em {
  margin: 16px 0 0 10px;
  font-size: 24px;
}
.product07 .list {
  display: flex;
  justify-content: center;
}
.product07 .list a {
  position: relative;
  margin-right: 2.5%;
  width: 48.75%;
  border-radius: 20px;
  overflow: hidden;
}
.product07 .list a:last-child {
  margin-right: 0;
}
.product07 .list a .pic {
  width: 100%;
  overflow: hidden;
}
.product07 .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: auto;
}
.product07 .list a .pos {
  position: absolute;
  bottom: 35px;
  left: 35px;
  width: calc(100% - 70px);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.product07 .list a:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.product08 .mode {
  position: relative;
}
.product08 .mode .lie {
  position: absolute;
  width: 40px;
  height: 42px;
  z-index: 3;
  background: url(../images/zjpage/icon/i24.png) center no-repeat;
}
.product08 .mode .lie.lie1 {
  left: 40px;
  top: 35px;
}
.product08 .mode .lie.lie2 {
  right: 40px;
  top: 35px;
  transform: rotateY(180deg);
}
.product08 .mode .lie.lie3 {
  left: 40px;
  bottom: 35px;
  transform: rotateX(180deg);
}
.product08 .mode .lie.lie4 {
  right: 40px;
  bottom: 35px;
  transform: rotateX(180deg) rotateY(180deg);
}
.product08 .mode .pos {
  position: absolute;
  left: 88px;
  bottom: 88px;
  z-index: 8;
  width: calc(100% - 176px);
  color: #fff;
}
.product08 .mode .pos b {
  font-size: 38px;
  font-weight: bold;
}
.product08 .mode .pos p {
  margin-top: 16px;
  font-size: 30px;
}
.product08 .mode .large-4 {
  margin-bottom: 45px;
  width: 100%;
  height: 700px;
}
.product08 .mode .large-4 .twentytwenty-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}
.product08 .mode .large-4 .twentytwenty-container img {
  position: absolute;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.product08 .mode .large-4 .twentytwenty-before {
  z-index: 3;
}
.product08 .mode .large-4 .twentytwenty-after {
  display: none;
}
.product08 .mode .large-4 .twentytwenty-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  height: 37px;
  width: 85px;
  background: url(../images/zjpage/icon/i23.png) center no-repeat;
  cursor: pointer;
}
.product08 .mode .large-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product09 {
  /* padding-bottom: 0; */
}
.product10 .pic {
  width: 100%;
}
.product10 .pic img,
.product10 .pic video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.product11 {
  padding: 120px 0;
  background: #161718;
}
.product11 .next .left {
  width: 41.25%;
}
.product11 .next .left .pic {
  margin-bottom: 36px;
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}
.product11 .next .left .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.product11 .next .left .text {
  margin-bottom: 67px;
  font-size: 18px;
  line-height: 36px;
  color: #e0e0e0;
}
.product11 .next .left .flex {
  display: flex;
}
.product11 .next .left .flex .more {
  margin: 0;
}
.product11 .next .list {
  display: flex;
  flex-wrap: wrap;
  width: 51%;
}
.product11 .next .list a {
  margin: 0 3.125% 3.125% 0;
  padding-bottom: 30px;
  width: 31.25%;
  border-radius: 20px;
  background: #1f2021;
}
.product11 .next .list a:nth-child(3n) {
  margin-right: 0;
}
.product11 .next .list a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 217px;
}
.product11 .next .list a .pic img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.product11 .next .list a p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product12 {
  padding: 120px 0;
  background: #252628;
}
.product12 .list {
  display: flex;
  flex-wrap: wrap;
}
.product12 .list a {
  position: relative;
  margin: 0 2.3% 2.3% 0;
  width: 31.8%;
}
.product12 .list a:nth-child(3n) {
  margin-right: 0;
}
.product12 .list a .pic {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
.product12 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.product12 .list a .pos {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}
.product12 .list a .pos b {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.product12 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
