@charset "utf-8";
/* CSS Document */

.service-ser{padding:20px 0 0; background:#f6f6f6;}
.service-ser h2{ margin:auto; color:#000; font-size:24px; text-indent:25px;}
.service-ser ul{width:1200px; margin:40px auto 0; overflow:hidden;}
.service-ser ul li{float:left; width:15%; margin:0 2.5%; text-align:center;}
.service-ser ul li img{width:100%; max-width:159px; border-radius:50%; vertical-align:top;}
.service-ser ul li h3{margin:30px 0 10px; color:#2680c4; font-size:18px;}
.service-ser ul li p{color:#666; line-height:1.8; text-align:left;}
@media (max-width:1220px){

.service-ser ul{width:1000px;}

}
@media  screen and (max-width:1020px){

.service-ser  ul{width:auto; padding:0 10px;}
.service-ser ul li{width:28%; height:500px;}
}
@media screen and  (max-width:767px){

.service-ser{padding:20px 0;}
.service-ser ul li{width:44%; height:420px; margin:0 3%;}
.service-ser ul li h3{font-size:16px;}
.service-ser ul li p{font-size:14px;}
}
