.footerView {
			width: 100%;
			height: 55px;
			background: RGBA(32, 32, 32, 1);
			border-bottom: 1px solid RGBA(88, 88, 88, 1);
		}

		.footerView>div {
			width: 1400px;
			margin: 0 auto;
			height: 55px;
			display: flex;
		}

		.footerView>div>div {
			height: 54px;
			width: 200px;
			color: white;
			text-align: center;
			line-height: 55px;
			cursor: pointer;
		}
		.footerView2{
			width: 100%;
			height: 218px;
			background: RGBA(32, 32, 32, 1);
			border-bottom: 1px solid RGBA(88, 88, 88, 1);
			
		}
		.footerView2>div{
			width: 1400px;
			margin: 0 auto;
			height: 218px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			
		}
		.footerView2_left>div img{
			margin-right: 10px;
		}
		.footerView2_left>div{
			display: flex;
			align-items: center;
			font-size: 16px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			height: 50px;
			line-height: 50px;
			
		}
		.footerView2_left{
			/* padding-top: 20px; */
		}
		
		.footerView3 {
			width: 100%;
			height: 55px;
			background: RGBA(32, 32, 32, 1);
			text-align: center;
			color: white;
			line-height: 55px;
			font-size: 14px;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			
		}
		.footerView2_right>div{
			width: 140px;
			height: 174px;
			background: white;
			/* display: flex;
			justify-content: center;
			align-items: center; */
		}
		.footerView2_right>div img{
			margin: 0 auto;
			display: block;
			width: 120px;
			height: 120px;
			margin-top: 10px;
		}
		.footerView2_right>div div{
			text-align: center;
			margin-top: 7px;
		}
		.footerView2_right{
			display: flex;
			justify-content: space-between;
			width: 450px;
		}
		.footerView>div>div:hover{
			background-color: rgba(36, 32, 29, 1);
		}