.qyzltop-box {
    display: flex;
    justify-content: start;
    align-items:end;
    
  }
  
  .qyzltop-box .title {
    background-color: #198bd3;
    border-radius: 40px;
    width: 160px;
    height: 40px;
    font-size: 25px;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    
  }
  .qyzltop-box .subtitle {
    font-size: 18px;
    color: #000;
    font-style: italic;
    margin-left:20px;
  }
  .qyzltop-box .arrow {
    color: #198bd3;
    font-size: 16px;
  }
  .topContent{
    display: flex;
    justify-content: center;
    padding: 20px 20px;
  }
  .topContent .content{
    text-indent: 2em;
    font-size: 22px;
    line-height: 55px;
    margin-left: 40px;
  }
  .qyzlmiddle{
    display: flex;
    justify-content: center;
    padding: 30px;
  }
  .qyzlmiddle .middleImage{
     width: 80%;
  
  }
  
  .qyzlbottom{
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    
  }
  .qyzlbottom .zlItem{
    margin-top: 30px;
    background-image: linear-gradient(  #198bd3 3%,#f7f7f7 4%, #f7f7f7 );  
    width: 185px;
    height: 265px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content:  flex-start;
    align-items: center;
    margin-left: 55px;
    margin-right: 55px;
    
    
  }
  .qyzlbottom .zlItem .zlImage{
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
  .qyzlbottom .zlItem .title{
   color: #198bd3;
   font-size: 18px;
   font-weight: bold;
   margin-top: 20px;
  }
  .qyzlbottom .zlItem .cotent{
    margin-top: 20px;
    color: #000000;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 22px;
    font-weight: 400;
    text-align:justify;
   }
  .qyzl-bottom{
    background-image: url(../zl_imgs/fz-bottom.png) ;
    background-repeat: no-repeat;
    background-position: right -0px;
    background-size: 100% 100%;
    height: 500px;
    z-index: -999;
    margin-top: -450px;
    width: 100%;
  }
  
  .qyzl_new_title {
    color: #009cd0;
    margin: 0 0 10px;
    width: auto;
    padding: 10px 0 10px 30px;
    clear: both;
    border-bottom: dotted 1px #ccc;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    background: url(../zl_imgs/h3bg1.png) no-repeat 0 11px;
    text-align: left;
  }
  
  .content{
    text-indent: 2em;
    font-size: 20px;
    line-height: 55px;
    margin-left: 40px;
  }
  
  .subtitle {
    font-size: 14px;
    color: #c0c0c0;
    font-style: italic;
    margin-left:20px;
  }