/*product list 开始*/
.product{
    background: #f6f6f6;
}
.product .banner {
  position: relative;
}

.product .banner>.title {
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 1280px;
  font-size: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product>.box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product>.box>.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    border-bottom: 1px dashed #9f9f9f;
    padding-bottom: 10px;
    width:100%;
}
.product>.box>.top {
 position: relative;
}
.product>.box>.left {
  width: 20%;
}
.product>.box>.left .left1{
    background-color: #2e2e2e;
    padding: 20px 10px;
    box-sizing: border-box;
}
.product>.box>.left> .left1 .top {
  font-size: 35px;
  color: #fff;
}

.product>.box>.left>.left1 .body {
  color: #f7f7f7;
  border-left: 1px solid #9f9f9f;
}

.product>.box>.left>.left1 .body>li {
  line-height: 35px;
  padding-left: 20px;
  position: relative;
 
  justify-content: space-between;
  flex-wrap: wrap;
}
.product>.box>.left>.left1 .body>li.sidenavcur {
  background: #008ed6;
}
.am-collapses{
    max-height: 0;
    overflow: hidden;
    width: 100%;
}
.am-collapses a{
    color: #999;
}
.product>.box>.left>.left1 .body>.active:before {
  width: 4px;
  left: -2px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #fff;
}

.product>.box>.left>.left1 .body>.active a {
  color: #fff;
}
/*.product>.box>.left>.left1 .body>li:first-child a:after{*/
/*   content:"\e8c9";*/
/*   color: red;*/
/*   margin-left: 5px;*/
/*}*/
.product>.box>.left>.left1 .body>li>a {
  color: #fff;
}

.product>.box>.left .left2{
    background-color: #2e2e2e;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.product>.box>.left> .left2 .top {
  font-size: 35px;
  color: #fff;
}

.product>.box>.left>.left2 .body {
}

.product>.box>.left>.left2 .body>li {
  line-height: 35px;
  position: relative;
}

.product>.box>.left>.left2 .body>.active:before {
  width: 4px;
  left: -2px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #fff;
}

.product>.box>.left>.left2 .body>.active a {
  color: #fff;
}

.product>.box>.left>.left2 .body>li>a {
  display: flex;
  color: #000;
  justify-content:space-between;
  border: 1px solid #EEEEEE;
  margin-top: 20px;
  padding: 2px;
  box-sizing: border-box;
  padding: 2px;
  background: #fff;
}
.product>.box>.left>.left2 .body>li>a>.right{
    width: 57%;
    font-size: 0.8em;
    line-height: 1.5em;
}
.product>.box>.left>.left2 .body>li>a>.right>span{
    display: block;
    margin-bottom: 10px;
}
.product>.box>.right {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product>.box>.right>.item {
  width: calc(33.33% - 20px);
  padding: 2px ;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
      background: #fff;
  border: 1px solid #EEEEEE;
  margin: 10px;
}

.product>.box>.right>.item>.imgage {
  position: relative;
}

.product>.box>.right>.item>.imgage:hover {
  border: 1px solid #0659c1;
}

.product>.box>.right>.item>.imgage:hover>div {
  opacity: 1;
  transition: 0.3s;
}

.product>.box>.right>.item>.imgage>div {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  opacity: 0;
  flex-wrap: wrap;
  align-content: center;
}
.product>.box>.right>.item>.imgage>div a:nth-child(1){
    width: 100%;
    font-size: 0.9em;
    display: flex;
    color: #fff;
    margin-bottom: 20px;
    flex-direction: column;
}
.product>.box>.right>.item>.imgage>div a:nth-child(1):before{
    font-size: 30px;
}
.product>.box>.right>.item>.imgage>div .icon-youjian {
  background-color: #0659c1;
  color: #fff;
  width: 49%;
  padding: 5px 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;

}

.product>.box>.right>.item>.imgage>div .icon-youjian::before {
  font-size: 20px;
}

.product>.box>.right>.item>.imgage>div .icon-xinxi {
  background-color: #3b3b3b;
  color: #fff;
  width: 49%;
  padding: 5px 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.product>.box>.right>.item>.imgage>div .icon-xinxi::before {
  font-size: 20px;
}

/*product list 结束*/

/*product view 开始*/
.productView .banner {
  position: relative;
}

.productView .banner>.title {
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 1280px;
  font-size: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.productView>.box>.top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  border-bottom: 1px dashed #9f9f9f;
  padding-bottom: 10px;
}
.productView>.box>.top,.productView>.box>.top .left a{
  color: #0659c1;
}
.productView>.box>.top .left{
    position: relative;
}
.productView>.box>.top .left:before{
    position: absolute;
    width: 35px;
    height: 1px;
    border-bottom: 1px solid #0659c1;
}
.productView .crumb:nth-child(1) {
  display: none;
}
.productView>.box>.top .icon-fanhui{
  color: #000;
}
.productView .box .list{
  display: flex;
  justify-content: space-between;
}
.productView .box .list .left{
width:33.5%;
}
.productView .box .list .left{
  display: flex;
  flex-direction:column-reverse;
}
.Carousel{
    width: 100%;
}

.Carousel img{
 height: 100%;
 width: 100%;
 object-fit: cover;

}
.carousel-pagination{
  display: flex;
  position: static !important;
  width: 100%;
}
.carousel-pagination img{
  width: 14%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 5px;
  opacity: 1;
}
.carousel-pagination .swiper-pagination-bullet-active{
  border: 1px solid #77a4dc;
}
.productView .box .list .right{
width:60%;
}
.productView .box .list .right .titile{
  font-weight: bold;
  font-size: 35px;
  color: #0659c1;
  display: block;
  margin-bottom: 20px;
}
.productView .box .list .right .content{
  line-height: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #888;
  margin-bottom:40px;
  
}
.productView .box .list .right .content b{
    font-size: 1.5em;
}
.productView .box .list .right .content p{
  color: #888;
  line-height: 3;
}
.productView .box .list .right .content span{
display: inline-block;
margin-left: 20px;
color: #000;
}
.productView .box .list .right .btn{
  display: flex;
  justify-content: space-between;
  font-size: 0.5em;
}
.productView .box .list .right .btn a{
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35px;
}
.productView .box .list .right .btn a:before{
    font-size: 20px;
    padding-right: 10px;
}
.productView .box .list .right .btn a:nth-child(1){
  color: #fff;
  background-color: #faa500;
  width: 30%;
  text-align: center;
  border-radius: 20px;
  padding: 15px 0;
}
.productView .box .list .right .btn a:nth-child(2){
  color: #fff;
  background-color: #000;
  width: 30%;
  text-align: center;
  border-radius: 20px;
  padding: 15px 0;
}
.productView .box .list .right .btn a:nth-child(3){
  color: #fff;
  background-color: #b80000;
  width: 30%;
  text-align: center;
  border-radius: 20px;
  padding: 15px 0;
}
.productView .bottom{
  margin-top: 20px;
}
.productView .bottom>.pagination{
  background-color: #2d2d2d;
  padding: 20px 10px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing:border-box;
}
.productView .bottom-pagination{
position: sticky;
width: 100%;
max-width: 1280px;
margin: 0 auto;
display: flex;
justify-content: space-between;
background-color: #2d2d2d;
}
.productView .bottom-pagination a{
  width: auto;
  white-space: nowrap;
  height: auto;
  color: #fff;
  background: none;
  opacity: 1;
  margin: 0 30px;
  position: relative;
  border-radius: 0;
}
.productView .bottom-pagination .swiper-pagination-bullet-active::before{
  content: "";
  width: 100%;
  position:absolute;
  height: 10px;
  transition: 0.3s;
  background-image: url("/template/suho/pc/static/images/product/product_34.png");
  background-position: center;
  background-repeat: no-repeat;
  bottom:-10px;
}
.productView .bottom-container .swiper-slide{
  background: #f7f7f7;
  height: auto;
}
.productView .bottom-container .swiper-slide .box{
  padding: 30px 10px;
}
.productView .bottom-container .swiper-slide .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin: 30px auto;
}
.productView .bottom-container .swiper-slide .box .item{
  display: flex;
  width: 49%;
  border: 1px solid #e9eef4;
}
.productView .bottom-container .swiper-slide .box .item .name{
    background: #f8fafc;
    padding: 5px 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productView .bottom-container .swiper-slide .box .item .value{
    padding: 5px 10px;
    width: 50%;
    color: #68686a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#videoList{
    width: 60%;
    margin-top: 30px;
}
.video-pagination{
    width: 100%;
    margin-top: 20px;
}
.video-pagination .swiper-pagination-bullet{
    background:#ccc;
    width: 5%;
    margin: 0 10px;
    height: auto;
    border-radius: 0;
    
}
.videosss{
    background: #000;
}
.video-pagination .swiper-pagination-bullet-active{
    background:var(--swiper-pagination-color,var(--swiper-theme-color));
}
/*product view 结束*/
  .long{
        max-height: 999px;
    }
@media (max-width:1300px) {
 
    .productView .box .list .right .content p{
        line-height: 2;
    }
    .productView .box .list .right .content{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
 @media(max-width:600px) {
     .productView .box .list .right .titile{
         font-size: 16px;
     }
     .productView .bottom-container .swiper-slide .box .item{
        width: 100%;
     }
     #videoList{
        width: 100%;
     }
     .product>.box>.left{
         width: 100%;
     }
     .product>.box>.left .left2{
         display: none;
     }
    .product>.box>.right>.item{
        width: calc(50% - 20px);
    } 
    .product .banner>.title{
        display: none;
    }
    .product>.box>.right>.item>.imgage>div{
        display: none;
    }
    .product>.box{
        flex-direction: column;
    }
    .product>.box>.right{
        width: 100%;
    }
    .productView .banner>.title{
        display: none;
    }
    .productView>.box>.top{
        display: none;
    }
    .productView .box .list{
        flex-direction: column;
    }
    .productView .box .list .left{
        width: 100%;
        margin-top: 30px;
    }
    .carousel-pagination{
        flex-direction:row;
        justify-content: center;
        width: 100%;
    }
    .carousel-pagination img{
       width:10%;
    }
    /*.Carousel{*/
    /*    height: auto;*/
    /*}*/
    .productView .box .list .right{
        width: 100%;
    }
    .productView .bottom-pagination a{
        font-size: 0.7em;
    }

}