.footer1 {
			width: 100%;
			height: 367px;
			background: #212121;
			padding-top: 30px;
		}

		.footer1>div {
			width: 80%;
			margin-left: 10%;
			display: flex;
		}

		.footer1s>div {
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			margin: 20px 0px;
		}

		.footer1s>div:nth-child(1) {
			font-size: 49px;
			font-family: STHupo;
			font-weight: 400;
			color: #FFFFFF;
			margin-top: 20px;
		}

		.footer1b {
			width: 55%;
			display: flex;
			justify-content: space-between;
		}
	

		.footer1b>div>div {
			color: #858585;
			margin-top: 20px;
		}

		.footer1b>div>div:nth-child(1) {
			font-size: 18px;
			color: white;
			border-bottom: 1px solid #333333;
			width: 100px !important;
			word-break: break-all;
			line-height: 40px;
		}

		.footer1a {
			width: 17%;
			margin-right: 3%;
			display: flex;
			justify-content: space-evenly;
			margin-top:30px;
		}

		.footer1a img {
			width: 5vw !important;
			display: block;
			margin-bottom: 5px;
			margin: 0 auto;
			margin-bottom: 10px;
		}

		.footer1s {
			width: 35%;
		}
		.footer1bc{
			width: 100%;
			background: rgb(41,41,41);
			height: 60px;
			line-height: 60px;
		}
		.footer1bc>div{
			width: 80%;
			margin-left: 10%;
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: #858585;
			font-size: 16px;
		}
		.footer1bc>div a{
			color: #858585;
		}

		.footer2 {
		/* 	width: 100%;
			height: 75px;
			background: #292929; */
			display: none;

		}

		.footer1b>div{
			width: 20%;
		}
		
		.qius2{
			position: fixed;
			bottom: 2rem;
			right: 0;
			width: 200px !important; 
		}
		.qius2 img{
			width: 50px;
			cursor: pointer;
		}
		
		.qius{
			position: fixed;
			bottom: 12rem;
			transition: opacity 0.3s ease-in-out;
			opacity: 0;
			
			 cursor: pointer;
			  transition: opacity 0.3s ease-in-out;
			right: -7%;
			
			
			
			
			
			
		}
		
		@media screen and (max-width: 968px) {
			
		
			
			
			
			
			.footer1bc{
				display: none;
			}
			.footer2{
				display: block;
			}
			.title2 {
				font-size: 22px !important;
			}
			.imges{
				    height: 30rem;
				    width: auto;
			}
			.footer1{
				display: none;
			}
		
			
			.footerView{
						width: 100%;
						height: 9.375rem;
						background: rgb(25,96,158);
						display: flex;
						font-size: 1.5625rem;
						font-family: Microsoft YaHei;
						font-weight: 400;
						color: #FFFFFF;
						align-items: center;
						position: fixed;
						bottom: 0;
						z-index: 1000;
					}
					.footerView>div{
						width: 33%;
						text-align: center;
					}
					.footerView img{
						display: block;
						width: 3.125rem;
						height: 3.125rem;
						text-align: center;
						margin: 0 auto;
						margin-bottom: 0.5rem;
						
						
						
					}
					
				
		}
		
		.footer1b div{
			cursor: pointer;
		}
		
		
