
/*******如果CSS中有这个，一定删除，要不然动态效果就不出来。首张图片必须大于定义的proleft-container尺寸才行。***********
img{
  max-width: 100%
}

*******如果CSS中有这个，一定删除，要不然动态效果就不出来。***********/

/*******产品详情************/
 body{
margin: 0px;
padding: 0px;
}
.bg19,.bg2c,.bg2e{
   background: linear-gradient(45deg, #1c69d4, #4788fe);
   box-shadow:none;
}
.color000, .color000 p{
    color:#000!important;
}

.color000, .color000 span{
    color:#000!important;
	line-height:30px;
}
 
 
.pro-content{
    width:100%;
}
.pro-content img, .pro-content p img{
    max-width: calc(100% - 6px);
}

table {
      width:100%!important;     
     color:#666;
      max-width: 1200px;
       margin:20px auto;       
    border-spacing: 0px;   
    float: left;
    margin-right:-1px;
   }
td {
  border:1px solid #ABABAB; 
  font-size:15px; 
  padding:5px 5px;
  height: auto;
}

tr:hover {cursor:pointer;}

 
tr td:nth-child(1){    
    color:#000;
}

tr,td{
  background: #fff;
  color:#333;
   height: auto!important;
}
td{
   min-width: 100px;
    height: auto;
}


 .firstRow{
  background: #ddd!important;
 }

.bgddd{
  background: #ddd!important
}

.proleft-container{
  width: 540px;
}
.proright-container{
  width: calc(100% - 540px)
}


 #magnifier {
      position: relative;
      width: 450px;
      margin: 0px 30px 0 30px;
      
    }

 
   
#mypicsduopic {
    width: 100%;
    height: 400px;
    padding-top:50px;
    padding-bottom: 80px;
}

#mypicsduopic  .swiper-wrapper .swiper-slide2{
    width:auto;
}

#mypicsduopic  .swiper-wrapper .swiper-slide2 img{
    height: 100%;
}

#mypicsduopic  .swiper-paginationpic{
    bottom:0;
}




  .small-box{ 
      position: relative;
      width: 450px;
      height: 450px;
      margin-bottom:0px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;

  }

  .small-box .box-img{
      position: absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      display: flex;
      align-items: center;
      justify-content: center; 
  }
 
  .small-box .box-img img{
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: center; 
  }


    .small-box table td{
      width: 450px;
      height: 450px;
    }
   
    .small-box .hover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 200px;
      
      background: #0099ff;
      opacity: .5;
      filter: alpha(opacity: 50);
      cursor: move;
    }
    .thumbnail-box {
      position: relative;
      width: 100%;
      margin-top: 50px; 
    }
    .thumbnail-box .btn {
      position: absolute;
      top: 50%;
      width: 22px;
      height: 32px;
      margin-top: -16px;
    }
    .thumbnail-box .btn-prev {
      left: 0;
      background: url(../images/btn_prev.png) no-repeat;
    }
    .thumbnail-box .btn-prev.btn_prev_disabled{background: url(../images/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .btn-next {
      right: 0;
      background: url(../images/btn_next.png) no-repeat;
    }
    .thumbnail-box .btn-next.btn_next_disabled{background: url(../images/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .list {
      overflow: hidden;
      width: 390px;
      margin: 0 auto;
    }
    .thumbnail-box .wrapper {
      width: 100000px;
    }
    .thumbnail-box .list .item {
      float: left;
      margin: 0 11px;
        position: relative;
        background: #fff;
    }
    .thumbnail-box .list .item-cur {}
    .thumbnail-box .list .item img {
      border: 1px solid #a9a9a9;
      width: 54px;
      height: 54px;
    }
    .thumbnail-box .list .item-cur img {
      border: 1px solid #333;
    }
    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 451px;
      top: 0;
      width: 540px;
      height: 540px; 
      z-index: 99999;
      background:#fff;
    }
    .big-box img {
      display: block;
    }

  
  .thumbnail-box .list .item .play{
     position: absolute;
     left:0;
     top:0;
     z-index: 1;
     width: 100%;
     height: 100%;
  }
  .thumbnail-box .list .item .play img{
    width: 100%!important;
    height: 100%;   
  }

  #imgs{
    z-index: 9;
  }
  #hover{
    z-index: 10;
  }
  video{
    z-index: 11;
  }
  .myvideos{
      z-index: 8;
      width:100%;
      height:100%;
      background: #000;      
      left:0;
      top:0;
      position:absolute;
  }  

   .myvideos:hover video{
    position:absolute;
    z-index: 99999999;
    left:0;
    top:0;    
    background: #000;
    width: 100%;
    height: 100%;
  }

  .tc-video{
     position:fixed;
     top:0;
     left:0;
     width: 100%;
     height: 100%;
     z-index: 999999;
     background: rgba(0,0,0,0.8);     
     display: none; 
      
  }

  .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.small-box table,
    .small-box table tr,
    .small-box table tr td{
        background: none;
        border:none;
    }

  /*******产品详情************/
  .othermodel{
    height: 400px;
  }

#duopic {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
 
#duopic .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
    border:1px solid #EDEDED;
}
#duopic .swiper-wrapper .swiper-slide img{
   height: 100%!important;
}
#duopic .swiper-wrapper .swiper-slide .title{
   height:40px;
   line-height: 40px;
   color: #333;
   position: absolute;
   left:0;
   bottom:0;
   z-index: 99;
   width:100%;
   background: rgba(255,255,255,0.5);
   text-align: center;
   border-top: 1px solid #EDEDED;
}



.position:hover, .position a:hover{
     color:#333;
}







@media(max-width: 996px){
   
.proleft-container{
    width: auto;
    padding:0px;
}
.proright-container{
    width: auto;
    padding:0 15px;
}
 #hover{
      display: none!important;
    }
    
.title{
    color:#fff;
}    
    
     
}
@media(max-width: 540px){

/**********768产品详情******************/
   .proleft-container{
    width:100%;
     margin-bottom: 30px;
   }
    #magnifier {
      position: relative;
     width: 100%;
      margin: 0px 0px 0 0px;
      
    }
    .small-box {     
      width: 100%;
      height: 400px;
      background: #fff;
      
    }
    .small-box table,
    .small-box table tr,
    .small-box table tr td{
        width:100%;
    }
    .small-box table td{
     width:100%;
      height: 360px;
    }

    .thumbnail-box{
            width: 100%;
            overflow: hidden;
    }
    .thumbnail-box .list{
        width:  calc(100% - 50px); 
    }
    .thumbnail-box .btn{
        z-index: 99999;

    }
    #hover{
      display: none!important;
    }

}