@charset "UTF-8";
@font-face {
	font-family: "ImpactLTStd";
	  src: url("../font/ImpactLTStd.woff2") format("woff2"),
		   url("../font/ImpactLTStd.woff") format("woff"),
		   url("../font/ImpactLTStd.ttf") format("truetype"),
		   url("../font/ImpactLTStd.eot") format("embedded-opentype"),
		   url("../font/ImpactLTStd.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.lylMainBanner{
	width: 100%;
	
}

.lylMainBanner img.lylMainBannerImg{
	display: block;
	width: 100%;
	
}
.lylProductContent{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.lylProductContentView{
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.lylProductConentTitle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
}
.lylProductConentTitleLeft .lylProductConentTitleLeft1{
	font-size: 26px;
}
.lylProductConentTitleLeft .lylProductConentTitleLeft2{
	font-family: "ImpactLTStd";
	margin-top: 15px;
	font-size: 16px;
	border-top: 2px solid #0b7d49;
	line-height: 30px;
}
.lylProductConentTitleRight{
	font-family: "ImpactLTStd";
	text-align: right;
	font-size: 15px;
}
/* 主内容 */
.lylProductContentTop{
	margin-top: 20px;
}
.lylProductContentTopImg{
	width: 100%;
	/* min-height: 400px; */
	position: relative;
}
.lylProductContentTopImg .lylCaseListLia1{
	display: block;
	width: 100%;
}
.lylProductContentTopImg .lylImg1{
	display: block;
	/* width: 600px;
	height: 300px; */
	margin: 0 auto;
}
.lylProductContentTopTitle{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	background: rgba(0,0,0,.45);
	padding: 20px 30px 20px 40px;
	
}
.lylProductContentTopTitleDiv{
	height: 100%;
	position: relative;
}
.lylProductContentTopTitleDiv .lylH5{
	font-size: 22px;
	margin-bottom: 10px;
}
.lylProductContentTopTitleDiv .lylProductContentP{
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 20px;
}
.lylProductContentTopTitle .lylSpan1{
	/* position: absolute;
	bottom: 0;
	left: 0; */
}
/* 列表样式 */
.lylProductContentList{
	padding: 100px 0 240px 0;
	
}
.lylProductContentListLi1{
	height: 492px;
}
.lylCaseContentViewList ul li{
	float: left;
	color: #333333;
}

.lylCaseContentViewList ul li .lylCaseListLiDiv{
	display: block;
	position: relative;
    width: 295px;
    height: 440px;
	color: #333333;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse{
	position: relative;
    z-index: 10;
    width: 310px;
    height: 480px;
    margin-left: -1px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-25px,0) scale(1);
    -moz-transform: translate3d(0,-25px,0) scale(1);
    transform: translate3d(0,-25px,0) scale(1);
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	border:0;
}

.lylCaseContentViewList ul li .lylCaseListLiDiv .lylCaseListLia{
	display: block;
	color: #333333;
	width: 100%;
	height: 100%;
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse .lylCaseListLia{
	display: block;
	color: #333333;
	width: 100%;
	height: 100%;
}
.lylCaseContentViewList ul li .lylCaseListLiDiv .lylCaseListLia .lylCaseListLiImg{
	width: 100%;
	height: 230px;
	
}
.lylCaseContentViewList ul li .lylCaseListLiDiv .lylCaseListLia .lylCaseListLiImg .lylCaseListLia1{
	display: block;
	width: 100%;
	height: 100%;
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse .lylCaseListLia .lylCaseListLiImg{
	width: 100%;
	height: 252px;
	
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse .lylCaseListLia .lylCaseListLiImg .lylCaseListLia1{
	display: block;
	width: 100%;
	height: 100%;
}
.lylCaseContentViewList ul li .lylCaseListLiDiv .lylCaseListLia .lylCaseListLiImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse .lylCaseListLia .lylCaseListLiImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.lylCaseListLiExplain{
	width: 100%;
	padding: 15px 27px 40px 27px;
	overflow: hidden;
	position: relative;
}
.lylCaseListLiExplainTitle{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.lylCaseListLiExplainDetails{
	position: relative; 
	width: 241px;
	font-size: 12px;
	line-height: 20px; 
	padding-bottom: 20px;
	overflow: hidden;
}
.lylCaseListLiExplainDetails p{
	font-size: 14px;
	position: relative; 
}
.lylCaseListLiaDiv{
	position:absolute;
	bottom: 20px;
	left: 20px;
}

/* 第二排 */
.lylProductContentListLi2{
	display: none;
	height: 492px;
}
.lylProductContentListLi2 ul li{
	margin-left: 77px;
}