/*.vjs-big-play-centered .vjs-big-play-button{*/
/*    display: none;*/
/*}*/

.product1 {
  overflow: hidden;
}

.nav-top {
  position: fixed;
  bottom: 150px;
  right: 0;
  width: 2%;
  display: none;
  z-index: 999;
}

.nav-top img {
  width: 100%;
}

.Solution-title {
  background: #fff;
}

.product-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* margin: 180px 15% 0; */
  padding: 250px 15% 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.z_tanchuang{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    z-index: 9999;
    height: 100vh;
    display: none;
}
.z_tanchuang img{
    width: 60%;
    margin: 5% 20%;
    /*display: none;*/
}
.exzoom .exzoom_preview{
    /*height: 414px!important;*/
    /*left: 670px!important;*/
    /*top: 123px!important;*/
}




/*.exzoom .exzoom_preview .exzoom_preview_img {*/


/*.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{*/
/*    margin-top: 0 !important;*/
/*}*/

.swiper-container345 .swiper-slide img{
    width: 100%;
    height: 70px;
}

.swiper-container234 img{
    width: 100%;
}

.product-lb .swiper-container.product1-swiper {
  -webkit-box-shadow: 0 0 10px #b0adad;
  box-shadow: 0 0 10px #b0adad;
}

.product-lb .swiper-container .slide-video1 {
  position: relative;
}

.product-lb .swiper-container video {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
}

.product-lb .swiper-container .slide-video1 .video-js {
  width: 100%;
  height: 350px;
  background: transparent;
}

.product-lb .container{
    width: 50%;
}

.swiper-container234{
    overflow: hidden;
}
.swiper-container234 .video-js{
    width: 100%;
    height: 421px;
}

.video-js .vjs-control-bar {
  width: 93.5%;
  left: 3.3%;
}

.product-lb .vjs-poster {
  background-color: transparent;
}

.product-lb .video-js .vjs-fullscreen-control {
  display: none;
}

.product-lb .swiper-container .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10%;
  z-index: 99;
}

.product-lb .swiper-container.product1-thumb {
  padding-top: 30px;
}

.product-lb .swiper-container.product1-thumb .swiper-slide-img {
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.product-lb .swiper-container.product1-thumb .swiper-slide-thumb-active .swiper-slide-img {
  border: 2px solid #046fa8;
  ;
}

.product-lb .swiper-container .swiper-slide-img .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: url(../img/product-lb1.png) no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 10px;
}

.Solution-banner .Solution-ul .Solution-li a {
  color: #333;
}

.Solution-ul .Solution-li:last-child a {
  color: #fff;
}


.swiper-slide-txt {
  font-size: 0.14rem;
  width: 44%;
  margin-left: 90px;
  /*padding-top: 128px;*/
}

.swiper-slide-txt .swiper-slide-txt1 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.swiper-slide-txt .swiper-slide-txt2 {
  font-size: 0.18rem;
  color: #333;
  padding: 20px 0 40px;
}

.swiper-slide-txt .swiper-slide-txt3 {
  font-size: 0.16rem;
  color: #999;
  border-top: 2px dashed #b3b3b3;
  padding-top: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 9;*/
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 2em;
}

.scenarios {
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
}

.scenarios .background {
  background: #f3f3f3;
}

.scenarios .sever {
  width: 70%;
  margin: auto;
}

.scenarios .scenarios-line {

  border-top: 0.01rem solid rgba(202, 182, 182, .4);
  border-bottom: 0.01rem solid rgba(202, 182, 182, .4);
}

.scenarios .scenarios-line .scenarios-t {
  /*width: 90%;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scenarios .scenarios-line .scenarios-t a {
  font-size: 16px;
  color: #333;
  padding-right: 60px;
  border-right: 1px solid #eee;
  line-height: 60px;
  margin-right: 60px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.scenarios .scenarios-line .scenarios-t a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #046fa8;
  width: 0%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.scenarios .scenarios-line .scenarios-t a:first-child {
  color: #046fa8;
}

.scenarios .scenarios-line .scenarios-t a:first-child::after {
  width: 50%;
}

.scenarios .scenarios-line .scenarios-t a:hover {
  color: #046fa8;
}

.scenarios .scenarios-line .scenarios-t a:hover::after {
  width: 50%;
}

.scenarios .scenarios-line .scenarios-t a:last-child {
  border-right: none;
}


.scenarios .summary {
  padding-top: 80px;
  font-size: 0.14rem;
  color: #808080;
}

.scenarios #c777 .summary2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.16rem;
  width: 32%;
  border: 0.02rem solid #eee;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1%;
}

.scenarios #c777 .summary1-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scenarios #c777 .summary2 .data-li-l {
  width: 50%;
  background: #046fa8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scenarios #c777 .summary2 .data-li-r {
  width: 53%;
  padding: 0.3rem;
}

.scenarios #c777 .summary2 .data-li-r .data-title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenarios #c777 .summary2 .data-li-r .data-li-r1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #999;
  margin-top: 0.3rem;
}

.scenarios #c777 .summary2 .data-li-r .data-li-r1 img {
  background: #046fa8;
  padding: 0.03rem 0.12rem;
  border-radius: 0.2rem;
  margin-right: 0.15rem;
}

.summary-table {
  padding-bottom: 100px;
  border-bottom: 2px solid #eee;
}

.scenarios .summary .summary1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.scenarios .summary .summary1 span {
  width: 0.42rem;
  height: 0.01rem;
  background-color: #8d8d8d;
  margin: 0 0.2rem;
}

.scenarios .summary .summary1 p {
  font-size: 0.26rem;
}

.scenarios .summary .summary2 {
  /*width: 90%;*/
  /*margin: auto;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.scenarios .summary .summary2 .summary2-img {
  text-align: center;
}

/*.scenarios .summary .summary2 .summary2-img img {*/
/*  width: 30%;*/
/*}*/
.scenarios .summary .summary2 .summary2-img p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-indent: 2em;
  width: 30%;
  margin: 20px auto;
  text-align: left;
}

.zhong-img {
  width: 80%;
}

.summary .summary3.active {
  /*width: 90%;*/
  /*margin: auto;*/
  height: 1120px;
  overflow: auto;
}

.summary .summary3 p {
  line-height: 30px;
  /*margin-top: 20px;*/
  text-align: left;
}

.summary .summary3 img {
  margin: auto;
}

.summary .summary3 table {
  border-collapse: collapse;
  /*font-size: 0.18rem;*/
  width: 70%;
  margin: 20px auto;
}

/*.summary .summary3 thead tr {*/
/*  background: #27272a;*/
/*  color: #fff;*/
/*}*/

.summary .summary3 thead th {
  /*padding: 25px 0;*/
  border: 2px solid #eeeeee40;
}

/*.summary .summary3 thead th p {*/
/*  text-align: center;*/
/*  line-height: inherit;*/
/*  margin: 0;*/
/*}*/

.summary .summary3 tbody tr td {
  /*width: 25%;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*padding: 25px 0;*/
  /*text-align: center;*/
  border: 2px solid #d2d2d29e;
}

/*.summary .summary3 tbody tr:nth-child(odd) td:nth-child(odd) {*/
/*  background: #edecef;*/
/*}*/

/*.summary .summary3 tbody tr:nth-child(odd) td:nth-child(even) {*/
/*  background-color: #f9f9fc;*/
/*}*/

/*.summary .summary3 tbody tr:nth-child(even) td:nth-child(odd) {*/
/*  background-color: #f9f9fc;*/
/*}*/

.table {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.table .summary-t {
  font-size: 0.14rem;
  color: #808080;
  text-align: center;
  margin-bottom: 60px;
}

.table .input-n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
}

.table .input-n i {
  color: red;
  font-size: 0.16rem;
}

.table .input-n p {
  font-size: 0.16rem;
  color: #333;
  margin: 0 20px 0 5px;
}

.table .input-n input {
  outline: none;
  border: 2px solid #eee;
  padding: 10px;
  width: 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table .input-n textarea {
  outline: none;
  border: 2px solid #eee;
  padding: 10px;
  width: 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #999;
}

.give {
  width: 35%;
  outline: none;
  color: #fff;
  background: #046fa8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 16px 0;
  font-size: 0.16rem;
  margin: auto;
}

.scenarios .sever.next-bar {
  margin: 90px auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-bar .next-bar1:hover::before {
  width: 100%;
}

.next-bar .next-bar1:hover {
  color: #fff;
}

.next-bar .next-bar1 {
  width: 165px;
  height: 40px;
  border: 1px solid #bfbcbc;
  text-align: center;
  line-height: 40px;
  color: #000;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 0.14rem;
  z-index: 10;
}

.next-bar .next-bar1::before {
  display: block;
  content: "";
  width: 5%;
  height: 100%;
  background: #0096ff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

.next-bar .next-bar2 {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  text-align: center;
  font-size: 0.14rem;
  color: #999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-bar .next-bar2:hover {
  border: 1px solid #046fa8;
  color: #046fa8;
}

.index-right1 {
  display: none;
}

.next-bar .next-bar2:hover .index-right {
  display: none;
}

.next-bar .next-bar2:hover .index-right1 {
  display: block;
}





@media only screen and (max-width:1480px) {
  .product-lb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 210px 5% 120px;
  }

  .product-lb .product1-thumbs {
    width: 40%;
  }

  .product-lb .swiper-container.product1-thumb {
    padding: 0;
  }

  .swiper-wrapper {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: end;*/
    /*-webkit-justify-content: flex-end;*/
    /*-ms-flex-pack: end;*/
    /*justify-content: flex-end;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
  }

  .product-lb .swiper-container.product1-thumb .swiper-slide-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zhong-img {
    width: 100%;
  }

  .swiper-container {
    padding: 0;
  }

  .swiper-slide-txt {
    /*padding-top: 120px;*/
    margin-left: 50px;
    width: 60%;
  }
  
  .scenarios .sever {
    width: 90%;
    margin: auto;
  }

  .scenarios {
    margin-top: 0.5rem;
  }

  .scenarios .summary {
    padding-top: 50px;
  }

  .scenarios .summary .summary1 {
    margin-bottom: 0.3rem;
  }

  .summary-table {
    padding-bottom: 50px;
  }

  .table .input-n input,
  .table .input-n textarea {
    width: 65%;
  }

  .next-bar {
    margin: 30px auto 30px;
  }

  .scenarios .scenarios-line .scenarios-t a {
    font-size: .16rem;
    padding-right: 30px;
    margin: 10px 30px 10px 0;
  }

  .swiper-slide-txt .swiper-slide-txt2 {
    font-size: 0.18rem;
    color: #333;
    padding: 10px 0 20px;
  }

  .swiper-slide-txt .swiper-slide-txt3 {
    /*-webkit-line-clamp: 8;*/
    line-height: 30px;
  }

  .scenarios #c777 .summary2 .data-li-l {
    width: 100%;
  }

  .scenarios #c777 .summary2 .data-li-l img {
    width: 40%;
  }

  .scenarios #c777 .summary2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scenarios #c777 .summary2 .data-li-r {
    width: 80%;
    padding: 10px 0;
  }
}

@media only screen and (max-width:750px) {
    .product-lb .container{
        width: 100%;
    }
    .swiper-container234 .video-js{
        height: 228px;
    }
    .swiper-container345 .swiper-slide{
        padding: 10px 0;
    }
  .product-lb .product1-thumbs {
    width: 100%;
  }

  .product-lb .swiper-container .swiper-pagination {
    display: none;
  }

  .summary .summary3 img {
    width: 100%;
  }

  .scenarios .summary.swiper-summary2 .swiper-button-next,
  .scenarios .summary.swiper-summary2 .swiper-button-prev {
    display: none;
  }

  .scenarios .summary .summary2 .summary2-img img {
    width: 100%;
    font-size: 12px;
  }

  .scenarios .summary .summary2 .summary2-img p {
    width: 90%;
  }

  .swiper-slide-txt .swiper-slide-txt1 {
    font-size: 16px;
  }

  .product-lb{
    flex-direction: column;
    width: 100%;
    padding: 60px 5% 0px;
  }

  .product-lb .swiper-container {
    text-align: center;
    background: #f7f7f7;
    padding: 0;
    width: 100%;
  }

  .swiper-slide-txt {
    font-size: 0.14rem;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-top: 30px;
  }

  .swiper-slide-txt .swiper-slide-txt2 {
    padding: 0.2rem 0 0.2rem;
    font-size: 14px;
  }

  .swiper-slide-txt .swiper-slide-txt3 {
    padding-top: 0.1rem;
    text-indent: 2em;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .scenarios {
    margin-top: 0.5rem;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .scenarios .scenarios-line .scenarios-t a {
    font-size: 12px;
    color: #333;
    margin: 10px 0;
    padding-right: 20px;
    border: none;
    line-height: 30px;
  }

  .scenarios .summary .summary1 p {
    font-size: 14px;
  }

  .summary .summary3 table {
    font-size: 12px;
    width: 100% !important;
  }


  .scenarios .summary {
    padding-top: 20px;
    width: 100%;
  }

  .scenarios .summary .summary1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }

  .summary .summary3 thead th {
    padding: 0.1rem 0;
  }

  .summary .summary3 tbody tr td {
    padding: 0.05rem 0;
  }

  .table .summary-t {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .table .input-n p {
    font-size: 12px;
  }

  .table .input-n {
    margin-bottom: 10px;
  }

  .table .input-n input {
    padding: 5px;
    width: 70%;
    font-size: 12px;
  }

  .table .input-n textarea {
    outline: none;
    border: 2px solid #eee;
    padding: 0;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #999;
  }

  .give {
    width: 45%;
    padding: 10px 0;
  }

  .summary-table {
    padding-bottom: 20px;
  }

  .scenarios .sever.next-bar {
    width: 90%;
    margin: 20px auto 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next-bar .next-bar1 {
    width: 95px;
    height: 30px;
    line-height: 30px;
  }

  .next-bar .next-bar2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .next-bar .next-bar2 img {
    width: 70%;
  }
}