.proCBox{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.proCBox:last-child{
	margin-bottom: 20px;
}

.proCBox .tit{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 20px;
}

.proCBox .tit a{
	float: right;
	cursor: pointer;
	color: #666666;
}

.proCBox .item{
	float: left;
	width: calc((100% - 100px) / 4);
	margin-left: 20px;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #EDEDED;
}

.proCBox .item .img {
	float: left;
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.proCBox .item .img img{
	max-width: 100%;
	max-height: 100%;
}

.proCBox .item span {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.proList{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.proList .item{
	float: left;
	width: calc((100% - 100px) / 4);
	margin-left: 20px;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #EDEDED;
	margin-bottom: 20px;
}


.proList .item .img {
	float: left;
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.proList .item .img img{
	max-width: 100%;
	max-height: 100%;
}

.proList .item span {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proTabs{
	float: left;
	width: 100%;
	display: none;
	white-space: nowrap;
	overflow-x: auto;
	flex-wrap: nowrap;
}
.proTabs a{
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	font-size: 14px;
	color: #666666;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hi;
}

.proTabs::-webkit-scrollbar{
	width: 0;
	height: 0;
}

.pronavs{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	box-sizing: border-box;
	border: 1px solid #ededed;
	border-top: none;
}

.pronavs .item{
	float: left;
	width: 100%;
	border-top: 1px solid #ededed;
}

.pronavs .item .tit{
	float: left;
	width: 100%;
	line-height: 50px;
	color: #333333;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 30px 0 56px;
	position: relative;
}

.pronavs .item.active .tit{
	color: #005395;
	font-weight: bold;
}

.pronavs .item em{
	float: left;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	line-height: 14px;
	font-size: 16px;
	text-align: center;
	color: #666666;
	
	position: absolute;
	top: 17px;
	left: 30px;
}

.pronavs .item .navsBox{
	float: left;
	width: 100%;
	/* box-sizing: border-box; */
	/* padding: 0 30px 0 56px; */
	margin-bottom: 10px;
	display: none;
}

.pronavs .item .navsBox .item{
	border: 0!important;
}

.pronavs .item .navsBox .item em{
	top: 12px!important;
	left: 56px!important;
}

.pronavs .item .navsBox .tit{
	line-height: 40px;
	/* padding: 0 0 0 26px!important; */
	box-sizing: border-box;
	padding: 0 30px 0 77px !important;;
}

/* .pronavs .item .navsBox .navsBox{
	padding-left: 26px!important;
} */

.pronavs .item .navsBox a{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 30px 0 56px !important;
}
.pronavs .item .navsBox .navsBox a {
	padding: 0 30px 0 82px !important;
}

.pronavs .item .navsBox a:before{
	content: '';
	width: 10px;
	height: 18px;
	border-left: 1px dashed #bfbfbf;
	border-bottom: 1px dashed #bfbfbf;
	position: absolute;
	top: 0;
	left: 38px;
}
.pronavs .item .navsBox .navsBox a:before,
.pronavs .item .navsBox .navsBox a:after{
	left: 64px;
}

.pronavs .item .navsBox a:after{
	content: '';
	width: 10px;
	height: 16px;
	border-left: 1px dashed #bfbfbf;
	position: absolute;
	bottom: 4px;
	left: 38px;
}

.pronavs .item .navsBox a:last-child:after{
	display: none;
}

.pronavs .item .navsBox a.active{
	color: #005395;
	font-weight: bold;
}

.pronavs a:hover {
	background: #005395;
	color: #fff !important;
}

.pronavs a:hover em{
	color: #fff;
}

.imgsBox{
	float: left;
	width: 350px;
	height: 370px;
	margin-top: 20px;
	margin-left: 20px;
}

.imgsBox .bigImg{
	float: left;
	width: calc(100% - 2px);
	height: calc(100% - 72px);
	border: 1px solid #E5E5E5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgsBox img{
	float: left;
	max-height: 100%;
	max-width: 100%;
}

.imgsBox .items{
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 10px;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

.imgsBox .items .item{
	width: 58px;
	height: 58px;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.imgsBox .items .active{
	border-color: #007CE6;
}

.textsBox{
	float: left;
	width: calc(100% - 410px);
	height: 370px;
	margin-left: 20px;
	margin-top: 20px;
}

.textsBox .item{
	float: left;
	width: 100%;
	color: #333333;
	line-height: 40px;
}

.textsBox .item em{
	margin-left: 10px;
}

.textsBox .link{
	float: left;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #ff751a;
	margin-top: 20px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}

.textsBox .link i{margin-right: 15px;}

.contentTit{
	float: left;
	padding: 0 30px;
	line-height: 40px;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	color: #333333;
	cursor: pointer;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}

.contentTit:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.proContent{
	float: left;
	width: calc(100% - 70px);
	min-height: 427px;
	border: 1px solid #E5E5E5;
	margin: 20px;
	margin-top: 0;
	padding: 15px;
}

.proContent span{
	display: inline;
}

.proContent *{
	line-height: 30px!important;
}

.proContent ul {
	box-sizing: border-box;
	padding-left: 20px;
}

.npItem{
	float: left;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
	
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.npItem[href] {
	cursor: pointer;
}

.proSearchBox{
	float: left;
	width: 100%;
	margin: 40px 0;
}

.proSearchBox .item{
	float: left;
	width: calc((100% - 80px) / 5);
	margin-left: 20px;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #EDEDED;
	margin-bottom: 20px;
}

.proSearchBox .item:nth-child(5n+1) {
	margin-left: 0;
}

.proSearchBox .item .img {
	float: left;
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.proSearchBox .item .img img{
	max-width: 100%;
	max-height: 100%;
}

.proSearchBox .item span {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 480px) {
	.proTabs{display: flex;}
	.proSearchBox .item{
		float: left;
		width: calc((100% - 15px) / 2);
		box-sizing: border-box;
		padding: 10px;
		padding-bottom: 0;
		border: 1px solid #EDEDED;
		margin-bottom: 15px;
		margin-left: 0!important;
	}
	
	.proSearchBox .item:nth-child(2n+2) {
		margin-left: 15px!important;
	}
	
	.npItem {
		padding: 0!important;
	}
	
	.proCBox .item{
		width: calc((100% - 15px) / 2)!important;
		margin-left: 15px!important;
	}
	.proCBox .item:nth-child(2n+2){
		margin-left: 0!important;
	}
	.proCBox .item:nth-child(n + 2){
		margin-top: 15px;
	}
	
	.proList .item{
		width: calc((100% - 15px) / 2)!important;
		margin-left: 15px;
	}
	.proList .item:nth-child(2n+1){
		margin-left: 0!important;
	}
	
	.imgsBox{
		float: left;
		width: 100%;
		height: 370px;
		margin: 0;
	}
	
	.textsBox{
		float: left;
		width: 100%;
		height: auto;
		margin: 15px 0;
	}
	
	.contentTit{
		margin: 0;
	}
	
	.proContent{
		float: left;
		width: 100%;
		min-height: auto;
		border: 1px solid #E5E5E5;
		margin: 0;
		margin-bottom: 15px;
		box-sizing: border-box;
		padding: 15px;
	}
}