.qz-ny-med::after{display: none;}
.jiyu {
    width: 100%;
    font-size: 18px;
    line-height: 44px;
    color: #333;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px #d6d6d6 solid;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .jiyu .yuan,.jiyu .xun{
    width: 335px;
    height: 504px;
    position: relative;
  }
  .jiyu .yuan img ,.jiyu .xun img{
    width: 100%;
    height: 100%;
  }
  .jiyu .xun {
    border-bottom: 1px #d6d6d6 solid;
    border-right: 1px #d6d6d6 solid;
  }
  .jiyu .xun::before {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    background: url(../images/nys/jiao.png) no-repeat right top;
    width: 48px;
    height: 53px;
  }
  .jiyu .yuan::after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -3px;
   
    width: 48px;
    height: 53px;
  }
  .jiyu .medaboutp02{width: calc(100% - 670px);
    padding: 90px 150px 0 70px;font-size: 16px;color: #333;line-height: 36px;position: relative;}
    .jiyu .medaboutp02::after{content: '';position: absolute;right: 0;bottom: -90px;z-index: 10;background:url(../images/1004bg.png) no-repeat right bottom;width: 100%;height: 673px;z-index: -1;background-size: 100% 100%;height: 100%;}
    .jiyu .medaboutp02 p{margin-bottom: 10px;font-size: 16px;color: #333;line-height: 36px;text-indent: 0;}
    .jiyu .medaboutp02 p img{display: inline-block;}
  .jiyu .medaboutp02 img{width: auto; max-width: 100%;}
  .jiyu p {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-bottom: 50px;
    text-indent: 2em;
    text-align: justify;
  }

  @media only screen and (max-width: 1366px) {
    .jiyu {
        flex-wrap: wrap;
        border-top: 0;
      }
      .jiyu .yuan{margin-left: 20%;}
      .jiyu .medaboutp02{width: 100%;order: 3;padding-left: 0;}
      .jiyu .xun{order: 2;}
  }
  @media only screen and (max-width:1080px) {
    .jiyu .yuan{margin-left: 12%;}
}
@media only screen and (max-width:768px) {
    .jiyu{margin-bottom: 0px;}
    .jiyu .yuan{margin-left: 0%;}
    .jiyu .medaboutp02{padding: 30px 0;font-size: 0.9em;}
    .jiyu .medaboutp02::after{display: none;}
    .jiyu .medaboutp02 p{font-size: 0.9em;}
}
@media only screen and (max-width:480px) {
    .jiyu .yuan,.jiyu .xun{margin: 0 auto;}
    .jiyu .xun{order: 3;} 
    .jiyu .yuan::before {
        content: '';
        position: absolute;
        right: -3px;
        top: -3px;
        background: url(../images/nys/jiao.png) no-repeat right top;
        width: 48px;
        height: 53px;
      }
      .jiyu .xun::after {
        content: '';
        position: absolute;
        left: -3px;
        bottom: -3px;
       
        width: 48px;
        height: 53px;
      }
      .jiyu .medaboutp02{padding: 30px;}
      
}