﻿/* 产品列表样式 */

.pro-list-lb {
	padding-top: 170px;
	height: 480px;
	display: flex;
	align-items: center;	
}
.product-depict {
	height: 135px;
	padding: 0 30px;
	border-left: 1px solid #d6d6d6;
	color: #525252;
	margin-bottom: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-intro {
	font-size: 18px;
	color:#525252 ;
}
/* 产品切换 */
.product-tab {
	margin-top: 220px;
	position: relative;
	margin-bottom: 356px;
}

.product-nav {
	display: flex;
	width: 100%;
	height: 70px;
	position: relative;
}

.product-nav::before {
	position: absolute;
    left: -400px;
    bottom: -1px;
    width: 2000px;
    height: 1px;
    background-color: #989898;
}
.product-nav li {
	width: 50%;
}
.product-nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 50px;
}
.product-nav .active {
	background-color: #000000;
	
}

.product-tab .product-nav > li > a:hover {
  border-color: #eee #eee #000;
}
.product-tab .nav > li.active > a,
.product-tab .nav > li.active > a:hover,
.product-tab .nav > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #000;
}
.tab-box {
	margin-bottom: 110px;
}
.tab-list {
	margin-top: 174px;
	width: 100%;
}
.tab-list a:hover,
.tab-list a:active,
.tab-list a:focus {
	text-decoration: none;
	outline: none;
}
.tab-img {
	width: 100%;
	max-height: 244px;
}
.tab-img .tab-img-box {
	width: 100%;
	max-height: 244px;
	overflow: hidden;
	transform: translate(-8px,-10px);
	
}
.tab-img-box img{
	width: 100%;
	height: auto;
	transition: all .8s;
}
.tab-img-box img:hover {
	 transform: scale(1.1);
}
.tab-name {
 margin-top: 35px;
 width: 100%;
 height: 50px;
 padding: 0 35px;
 border-left: 2px solid #000;  
 line-height: 50px;
}
.tab-name p {
	font-size: 20px;
	color: #414141;
	margin-bottom: 0;
}
.pro-list-lb .left.carousel-control span,
.pro-list-lb .right.carousel-control span{
	height: 30px;
	width: 30px;
	font-size: 20px;
}
.pro-list-lb .right.carousel-control {
	display: flex;
	justify-content: flex-end;
}