.w-60 {
	width: 60%;
}

.breadcrumb-item a {
	text-decoration: none !important;
	color: #000 !important;
}

.breadcrumb-item.active {
	color: blue !important;
}

/* .heng {
	width: 80%;
	height: auto;
}

.shu {
	width: auto;
	height: 80%;
} */

.border-zizhi {}

.zizhiimgbox>div {
	border: 4px solid #c7e2fd;
}

.zizhiimgbox:hover>div {
	border: 4px solid #0063c3;
}

.fangdaimgbox {
	background-color: rgba(0, 0, 0, .6);
	width: 80vw;
	height: 80vh;
	display: none;
	position: fixed;
	top: 10vh;
	left: 10vw;
	z-index: 999999999;
}

.fangdaimgbox>img {
	width: 30%;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fangdaimgbox>i {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
}

.fangda {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	color: #c2c2c2;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.zizhiimgbox:hover .fangda {
	background-color: #0063c3;
	color: #fff;
}