footer{
	width: 100%;
	background: #1E2337;
}
.footer{
	width: 100%;
	margin-top: 90px;
	margin-bottom: 75px;
}
.footer_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_topa{
	width: 375px;
}
.footer_topa1{
	max-width: 100%;
	height: 55px;
	display: block;
}
.footer_topa2{
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	color: rgba(255,255,255, .37);
	line-height: 25px;
}
.footer_topa3{
	width: 100%;
	display: block;
	margin-top: 35px;
	font-size: 14px;
	color: white;
}
.footer_topb{
	max-width: calc(100% - 675px);
	padding: 0 20px;
}
.footer_topb1{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #AFB0B9;
}
.footer_topb1:last-child{
	margin-bottom: 0;
}
.footer_topc{
	width: 300px;
}
.footer_topc1{
	width: 100%;
	margin-bottom: 40px;
}
.footer_topc1:last-child{
	margin-bottom: 0;
}
.footer_topc2{
	width: 100%;
	font-size: 16px;
	color: white;
	margin-bottom: 15px;
}
.footer_topc3{
	width: 100%;
	font-size: 14px;
	color: #AFB0B9;
	line-height: 25px;
}
.footer_down{
	width: 100%;
	margin-top: 45px;
	display: inline-block;
}
.footer_down1{
	float: left;
	display: flex;
}
.footer_down1_1{
	width: 50px;
	margin-right: 10px;
	display: block;
}
.footer_down1_1:last-child{
	margin-right: 0;
}
.footer_down1_1 img{
	width: 100%;
	display: block;
}
.footer_down2{
	float: right;
	font-size: 14px;
	color: rgba(255,255,255, .37);
}
.footer_yqlj{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}
.footer_yqlj1{
        margin-top: 10px;
    font-size: 16px;
    color: #AFB0B9;
    float: left;
    font-weight: 600;
}
.footer_yqlj2{
        margin-top: 10px;
    font-size: 16px;
    color: #AFB0B9;
    float: left;
    display: block;
    margin-left: 10px;
     font-weight: 600;
     text-decoration: underline;
}
.footer_yqlj2:hover{
    color: white;
        text-decoration: underline;
}
.footer_topb1:hover{
     color: white;
        text-decoration: underline;
}
.footer_topa3:hover{
     color: white;
        text-decoration: underline;
}