
	.foot-top {
		/* background-color: #0069d3; */
		background-color: aliceblue;
		padding: 16px 0;
	}

	.footer .el-row {
		margin: 0 -13px;
	}

	.footer .el-col {
		padding: 0 13px;
	}

	.footer .el-select{
		width: 100%;
	}
	.footer .el-select .el-input--suffix .el-input__inner{
		height: 50px;
		line-height: 50px;
		background-color: transparent;
		font-size: 16px;
		border: 1px solid rgba(96, 96, 96, 0.8);
		border-radius: 6px;
	}
	.footer .el-select .el-input--suffix .el-input__inner::-webkit-input-placeholder{
		color: #333;
	}
	.footer .el-select .el-icon-arrow-up:before{
		content: '\e78f';
	}
	.footer .el-select .el-input .el-select__caret{
		color: #333;
		font-size: 18px;
	}
	.foot-bd {
		 /* background-color: #203c59; */
		background: #f6f6f688;
		border-top: 6px solid #203c59;
	}

	.foot-nav {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #3b5672;
		padding: 25px 0 8px;
	}

	.ft_nav_tt,
	.ft_nav ul li {
		color: #333;
		/* font-weight: bold; */
		font-size: 16px;
		margin-bottom: 20px;
		display: block;
	}

	.ft_nav ul li {
		font-size: 14px;
		color: #666;
	}

	.foot-copy {
		padding: 20px 0;
	}
	.footer_ba{
		width: 24px;
	}


	.ft-cp-l {
		width: 418px;
		height: 86px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.ft-cp-l img {
		/* height: 45px; */
		width: 60px;
		margin-left: 6px;
		padding-right: 10px;
	}

	.ft-cp-r {
		flex: 1;
		margin-left: 25px;
		line-height: 24px;
	}

	.ft-cp-r p {
		font-size: 14px;
		color: #222;
		font-family: 微软雅黑;
	}

	@media(max-width:768px) {
		.footer .el-select {
			margin-bottom: 15px;
		}
		.footer .el-select .el-input--suffix .el-input__inner,
		.footer .el-select .el-select-dropdown__item{
			height: 40px;
			line-height: 40px;
			font-size: 14px;
		}
		.foot-top {
			padding: 20px 0 5px;
		}

		.foot-copy {
			flex-direction: column;
		}

		.foot-nav {
			flex-wrap: wrap;
		}

		.ft_nav {
			width: 50%;
			margin-bottom: 15px;
		}

		.ft_nav_tt {
			text-align: left;
			margin-bottom: 10px;
		}

		.ft_nav ul li {
			margin-bottom: 8px;
		}

		.ft-cp-l {
			width: 100%;
			height: auto;
			margin-bottom: 15px;
		}

		.ft-cp-r {
			margin-left: 0;
		}
	}