.local{height:55px;line-height:55px;border-bottom:1px solid #dadada;background:#fff; font-size:14px}
.local{line-height:55px;color:#000;}
.local span{float:left;background:url(../images/home.png) left center no-repeat;font-size:14px;color:#666;font-weight:normal;padding-left:30px;}
.local span a{color:#666;}
.prolist{
	margin-top: 40px;
	margin-bottom: 60px;
} 
.prolist .tep {
    clear: both;
    width: 100%;
    /* background: url(../images/f1.jpg) no-repeat center center; */ 
    margin-bottom: 30px;
    font-size: 26px;
    color: #474747;
    font-weight: bold;
    text-align: center;
    
}
.procon ul li {
    width: 300px;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    list-style: none;

}
.procon ul li .pic{
	width: 280px;
	margin:0 auto;
	overflow:hidden;
}
.procon ul li img {
    width: 280px;
    height: 280px;
    transition: all 0.6s;
}
.procon ul li img:hover{ 
	transform:scale(1.1); 
}
.procon ul li .title {
    width: 280px;
     
    overflow: hidden;
    cursor: pointer;
    margin-left: 10px;
    padding-top:6px; 
}
.procon ul li .title a {
    color: #333;
    font-size:18px;
    line-height: 24px;
}
.procon ul li .title a span{
	font-size:14px;
	color:#a0a0a0;
}