
img {
	border: none;
}

a {
	text-decoration: none;
}


.productName ul {
	padding-top: 40px;
	display: block;
	height: auto;
	overflow: hidden;
}

.productName ul li {
	float: left;
	font-size: 18px;
	text-align: center;
	width: calc(( 100% - 40px ) / 3);
	width: -webkit-calc(( 100% - 40px ) / 3);
	width: -moz-calc(( 100% - 40px ) / 3);
	height: 58px;
	line-height: 58px;
	color: #fff;
	background: #0179f1;
	cursor: pointer;
	margin-right:20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.productName ul li a{color:#fff;display: block;}
.productName ul li:last-child{
	margin-right:0;
}

.productName ul li.active {
	color: #fff;
	background: #0179f1;
}
.productName ul li:hover{
	background:#f4f4f4;
}
.productName ul li:hover a{
	color:#333;
}
/* .sec2 .productContent {
	padding-left: 50px;
} */

.sec2 .productContent .cont {
	height: 520px;
	display: none;
	margin-left: -15px;
    margin-right: -15px;
}
.sec2 .productContent .cont ul{overflow: hidden;}

.sec2 .productContent .cont.active {
	display: block;
}

.sec2 .productContent .cont img.bg {
	position: absolute;
	right: 0;
	top: 0;
}


.productBtn{
	width:160px;
	height: 48px;
	text-align: center;
}
.p-b{
	overflow: hidden;
	margin-bottom:30px;
}
.productBox{
	width: 100%;
	/* margin-bottom:30px; */
	overflow:hidden;
	height: 326px;
	border: 1px solid #ddd;
    padding: 5px;
	position: relative;
    display: table;
}
.productBox a{
	display: table-cell;
    width: 100%;
    height: 326px;
    vertical-align: middle;
}

.productContent .cont .productBox img{
	max-height:326px;
	display: block;
	margin:0 auto;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.productContent .cont li:hover .productBox img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.pName{
	font-size:18px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}


@media(max-width:1440px) and (min-width:1366px){
.sec2 .productContent .cont{
	height: auto;
	margin-bottom:60px;
}
}