
/*最新产品*/

.i-product-new{padding:0 0 20px;min-width: 1200px;}
.i-product-new ul{margin: 0px auto;}
.i-product-new ul li{float: left;width: 25%;position: relative; }
.i-product-new ul li .img{width: 100%; overflow: hidden;}
.i-product-new ul li a img{width: 100%; }
.i-product-new ul li a:hover img{transform: scale(1.05);}
.i-product-new ul li a{display: block;}

.i-product-new ul li a .title{
	-moz-transition: all 0.9s;-webkit-transition: all 0.9s;	-o-transition: all 0.9s;transition: all 0.9s;
	position: absolute;
	top:35%;left:50%; width: 0%;line-height: auto; 
	padding:  10% 0px;
	background: rgba(255,255,255,.8);
	font-size: 18px;
	white-space:nowrap;
	line-height:20px;

	
	color:#000;
	text-align: center;
	overflow: hidden;}
.i-product-new ul li a:hover .title{display: block;left:10%; width: 80%;}

/*首页视频*/
.i-video{overflow: hidden; }

/*首页新闻*/

.i-news-list{ padding:1em 0em;}
.i-news-list ul{overflow:hidden; min-width: 1200px;}
.i-news-list ul li{float:left;width: calc(100%/4 - 12px); margin-right:16px;background-color: #efefef;}
.i-news-list ul li.m-r{margin-right: 0px;}
.i-news-list ul li .img{width: 100%;height: 180px;overflow: hidden;}
.i-news-list ul li .img img{width: 100%;min-height:180px;}
.i-news-list ul li .title{padding:10px 5px;font-size:16px;text-align: left; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;font-weight:bold;
    overflow: hidden;border-bottom:#ccc 1px solid; margin: 0 5px;}
.i-news-list ul li p{color:#999;font-size: 12px;height: 80px;line-height:20px;overflow:hidden;margin:10px 5px 20px;}
.i-news-list ul li:hover{cursor:pointer; box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);}
.i-news-list ul li:hover .img img{transform: scale(1.05);}
.i-news-list ul li:hover .title{color:#b60005;}

