.tags_weixin{
    background: #fff;
    padding: 10px;
    width: 310px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    position: absolute;
    left: -145px;
    top: 70px;
}
.tags_weixin img{
    display: inline-block;
    height: 100px;
    width: 100px;
}
.footer{
    
    /*height: 244px;*/
    background: #494e53;
    padding:36px 0px;
    opacity:0.95;
}
.footer_main{
    width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.footer_left{
    width:448px;
    height:168px;
}
.footer_right{
    width:516px;
    height:168px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.footer_text{
    /*width: 448px;*/
    /*height: 168px;*/
    opacity: 0.5;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
.footer_right1{
    width:516px;
    height:14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.right1_text{
    /*width: 56px;*/
    height: 14px;
    font-size: 14px;
    color: #9a9a9a;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
font-weight: 400;
    line-height: 14px;
}
.right1_text:hover{
    color:#ffffff;
}
.right1_img{
    width: 6px;
    height: 10px;
}
.footer_right2{
    width:516px;
    height:108px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.footer_right2_img1{
    display:flex;
    justify-content:space-between;
}
.right2_img{
    width:120px;
    height:48px;
}
.right3_img{
    width:164px;
    height:48px;
}
