.footer{
    width: 100%;
    position: relative;
    font-family: "微软雅黑";
    color: white;
}
.footer img{
    display: block;
    /* width: 100%; */
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.footer_end{
    position: absolute;
    bottom: 0;
}
.footerc{
    width: 72%;
    margin-left: 14%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.footer_logo{
    /* font-size: 1.6rem; */
    font-size: 1.4rem;
    margin-top: 15%;
}
.footer_logo>div:first-child{
    width: 53%;
}
.footer_logo>div:nth-child(2){
    margin-top: 1%;
}
.foot_l_d{
    margin-top: 13%;
    display: flex;
    width: 100%;
    justify-content:space-between;
     font-size: 1.6rem; 
    /*font-size: 1.4rem;*/
    flex-wrap: wrap;
    position: relative;
}
@media screen and (max-width: 1024px){
    .foot_l_d{
        margin-top: 5%;
    }
}
.foot_l_d>div{
    width: 25%;
    margin-top: 4%;
    cursor: pointer;
}
.foot_l_d::after{
    content: "";
    width: 1px;
    height: 180%;
    background-color: #45649c;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer_l{
    width: 33%;
}
.footer_c{
    width: 44%;
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    margin-left:3%;
    box-sizing: border-box;
    position: relative;
}
.footer_c::after{
    content: "";
    width: 1px;
    height: 120%;
    background-color: #45649c;
    position: absolute;
    bottom: 0;
    right: 0;
}
.infooter_c{
    width: 50%;
    display: flex;
    align-items: flex-end;
     font-size: 1.6rem; 
    /*font-size: 1.4rem;*/
}
.infooter_c>div:nth-child(3){
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.infooter_c>div:first-child{
    width: 7%;
    margin-right: 1%;
}
.infooter_c>div{
    margin-left: 0;
}
.footer_r{
    width: 23%;
    display: flex;
    margin-top: 6%;
    transform: translateY(9%);
    margin-left: 3%;
}
.erwei{
    width: 50%;
    
}
.erwei>div{
    font-size: 1.6rem!important;
}
.erwei>div:first-child{
    font-family: "微软雅黑";
    /* font-size: 1.6rem; */
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20%;
}
.erwei>div:nth-child(2){
    width: 80%;
    margin: 0 auto;

}
.footer_tips{
    width: 72%;
    margin-left:14%;
    position: absolute;
    left: 0;
    bottom: 6%;
    display: flex;
    justify-content: space-between;
    font-family: "微软雅黑";
    font-size: 1.4rem;
}
.footer_tips a{
    color: #ffffff;
}
.tips_r{
    display: flex;
}
.tips_r>div:nth-child(1),.tips_r>div:nth-child(2){
    width: 4%;
}
.exinxin{
		display: flex;
		width: 42%;
	}
	.exinxin>div:not(:last-child){
		width: 4%;
		margin-right: 1%;
	}
	.exinxin span{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}