.scend_head{
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #4983ff;
  font-size: 16px;
  /* display: none; */
}
/* .scend_img_box{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
} */
.scend_head a:hover{
  color: #4983ff;
  cursor: pointer;
}
.img_client{
  display: inline-block;
  box-sizing: border-box;
  /* width: 180px; */
  padding: 10px 10px;
  /* margin: 10px 10px 0 0; */
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  /* float: left; */
}
.img_client_bx{
  width: 100%;
  /* height: 90px; */
  transform: all 2s ease-in-out;
  overflow: hidden;
}
.img_client_bx>a{
  width: 100%;
  height: 100%;
}
.img_client_bx img{
 width: 100%;
 height: 100%;
}
.img_client_bx img:hover{
  transform: scale(1.1);
}
.img_client_p{
  width: 100%;
  height: 70px;
  margin-top: 20px;
  line-height: 2;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color: #464646;
  font-size: 18px;
}
.img_client:hover{
  border: 1px solid rgb(230,230,230);
}
.img_client:hover .img_client_p{
  color: #4983ff;
}
/* .fen_footer_father{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.fen_footer_father>p{
  margin-right: 5px;
}
.fen_footer_button{
  padding: 5px;
  cursor: pointer;
  border: 1px solid #4983ff;
} 
.fen_footer_button a:hover{
  color: #ffffff;
}
.fen_footer_children>div:last-child>p{
  float: left;
  margin-right: 20px;
}
.fen_footer_children>div:last-child>select{
  float: left;
  width: 100px;
  height: 30px;
  margin-top: 10px;
} */
@media screen and (max-width:350px) {
}
@media screen and (max-width:768px) {
  .img_client>img{
    height: 120px;
  }
  main{
    margin-top: 60px;
  }
}
@media screen and (min-width:350px) and (max-width:400px){
 
}
@media screen and (min-width:400px) and (max-width:560px){

}
@media screen and (min-width:768px) and (max-width:992px){
  .img_client>img{
    height: 120px;
  }
}
@media screen and (min-width:1350px) {
  .img_client>img{
    height: 120px;
  }
}
@media screen and (max-width: 470px) {
  main>div>div:nth-child(2){
    padding: 0;
  }
}