
	.banner {
		width: 1920px;
		margin: 0 auto;
		height: 18.75rem;
		background-image: url(../images/banner1x.jpg);
		background-size: cover;
	}
	 .name {
		width: 77.5rem;
		/* margin-left: 22.5rem; */
		color: #333333;
		font-size: 2.3125rem;
		font-weight: bold;
		margin-top: 3.25rem;
		overflow: hidden;
	}

	 .detail {
		width: 77.5rem;
		/* margin-left: 52.5rem; */
		display: flex;
		justify-content: center;
	}

	 .detailtime {
		/* width: 77.5rem; */
		/* margin-left: 22.5rem; */
		color: #808080;
		margin-top: 2rem;
		margin-right: 10px;
	}

	 .img {
		margin-top: 3rem;
		margin-left: 22.5rem;
	}

	 .text122 {
		width: 77.5rem;
		/* margin-left: 22.5rem; */
		text-align: justify;
		line-height: 2;
		margin-top: 3.75rem;
		color: #333333;
	}



	.link {
		margin: 0 auto;
		margin-top: 3.125rem;
		font-size: 1.125rem;
		width: 1200px;
		/* margin-left: 22.5rem; */
		line-height: 1.5;
		
	}
	.link a{
		text-decoration: none;
		color: #666666;
	}
	.link p:hover a{
		color:#6080DB;
	}
	.fotter {
		width: 118.965rem;
		height: 7.5rem;
		background-image: linear-gradient(to right, #6280DC 0%, #6E7DE6 100%);
		margin-top: 8.1875rem;
	}

	.fotter img {
		width: 12.4375rem;
		height: 2.3125rem;
		/* margin-left: 53.8125rem; */
		margin-top: 1.6875rem;
	}

	.fotter .fotter-content {
		color: #FFFFFF;
		font-size: 1rem;
		margin-top: 18px;
		/* margin-left: 48.5rem; */
	}

	.text2 a,
	.text3 a {
		text-decoration: none;
		color: #6080DB;
	}