@charset "UTF-8";
.clientOne{
     padding-bottom: 80px;
	text-align: center;
}
/*clientTwo start*/
.clientTwo {
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.clientTwoCon{
	text-align: center;
}
/*clientTwo end*/
.clientThree{
    padding-bottom: 80px;
}
.clientThree table{
    width: 100%;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 14px;
    border-collapse:collapse;
}
.clientThree table th{
    font-size: 16px;
}
.clientThree table thead th{
    background-color: #0095DA;
    color: #ffffff;
}
.clientThree table th,.clientThree table td{
    border: 1px solid #f0f0f0;
    line-height: 40px;
    text-align: center;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  /*-----------------------第二媒体开始------------------*/
  
  /*-----------------------第二媒体结束------------------*/
}
@media only screen and (max-width:767px) {
  /*-----------------------第三媒体开始------------------*/
 .clientOne{
     padding-bottom: 1.5rem;
}
/*clientTwo start*/
.clientTwo {
  padding-bottom:  1.5rem;
}
/*clientTwo end*/
.clientThree{
    padding-bottom:  1.5rem;
}
.clientThree table{
    font-size: 0.3rem;
}
.clientThree table th{
    font-size: 0.4rem;
}
.clientThree table th,.clientThree table td{
    line-height: 1rem;
}
  /*-----------------------第三媒体结束------------------*/
}