/*内容*/
.gc-product{
	padding:45px 0px ;
}
.gc-product ul{
	width: 100%;
}
.gc-product ul li{
	float: left;
	padding: 15px 19px;
	width: 389px;
	background-color: #fafafa;
	color: #2b2b2b;
	font-size: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	transition: all .3s;
}
.gc-product ul li:hover{
	background-color: white;
	color: #0368B6;
	box-shadow: rgba(15,23,30,.2)0 0 10px;
}
.gc-product ul li:nth-child(3n){
	margin-right: 0px;
}
.gc-product ul li a{
	display: block;
}
.gc-product ul li i{
	width: 100%;
	height: 265px;
	overflow: hidden;
	display:block;
	position: relative;
}
.gc-product ul li img{
	width: 60%;
	height: auto;
	/*transform: scale(1.5);*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gc-product ul li em{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
