  .pic{    width: 100%;    height: 450px;    background-image: url(../img/img_26.jpg);    background-size: 100% 100%;  }  .team{    width: 100%;    height: 1270px;    background-color: #e6e2ef;    position: relative;  }  .team_center{    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;    margin: auto;    background-color: #fff;    width: 1144px;    height: 856px;    display: flex;  }  .left{    width: 800px;    height: 700px;    background-image: url(../img/china.jpg);    background-size: 100% 100%;    margin-top: 70px;    margin-left: 20px;  }  .right{    width: 344px;    height: 700px;    margin-top: 70px;  }  .right ul li:hover{    color: red;  }  .fooder{    width: 100%;    height: 68px;    background-color: #d72828;    text-align: center;    line-height: 68px;    color: white;}