@import url("page_common.css");
.bj_color{
	background: #e5e5e5;
}
.bj_color_cfcfcf{
	background: #cfcfcf;
}
/* 导航图标 */
#centerNav{
	border: 0px;
}
#centerNav ul li{
	width: 20%;
	border-color: #e5e5e5;
}
#centerNav ul li a.icon1{
	/*background: url(../icon/icon_zpzs_01.png) no-repeat left center;*/
}
#centerNav ul li a.icon1:hover{
	/*background: url(../icon/icon_zpzs_01_h.png) no-repeat left center;*/
}

#centerNav ul li a.icon2{
	/*background: url(../icon/icon_zpzs_02.png) no-repeat left center;*/
}
#centerNav ul li a.icon2:hover, #centerNav ul li.hover a.icon2{
	/*background: url(../icon/icon_zpzs_02_h.png) no-repeat left center;*/
}
/* tab title */
.cont .tabTit{
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.cont .tabTit li{
	border-bottom: 1px solid #9b9b9b;
	cursor: pointer;
	font-family: "SourceHanSansCN-Medium";
}

.cont .tabTit li.hover{
	font-size: 20px;
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #333333;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	border-bottom: 0px;
}
.cont .tabTit li a{
	display: block;
	font-size: 20px;
	color: #9b9b9b;
	line-height: 40px;
	padding: 0px 20px;
}
.cont .tabTit li.hover a{
	color: #333333;
}

.cont .tabTit li.hover:first-child{
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	border-bottom: 0px;
	border-left: 0px;
}

.cont .tabTit .line{
	border-bottom: 1px solid #9b9b9b;
}

/* tabTitle title */
.cont .tabTitle{
	display: flex;
	flex-direction: row;
	align-items: center;
	text-transform: uppercase;
	color: #999999;
	font-size: 24px;
}

.cont .tabTitle h3{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cont .tabTitle .line{
	width: 2px;
	height: 28px;
	background: #999999;
	margin-right: 10px;
}

.cont .tabTitle h3 strong{
	font-size: 28px;
	color: #333333;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}


/* tabCont title */
.cont .tabCont .hide{
	display: none;
}
.cont .tabCont .show{
	display: initial;
}
.cont .tabCont .item .tabTitSon{
	display: flex;
	justify-content: flex-start;
}

.cont .tabCont .item .tabTitSon li{
	border: 1px solid #787878;
	border-radius: 25px;
	font-size: 16px;
	margin-right: 13px;
	cursor: pointer;
}

.cont .tabCont .item .tabTitSon li a{
	font-size: 18px;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 5px 22px;
	color: #333333;
}

.cont .tabCont .item .tabTitSon li .active{
	color: #333333;
	font-weight: bold;
}

.cont .tabCont .item .tabContSon{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cont .tabCont .item .tabContSon .itemSon{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cont .tabCont .item .tabContSon .itemSon .itemBox{
	width: 145px;
	height: 260px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.cont .tabCont .item .tabContSon .itemSon .itemBox:nth-child(8n){
	margin-right: 0px;
}

.cont .tabCont .item .tabContSon .itemSon .itemBox a{
    display: block;
}

.cont .tabCont .item .tabContSon .itemSon .itemBox .imgBox{
    height: 220px;
    width: 100%;
    overflow: hidden;
    background: #999;
    align-items: center;
    display: table-cell;
    vertical-align: middle;
}
.cont .tabCont .item .tabContSon .itemSon .itemBox img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 500ms;
}
.cont .tabCont .item .tabContSon .itemSon .itemBox:hover img{
	transform: scale(1.1);
}
.cont .tabCont .item .tabContSon .itemSon .itemBox p{
	/*width: calc(100% - 30px);*/
	padding: 0px 10px;
	font-size: 12px;
	color: #333333;
	line-height: 40px;
	height: 40px;
	position: relative;
	z-index: 1;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont .tabCont .item .tabContSon .show{
	display: flex;
}
.cont .tabCont .item .tabContSon .hide{
	display: none;
}

.cont .tabCont .item .tabContSon .itemPage{
	padding-top: 30px;
	padding-bottom: 30px;
}
