.lheader{
    width: 1200px;
    height: 109px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.wfooter{
    width: 100%;
    background-color: rgba(245, 245, 245, 1);
    padding-bottom: 40px;
    padding-top: 65px;
}
.mfooter{

    width: 1200px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.mfooter .js{
    margin-left: 80px;
}
.mfooter .js .jimg{
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.mfooter .js .mp{
    position: absolute;
    z-index: 30;
    margin-left: -50px;
    display: none;
}
.mfooter .js .mp2{
  
    margin-left: 45px;
   
    margin-top: 10px;
}
.mfooter .js .mp2::after{
    margin-top: -10px;
}
.mfooter .js .mp::after{
   content: "";
  
   border:10px solid #ffffff00;
   border-bottom: 10px solid #ffffff;
   position: absolute;
   left: 60px;
   top: -10px;
}

.mfooter .js p{
    color: #797979;
 
    font-size: 14px;
    line-height: 24px;
    width: 245px;
}
.mfooter .link{
    width: 877px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-right: 1px rgba(201, 201, 201, 1) solid;

}

.mfooter .link .item{
   width: 143px;
}
.mfooter .link .item .it{
    width: 143px;
    height: 40px;
    font-size: 16px;
    color: #0193de;
    margin-bottom: 20px;
 }
 .mfooter .link .item .ct{
    color: #797979;
    display: block;
    font-size: 14px;
    line-height: 24px;
 }
 .mbottom{
    width: 100%;
    padding-top: 30px;
    background: #464646;
    height: 58px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
 }
