.colmunPc.hz_bu_cru#crumbs{
	margin:0 auto;
	font-size:14px;
	background-color:#EFEFEF;
	overflow:hidden;
	height:auto;
	padding:10px 0;
	color:#333;
}

.colmunPc.hz_bu_cru#crumbs a{
	color:#333;
}

.secondDiv .SMBsolution.hz_bu_box{
	padding-top:0;
}

.hz_bu_box_c{
	width:100%;
	/*padding:1.5% 0;*/
	background-color:#fff;
	border-top:1px solid #E1E1E1;
	box-shadow:2px 3px 10px #ccc;
	margin-bottom:2%;
}
.hz_bu_box_c.active{
	position:fixed;
	left:0;
	z-index:300;
}
.hz_bu_list{
	width:100%;
	overflow:hidden;
}
.hz_bu_list li{
	width:25%;
	float:left;
	border-left:1px solid #E1E1E1;
	padding:2% 0;
	font-size:20px;
	font-weight:600;
	color:#333333;
	text-align:center;
	box-sizing:border-box;
	cursor: pointer;
}
.hz_bu_list li:first-child{
	border-left:none;
}

.hz_bu_list li.active{
	background-color:#e60012;
	color:#fff;
	border-left:none;
}
.hz_bu_list li.active+li{
	border-left:none;
}
.secondBannerBox.hz_bu_banner{
	background-image:url(../images/hz-bu-banner.jpg);
	/*height:500px;*/
	background-size:cover;
}
.hz_bu_banner .secondWrap {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.hz_bu_banner .secondWrapBox {
	height: auto;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}

.hz-bu-titlec{
	width:14.8%;
	/*margin-top:10%;*/
}

.hz-bu-title{
	font-size:36px;
	color:#000;
	font-weight:600;
	/*margin-top:2%;*/
}

.hz-bu-bannert1{
	width:48.8%;
	font-size:20px;
	color:#000;
	line-height:1.7em;
	margin-top:2%;
}

.hz_bu_main{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.hz_bu_qh{
	width:100%;
	overflow:hidden;
}

.hz_bu_qh li{
	width:24.7%;
	margin-left:0.4%;
	float:left;
	cursor: pointer;
}

.hz_bu_qh li:first-child{
	margin-left:0;
}
.hz_bu_top{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-bottom: 25px;
	border-bottom: 2px solid #e1e1e1;
}

.hz_bu_top>img{
	width:33px;
	display:inline-block;
	padding-right:5px;
}
.hz_bu_top>.hz-show1 {
	display: inline-block;
}
.hz_bu_top>.hz-show2 {
	display: none;
}
.hz_bu_top>p{
	display:inline-block;
	font-size:20px;
	font-weight:600;
}

.hz_bu_qh>li.active .hz_bu_top {
	border-bottom: 2px solid #e60012;
}
.hz_bu_qh>li.active .hz-show1 {
	display: none;
}
.hz_bu_qh>li.active .hz-show2 {
	display: inline-block;
}
.hz_bu_qh>li.active p {
	color:#e60012;
}
section>.ns-container.hz_bu_practice{
	padding:0;
}
.hz_bu_practice {
	display: none;
}
.hz_bu_practice.active {
	display: block;
}

.hz-220617-list {
	width:100%;
	overflow: hidden;
	margin:2% auto 5%;
	display: none;
}
.hz-220617-list.active {
	display: block;
}
.hz-220617-list img {
	width: 100%;
}
.hz-220617-list>li {
	width:32.2%;
	margin-left: 1.7%;
	background-color: #efefef;
	float: left;
	margin-top: 2.2%;
}
.hz-220617-list>li:nth-child(3n-2) {
	margin-left: 0;
}
.hz-220617-img {
	overflow: hidden;
}
.hz-220617-img img {
	transition: 0.5s all;
	transform: scale(1);
}
.hz-220617-list>li:hover .hz-220617-img img {
	transform: scale(1.1);
}
.hz-220617-tbox {
	width:100%;
	box-sizing: border-box;
	padding:7% 7.5% 9%;
}
.hz-220617-tbox a {
	display: inline-block;
	width:100%;
	height:100%;
}
.hz-220617-t1 {
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 1%;
}
.hz-220617-t2 {
	font-size: 16px;
	margin-top: 6%;
}
.hz-220617-t2 span {
	font-size: 16px;
	background-color: #e60012;
	padding:2px 5px 4px;
	color:#fff;
	border-radius: 5px;
	margin-left: 10px;
}
.hz-220617-t2 span:first-child {
	margin-left: 0;
}
.hz-220617-t3 {
	width:100%;
	height: 23px;
	font-size: 16px;
	color:#666666;
	margin-top: 6%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.hz-220617-more {
	width:100%;
	margin-top: 2%;
}
.hz-220617-more>img {
	width:22px;
	display: inline-block;
	vertical-align: middle;
}
.hz-220617-more>span {
	font-size: 16px;
	color:#e60012;
	vertical-align: middle;
}
.hz-fx-t2 {
	width:100%;
	height: 61px;
	font-size: 16px;
	color:#666666;
	margin-top: 6%;
	line-height: 1.9;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.hz_bu_qh.hz_fx_qh li {
	width:49.8%;
}



@media (max-width: 768px) {
	.hz-bu-title {
		font-size: 8vw;
	}
	.hz-bu-bannert1 {
		width:100%;
		font-size: 4vw;
		text-align: justify;
		margin-top: 5%;
	}
	.hz_bu_box_c {
		border-top: 0;
/*		margin-top:5%;*/
	}
	.hz_bu_box_c .ns-container {
		padding:0;
	}
	.hz_bu_list li {
		font-size: 3.5vw;
	}
	.hz_bu_list li:nth-child(2),.hz_bu_list li:nth-child(3) {
		padding:4.45% 0;
	}

	.hz_bu_practice {
		width:93.9%;
	}
	.hz_bu_top {
		padding-bottom: 0;
	}
	.hz_bu_top>img {
		width:5.4vw;
		padding-right: 0;
	}
	.hz_bu_top>p {
		font-size: 3.73vw;
		vertical-align: middle;
	}
	.hz-220617-list>li {
		width:100%;
		float: none;
		margin-left: 0;
		margin-top: 3%;
	}
	.hz-220617-tbox {
		padding: 5% 4%;
	}
	.hz-220617-t1 {
		font-size: 4.27vw;
	}
	.hz-220617-t2 {
		font-size: 3.2vw;
		margin-top: 3%;
	}
	.hz-220617-t2 span {
		font-size: 3.2vw;
		padding:4px 5px;
		margin-left: 2%;
	}
	.hz-220617-t3 {
		height: auto;
		font-size: 3.2vw;
		margin-top: 3%;
	}
	.hz-220617-more {
		font-size: 5vw;
	}
	.hz-220617-more>img {
		width: 4.26vw;
	}
	.hz-220617-more>span {
		font-size: 3.2vw;
	}
	.hz-fx-t2 {
		font-size: 3.2vw;
		margin-top: 3%;
		height: auto;
	}
}

















