a{text-decoration: none!important;color: #333;}

.l-hide{
	visibility: hidden!important;
}

.l-header .navbar{
	padding: 1.5rem 5rem;
}
.l-header .l-logo{
	font-size: 1.5rem;
	font-weight: bold;
}
.l-header .l-logo>span{
	font-size: 0.5rem;
	margin-left: 2rem;
}

.l-header .l-banner-p{
	display: inline-block;
	position: relative;
}
.l-header .l-banner-p:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10rem;
	height: 0.15rem;
	margin-left: -12rem;
	background: linear-gradient(to left, #fff, transparent);
}
.l-header .l-banner-p:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 10rem;
	height: 0.15rem;
	margin-right: -12rem;
	background: linear-gradient(to right, #fff, transparent);
}

.l-header .l-banner-btn{
	border: 1px solid #DCB58E;
	color: #DCB58E;
	letter-spacing: 0.5rem;
}

.l-header .l-banner-img{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.l-header .l-banner-img .l-img{
	width: 40%;
	height: 0;
	padding-bottom: 40%;
	border-radius: 500px;
	background-color: #000;
	overflow: hidden;
	box-shadow: 4px 4px 10px 4px rgba(0,0,0, 0.2);
}
.l-header .l-banner-img:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 47.5%;
	height: 0;
	padding-bottom: 47.5%;
	border-radius: 500px;
	border: 1px dashed #8195cb;
}
.l-header .l-banner-img::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55%;
	height: 0;
	padding-bottom: 55%;
	border-radius: 500px;
	border: 1px dashed #696a6c;
}
.l-header .l-banner-img .l-img img{
	width: 100%;
}

.l-header .navbar-collapse .nav-item.active>.nav-link{color: #0076D4}
.l-header .navbar-collapse .nav-item:hover>.nav-link{color: #0076D4}



/* l-main */

/* index-news */

.l-main .l-index-news .l-item{
	cursor: pointer;
}
.l-main .l-index-news .l-detail{
	color:#999999;
	line-height: 35px;
	height: 0;padding-bottom: 70%;
}
.l-main .l-index-news .l-detail .l-detail-text{
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.l-main .l-index-news .l-detail-btn{
	bottom: 0;left: 0;width: 132px;height: 44px;line-height: 44px;color: #0076D4;border: 1px solid #0075D2;
}
.l-main .l-index-news .l-detail-img{
	height: 0;padding-bottom: 70%;display: none;
}
.l-main .l-index-news .l-detail-img-btn{
	bottom: 0;left: 0;width: 132px;height: 44px;line-height: 44px;background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.l-main .l-index-news .l-item:hover .l-detail{
	display: none;
}
.l-main .l-index-news .l-item:hover .l-detail-btn{
	display: none;
}
.l-main .l-index-news .l-item:hover .l-detail-img{
	display: block;
}
.l-main .l-index-news .l-more{
	display: inline-block;
	border: 1px solid #0076D4;
	color: #0076D4;
	border-radius: 100px;
}



/* l-extend-type */
.l-main .l-extend-type{
	background-image: url('../img/xk/position-pic.png');
	background-size: auto 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
.l-main .l-extend-type .l-btn{
	display: inline-block;
	padding: 1.5rem 3rem;
	padding-left: 8rem;
	background: linear-gradient(to left, #DCB58E, transparent);
	color: #000;
	text-decoration: none;
	margin-left: -6rem;
}

.l-main .l-extend-type .l-title-bgtext{
	position: relative;
}
.l-main .l-extend-type .l-title-bgtext:before{
	content: 'ABOUT XINKE';
	display: block;
	position: absolute;
	bottom: -3.5rem;
	left:0;
	color: #DCB58E;
	font-weight: 1;
	font-size: 2.8rem;
	opacity: 0.4;
	/* background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.1),transparent); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; */
}
.l-main .l-extend-type .l-desc-bgtext>p>span{
	font-weight: bold;
	letter-spacing: 0.5rem;
	font-size: 1.25rem;
	position: relative;
}
.l-main .l-extend-type .l-desc-bgtext>p>span:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0.2rem;
	left:0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #DCB58E 0%, rgba(231,2,30,0.01) 100%);
	z-index: -1;
}
/* .l-main .l-extend-type .l-list{
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.l-main .l-extend-type .l-list>img{
	width: 85%;
} */
.l-main .l-extend-type .l-list .l-pc-position-list{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.l-main .l-extend-type .l-list .l-pc-position-list .l-item{
	width: 50%;
	height: 50%;
	padding: 10%;
	display: flex;
}
.l-main .l-extend-type .l-list .l-pc-position-list .l-item:nth-child(odd){
	flex-direction: row-reverse;
}
.l-main .l-extend-type .l-list .l-pc-position-list .l-item:nth-child(even){
	flex-direction: row;
}
.l-main .l-extend-type .l-list .l-pc-position-list .l-item h5{
	color: #11284A;
	padding-bottom: 1.5rem;
	position: relative;
}
.l-main .l-extend-type .l-list .l-pc-position-list .l-item h5:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 3rem;
	height: 0.2rem;
	background-color: #27293D;
}
.l-main .l-extend-type .l-list .l-pc-position-list .l-item:nth-child(odd) h5:after{
	right: 2rem;
}
.l-main .l-extend-type .l-pc-position-list{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.l-main .l-extend-type .l-m-position-list .l-item{
	width: 100%;
	height: 50%;
	padding: 1rem;
	display: flex;
	align-items: center;
}
.l-main .l-extend-type .l-m-position-list .l-item img{
	width: 2.5rem;
	height: 2.5rem;
}

.l-main .l-extend-type .l-m-position-list .l-item h5{
	color: #11284A;
	position: relative;
}
/* l-majer */
.l-main .l-majer .l-imgs-class-title .l-class-list a:hover,.l-main .l-majer .l-imgs-class-title .l-class-list a.l-active{
	color: #000;
	font-weight: bold;
	position: relative;
}
.l-main .l-majer .l-imgs-class-title .l-class-list a:hover:after,.l-main .l-majer .l-imgs-class-title .l-class-list a.l-active:after{
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	content: '';
	display: block;
	width: 2rem;
	height: 0.2rem;
	transform: translate(-50%, 0);
	background-color: #D3AD88;
}
.l-main .l-majer .l-imgs-list{
	width: 200%;
}
.l-main .l-majer .l-imgs-list .l-item{
	width: 14%;
	display: inline-block;
	/* margin-left: 0.5%; */
	margin-right: 1%;
}
.l-main .l-majer .l-imgs-list .l-imgs-img{
	width: 100%;
	height:0;
	padding-bottom: 60%;
	overflow: hidden;
	background-color: #333;
}
.l-main .l-majer .l-imgs-list .l-item .l-imgs-img img{
	width: 100%;
}
.l-main .l-majer .l-imgs-list .l-item .l-imgs-title h5,.l-main .l-majer .l-imgs-list .l-imgs-title small{
	display: inline-block;
	margrin-bottom: 0.3rem;
	position: relative;
}
.l-main .l-majer .l-imgs-list .l-item:hover .l-imgs-title h5:before,.l-main .l-majer .l-imgs-list .l-item:hover .l-imgs-title small:before,
.l-main .l-majer .l-imgs-list .l-item.l-active .l-imgs-title h5:before,.l-main .l-majer .l-imgs-list .l-item.l-active .l-imgs-title small:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0.1rem;
	left:0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #DCB58E 0%, rgba(231,2,30,0.01) 100%);
	opacity: 0.8;
}
/* .l-main .l-majer h1>span,.l-main .l-majer p>span{
	position: relative;
}
.l-main .l-majer h1>span:before,.l-main .l-majer p>span:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0.1rem;
	left:0;
	right: 0;
	height: 8px;
	background: linear-gradient(90deg, #E7021E 0%, rgba(231,2,30,0.01) 100%);
	z-index: -1;
}
.l-main .l-majer a{
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding: 0.3rem 1rem;
	color: #fff;
	text-decoration: none;
	background: rgba(231,2,30,0.13);
	border: 2px solid #E7021E;
} */

/* l-example */
.l-main .l-example .l-title-bgtext{
	text-align: center;
	position: relative;
}
.l-main .l-example .l-title-bgtext:before{
	content: 'Example display';
	display: block;
	position: absolute;
	top: -0.8rem;
	left:50%;
	transform: translate(-50%,0);
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.1),transparent); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent;
}
.l-main .l-example .l-cate-item{
	border: 1px solid #E6E6E6;
	cursor: pointer;
}
.l-main .l-example .l-cate-item a img{
	width: 1.2rem;
	margin-right: 0.2rem;
}
.l-main .l-example .l-cate-item a .l-img-on{
	display: none;
}
.l-main .l-example .l-cate-item:hover,.l-main .l-example .l-cate-item.l-active{
	background-color: #27293D;
}
.l-main .l-example .l-cate-item:hover a,.l-main .l-example .l-cate-item.l-active a{
	color: #fff;
}
.l-main .l-example .l-cate-item:hover a .l-img-on,.l-main .l-example .l-cate-item.l-active a .l-img-on{
	display: inline;
}
.l-main .l-example .l-cate-item:hover a .l-img-off,.l-main .l-example .l-cate-item.l-active a .l-img-off{
	display: none;
}

.l-main .l-example .l-slider5-list{
	position: relative;
}
.l-main .l-example .l-slider5-list .l-item{
	margin: 5rem 0;
	max-height: 20rem;
	cursor: pointer;
}
.l-main .l-example .l-slider5-list .l-item:nth-child(1){
	border-radius: 10px 0 0 10px;
	max-height: 16rem;
	opacity: 0.2;
}
.l-main .l-example .l-slider5-list .l-item:nth-child(2){
	border-radius: 10px 0 0 10px;
	max-height: 18rem;
	opacity: 0.5;
}
.l-main .l-example .l-slider5-list .l-item:nth-child(3){
	border-radius: 10px;
}
.l-main .l-example .l-slider5-list .l-item:nth-child(4){
	border-radius: 0 10px 10px 0;
	max-height: 18rem;
	opacity: 0.5;
}
.l-main .l-example .l-slider5-list .l-item:nth-child(5){
	border-radius: 0 10px 10px 0;
	max-height: 16rem;
	opacity: 0.2;
}

.l-main .l-example .l-slider5-list .l-slider5-title{
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
.l-main .l-example .l-slider5-list .l-slider5-title h5,.l-main .l-example .l-slider5-list .l-slider5-title small{
	display: inline;
	position: relative;
}
.l-main .l-example .l-slider5-list .l-slider5-title h5:before,.l-main .l-example .l-slider5-list .l-slider5-title small:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0.1rem;
	left:0;
	right: 0;
	height: 8px;
	background: linear-gradient(90deg, #E7021E 0%, rgba(231,2,30,0.01) 100%);
	opacity: 0.5;
	z-index: -1;
}
/* l-example2 */
.l-main .l-example2{
	padding-bottom: 4rem;
	/* background: linear-gradient(to bottom, transparent 45% , #F7F9FC 45%); */
}
.l-main .l-example2 .l-slider-list .l-item{
	overflow: hidden;
}

.l-main .l-example2 .l-slider-list .l-item .l-video-info{
	/* background-image: url('../img/ac/video-border.png');
	background-size: 100% 100%;
	padding: 5%; */
	position: relative;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info>img{
	width: 100%;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info>video{
	width: 100%;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info .l-video-stop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info  .l-con{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	background:rgba(14,21,37,0.8);
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info:hover  .l-con,.l-main .l-example2 .l-slider-list .l-item .l-video-info.l-active  .l-con{
	background:rgba(14,21,37,0.2);
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info  .l-con .l-title{
	line-height: 3rem;
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info  .l-con .l-desc{
	line-height: 2rem;
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info  .l-con .l-img{
	cursor: pointer;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info  .l-con .l-btn{
	border: 1px solid #FFF;
	background-color: rgba(255, 255, 255, 0.23);
	text-align: center;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	cursor: pointer;
}
.l-main .l-example2 .l-slider-list .l-item .l-video-info:hover  .l-con .l-btn,.l-main .l-example2 .l-slider-list .l-item .l-video-info.l-active  .l-con .l-btn{
	background-color: rgba(255, 255, 255, 1);
	color: #333;
	-webkit-box-shadow:0px 3px 0px #333;
	-moz-box-shadow:0px 3px 0px #333;
	box-shadow:0px 3px 0px #333;
}

.l-main .l-example2 .l-type-btn{
		width: 50%;
	}


/* l-service-data */
.l-main .l-service-data .l-title-bgtext{
	text-align: center;
	position: relative;
}
.l-main .l-service-data .l-title-bgtext:before{
	content: 'Our advantages';
	display: block;
	position: absolute;
	bottom: -2.8rem;
	left:50%;
	font-size: 2.5rem;
	font-weight: lighter;
	transform: translate(-50%,0);
	background-image:-webkit-linear-gradient(right,#D3AD88,#D3AD88); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent;
	opacity: 0.4;
}
.l-main .l-service-data .l-list{
	padding: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.l-main .l-service-data .l-list>img{
	width: 55%;
}
.l-main .l-service-data .l-list .l-pc-position-list{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item{
	width: 50%;
	/* padding-left: 15%;
	padding-right: 15%; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item>div{
	text-align: center;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item>div>img{
	width: 100%;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item h5{
	color: #333;
	font-size: 1rem;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	position: relative;
	text-align: center;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item h5 span{
	color: #D3AD88;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item:nth-child(odd) h5 span{
	right:0;
}
.l-main .l-service-data .l-list .l-pc-position-list .l-item:nth-child(even) h5 span{
	left:0;
}

.l-main .l-service-data .l-list .l-m-position-list .l-item{
	width: 100%;
	text-align:left;
}
.l-main .l-service-data .l-list .l-m-position-list .l-item h5{
	color: #333;
	font-size: 0.75rem;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	position: relative;
	text-align: center;
}
.l-main .l-service-data .l-list .l-m-position-list .l-item h5 span{
	color: #D3AD88;
}

/* l-contact */
.l-main .l-contact{
	/* background-color: #F7F9FC; */
}
.l-main .l-contact .l-title-bgtext{
	position: relative;
}
.l-main .l-contact .l-title-bgtext:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -0.5rem;
	left:0;
	width: 1.5rem;
	height: 0.2rem;
	background-color: #0075D2;
}

.l-main .l-contact .l-title-bgtext2{
	position: relative;
}
.l-main .l-contact .l-title-bgtext2:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -0.9rem;
	left:50%;
	margin-left: -0.75rem;
	width: 1.5rem;
	height: 0.2rem;
	background-color: #0075D2;
}

.l-main .l-contact .l-slogan{
	background-image: url('../img/ac/contact.png');
	background-size: 100% 100%;
	padding: 3rem;
}
.l-main .l-contact .l-slogan .l-banner-hr{
	width: 4rem;
	border-color: #E7021E;
	border-width: 6px;
	margin-left:0;
}

.l-main .l-contact .l-img-box-shadow{
	-webkit-box-shadow:15px 15px 0px #e5f1fb;
	-moz-box-shadow:15px 15px 0px #e5f1fb;
	box-shadow:15px 15px 0px #e5f1fb;
}


/* news */
.l-main .l-news .l-item.l-active{
	-webkit-box-shadow:0px 0px 8px #e5f1fb;
	-moz-box-shadow:0px 0px 8px #e5f1fb;
	box-shadow:0px 0px 8px #e5f1fb;
}
.l-main .l-news .l-item:hover{
	-webkit-box-shadow:0px 0px 8px #e5f1fb;
	-moz-box-shadow:0px 0px 8px #e5f1fb;
	box-shadow:0px 0px 8px #e5f1fb;
}
.l-main .l-news .l-title{
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.l-main .l-news .l-desc{
    min-height: 50px;
    text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.l-news-detail img{max-width: 100%;}

/* l-product */
.l-main .l-product .l-left-label::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 5px;
	height: 90%;
	background-color: #0075D2;
}
.l-main .l-product-detail .l-lists{
	top: 50%;left:0;right: 0;height: calc(100% - 100px); transform: translate(0,-50%);
	width: 100%;
}
.l-main .l-product-detail .l-lists .l-items{
	padding-left: 90px!important;
	padding-right: 90px!important;
	cursor: pointer;
}
.l-main .l-product-detail .l-lists .l-items .l-img{
	height: 0;
	padding-bottom: 99%;
	border: 1px solid transparent;
}
.l-main .l-product-detail .l-lists .l-items.l-active .l-img{
	border-color: #000;
}
.l-main .l-product-detail .l-functional img{width: 100%;}

/* 列表页 */
.l-main .l-example .l-classify-list.l-frist{
	position: relative;
}
.l-main .l-example .l-classify-list.l-frist:before{
	position: absolute;
	bottom: -0.25rem;
	left: 0;
	content: '';
	display: block;
	width: 1rem;
	height: 0.5rem;
	background-color: #fff;
}
.l-main .l-example .l-classify-list.l-frist:after{
	position: absolute;
	bottom: -0.25rem;
	right: 0;
	content: '';
	display: block;
	width: 1rem;
	height: 0.5rem;
	background-color: #fff;
}
.l-main .l-example .l-classify-list a:hover,.l-main .l-example .l-classify-list a.l-active{
	background-color: #e5f1fb;
	color: #0076D4
}
.l-main .l-example .l-class-tab h4{
	color: #000;
	position: relative;
	cursor: pointer;
}
.l-main .l-example .l-class-tab h4:hover:after,.l-main .l-example .l-class-tab h4.l-active:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 3rem;
	height: 0.2rem;
	background-color: #E7021E;
}

.l-main .l-example .l-imgs-list .l-item{
	width: 20%;
}

.l-main .l-example .l-imgs-list .l-imgs-img{
	margin: 0 auto;
	width: 90%;
	height:0;
	padding-bottom: 90%;
	overflow: hidden;
	background-color: #fff;
}
.l-main .l-example .l-imgs-list .l-item .l-imgs-img img{
	width: 100%;
}


.l-main .l-example .l-video-list .l-item .l-con{
	padding:0 2rem;
}
.l-main .l-example .l-video-list .l-item .l-con .l-title{
	line-height: 3rem;
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.l-main .l-example .l-video-list .l-item .l-con .l-desc{
	line-height: 2rem;
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.l-main .l-example .l-video-list .l-item .l-con .l-num{
	display: flex;
	align-items: center;
}
.l-main .l-example .l-video-list .l-item .l-con .l-num .l-num-item{
	width: 50%;
	text-align: center;
}
.l-main .l-example .l-video-list .l-item .l-con .l-btn{
	padding: 0.7rem 4rem;
	background-color: #27293D;
	color: #fff;
}

/* .l-main .l-example .l-video-list .l-item .l-video-info{
	background-image: url('../img/ac/video-border.png');
	background-size: 100% 100%;
	padding: 5%;
	position: relative;
}
.l-main .l-example .l-video-list .l-item .l-video-info>img{
	width: 100%;
	border-radius: 2rem;
}
.l-main .l-example .l-video-list .l-item .l-video-info .l-video-stop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.l-main .l-example .l-video-info-detail{
	background-image: url('../img/ac/video-border.png');
	background-size: 100% 100%;
	padding: 5%;
	position: relative;
}
.l-main .l-example .l-video-info-detail>img{
	width: 100%;
	border-radius: 2rem;
}
.l-main .l-example .l-video-info-detail .l-video-stop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
} */



.l-main .l-example .l-video-list .l-item .l-video-info{
	/* background-image: url('../img/ac/video-border.png');
	background-size: 100% 100%;
	padding: 5%; */
	position: relative;
}
.l-main .l-example .l-video-list .l-item .l-video-info>img{
	width: 100%;
}
.l-main .l-example .l-video-list .l-item .l-video-info>video{
	width: 100%;
}
.l-main .l-example .l-video-list .l-item .l-video-info .l-video-stop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.l-main .l-example .l-video-list .l-item .l-video-info  .l-con{
	position: absolute;
	bottom: -3.5rem;
	left: 0;
	padding:0 2rem;
	color: #fff;
	background:rgba(0,0,0,0);
	transition: all 0.8s;
}
.l-main .l-example .l-video-list .l-item .l-video-info:hover  .l-con,.l-main .l-example .l-video-list .l-item .l-video-info.l-active  .l-con{
	bottom: 0;
	background:rgba(0,0,0,0.9);
}
.l-main .l-example .l-video-list .l-item .l-video-info  .l-con .l-title{
	line-height: 3rem;
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.l-main .l-example .l-video-list .l-item .l-video-info  .l-con .l-desc{
	line-height: 2rem;
	text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}













.l-main .l-example .l-video-num-detail{
	display: flex;
	align-items: center;
}
.l-main .l-example .l-video-num-detail .l-num-item{
	padding-right: 5rem;
	text-align: center;
}



.carousel-control-prev,.carousel-control-next{
	width: auto;
}


.pagination{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.pagination li{
	background-color: #eee;
	/*width: 20px;*/
	padding: 0 10px;
	height: 25px;
	line-height:23px;
	margin: 10px;
	text-align: center;
	border-radius: 2px;
}
.pagination li.active{
	background-color: #0076D4;
	color: #fff;
}


@media (max-width: 1199px) { 
	
}
@media (max-width: 991px) { 
	
}
@media (max-width: 767px) { 
	
}

@media (max-width: 575px) { 
	h1{font-size: 1.5rem;}
	h2{font-size: 1.4rem;}
	h3{font-size: 1.3rem;}
	h4{font-size: 1.2rem;}
	h5{font-size: 1.1rem;}
	.l-header .navbar{
		padding: 1.5rem 1rem;
	}
	.l-header .l-logo{
	    max-width: 50%;
	}
	.l-header .l-logo>span{
		display: block;
		margin-left:0;
		font-weight: 100;
	}
	.l-xl-none{
		display: none!important;
	}
	.l-xl-hide{
		visibility: hidden!important;
	}
	.l-header .l-banner-btn{
		font-size: 0.75rem;
	}
	.l-main .l-extend-type{
		background:none;
	}
	.l-main .l-company .l-bg{
		background: none!important;
	}
	.l-main .l-company .l-phone-bg{
		background-color: #1c1f2b;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.l-main .l-company .l-phone-bg img{
		width: 30%;
	}
	
	.l-main .l-example .l-imgs-list .l-item{
		width: 50%;
	}
	
	.l-main .l-example2 .l-slider-list .l-item .l-con .l-btn{
		padding: 0.7rem 0.2rem;
	}
	.l-main .l-extend-type .l-list>img {
	    width: 100%;
	}
	
	.l-main .l-extend-type .l-title-bgtext:before {
	    left: 50%;
		transform: translate(-50%, 0);
	}
	.l-main .l-extend-type .l-desc-bgtext>p>span{
		font-size: 1rem;
		letter-spacing: 0.25rem;
	}
	.l-main .l-extend-type .l-btn{
		margin-left: 0;
		padding: 0.5rem 1rem;
		margin: 1.5rem 0;
		font-size: 0.85rem;
	}
	
	.l-main .l-majer .l-imgs-list{
		width: 300%;
	}
	
	.l-main .l-service-data .l-title-bgtext:before{
		font-size: 1.5rem;
	}
	
	
	.l-main .l-example .l-slider5-list .l-slider5-title {
		width: 100%;
	}
	.l-main .l-example .l-slider5-list .l-item{
		margin: 2rem 0;
	}
	.l-main .l-service-data .l-list>img{width: 100%;}
	
	.l-main .l-example .l-video-list .l-item .l-con .l-btn-wap{
		margin-top: 1rem;
	}
	.l-main .l-example .l-video-list .l-item .l-con .l-btn{
		padding: 0.7rem;
	}
	
	.l-main .l-example2 .l-type-btn{
		width: 100%;
	}
	
	
	.l-main .l-index-news .l-item .l-detail{
    	display: none;
    }
    .l-main .l-index-news .l-item .l-detail-btn{
    	display: none;
    }
    .l-main .l-index-news .l-item .l-detail-img{
    	display: block;
    }
    
    .l-jumbotron{
        margin-bottom: 1rem;
    }
    
    .l-main .l-example2 .l-slider-list .l-item .l-video-info .l-con{
    	background:rgba(14,21,37,0.2);
    }
}



