.wu_body {
				width: 1200px;
				margin: 0 auto;
			}

			.wu_body .title {
				margin-top: 40px;
				text-align: center;
				font-size: 50px;
				font-weight: bold;
				color: #000000;
			}

			.wu_body .title2 {
				font-size: 16px;
				text-align: center;
				font-weight: 400;
				color: #000000;
				margin-top: 5px;
			}

			.wu_body .title3 {
				font-size: 16px;
				width: 820px;
				text-align: center;
				line-height: 25px;
				font-weight: 400;
				color: #000000;
				margin: 20px auto 0;
			}

			.wu_body .body1 {
				background: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/new_bj.png) no-repeat top center;
				background-size: 100% 100%;
				width: 100%;
				height: 750px;
			}

			.wu_body .body1 ul {
				margin: 0;
				height: 100%;
			}

			.wu_body .body1 ul li {
				width: 25%;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-direction: column;
				height: 100%;
				float: left;
				transition: all 0.5s ease 0s;
			}

			.wu_body .body1 ul li p {
				color: #ffffff;
				font-size: 16px;
				margin: 5px 0;
			}

			.wu_body .body1 ul li p.p1 {
				font-size: 18px;
				margin: 12px auto 25px;
			}

			.wu_body .body1 ul li .xx {
				display: none;
				transition: all 0.5s ease 0s;
			}

			.wu_body .body1 ul li:hover {
				background: rgba(0, 0, 0, 0.5200);
			}

			.wu_body .body1 ul li:hover .xx {
				display: block;
			}

			.wu_body .body2 {
				margin: 50px 0;
			}

			.wu_body .body2 ul li {
				width: 25%;
				float: left;
				text-align: center;
				padding: 20px 0;
				transition: all 0.5s ease 0s;
			}

			.wu_body .body2 ul li:hover {
				background: #E6EEF4;
			}

			.wu_body .body2 ul li p.p1 {
				font-size: 20px;
				font-weight: 400;
				color: #000000;
				margin: 6px 0;
			}

			.wu_body .body2 ul li p.p2 {
				font-size: 12px;
				width: 120px;
				font-weight: 400;
				color: #000000;
				margin: 0 auto;
			}

			.wu_body .body3 {
				display: flex;
				align-items: center;
				justify-content: space-between;
				margin: 20px 0;
				padding: 0 90px;
			}

			.wu_body .body3 .left {
				width: 28%;
			}

			.wu_body .body3 .right {
				width: 64%;
			}

			.wu_body .body3 .right div:nth-child(1) {
				font-size: 24px;
				font-weight: bold;
				color: #000000;
				margin-bottom: 22px;
			}

			.wu_body .body3 .right div:nth-child(2) {
				font-size: 16px;
				font-weight: 400;
				color: #000000;
				line-height: 24px;
			}

			.wu_body .body4 {
				margin: 50px 0 0px;
			}

			.wu_body .body4 ul li {
				float: left;
				width: 25%;
				text-align: center;
				margin-bottom: 50px;
			}

			.wu_body .body4 ul li .img {
				width: 80px;
				height: 80px;
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0 auto;
				border-radius: 50%;
				transition: all 0.5s ease 0s;
			}

			.wu_body .body4 ul li .pp1 {
				font-size: 18px;
				font-weight: 400;
				color: #000000;
				margin: 10px auto 5px;
			}

			.wu_body .body4 ul li .pp2 {
				font-size: 12px;
				line-height: 20px;
				font-weight: 400;
				color: #000000;
				width: 150px;
				margin: 0 auto;
			}

			.wu_body .body4 ul li:hover .img {
				background-color: #E6EEF4;
			}

			.wu_body .body5 {
				margin-top: 30px;
			}

			.wu_body .body5 ul {
				display: flex;
			}

			.wu_body .body5 ul li {
				width: 200px;
				height: 636px;
				display: flex;
				align-items: center;
				color: #ffffff;
				flex-direction: column;
				justify-content: center;
				padding: 0 20px;
				text-align: center;
				transition: all 0.5s ease 0s;
				position: relative;
			}

			.wu_body .body5 ul li>div {
				opacity: 0;
				transition: all 0.5s ease 0s;
								z-index: 9999;
			}

			.wu_body .body5 ul li>div:nth-child(1) {
				font-size: 21px;
				font-weight: bold;
				color: #FFFFFF;
			}

			.wu_body .body5 ul li>div:nth-child(2) {
				font-size: 16px;
				font-weight: 400;
				color: #FFFFFF;
				margin-top: 40px;
			}

			.wu_body .body5 ul li>div:nth-child(3) {
				font-size: 13px;
				font-weight: 400;
				color: #FFFFFF;
				line-height: 32px;
				margin-top: 20px;
			}

			.wu_body .body5 ul li:hover>div {
				opacity: 1;
			}

			.wu_body .body5 ul li::after {
				position: absolute;
				content: " ";
				left: 0;
				top: 0;
				width: 100%;
				height: 0px;
				transition: all 0.5s ease 0s;
				background: rgba(0, 0, 0, 0.5200);
			}

			.wu_body .body5 ul li:hover::after {
				height: 100%;
			}

			.wu_body .body5 ul li:nth-child(1) {
				background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/ww1.jpg);
				background-size: 100% 100%;
			}

			.wu_body .body5 ul li:nth-child(2) {
				background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/ww2.jpg);
				background-size: 100% 100%;
			}

			.wu_body .body5 ul li:nth-child(3) {
				background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/ww3.jpg);
				background-size: 100% 100%;
			}

			.wu_body .body5 ul li:nth-child(4) {
				background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/ww4.jpg);
				background-size: 100% 100%;
			}

			.wu_body .body5 ul li:nth-child(5) {
				background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/ww5.jpg);
				background-size: 100% 100%;
			}

			.wu_body .body5 ul li:nth-child(6) {
				background-image: url(https://aishang-web.oss-cn-beijing.aliyuncs.com/web/ww6.jpg);
				background-size: 100% 100%;
			}