﻿@charset "utf-8";
/* CSS Document */


/*产品*/

.ipro{
	background: #ececec;
	padding: 40px 0px 50px;
	margin: 50px 0px 60px;
}
.wrap2,.minbox{ 
	max-width: 1200px; 
	margin: 0 auto;
	overflow: hidden;
}
.wrap2 .title,.b-main .title,.mainAbout .title{
	font-size:30px;
	font-weight: bold;
	text-align: center;	
	line-height:56px;
	/*color:#006dba;*/
	color: #fc8700;	
}
.ipro-list{
	overflow: hidden;
	margin-top: 15px;
}
.ipro-list li{
	float: left;
	border: solid 1px #dedede;
	padding: 4px;
	margin: 25px 10px 0px;
}
.ipro-list li:hover{
	border: solid 1px #ff0404;
}
.ipro-list li span{
	display: block;
	text-align: center;
	line-height: 36px;
	color: #7d6e6e;
	font-weight: bold;
}
.dongtu{
	width: 370px;
	height: auto;
	overflow: hidden;
}
.dongtu img{
	cursor: pointer;
	transition: 0.5s all;
}
.ipro-list li:hover .dongtu img{
	transform: scale(1.2);
}

