/*位置*/
.wz_Box{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	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;
}

/*中部内容*/
.middle_box{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding-bottom: 85px;
}
.middle_centent{
	width: 1200px;
	margin: 0 auto;
}
.middle_tab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.middle_tab a{
	width: 398px;
	line-height: 48px;
	background-color: #b6b6b6;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.middle_tab_style{
	background-color: #cd0000 !important;
}
.middle_div{
	height: 412px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.middle_div_img{
	width: 506px;
	height: 309px;
	margin: 52px 0 0 43px;
}
.middle_div_text{
	width: 600px;
	margin-top: 52px;
}
.middle_div_text h2{
	font-size: 24px;
	color: #333;
}
.middle_div_text div{
	margin-top: 25px;
}
.middle_div_text div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}