.serConsult{
  width: 61%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.serConleft{
  width: 56%;
}

.serConright{
  width: 40%;
  border: 1px solid #d7dad1;
}


.serConright>img{
  width: 100%;
}

.serConleft>p{
  font-size: 25px;
  font-weight: 900;
  color: #1b418a;
}
.colorH{
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  margin: 50px 0;
}

.serConleft>a{
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1b418a;
  color: #1b418a;
  transition: all 1s;
}

.serConleft>a:hover{
  transform: scale(1.08);
}

.serConleft>a>img{
  margin-right: 15px;
}

.serConser{
  width: 61%;
  /* margin-left: 10%;
   */
   margin: auto;
   padding-bottom: 57px;
}


.serConser>div{
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}


.u1{
  font-size: 25px;
  color: #1b418a;
  /*border-left: 2px solid #1b418a;*/
}
.hengxian{
  font-size: 25px;
  font-weight: 900;
  color: #1b418a;
  border-left: 4px solid #1b418a;
  padding-left: 10px;
  margin-bottom: 5px;
}
.uiuiuipopopp{
    padding-left: 10px !important;
}
.serConser>div>span{
  color: #999999;
  font-size: 15px;
  line-height: 25px;
  margin-top: 30px;
  display: flex;
  margin-bottom: 10px;
}


.serConser>div>div{
  font-size: 18px;
  height: 100px !important;
  display: flex;
  align-items: center;
}

.tuijian>h3{
    font-size: 25px;
    font-weight: 900 !important;
    color: #1b418a;
    border-left: 4px solid #1b418a;
    padding-left: 10px;
    margin-bottom: 5px;
}

.serConser>div>ul{
  width: 100% !important;
}


.serConser>div>ul>li{
  color: #000000;
  font-size: 15px;
  /*height: 40px;*/
  width: 100%;
  line-height: 30px;
  display: flex;
  align-items: center;
}


.serConser>div>ul>li>p{
    width: 100%;
    white-space: wrap;
}
.serLiuc{
  display: flex;
}

.serLiuc>li{
  width: 120px;
  height: 120px !important;
  background: #f8f8f8;
  margin-right: 15px;
  margin-top: 20px;
  display: flex;
  flex-direction: column !important;
  color: black !important;
}

.serLiuc>li:hover{
  color: #1b418a !important;
}

.serLiuc>li>div{
  display: flex;
  align-items: center;
  text-align: center;
}
.biaohao{
  width: 100%;
  height: 40px;
  border-bottom: 2px solid white;
  display: flex;
  justify-content: center;
}

.biaohao>span{
  height: 38px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #1b418a;
  color: #1b418a;
}
.xianchang{
  height: 80px;
  padding: 0 10px;
}


@media (max-width: 1000px){
  .serConsult{
    flex-wrap: wrap;
  }
  .serConleft,.serConright{
    width: 100%;
    margin-top: 50px;
  }
  .serLiuc{
    display: flex;
    flex-wrap: wrap;
  }
  
}


@media (max-width: 750px){
    .serConleft{
        margin-top: 10px !important;
    }
  .serConleft>p{
      font-size: 20px !important;
  }
  
  .serConleft>div>p>span{
      font-size: 12px !important;
  }
  .serConleft>div{
      margin-top: -10px;
  }
    
    .serConser>div>div{
        height: auto !important;
        padding: 10px 0 !important;
    }
    .serConleft, .serConright{
        margin-top: 18px !important;
    }
    
.serConser>div{
    margin-top: 20px !important;
}
.serConser>div>p>span{
    margin-top: 10px !important;
}

    .serConser>div>ul>li>p{
        font-size: 12px !important;
    }
    .tuijian{
        margin-top: 0 !important;
    }
    .serLiuc>li>div{
        font-size: 12px;
    }
    .serConser>div>ul>li{
        line-height: 20px !important;
    }
    .serConser>div>ul{
    margin-top: 10px;
    }
    .serConleft>a {
    width: 145px;
    height: 41px;
        
    }
}
@media (max-width: 500px){
    .serConser>div>p>span{
        font-size: 12px !important;
    }
    .serConser>div>p{
        font-size: 18px !important;
    }
    .serConser>div>div{
        font-size: 14px !important;
    }
.serLiuc>li{
    width: 45% !important;
  height: 120px !important;
}
}

