@charset "utf-8";
/*首页滚动产品展示*/
.inproduct{width:1200px; margin:0 auto; clear:both;overflow: hidden; padding-top:0px;}
.product{width:100%;overflow: hidden; padding-top:0px;}
.product .cpgd { width:100%; display:block; overflow: hidden;}
.product .cpgd ul { margin:0;padding:0; clear:both; overflow: hidden;}
.product .cpgd li {float:left; width: 280px; overflow: hidden; font-size:15px; line-height: 35px; text-align:center;border-collapse: collapse; border:1px solid #e0e0e0;margin:15px 24px 20px 0; -webkit-box-shadow:0 3px 10px 0 #CCC; -moz-box-shadow:0 3px 10px 0 #CCC; -ms-box-shadow:0 3px 10px 0 #CCC; -o-box-shadow:0 3px 10px 0 #CCC; box-shadow:0 3px 10px 0 #CCC;}
.product .cpgd1 li:nth-child(4n){ margin-right:0 }
.product .cpgd li a{display:block;}
.product .cpgd li a .cp_name{display: block; width:100%;background: #fff; color: #555; /*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ box-sizing:border-box; overflow:hidden; padding:5px;}
.product .cpgd li a:hover span{background: #158EE0; color: #fff;transition:0.6s all 0s linear;}
.product .cpgd li a img{width: 100%; vertical-align:middle;}
.product .cpgd li span{height:50px; line-height:50px; display:block; clear:both;}
.product .cpgd li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.product .cpgd li a .cp_name img{transition:transform 1s ease 0s}