/*footer*/
.foot{
	width: 100%;
	height: 10rem;
	background: url(../img/foot_bg.png) center no-repeat;
	background-size: auto 100% !important;
}

.foot_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 3.62rem;
}
.foot_top .foot_logo img{
	width: 3.62rem;
}
.foot_top .foot_cont .foot_cn{
	text-align: right;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.2rem;
	color: #002369;
	line-height: 0.29rem;
	margin-bottom: 0.04rem;
} 
.foot_top .foot_cont .foot_en{
	font-weight: 400;
	font-size: 0.14rem;
	color: #002369;
	line-height: 0.19rem;
} 


.foot_conter{
	margin-top: 1.47rem;
	border-top: 0.01rem solid rgba(255, 255, 255, 0.5);
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
	padding: 0.54rem 0 0.51rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot_conter .cont_li span{
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: block;
}
.foot_conter .cont_li b{
	font-weight: bold;
	font-size: 0.2rem;
	margin-top: 0.12rem;
	color: #FFFFFF;
	display: block;
}
.foot_conter .code{
	display: flex;
	justify-content: space-between;
}
.foot_conter .code .cont_item{
	text-align: center;
	width: 1.2rem;
	margin-right: 0.3rem;
}
.foot_conter .code .cont_item:last-child{
	margin-right: 0;
}
.foot_conter .code .cont_item img{
	width: 1.2rem;
	height: 1.2rem;
}
.foot_conter .code .cont_item span{
	width: 100%;
	font-family: 'sy';
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.12rem;
}


.foot_bottom .foot_nav a{
	width: auto;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.26rem;
	margin-right: 0.5rem;
	float: left;
	margin-top: 0.28rem;
	cursor: pointer;
	margin-bottom: 0.27rem;
}

.foot_bottom .foot_copyright{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.2rem;
}
.foot_bottom .foot_copyright .copyright_title{
	font-family: 'sy';
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.2rem;
}
.foot_bottom .foot_copyright .copyright_url{
	width: auto;
	display: flex;
}
.foot_bottom .foot_copyright .copyright_url img{
	width: 0.2rem;
	margin-right: 0.12rem;
}



