
/* 底部 */
.footer{
	width: 100%;
	min-height: 5rem;
	background-color:#015293;
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer_panel{
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_panel_left{
	width: 60%;
	min-width: 20rem;
	min-height: 5rem;
}

.footer_left_logo{
	position: relative;
	width: 100%;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer_left_logo>img{
	width: 3rem;
	height: 3rem;
	display: block;
}

.footer_left_title{
	min-width: 5rem;
	height: 3rem;
	padding-left: 1rem;
}
.footer_left_title>span:nth-child(1){
	display: block;
	position: relative;
	height: 2rem;
	/* line-height: 2rem; */
	font-size: 1.2rem;
	color: white;
	/* font-weight: bold; */
}
.footer_left_title>span:nth-child(2){
	display: block;
	position: relative;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.8rem;
	font-weight: lighter;
	color: white;
}

.footer_left_information{
	position: relative;
	width: 100%;
	min-height: 3rem;
	margin-top: 2rem;
}
.footer_left_element{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer_left_element>i{
	display: block;
	color: #B8C6D4;
	font-size: 0.8rem;
}
.footer_left_element>span{
	height: 1rem;
	line-height: 1rem;
	font-size: 0.8rem;
	padding-left: 0.5rem;
	color: #B8C6D4;
}

.footer_copyright_buttom{
	width: 100%;
	min-height: 2rem;
	display: flex;
	justify-content: flex-start;
}
.copyright_buttom_record{
	min-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: right;
	margin-right: 5px;
}
.copyright_buttom_record>img{
	width: 1rem;
	height: 1rem;
}

.copyright_buttom_record>span{
	font-size: 0.8rem;
	color: #B8C6D4;
}
.copyright_buttom_record>span:hover{
	cursor: pointer;
	/* color: #19649D; */
}

.footer_panel_right{
	width: 30%;
	min-height: 5rem;
	padding-top: 1rem;
	z-index: 9;
	/* background-color: wheat; */
}
.footer_right_title{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font: 1rem;
	color: #B8C6D4;
}
.footer_right_element{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #B8C6D4;
	display: block;
}

.footer_right_element:hover{
	cursor: pointer;
	color: whitesmoke;
}

.footer_background{
	width: 40rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0.3;
}