@media (min-width: 1200px) {
  .nr{
    padding-bottom: 50px;
  }
  .nr h2{
    width: 100%;
    height: 60px;
    background-image: url(../images/ny-bt-bg.png);
    background-repeat: no-repeat;
    background-position: 0  22.5px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #44AD4C;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .team-lb{
    width: 1320px;
    margin-left: -60px;
  }
  .team-lb .team-mk{
    display: block;
    float: left;
    width: 540px;
    margin: 20px 60px;
  }
  .team-mk .te-t{
    width: 100%;
    height: 100px;
  }
  .team-mk .te-t .pic{
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border: 8px solid #F6F6F6;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
  }
  .team-mk .te-t .pic img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
  }
  .team-mk:hover .te-t .pic img{
    transform: scale(1.1);
  }
  .team-mk .te-b{
    background-color: #F6F6F6;
    width: 100%;
    height: 320px;
    box-sizing: border-box;
    padding: 20px;
  }
  .team-mk .te-b h3{
    height: 100px;
    margin-left: 230px;
    font-size: 26px;
    color: #44AD4C;
    font-weight: 700;
  }
  .team-mk .te-b p{
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 2;
    box-sizing: border-box;
  }
}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .nr{
    padding-bottom: 50px;
  }
  .nr h2{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #44AD4C;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nr p{
    font-size: 16px;
    font-family: '微软雅黑';
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
    color: #555;
  }
  .nr img{
    display: block;
    margin: 20px auto;
    max-width: 100%;
  }

  .team-lb{
    width: 100%;
  }
  .team-lb .team-mk{
    display: block;
    width: 100%;

  }
  .team-mk .te-t{
    width: 100%;
    height: 200px;
  }
  .team-mk .te-t .pic{
    width: 200px;
    height: 200px;
    margin:0 auto;      
    box-sizing: border-box;
    border: 8px solid #F6F6F6;
    border-radius: 50%;
    overflow: hidden;
  }
  .team-mk .te-t .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0px;
    transition: all 0.3s;
  }

  .team-mk .te-b{
    background-color: #F6F6F6;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .team-mk .te-b h3{
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #44AD4C;
    font-weight: 700;
  }
  .team-mk .te-b p{
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 2;
    box-sizing: border-box;
  }
}
