.logo_top,.logo_content{
    display: flex;
    display: -webkit-flex;
}
.logo_top li{
    margin: auto;
    width: 3.8rem;
    height: 1.86rem;
    box-shadow: 0px 0px 28px 0px rgba(7, 0, 2, 0.15);
}
.logo_content li{
    margin: 0.43rem auto;
    width: 3.8rem;
    height: 1rem;
}
.logo_top li:hover{position:relative;top:-3px;}
.logo_top img{width: 0.4rem;height:0.4rem;object-fit: contain;margin: 0.26rem auto 0;display: block;}
.lc_img{width:0.26rem;height:0.02rem;background-color: #cccccc;margin:auto;}
.logo_top p:nth-of-type(1),.logo_content p:nth-of-type(1){
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 0.13rem auto 0.14rem;
}
.logo_top p:nth-of-type(2),.logo_content p:nth-of-type(2){
    width: 3.04rem;
    height: 0.35rem;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: block;
    text-align: center;
    margin: auto;
}
.logo_content li:nth-of-type(2){
    border-left: solid 1px #e8e6e6;
    border-right: solid 1px #e8e6e6;
}