@charset "utf-8";

/* CSS Document */


/*页面初始化*/

.radius-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(ie-css3.htc);
    zoom: 1;
}
.ca_con3{
  padding-top: 90px;
  padding-bottom: 120px;
}
.ca_con3 .h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con3 .rq{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ca_con3 .rq .div{
  width: 32%;
  margin-top: 90px;
}
.ca_con3 .rq .div .imgcon{
width: 150px;
height: 160px;
margin: 0 auto;
transition: .5s all;
}
.ca_con3 .rq .div:hover .imgcon{
  transform: translateY(-10px);
}
.ca_con3 .rq .div .imgcon img{
  width: 100%;
  /* height: 100%; */
}
.ca_con3 .rq .div .pcon{
 margin-top: 20px;
}
.ca_con3 .rq .div .pcon .p1{
  text-align: center;
  color: #000000;
  font-size: 35px;
  font-weight: bold;
}
.ca_con3 .rq .div .pcon .p2{
  text-align: center;
  color: #666666;
  font-size: 22px;
  margin-top: 10px;
  line-height: 40px;
}