/*中天产品列表*/
#prod { margin:20px 0 0; }
.common_title { height:24px; border-bottom:3px solid #3bb9ee; position:relative; margin:0 0 24px; }
.common_title h4 { line-height:48px; height:48px; font-size:18px; font-weight:normal; text-align:center; color:#fff; background:#3bb9ee; width:280px; margin:0 auto; overflow:hidden; border-radius:8px; }
#prod ul { padding:10px; }
#prod li { width:400px; padding:9px; border:1px solid #3bb9ee; border-radius:12px; float:left; height:150px; margin:10px; overflow:hidden; background:#fff; }
#prod h1 { float:right; width:150px; margin:0 0 0 20px; }
#prod img { height:150px; width:150px; }
#prod h2 { line-height:36px; height:36px; border-bottom:1px solid #3bb9ee; font-size:16px; font-weight:normal; width:280px; }
#prod h2 a { color:#3bb9ee; }
#prod h3 { color:#3bb9ee; font-size:14px; font-weight:normal; padding:8px 0 0; }
#prod h3 p { line-height:28px; }
#prod li:hover { background:#3bb9ee; -o-transition:all 1.5s; -moz-transition:all 1.5s; -webkit-transition:all 1.5s; -ms-transition:all 1.5s; transition:all 1.5s; box-shadow:0 0 10px rgba(0,0,0,0.8); }
#prod li:hover img { border-radius:100%; -o-transition:all 1.5s; -moz-transition:all 1.5s; -webkit-transition:all 1.5s; -ms-transition:all 1.5s; transition:all 1.5s; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.8); }
#prod li:hover h2 { border-bottom:1px solid #fff; -o-transition:all 1.5s; -moz-transition:all 1.5s; -webkit-transition:all 1.5s; -ms-transition:all 1.5s; transition:all 1.5s; }
#prod li:hover h2 a { color:#fff; -o-transition:all 1.5s; -moz-transition:all 1.5s; -webkit-transition:all 1.5s; -ms-transition:all 1.5s; transition:all 1.5s; }
#prod li:hover h3 { color:#fff; -o-transition:all 1.5s; -moz-transition:all 1.5s; -webkit-transition:all 1.5s; -ms-transition:all 1.5s; transition:all 1.5s; }