@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;
}
.lylMain{
	
	margin-top: 60px;
}
/* 首页轮播图 */
.lylBannerView .swiper-container img{
	display: block;
	width: 100%;
	height: 100%;
}
.lylBannerView .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}
.lylBannerView .swiper-pagination-bullet-active{
	background: #FFFFFF;
}
/* 模块视图 */
.lylModularView{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/* 首页产品及解决方案 */

.lylProductSchemeViewTop{
	width: 100%;
	text-align: center;
	position: relative;
}
.lylExplain{
	margin-top: 20px;
	font-size: 14px;
}
.lylProductSchemeViewContent{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
}
.lylProductSchemeViewImg{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 353px;
	height: 497px;
}
.lylProductSchemeImg .lylMouseShowText{
	position: relative;
}
.lylProductSchemeImg .lylMouseShowText .lylMouseShowTextA{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.lylProductSchemeViewImg .lylProductSchemeViewImg1{
	height: 303px;
}
.lylProductSchemeViewImg .lylProductSchemeViewImg2{
	height: 182px;
	
}
.lylProductSchemeViewInImg{
	width: 463px;
	height: 497px;
	
}
.lylProductSchemeViewInImg .lylProductSchemeViewImg3{
	width: 100%;
	height: 100%;
	
}
/* 显示介绍 */
.lylProductSchemeImg .lylMouseShowText .lylModalFrame{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: none;
}
.lylProductSchemeImg .lylMouseShowText .lylModalFrame .lylModalFrameDiv{
	width: 100%;
	height: 100%;
	padding: 30px 40px 5px 84px;
	
	color: #fafafc;
	overflow: hidden;
}
.lylProductSchemeImg .lylMouseShowText .lylModalFrame .lylModalFrameDiv .lylModalFrameTitle{
	color: #FFFFFF;
	font-size: 18px;
}
.lylProductSchemeImg .lylMouseShowText .lylModalFrame .lylModalFrameDiv .lylModalFrameContent{
	margin-top: 10px;
	line-height: 25px;
	font-size: 12px;
}
.lylProductSchemeViewContent .lylImg{
	display: block;
	width: 100%;
	height: 100%;
}
/* 定义模块标题样式 */
.lylModularTitleView{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.lylModularTitle{
	position: relative;
}
.lylModularTitle .lylSpan1{
	font-size: 36px;
	color: #006c42;
	position: relative;
	z-index: 3;
}
.lylModularTitle .lylSpan2{
	display: block;
	font-family: "ImpactLTStd";
	font-size: 35px;
	color: #d3d3d3;
	/* position: absolute;
	top: 16px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto; */
}
/* 按钮样式 */
.lylMore{
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.lylMore .lylMoreBut{
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.lylMore .lylMoreBut .lylSpan{
	display: inline-block;
	background: #27825f;
	padding: 12px 26px;
	border-radius: 12px;
	margin: 50px 0;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}
/* 成功案例 */
.lylCaseModularView{
	background: url(../images/backgroundimg01.png) no-repeat;
	background-size: 100% 100%;
}
.lylCaseContentView{
	height: 460px;
}
.lylCaseContentViewList{
	margin-top: 40px;
	height: 460px;
	padding-left: 10px;
}
.lylCaseContentViewList ul li{
	float: left;
	color: #333333;
}

.lylCaseContentViewList ul li .lylCaseListLiDiv{
	display: block;
	position: relative;
    width: 287px;
    height: 410px;
	color: #333333;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse{
	position: relative;
    z-index: 10;
    width: 300px;
    height: 454px;
    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: 153px;
	
}
.lylCaseContentViewList ul li .lylCaseListLiDiv.mouse .lylCaseListLia .lylCaseListLiImg{
	width: 100%;
	height: 176px;
	
}
.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%;
	height: 255px;
	padding: 20px 27px;
	overflow: hidden;
}
.lylCaseListLiExplainTitle{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 19px 0 27px 0;
}

.lylCaseListLiExplainDetails{
	position: relative; 
	font-size: 12px;
	height: 150px;
	line-height: 30px; 
	overflow: hidden;
}
.lylCaseListLiExplainDetails p{
	position: relative; 
}
/* .lylCaseListLiExplainDetails p::after{
	content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
} */

/* 新闻动态 */
.lylNewsContentView{
	
	overflow: hidden;
}
.lylNewsContentViewDiv{
	padding-top: 40px;
	overflow: hidden;
	position: relative;
}
.lylNewsContentViewVideoDiv{
	width: 607px;
	height: 508px;
	position: relative;
}
.lylNewsContentViewVideo,.lylNewsContentViewList{
	float: left;
}
.lylNewsContentViewList {
	width: 568px;
	margin-left: 15px;
}
.lylNewsContentViewVideoDiv .lylVideoViewDivImg{
	width: 100%;
	height: 100%;
	position: relative;
}
.lylNewsContentViewVideoDiv .lylVideoViewDivImg .lylVideoViewImg{
	display: block;
	width: 100%;
	height: 100%;
}
/* 关闭视频按钮 */
.lylSpanCloseVideo{
	position: absolute;
	top: -20px;
	right: 2px;
	display: none;
	
}
.lylNewsContentViewVideoDiv video{
	width: 100%;
	height: 100%;
	object-fit: fill;
	cursor: pointer;
	display: none;
}
.lylNewsContentViewList .lylNewsListLi{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
}
.lylNewsContentViewList .lylNewsListLi span .lylImg{
	display: block;
	width: 100%;
	height: 100%;
}
.lylNewsContentViewList .lylNewsListLi span.lylSpan1{
	width: 334px;
	height: 250px;
	
}
.lylNewsContentViewList .lylNewsListLi span.lylSpan2{
	width: 228px;
	height: 250px;
	position: relative;
}
.lylNewsContentViewList .lylNewsListLi span.lylListSpan a.lylSpana{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
/* 视频提示语 */
.lylVideoModalFrame{
	position: absolute;
	width: 100%;
	height: 192px;
	bottom: 0;
	left: 0;
	padding: 50px 0;
	background: rgba(0,0,0,.5);
	overflow:hidden;
	display: none;
}
.lylVideoModalFrame .lylClickA{
	display: block;
	width: 100%;
	height: 100%;
}
.lylVideoModalFrame .lylVideoModalFrameTitle{
	width: 90%;
	font-size: 15px;
	padding-left: 45px;
	color: #FFFFFF;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lylVideoModalFrame .lylVideoModalFrameText{
	width: 90%;
	font-size: 13px;
	padding-left: 45px;
	color: #FFFFFF;
	margin-top: 20px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lylAutoPlay{
	position: absolute;
	width: 96px;
	height: 84px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	margin: auto;
	cursor: pointer;
	background: #30d2a1;
	overflow: hidden;
}
.lylAutoPlay img.lylImg{
	display: block;
	width: 100%;
	height: 100%;
}
/* 新闻动态提示语样式 */
.lylNewsModalFrame{
	position:absolute;
	width: 100%;
	min-height: 96px;
	bottom: 0;
	left:0;
	background: rgba(0,0,0,.5);
	padding-bottom:10px;
	overflow: hidden;
	display: none;
}
.lylNewsModalFrame .lylNewsModalFrameTitle {
	width: 90%;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 20px;
	padding-left: 24px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lylNewsModalFrame .lylNewsModalFrameText {
	width: 95%;
	color: #fafafc;
	font-size: 12px;
	padding-left: 24px;
	margin-top: 10px;
	/* text-overflow:ellipsis;
	white-space: nowrap; */
	overflow: hidden;
}
/* 合作伙伴 */
.lylCooperationModularView{
	background: url(../images/backgroundimg02.png) no-repeat;
	background-size: 100% 100%;
}
.lylCooperationContentView{
	margin-top: 40px;
}
.lylCooperationContentViewListImg span{
	float: left;
	width: 110px;
	margin: 0px 30px 40px;
}
.lylCooperationContentViewListImg span img.lylImg{
	display: block;
	width: 100%;
	
}


