/*面包屑*/
/*.breadNav{
	width:100%;
	height: 50px;
	border-bottom: 1px solid #d2d0d0;
}
.breadNav>ul{
	height: 100%;
}
.probread-list{
	float: left;
	height: 100%;
	line-height: 50px;
}
.probread-list>a,.probread-list>span{
	color: #000000;
	font-size: 16px;
}*/
/*产品tab部分*/
.proTab-ctn{
	padding-top: 50px;
	padding-bottom: 50px;
}
/*tab导航*/
.proTab-nav{
	margin-bottom: 30px;
    overflow: hidden;
}
.proTab-float-ctn>ul{
	margin-right: -68px;
}
.proTab-nList{
	float: left;
	margin-right: 68px;
	padding-bottom: 4px;
}
.proTab-nList>a{
	color: #000000;
	font-size: 24px;
}
/*产品部分*/
.proTab-proList{
	width: 100%;
	height: 400px;
}
.proTab-proList>.cont-wrapper{
    height: 100%;
}
[data-float="right"]{
	background-color: #f2f2f2;
}
[data-float="left"] .proTab-msgCtn,[data-float="left"] .proTab-imgCtn{
	float: left;
}
[data-float="right"] .proTab-msgCtn,[data-float="right"] .proTab-imgCtn{
	float: right;
}
.proTab-msgCtn,.proTab-imgCtn{
	position: relative;
	width: 50%;
	height: 100%;
}
[data-float="left"] .proTab-inforAll-ctn,[data-float="right"] .proTab-inforAll-ctn{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
}
[data-float="right"] .proTab-inforAll-ctn{
	left: 14%;
}
.proTab-msgTitle{
	font-size: 36px;
	color: #000000;
}
.proTab-msgDesc>p{
	width: 100%;
	font-size: 18px;
	color: #666666;
	margin: 18px 0 24px;
}
.proTab-moreBtn{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #004198;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.proTab-moreBtn>a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
.proTab-moreBtn:hover{
	color: #004198;
	background-color: #FFFFFF;
	border: 1px solid #004198;
}
.proTab-moreBtn:hover a{
	color: #004198;
}
.proTab-imgCtn>img{
    max-width: 100%;
    max-height: 100%;
    position:  absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

/*分页器*/
.product-pagination{
	height: 74px;
}
.pro-pagination-ctn{
	height: 100%;
}
/*active样式*/
.proTab-nActive{
	border-bottom: 1px solid #000000;
}



@media only screen and (max-width: 980px) {
	.proTab-proList{
		height: auto;
		padding: 20px 0;
	}
	[data-float="left"] .proTab-msgCtn, [data-float="left"] .proTab-imgCtn,[data-float="right"] .proTab-msgCtn, [data-float="right"] .proTab-imgCtn{
		float: unset;
		width: 100%;
	}
	.proTab-float-ctn>ul{
		margin-right: 0;
	}
	.proTab-nList{
		width: 50%;
     	text-align: center; 
		border-bottom: 1px solid transparent;
		margin-right:0;
		margin-bottom: 8px;
	}
	.proTab-nActive {
	    border-bottom: 1px solid #000000;
	}
	.proTab-imgCtn>img{
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: unset;
	}
	[data-float="left"] .proTab-inforAll-ctn, [data-float="right"] .proTab-inforAll-ctn,[data-float="left"] .proTab-inforAll-ctn, [data-float="right"] .proTab-inforAll-ctn{
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: unset;
	}
	.proTab-msgCtn, .proTab-imgCtn{
		height: auto;
		margin-top: 20px;
	}
	.proTab-msgTitle{
		font-size: 30px;
	}
}