* {
    margin: 0;
    padding: 0;
    list-style: none;
}



.logo {
    margin-left: 50px;
}

.logo p {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}



.navSeach {
    margin-right: 50px;
}

.navSeach p {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.content {
    display: flex;
    justify-content: space-between;
}

.imgLeft {
    width: 50%;
    /* height: 880px; */
}

.imgLeft img {
    width: 100%;
    height: 100%;
}

.imgRight {
    width: 50%;
    /* height:880px; */
}

.imgRight img {
    width: 100%;
    height: 100%;
}

.pangB {
    width: 100%;
    height: 260px;
    background: #fff;
}

.footer {
    width: 100%;
    height: 80px;
    background: rgb(121, 104, 104);
    padding-top: 20px;
}

.footer p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.beian {
    height: 75px;
    background-color: rgb(116, 116, 116);
    color: rgb(214, 214, 214);
    text-align: center;
    /* padding: 20px 0; */
    box-sizing: border-box;
  }

  .beian p {
    line-height: 75px;
  }

  body {
        
    background-color: #e6e6e6;

}

