/*位置*/
.wz_Box{
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 40px;
}
.wz_box{
	width: 1200px;
	margin: 0px auto;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wz_title{
	position: relative;
}
.wz_title p{
	font-size: 28px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
}
.wz_title h2{
	font-size: 50px;
	color: #f2f2f2;
	text-indent: 25px;
}
.wz_div{
	display: flex;
	align-items: center;
}
.wz_div a{
	font-size: 14px;
	color: #666;
}
.wz_div a:last-child{
	color: #cd0000;
}
.wz_div span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

/*企业通道*/
.td_box{
	width: 1200px;
	margin: 170px auto 240px;
	display: flex;
	justify-content: space-between;
}
.td_box a{
	width: 183px;
	height: 183px;
	border: 5px solid #999;
	position: relative;
}
.td_img{
	width: 75px;
	height: 65px;
	margin: 45px auto 15px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.td_img img{
	width: auto;
}
.td_box a p{
	font-size: 24px;
	color: #999;
	text-align: center;
}
.td_img1{
	position: absolute;
	top: 9px;
	left: 9px;
	width: 190px;
	height: 190px;
	overflow: hidden;
}
.td_box a:hover p{
	color: #cd0000;
}
.td_box a:hover{
	border: 5px solid #cd0000;
}