/* @media (max-width: 575.98px){ 
		
	} */

	.product-detail  .details ul li {
		list-style: disc;
		margin-left: 20px;
	}

	/* 左侧轮播图 */
	.carousel-inner-1{
		width: 100%;
		height: 400px;
	}
	.carousel-indicators li{
		background-color: #666;
	}

	.carousel-control-prev-icon{
		background-image: url('../images/jiantou-left.png') !important;
		width: 1.5vw !important;
		height: 1.5vw !important;
	}
	.carousel-control-next-icon{
		background-image: url('../images/jiantou-right.png') !important;
		width: 1.5vw !important;
		height: 1.5vw !important;
	}


	.carousel-item{
		background-color: #f5f5f7;
	}

	.product{
		margin-top: 30px;
	}
	.product-detail .title h1{
		margin-bottom: 30px;
		font-size: 28px;
		font-weight:bold;
	}
	.product-detail .title p{
		line-height: 1.5;
	}
	.product-detail .title ul{
		margin-left: 16px;
	}
	.product-detail .title ul li{
		list-style:disc;
    	/* padding-left: 14px;  */
	}
	
.product-detail .box:nth-child(2n) .col-md-6:nth-child(1){
    order:2 !important;
 }
 

/* 详情页 */
 .product-detail .description{
    background-color: rgba(100, 100, 100, 0.1);
    padding: 25px;
    border-radius: 6px;
 } 
 .product-detail h2{
    display: block;
    /* margin-bottom: 25px; */
 }

 .product-detail table {
   width: 100% !important;
}


.product-detail table tr td{
   padding: 5px !important;
   width: auto !important;
   text-align: center !important;
   border: solid 1px #333;
   /* white-space: nowrap; */
} 
.product-detail table tr td,.product-detail table tr td span,.product-detail table tr td p{
   font-size: 15px !important;
} 

.product-detail table tr p{
   text-align: center !important;
   margin: auto !important;
   line-height: 1.5em !important;
} 
.product-detail p,.product-detail span,.product-detail li{
	white-space:unset !important;
	text-wrap-mode:unset !important;
 } 

 .product-detail table tr:first-child td{
	background-color: #434f5a !important;
 } 
/* 
.product-detail table tr:nth-child(1n) td{
	background-color: #e9e9ea !important;
}
.product-detail table tr:nth-child(2n) td{
   background-color: #cfd0d1 !important;
}  */

/* 第一列 */
/* .product-detail table tr td:nth-child(1) {
	background-color: #434f5a !important;
}  */


.product-detail .imgbox {
   margin: 15px auto;
   position: relative;
}
.product-detail .imgbox::after {
   content: "";
   position: absolute;
   background: #dededc;
   display: block;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: -1;
}



@media (max-width: 820px) {
	.product-detail .container{
		padding: 0;
	}
   .container .row{
      margin: 0;
      /* padding: 3vw; */
   }
   .container {
	padding: 0;
   }
   .tedian{
	margin: 0 13px !important;

   }
   .tedian>div  {
		padding: 10px;
		background-color: #fff;
		border: solid 1px rgba(100, 100, 100, 0.1);
	}

   .tedian img {
		margin-top: 20px !important;
   }
  
   .product-detail table {
      overflow-x: scroll !important;
      display: block;
      width: 100%;
	  height: auto;
   }
}




	/* 产品详情 */
	.product-detail {
    	/* padding: 15px; */
	}
	/* .product-detail  .content{
		border-top: solid 4px #229bbc;
		background-color: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
		border-radius: 5px;
		padding: 20px;
	} */

	.title_h3 strong {
		color: #78c302;
	}
	
	.product-detail  table{
		margin: auto;
		width: 100% !important;
	}
	.product-detail  table tr  {
		width: auto !important;
		height: auto !important;
	}
	.product-detail  table tr td {
		width: auto !important;
		height: auto !important;
		padding: 5px !important;
	}
	.product-detail  table tr:nth-child(2n) {
		background-color: #e6e9ec !important;
	}

	/* 产品特性 */
	.product-detail{
		/* margin-top: 90px; */
		padding-top: 20px;
		/* padding-bottom: 60px; */
		background-color: #f5f5f7;
		overflow: hidden;
	}
	.product-detail .details {
		
	}
	.product-detail .container_header{
		/* margin-bottom: 60px; */
	}
	.product-detail table{
		margin: auto;
		width: 100% !important;
	}
	.product-detail td{
		text-align: center;
		/* display: inline-block; */
	}



	/* 技术参数 */
	.p3{
		margin-bottom: 50px;
	}
	.p3 .list-group-item {
		width: 100%;
		padding: 30px 0;
		border: none;
		margin-top: -1px;
		cursor:pointer;

		border-top: solid 1px #ddd;
	}
	.p3 .list-group{
		/* border-bottom: solid 1px #ddd; */

	}
	.p3 .canshu strong{
		font-size: 28px !important;
	}


	.p3 .canshu{
		/* width: 100%; */
	}
	.p3 .canshu .content{
		/* height: 0px; */
		/* display: none; */
		overflow: hidden;
		
		transition: all 0.26s ease 0s;
	    -webkit-transition: all .26s ease-in;
	}
	.p3 .canshu .content.active{
		height: auto;
	}

	
	
	.p3 .canshu table{
		width: 100% !important;
		/* margin: 30px auto; */
	}
	.p3 .canshu table td{
		padding: 40px 0 20px 0;

	}
	.p3 .canshu table td:nth-child(1n){
		width: 30% !important;
		color: #999;
	}
	.p3 .canshu table td:nth-child(1n) strong{
		font-size: 20px !important;
		color: #333 !important;
	}
	.p3 .canshu table td:nth-child(1n) p{
		margin: 0;
	}
	.p3 .canshu table td:nth-child(1n) span{
		font-size: 20px !important;
	}

	.p3 .canshu table td:nth-child(2n){
		width: 70% !important;
		border-bottom: solid 1px #ddd;
		color: #333;
		font-size: 16px;
		font-weight: 400;
		vertical-align: middle;

		/* display : grid; */
		/* align-items: center ; */
		/* justify-items: center; */
	}


	/* 留言 */
	.product-detail  .content{
		border-top:solid 4px #229bbc;
		background-color: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
		border-radius: 5px;
		padding: 40px;
	}
	

	
		
	/* 推荐产品 开始*/
    .cont .content {
        /* margin: 80px auto !important; */
	}
	
    .cont .content .cont_col  .col-sm-6 .thumb-info {
		/* margin: 0 1.8vw; */
        /* box-shadow: 0px 1vw 1vw rgb(204 204 204 / 17%); */
        background-color: #f5f5f7;
		margin: 0 auto;
		text-align: center;
		position: relative;
        overflow: hidden;
	
	}
	.cont .content .cont_col a {
		transition: all 0.26s ease 0s;
	    -webkit-transition: all .26s ease-in;

	}
	.cont .content .cont_col a{
		display: block;
		
	}
	.cont .content .cont_col a:hover {
		/* transform: translateY(-10px); */
		/* background-color: #229bbc ; */
		/* box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); */
	}

	.cont .content .cont_col a:hover {
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);

	}

	.cont .content .bg_text{
		width: 100%;
		/* height: 50px; */
		padding: 20px;
		text-align: center;
		color: #333;
        font-size: 15px;
		font-weight: 400;
		transition: all 0.26s ease 0s;
	    -webkit-transition: all .26s ease-in;
       background-color: #fff;
	}
	.cont .content .bg_text strong {
		display:inline-block;
		/* overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis; */

	}
	.cont .content .bg_text strong,.cont .content .bg_text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		margin: 10px;
		min-height: 2.85em;
	}
	.cont .content .thumb-info-wrapper img {
		width: 100%;
		/* height: 100%; */
        transition: all 0.26s ease 0s;
	    -webkit-transition: all .26s ease-in;
        
	}
    .cont .content .cont_col .thumb-info:hover img {
		-webkit-transform: scale(1.1);
         transform: scale(1.1); 
	}

	/* .cont .content .cont_col a:hover .bg_text {
		color: #fff;
		background-color: #229bbc ;

	} */
	.cont .btn{
		margin: 20px auto;
		text-align: center;
		display: inline-block;
		font-size: 14px;
	}

    /* 推荐产品 结束*/


	
.youshi {
	text-align: center;
	width: 100%;
}
.youshi .row{
	/* width: 100%; */
}

.youshi ul{
	text-align: left !important;
	background-color: #fff;
	height: 185px;
    padding: 37px;
}
.youshi ul ol{
	font-size: 21px;
	margin-bottom: 15px;
	background: linear-gradient(to right, #52cbcd, #0095ca);
	-webkit-background-clip: text;
	color: transparent;
}
.youshi ul li::before{
	content: "";
	background: url('/skin/index/default/assets/images/ico-ok.png') no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	display: inline-block;
}


.tedian img{
	height: 60px;
	margin: auto;
	display: block;
	margin-bottom: 15px;
}
.tedian{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	/* font-size: 20px; */
	font-weight: bold;
}

	
	@media screen and (max-width:1020px){
		

	

	}
	@media (max-width: 767.88px) { 
		
		.cont .cont_row .bg_img {
			height: 43vw !important;

		}
		.cont .cont_row  .bg_text{
			display: none;
		}

		/* 产品详情 */

		.product-detail {
			margin-top: 0;
			padding-top: 0;
		}
		.carousel-inner-1{
			height: auto;
		}

		#full-screen-slider button span{
			width: 5.5vw !important;
			height: 5.5vw !important;
		}

		.product-detail ,.product-detail {
			margin: 3vw;
		}
		.product-detail .title h1{
			text-align: center;
			font-size: 5.4vw;
		}
		.product-detail  .content{
			padding: 4vw;
		}
		.product-detail  .content table tr td{
			display: block;

		}
		.p2{
			/* margin: 10vw auto; */
			padding: 5vw 2vw;
		}
		.p2 td{
			width: 50% !important;
			padding: 5vw;
		}
		.p3 .canshu table td:nth-child(2n-1) strong{
			font-size: 3.6vw !important;
		}
		.p3 .canshu table td:nth-child(2n) {
			font-size: 3.6vw !important;
		}
		.p3 .canshu table td {
			padding: 4vw 0 4vw 0;
		}
		.products_swiper .swiper{
			padding: 0;
		}

		.cont .content{
			margin: 0 !important;
		}
		.cont .content .bg_text{
			width: 100%;
			padding: 1vw 0;
		}
		.cont .content .bg_text strong, .cont .content .bg_text p{
			font-size: 3vw !important;
		}
		
		.cont .btn{
			margin: 2vw auto;
			font-size: 2.6vw !important;
		}

		.p4{
			height: 45vw;
		}
		.p4 .content p{
			padding: 5vw;
			font-size: 3.82vw !important;
		}

		.product-detail  .content{
			padding: 0 7vw;
		}
	}
