@charset "UTF-8";
/*产品中心*/
dl.dl_pro { width: 25%; overflow: hidden; float: left;height: 280px; }

dl.dl_pro dt img {width: 100%;height:230.5px;-webkit-transition: all 2s ease 0s;-o-transition: all 2s ease 0s;transition: all 2s ease 0s;}

dl.dl_pro dt{padding: 6px; border: solid 1px #e4e4e4; }

.img_box{ overflow: hidden;}

dl.dl_pro dt a:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}

dl.dl_pro dd { height: 30px; line-height: 30px; text-align: center; overflow: hidden; }

dl.dl_pro dd a:hover { color: #0065B5; }


@media (max-width: 760px){
  dl.dl_pro{width: 50%;height: auto;}
  dl.dl_pro dt img{height: auto;max-height: 104.72px;}
  .sjcate{background-color: #0065B5;border-bottom: 1px solid #ccc;color: #fff;}
}