* {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

	footer {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 472px;
	}



	footer .one {
		background: url(/front/images/ic05.png) no-repeat center;
		background-size: 100% 100%;
		width: 100%;
		height: 397px;
		position: relative;	
	}

	footer .one ul li a{
		color: #fff;
		text-decoration: none;
	}

	footer .one-1 {
		display: flex;
		/*justify-content: center;*/
		justify-content: space-between;
		position: relative;
	}

	footer .one-content {
		width: 60%;
		margin: 0 auto;
	}

	footer .one ul {
		width: 150px;
		text-align: left;
		color: white;
		margin-top: 35px;
		
	}

	footer .one ul li {
		height: 45px;
	}

	footer .two {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 75px;
		text-align: center;
	}

	footer .lang {
		color: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer .lang select {
		color: rgb(153,153,153);
		background-color: rgb(34,34,44);
		padding: 3px 10px;
		outline: none;
	}

	footer .qr {
		position: absolute;
		bottom: 20px;
		right: 100px;
	}

	@media (max-width: 1235px) {

		footer {
			height: 230px;
		}

		footer ul {
			display: none;
		}

		footer .two{
			text-align: center;
			margin: 10px 0;
		}

		footer .qr {
			position: static;
			display: flex; 
			justify-content: center;
			margin-top: 20px;
		}

		footer .qr img{
			margin-right: 10px;
		}

		footer .bot-text {
			display: flex;
			flex-direction: column;
		}

		footer .lang-bot {
			position: absolute;
			top: 120px;
			text-align: center;
			width: 100%;
			left: 0;
		}

	}

	@media (max-width: 400px) {
		footer .one {
			min-height: 205px;
		}
	}
