/*成功案例*/
.l_product_l{
		width:1150px;
		margin:0 auto;
		display: flex;
		flex-wrap:wrap;
		flex-direction: row;
	}
	.product_img_l{
		width:360px;
		/* height:250px; */
		overflow: hidden;
		margin-left:18px;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.product_img_l img{
		width:370px;
		height:250px;
		position: relative;
		top:0;
		left:-10px;
	}
	.product_img_l:hover img{
		margin-left:10px;
		 transition: all 0.5s;
	}
	@media (max-width: 1499px){
		.h1{
		width: 100%;
		overflow: hidden;
		height: 300px;
	}
	}
	@media (min-width:1500px){
		.h1{
	    width: 100%;
	    overflow: hidden;
	    height: 400px;
	}
	}
	.h1>img{
	    width: 100%;
	    overflow: hidden;
	    height: 100%;
	}
	#pages{
	    text-align:center;
	/*    background:linear-gradient(to top , #f5f4f5,#e6e6e5);*/
	    height:40px;
	    line-height:40px;
		margin-bottom:40px;
	}
	#pages a{
	    padding:4px 10px;
	    border:1px solid #ddd;
	    border-radius:4px;
	    color:#0aa1ed;
	}
	#pages a.current{
	    border-color:#0aa1ed;
	    background:#0aa1ed;
	    color:#fff;
	}
	#pages a.disabled{
	    color:#bfbfbf;
	    background:#f2f2f2;
	    border:1px solid #bfbfbf;
	}
	.img_text_1{
		font-family: SourceHanSansCN-Regular;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 35px;
		letter-spacing: 1px;
		color: #333333;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.about_name{
		margin-top:20px;
	}
	.img_text_2{
		font-family: SourceHanSansCN-Regular;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 22px;
		letter-spacing: 1px;
		color: #333333;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}