		/* h1{
			font-size: 50px;
		}
		.Box{
			width: 600px;
			height: auto;
			margin:0 auto;
			display: flex;
			justify-content: space-between;
			margin-top: 100px;
		}
		.box1{
			width: 240px;
			height: 90px;
			border-radius: 5px;
			border: 3px solid #23a8f2;
			color: #23a8f2;
			font-weight: bold;
			font-size: 22px;
			padding-top: 30px;
		} */


		body {
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			padding-top: 80px;
		}

		/* 头部 */
		.head {
			width: 100%;
			height: 70px;
			background: #fff;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			padding: 0 20px;
			position: fixed;
			top: 0;
			box-shadow: 0 2px 10px #eee;
		}

		.center1 {
			width: 100%;
			height: 100%;
			max-width: 1300px;
			margin: 0 auto;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

		.center1>img {
			height: 70%;
		}

		.center1>span {
			font-size: 24px;
			margin-left: 10px;
		}

		/* 主体 */
		.body {
			width: 100%;
			height: auto;
			text-align: center;
			margin-top: 80px;
			display: flex;
			justify-content: center;
		}

		.body>.left {
			width: 800px;
			height: 400px;
			overflow: hidden;
			display: flex;
			flex-wrap: wrap;
		}

		.body>.left>img {
			height: 380px;
			margin-right: 15px;
			border-radius: 5px;
			box-shadow: 0 0 3px #ccc;
		}

		.body>.right {
			width: 400px;
			height: 400px;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}

		.body>.right>h3 {
			padding: 0 20px;
			margin-top: 0px;
		}

		.body>.right>p {
			padding: 0 20px;
			text-indent: 2em;
			text-align: justify;
		}

		.bodyBgi {
			width: 100%;
			height: 350px;
			background: #eee;
			overflow: hidden;
			margin-top: 70px;
		}

		.bodyBgi>img {
			width: 100%;
		}

		.body2 {
			width: 100%;
			height: auto;
			text-align: center;
			margin-top: 50px;
			display: flex;
			justify-content: center;
		}

		.body2>.left {
			width: 800px;
			height: 500px;
			overflow: hidden;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-end;
		}

		.body2>.left>img {
			height: 480px;
			margin-left: 15px;
			border-radius: 5px;
			box-shadow: 0 0 3px #ccc;
		}

		.body2>.right {
			width: 400px;
			height: 600px;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}

		.body2>.right>h3 {
			padding: 0 20px;
			margin-top: 0px;
		}

		.body2>.right>p {
			padding: 0 20px;
			text-indent: 2em;
			text-align: justify;
		}

		.body2>.right>.ermBox {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: auto;
			margin-top: 30px;
		}

		.body2>.right>.ermBox>img {
			width: 200px;
			height: 200px;
			margin-bottom: 20px;
		}

		.body2>.right>.ermBox>span {
			color: #666;
		}


		.ba {
			width: 100%;
			height: 85px;
			line-height: 24px;
			/* position: fixed;
	box-shadow: 0 0 10px #ccc;
	bottom: 0; */
			text-align: center;
			font-size: 16px;
			background: #25562e;
			color: #fff;
			padding-top: 15px;
		}

		.ba a {
			text-decoration: none;
			color: #23a8f2;
		}