.servercenter{
    width:100%;
	clear:both;
}
.footer_wrap{
	background-color: #1c1c1c;
	
    height:300; 
}
.footer_conect{
    width:80%;
    height: 300px;
	margin:0 auto;
    color:#ffffff;
    overflow: hidden;
    
}

.footer_con_left{
   float: left;
   display: flex;
   height: 100%;
   align-items: center;
}
.ewm{
    margin-right:36px;
    width: 126px;
    display: inline-block;
    text-align: center;
}

.ewm img{
    width:126px;
    height:126px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
    .footer_conect{
        width:94%    
    }
    .ewm{
        width: 63px;
    }
    
    .ewm img{
        width:63px;
        height:63px;
        margin-bottom: 10px;
    }
}
.ewm span{
  font-size:20px;
  color: #fff;
}

.footer_con_right{
    float: left;
    margin:20px 30px 0 0px;
    text-align: center;
}
.footer_con_right a{
    color: #fff;
}
.footer_logo{
    width:140px;
    height:28px;
    margin:0 0 32px 0;
}
.footer_con_right p{
    font-size:15px;
    color: #fff;
    margin-bottom: 14px;
}
.marginline{
    font-size:15px;
    color: #fff;
    padding:0 13px;
}
.footer_links{
    height: 252px;
    background-color: #f9f9f9;
}
.footer_links_con{
	width:80%;
	margin:0 10%;
    padding:40px 0;
}
.footer_links .title{
    font-size: 24px;
    color: #1c1c1c;
}
.linksname{
    font-size: 18px;
    margin-right:10px;
}
.linksname:hover{
    color: #0b60a9;
}

.brief{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brief span{
    line-height: 24px;
    color: #fff!important
}
.brief span a{
    line-height: 24px;
    color: #fff!important
}