.white_head {
	box-shadow:#6e6e6e 2px -1px 5px 0px;
	}
/*图片*/

.picture {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;

}

.picture img {
	width: 100%;
}
.lo1{
	display: none;
}

/*位置*/

.weizhi {
	border-bottom: #F4F4F4 1px solid;
}

.weizhi1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wei {
	display: flex;
	align-items: center;
}

.wei1 {
	background: #D70C25;
	padding: 26px 17px;
}

.wei3 a {
	font-size: 14px;
	color: #666;
	font-weight: 600;
}

.wei2 {
	padding: 0 15px;
	margin-top: 5px;
}

.zhi ul {
	display: flex;
}

.zhi ul li {
	padding: 26px 23px;
}

.zhi ul li a {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 26px;
}

.zhi ul li:nth-child(2) a {
	border-bottom: 3px solid #D70C25;
}


/*组织机构*/

.zuzhi {
	padding-top: 42px;
	padding-bottom: 75px;
}

.zu1 {
	text-align: center;
	padding-bottom: 35px;
}

.zu2 {
	border-top: #F4F4F4 2px solid;
	border-left: #F4F4F4 2px solid;
	border-right: #F4F4F4 2px solid;
	height: 75px;
	margin: 0 auto;
	width: 73.5%;
	position: relative;
}

.zu2::after {
	content: "";
	height: 73px;
	width: 2px;
	background-color: #f4f4f4;
	position: absolute;
	left: 50%;
	top: 0;
}

.zu3 {
	display: flex;
	justify-content: space-between;	
	
}

.zzu1 {
	background-image: url(../img/31.png);
	background-size: 100% 100%;
	width: 32%;
	padding: 36px 0;
}

.zzu1 p {
	font-size: 25px;
	color: #666;
	text-align: center;
	padding-bottom: 24px;
}

.zb ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.zb ul li {
	width: 41%;
	background-color: #7ABC7D;
	color: #fff;
	margin-bottom: 20px;
	margin-right: 15px;
	text-align: center;
	padding: 15px 0;
	border-radius: 30px;
}

.zzu2 {
	background-image: url(../img/31.png);
	background-size: 100% 100%;
	width: 22%;
	padding: 36px 0;
}

.zzu2>p {
	font-size: 25px;
	color: #666;
	text-align: center;
	padding-bottom: 24px;
}

.zb1 ul li {
	width: 60%;
	background-color: #357FB8;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.zzu3 {
	background-image: url(../img/31.png);
	background-size: 100% 100%;
	width: 37%;
	padding: 36px 0;
}

.zzu3>p {
	font-size: 25px;
	color: #666;
	text-align: center;
	padding-bottom: 24px;
}

.zb2 ul li {
	width: 74%;
	background-color: #CA6011;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width:1600px) {
	.zuzhi {
		width: 96%;
		margin: 0 auto;
	}

	.weizhi1 {
		width: 94%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
	.ronghua1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}



@media screen and (max-width:896px) {
	.weizhi1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.wei {
		display: none !important;
	}

	.rong {
		display: none;
	}
}

@media screen and (max-width:786px) {
	.weizhi1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.zhi ul li {
		padding: 26px 6px;
	}

	.zhi ul {
		display: flex;
		width: 100%;
	}

	.zhi ul li a {
		font-size: 14px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 16px;
	}

	.picture img {
		width: 100%;
	}

	.zu2 {
		display: none;
	}

	.zu3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.zzu1 {
		width: 100%;
	}

	.zzu2 {
		width: 100%;
	}

	.zzu3 {
		width: 100%;
	}

	.zhi {
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		width: 150%;
	}

	.zb ul li {
		width: 41%;
		background-color: #7ABC7D;
		color: #fff;
		margin-bottom: 14px;
		margin-right: 15px;
		text-align: center;
		padding: 8px 0;
		border-radius: 30px;
	}

	.picture {
		display: none;
	}

	.weizhi {
		border-bottom: #F4F4F4 1px solid;
		background: #f3f1f1;
	}

	.zb1 ul li {
		padding: 10px 0;
	}

	.zb2 ul li {
		padding: 10px 0;
	}

	.zhi ul li {
		padding: 20px 6px;
	}

	.Navigation {
		width: 96%!important;
		position: inherit !important;
	}
	.zu1 img{
		width: 50%;
	}
}
