﻿ 

/* 产品开始 */
img {border-style: none; } 
a:link,a:visited,a:active{ color:#333; text-decoration:none;  }
a:hover{ color:#666;  }
.pro_box{ width:100%;  padding-bottom:10px; text-align:center}
.pro_box .pro_tit{ width:100%; height:55px; line-height:55px;}
.pro_box .pro_tit h1{ font-family:"微软雅黑"; font-size:18px; font-weight:normal; color:#50a1ba; float:left;}
.pro_box .pro_tit a{ display:block; width:56px; height:21px; float:right; text-align:center; line-height:21px; background:#eee; margin:17px 20px 0 0;}
.pro_box .pro_tit a:hover{ background:#50a1ba; color:#fff;}
.pro_box .pro_list{ width:100%;  margin-top:10px;}

.pro_box .pro_list ul li{ width:150px;   margin:8px; display:block; float:left;   padding:6px}
.pro_box .pro_list ul li .list_img{ width:150px;   overflow:hidden;}
.pro_box .pro_list ul li .list_img a em{ width:100%;  background:#fff;  }
.pro_box .pro_list ul li .list_img a img{ width:100%; height:210px; -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.pro_box .pro_list ul li .list_img a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-ms-transform:scale(1.1);}
.pro_box .pro_list ul li .list_img a span{ width:100%; height:30px; display:block; line-height:30px; text-align:center;  }
 