﻿html,
body {
	margin: 0;
	overflow-x: hidden;
	font-family: "Conv_calibri", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial!important;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.gr {
	color: rgb(69, 193, 185);
}

.container {}

.cover {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.59);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	display: none;
}

#video {
	height: 600px;
	width: 800px;
	position: relative;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -400px;
	background: #000;
}

@keyframes move {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}
	
	50% {
		transform: scale(1.04);
	}
	
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: scale(1);
		/*开始为原始大小*/
	}
	
	50% {
		-webkit-transform: scale(1.04);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

.banner1 {
	width: 100%;
	overflow-x: hidden;
	height: 1523px;
}

.banner-img img {
	width: 100%;
}

.index_pc {
	display: block;
}

.index_Mobile {
	display: none;
}

.red-point1 {
	position: absolute;
	top: 16%;
	left: 15%;
}

.red-point2 {
	position: relative;
	margin-bottom: 1%;
	left: -9%;
	height: 60px;
}

.about h1,
.news h1 {
	font-size: 56px;
	margin-left: 3rem;
	color: rgba(242, 242, 242, 0.7);
}

.story h1 {}

.point {
	position: absolute;
	left: 86%;
	top: 82%;
	width: 4%;
}

.ft {
	font-size: 14px;
	border-bottom: 1px solid #8b8b8b;
	padding-bottom: 4%;
	line-height: 24px;
	color: #343434;
}

.news-content {
	margin-left: 21px;
	margin-right: 22px;
	display: inline-table;
	width: 320px;
}

.news-content h2 {
	width: 320px;
	font-size: 22px;
	font-weight: 600;
	line-height: 27px;
	height: 54px;
	color: #4a4a4a;
	text-align: justify;
	text-justify: inter-ideograph;
		text-justify: inter-ideograph;
		overflow:hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break:break-all;
}

.pt {
	font-size: 12px;
	line-height: 24px;
	color: #4a4a4a;
}

.server h1,
.story h1 {
	font-family: PingFangSC-Semibold;
	font-size: 56px;
	color: rgba(122, 157, 226, 0.15);
}

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media screen and (min-width: 2300px) {
	.banner-img {
		/*background-image: url(../img/banner1.png);*/
		background-repeat: no-repeat;
		background-size: cover !important;
		background-position: center 0;
		min-height: 1400px;
		-webkit-animation-name: move;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-duration: 5s;
		animation-name: move;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-duration: 5s;
	}
}

@media screen and (min-width: 1400px) {
	.title-bubble {
		width: 409px;
		position: relative;
		left: 445px;
		top: 290px;
	}
	.banner2-bg {
		height: 100%;
		width: 100%;
		background: linear-gradient(to right, rgba(29, 67, 129, .7), rgba(76, 146, 172, .7), rgba(106, 144, 129, .7), rgba(125, 155, 129, .7));
	}
	.banner2 a {
		display: block;
		position: relative;
		top: 18%;
	}
	.clos {
		height: 50px;
		width: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: 390px;
		margin-top: -345px;
	}
	.inS {
		position: relative;
		top: -178px;
		z-index: 100;
		width: 44px;
		margin: 0 auto;
		display: block;
		left: -32px;
	}
	.banner_title {
		font-size: 42px;
		color: #023093;
		margin-bottom: 13px;
		font-weight: 600;
	}
	.biaoti {
		position: absolute;
		width: 290px;
		margin: 0 auto;
		/* left: -359px; */
		/* top: 141px; */
		z-index: 10000;
		top: 12%;
		left: 21%;
	}
	.banner_content {
		font-size: 14px;
		color: #000000;
		line-height: 24px;
		margin-top: -4px;
	}
	.biaoti img {
		width: 600px;
		top: 13px;
		position: absolute;
		left: -615px;
	}
	.swiper-container-banner {
		width: 101%;
	}
	.bannerList1 .banner-img {
		position: relative;
		z-index: 1;
	}
	.navList1 {
		color: #25C0BF !important;
		border-bottom-color: #25C0BF !important;
	}
	.mobile {
		display: none !important;
	}
	.toTop {
		position: fixed;
		right: 18px;
		bottom: 145px;
		z-index: 1000;
		width: 45px;
		height: 45px;
		background: #F5F5F5;
		cursor: pointer;
	}
	.syy {
		position: fixed;
		bottom: 100px;
		right: 18px;
		z-index: 1000;
		width: 45px;
		height: 45px;
		background: #F5F5F5;
		text-align: center;
		cursor: pointer;
	}
	.toTop img {
		width: 100%;
		height: 100%;
	}
	.syy img {
		width: 78%;
	}
	.btb {
		border-bottom: 1px solid #bbb;
		padding-bottom: 25px;
	}
	h2 {
		font-size: 25px;
	}
	.header {
		position: relative;
		width: 1170px;
		margin: 0 auto;
		height: 100%;
	}
	.top {
		width: 100%;
		top: 17px;
		z-index: 102;
		position: absolute;
	}
	.bubble .cn {
		position: relative;
		top: 145px;
		left: 70px;
		font-size: 52px;
		line-height: 60px;
		color: #023093;
		font-weight: 600;
	}
	.bubble .en {
		top: 140px;
		left: 70px;
		width: 200px;
		line-height: 40px;
		position: relative;
		font-size: 52px;
		line-height: 60px;
		color: #023093;
	}
	.news-img p {
		color: #FFFFFF;
		margin-top: 4%;
		font-size: 18px;
		width: 100%;
		text-align: center;
		line-height: 30px;
		background: rgba(79, 73, 73, 0.25);
		height: 60px;
		overflow: hidden;
		padding: 0 20px;
	}
	.news-content .ft {
		height: 100px;
		color: #8b8b8b;
	}
	.right-path2 {
		position: relative;
		z-index: 100;
		width: 44px;
		margin: 0 auto;
		display: block;
	}
	.banner2-content {
		cursor: pointer;
	}
	.bannerList2 .banner-img {
		background-image: url(../image/banner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		min-height: 947px;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.banner-img {
		/*background-image: url(../img/index/banner.jpg);*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		min-height: 947px;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.banner {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 1400px;
	}
	.about {
		width: 1170px;
		position: relative;
		margin: 0 auto;
		/*display: flex;
					flex-direction: row;*/
		padding: 0px 15px;
		height: 360px;
		margin-top: -870px;
		z-index: 103;
	}
	.video {
		background-image: url(../image/video.jpg);
		background-repeat: no-repeat;
		/* position: absolute; */
		/* margin-left: 140px; */
		height: 360px;
		width: 570px;
		background-size: cover;
		/* display: flex; */
		/* flex-direction: column; */
		/* justify-content: center; */
		/* align-items: center; */
		z-index: 10;
		text-align: center;
		position: relative;
	}
	.video img {
		margin-top: 136px;
		cursor: pointer;
	}
	.about-video {
		float: right;
		left: 40px;
		position: relative;
	}
	.video span {
		font-size: 18px;
		position: relative;
		top: 90px;
		color: #fff;
		display: block;
	}
	.about-content {
		width: 440px;
		padding-top: 70px;
		height: 100%;
		display: inline-table;
	}
	.about h2 {
		margin-bottom: 32px;
		font-size: 30px;
		/*color: #023093;*/
		font-weight: 600;
	}
	.about h2::after {
		content: "";
		height: 2px;
		width: 38px;
		position: absolute;
		background-color: #023093;
		margin-top: 46px;
		margin-left: -117px;
	}
	.fu {
		text-align: right;
		color: #343434;
	}
	.server h2 {
		font-size: 30px;
		color: #4a4a4a;
		font-weight: 600;
		margin-top: -62px;
	}
	.line-bottom {
		height: 2px;
		width: 34px;
		background-color: #023093;
		margin: 0 auto;
		margin-top: 20px;
	}
	.news {
		height: 420px;
		position: relative;
		width: 1170px;
		margin: 0 auto;
		margin-top: 130px;
		top: -108px;
		z-index: 103;
	}
	.news-info {
		background: url(../image/news-info.jpg) no-repeat;
		height: 420px;
		width: 610px;
		text-align: center;
		z-index: 10;
		display: inline-table;
		position: relative;
	}
	.news-info p {
		color: #fff;
		font-size: 18px;
		text-align: center;
		background: rgba(79, 73, 73, 0.25);
		padding: 0 20px;
		position: absolute;
		bottom: 20px;
		width: 100%;
		height: 52px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.content-news {
		margin-left: 72px;
		width: 28%;
		height: 100%;
		display: inline-table;
		position: relative;
		top: 130px;
	}
	.news h2 {
		margin-bottom: 32px;
		font-size: 30px;
		/*color: #023093;*/
		font-weight: 600;
	}
	.news h2::after {
		content: "";
		height: 2px;
		width: 38px;
		position: absolute;
		background-color: #023093;
		margin-top: 46px;
		margin-left: -117px;
	}
	.background {
		position: relative;
		width: 1090px;
		z-index: 102;
		margin: 0 auto;
		display: block;
		left: 488px;
		top: -1243px;
	}
	.bubble2 {
		position: relative;
		width: 1950px;
		display: block;
		margin: 0 auto;
		z-index: 101;
		top: -2001px;
		;
	}
	.banner-bottom {
		position: relative;
		background-image: url(../image/banner-bottom.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		top: -350px;
		width: 100%;
		min-height: 722px;
		z-index: 100;
	}
	.bubble {
		position: relative;
		top: 170px;
		left: -497px;
		width: 470px;
		height: 370px;
		z-index: 100;
		margin: 0 auto;
	}
	.bubble5 {
		position: relative;
		background: url(../image/bubble6.png) no-repeat;
		height: 761px;
		width: 871px;
		z-index: 11;
		top: 70px;
		left: -550px;
		margin: 0 auto;
	}
	.about p {
		color: #343434;
		line-height: 24px;
	}
	.press {
		height: 440px;
		position: relative;
		width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
		margin-top: 100px;
		top: -90px;
		z-index: 103;
	}
	.news-info2 {
		position: relative;
		left: -390px;
		width: 28%;
		font-size: 14px;
		color: #4a4a4a;
		padding-top: 24px;
		display: inline-table;
		text-align: right;
		cursor: pointer;
	}
	.news-img {
		background-image: url(../image/name1.jpg);
		background-repeat: no-repeat;
		position: relative;
		left: 620px;
		width: 570px;
		height: 360px;
		background-size: 100% 100%;
		z-index: 10;
		display: inline-table;
		cursor: pointer;
	}
	.news-list {
		position: relative;
		width: 1100px;
		margin: 0 auto;
		height: 300px;
		margin-top: -20px;
	}
	.server {
		position: relative;
		margin-top: 100px;
		height: 95px;
		text-align: center;
	}
	.server p,
	.story p {
		color: #343434;
		font-size: 14px;
		text-align: center;
	}
	.ban {
		height: 360px;
		width: 100%;
		position: relative;
	}
	#news {
		position: absolute;
		width: 100%;
	}
	.banner2 {
		background-image: url(../image/Article.jpg);
		background-size: 100% 100%;
		position: relative;
		width: 1200px;
		height: 100%;
		margin: 0 auto;
	}
	.banner2-content {
		position: relative;
		width: 36%;
		left: 60%;
		top: 18%;
		letter-spacing: 1px;
	}
	.banner2-content h2 {
		font-size: 24px;
		color: #4a4a4a;
	}
	.investors-btn {
		position: absolute;
		left: 51%;
		margin-top: 183px;
		z-index: 1000;
		display: none;
	}
	.bubble3 {
		position: absolute;
		z-index: 100;
		right: 52%;
		top: 265px;
	}
	.bubble4 {
		position: relative;
		left: 585px;
		margin: 0 auto;
		margin-top: -60px;
		top: -70px;
		display: block;
	}
	.story {
		position: relative;
		text-align: center;
		height: 96px;
		margin-top: 120px;
	}
	.story-p {
		margin-top: 16px;
	}
	.story h2 {
		font-size: 30px;
		color: #4a4a4a;
		font-weight: 600;
	}
	.more {
		background-image: url(../image/more.png);
		background-repeat: no-repeat;
		position: relative;
		height: 295px;
		width: 346px;
		background-size: cover;
		margin: 0 auto;
		margin-top: -2245px;
		left: -520px;
		z-index: 103;
	}
	.personel1 {
		background: url(https://www.luye.cn/lvye/img/index/personel1.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.personel2 {
		background: url(../image/personel2.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.personel3 {
		background: url(../image/personel3.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.personel4 {
		background: url(../image/personel4.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.carousel {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		overflow: hidden;
		height: 251px;
		z-index: 1000;
		margin-left: -205px;
		/* display: inline-table; */
		width: 1060px;
		margin: 0 auto;
		margin-top: -125px;
	}
	.carousel .list1,
	.carousel .list2,
	.carousel .list3 {
		display: inline-table;
		width: 340px !important;
		height: 212.5px;
		vertical-align: middle;
		border-radius: 5px;
	}
	.carousel-swiper .carouselLeft,
	.carousel-swiper .carouselRight {
		width: 44px;
		height: 44px;
		display: inline-table;
		vertical-align: middle;
	}
	.carousel-swiper .carouselLeft {
		margin-right: 20px;
		background: url("../image/investors-btnleft.png") no-repeat;
	}
	.carousel-swiper .carouselRight {
		margin-left: 20px;
		background: url("../image/investors-btn.png") no-repeat;
	}
	.carousel .list1 {
		background: url(../image/employee2.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.carousel .bg {
		width: 340px;
		height: 212.5px;
		background: linear-gradient(to right, rgba(29, 67, 129, .7), rgba(76, 146, 172, .7), rgba(106, 144, 129, .7), rgba(125, 155, 129, .7));
		box-sizing: border-box;
		padding-top: 55px;
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}
	.hov a:hover .bg {
		opacity: 1;
	}
	.carousel .bg>.spp1,
	.carousel .bg>.spp2,
	.carousel .bg>.spp3 {
		font-size: 16px;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 500;
		padding: 0 15px;
	}
	.carousel .bg>.spp1 {
		font-size: 20px;
	}
	.carousel .bg>.spp2 {
		font-size: 16px;
		margin-top: 10px;
	}
	.carousel .bg>.spp3 {
		font-size: 15px;
		margin-top: 10px;
	}
	.carousel .bg .bgRight {
		width: 50px;
		height: 50px;
		margin: 0 auto;
		margin-top: 5px;
	}
	.list1 .bgRight {
		background: url("../image/1064904344.jpg") no-repeat;
		background-size: contain;
	}
	.list2 .bgRight {
		background: url("../image/you.png") no-repeat;
		background-size: contain;
	}
	.list3 .bgRight {
		background: url("../image/you.png") no-repeat;
		background-size: contain;
	}
	.bgRight a {
		position: absolute;
		height: 100%;
		width: 100%;
	}
	.carousel .list2 {
		background: url("../image/personel3.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.carousel .list3 {
		background: url("../image/personel4.jpg") no-repeat;
		background-position: center;
		background-size: cover;
	}
	.personel-info {
		/* background: linear-gradient(-67deg, #2CCCC0 0%, #02809E 40%, #023093 90%); */
		margin-top: -250px;
		background: pink;
		height: 250px;
		text-align: center;
	}
	.personel-info>.sp1,
	.personel-info>.sp2,
	.personel-info>.sp3 {
		font-size: 16px;
		display: block;
		box-sizing: border-box;
	}
	.personel-info>.sp1 {
		background: green;
		text-align: center;
		padding-left: 163px;
		font-size: 24px;
	}
	.personel-info>.sp2 {
		background: yellow;
		text-align: center;
		font-size: 15px;
	}
	.personel-info>.sp3 {
		background: blue;
		text-align: center;
		font-size: 17px;
	}
	.red-point3 {
		position: relative;
		left: 93%;
	}
	.bottom {
		position: relative;
		width: 100%;
		margin-top: 1535px;
		z-index: 100;
	}
	.more a {
		position: relative;
		left: 170px;
		top: 80px;
		color: #fff;
		font-size: 18px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 18px 0;
	}
	.banner2-content p {
		color: #343434;
		line-height: 22px;
		font-size: 14px;
	}
	.banner2-content img {
		/*transform: scale(0.545);
		-webkit-transform: scale(0.45);
		-moz-transform: scale(0.45);
        float: right;
        margin-top: -49px;
        cursor: pointer;*/
		display: none;
	}
	.right-path {
		height: 44px;
		width: 44px;
		margin: 0 auto;
		display: block;
		left: 590px;
		position: relative;
	}
	.animated {
		animation-duration: 0.5s;
		visibility: hidden;
	}
	.swiper-wrapper {
		margin: 0 auto;
	}
	.swiper-container {
		z-index: 101 !important;
	}
	.carousel-swiper {
		position: relative;
	}
	.swiper-path {
		width: 108px;
		position: relative;
		margin: 0 auto;
	}
	.swiper-path .swiper-button-prev {
		left: -528px;
		right: auto;
		top: -177px;
		z-index: 101;
	}
	.swiper-path .swiper-button-next {
		right: -528px;
		left: auto;
		top: -177px;
		z-index: 101;
	}
	.swiper-pagination-bullets {
		top: 690px !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 750px) {

	.swiper-container-banner {
		width: 101%;
	}
	.banner {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 21rem;
	}
	.banner-bottom {
		position: relative;
		/*background-image: url(../image/banner-bottom.jpg);*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		margin-top: -11.6rem;
		min-height: 4rem;
		width: 100%;
	}
	.investors-btn {
		position: relative;
		top: 10.2rem;
		left: 16rem;
		z-index: 1001;
	}
	.bubble .cn {
		font-size: 34px;
		color: #fff;
		position: relative;
		top: 104px;
		left: 52px;
	}
	.bubble .en {
		font-size: 28px;
		color: #fff;
		position: relative;
		top: 100px;
		left: 54px;
		width: 176px;
		line-height: 28px;
	}
	.banner-img {
		/*background-image: url(../img/index/banner1-1.jpg);*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -13rem;
		min-height: 29rem;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.ban {
		width: 100%;
		position: relative;
		margin-top: 0rem !important;
	}
}

@media screen and (max-width: 772px) {
	.banner-bottom {
		position: relative;
		background-image: url(../image/banner-bottom.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		margin-top: -4.5rem;
		min-height: 4rem;
		width: 100%;
		display: none;
	}
	.bannerList2 {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 15rem;
		margin-top: 2.5rem;
	}
	.bannerList2 .banner-img {
		background-image: url(../image/banner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		min-height: 25rem;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.banner-img {
		/*background-image: url(../img/index/bennerMobile.jpg);*/
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 25rem;
		background-position: 0 -1rem;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.banner {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 15rem;
		margin-top: 2.5rem;
	}
	.index_pc {
		display: none;
	}
	.index_Mobile {
		display: block;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	#video {
		height: auto;
		top: 70%;
	}

	.title-bubble {
		width: 320px;
		position: relative;
		left: 345px;
		top: 210px;
	}
	.banner2 a {
		display: block;
		position: relative;
		top: 6%;
	}
	.clos {
		height: 50px;
		width: 50px;
		position: absolute;
		top: 70%;
		left: 50%;
		margin-left: 390px;
		margin-top: -345px;
	}
	.banner_title {
		font-size: 32px;
		color: #023093;
		font-weight: 600;
		margin-bottom: 26px;
	}
	.banner2-content {
		cursor: pointer;
	}
	.biaoti {
		position: absolute;
		width: 290px;
		margin: 0 auto;
		/* left: -359px; */
		/* top: 141px; */
		z-index: 10000;
		top: 12%;
		left: 21%;
		line-height: 24px;
	}
	.banner_content {
		font-size: 14px;
		color: #000000;
		line-height: 20px;
		margin-top: -7px;
	}
	.biaoti img {
		width: 600px;
		top: 13px;
		position: absolute;
		left: -615px;
	}
	.swiper-container-banner {
		width: 100%;
	}
	.navList1 {
		color: #25C0BF !important;
		border-bottom-color: #25C0BF !important;
	}
	.bannerList1 .banner-img {
		position: relative;
		z-index: 1;
	}
	.mobile {
		display: none !important;
	}
	.toTop {
		position: fixed;
		bottom: 140px;
		right: 18px;
		z-index: 1000;
		width: 40px;
		height: 40px;
		background: #F5F5F5;
	}
	.syy {
		position: fixed;
		bottom: 100px;
		right: 18px;
		z-index: 1000;
		width: 40px;
		height: 40px;
		background: #F5F5F5;
		text-align: center;
	}
	.syy img {
		width: 80%;
		margin-top: 4px;
		cursor: pointer;
	}
	.toTop img {
		height: 100%;
		cursor: pointer;
	}
	.btb {
		border-bottom: 1px solid #bbb;
		padding-bottom: 20px;
	}
	h2 {
		font-size: 25px;
	}
	.header {
		position: relative;
		width: 950px;
		margin: 0 auto;
		height: 100%;
	}
	.top {
		width: 100%;
		top: 17px;
		z-index: 102;
		position: absolute;
	}
	.bubble .cn {
		position: relative;
		top: 108px;
		left: 50px;
		font-size: 38px;
		line-height: 64px;
		color: #023093;
		font-weight: 600;
	}
	.bubble .en {
		font-size: 29px;
		color: #023093;
		position: relative;
		top: 100px;
		left: 50px;
		width: 180px;
		line-height: 27px;
		font-size: 38px;
		line-height: 38px;
		color: #023093;
	}
	.news-img p {
		color: #FFFFFF;
		margin-top: 20px;
		font-size: 16px;
		width: 100%;
		text-align: start;
		line-height: 26px;
		background: rgba(79, 73, 73, 0.25);
		padding: 0 15px;
		height: 50px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.right-path2 {
		position: relative;
		left: 43%;
		top: -146px;
		z-index: 100;
	}
	.bannerList2 .banner-img {
		background-image: url(../image/banner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		min-height: 674px;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.banner-img {
		/*background: url(../img/index/banner.jpg)no-repeat;*/
		width: 100%;
		background-size: cover;
		height: 674px;
		;
		background-position: center 0;
		-webkit-animation-name: move;
		/*关键帧名称*/
		-webkit-animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		-webkit-animation-iteration-count: infinite;
		/*动画播放的次数*/
		-webkit-animation-duration: 5s;
		/*动画所花费的时间*/
		animation-name: move;
		/*关键帧名称*/
		animation-timing-function: ease-in-out;
		/*动画的速度曲线*/
		animation-iteration-count: infinite;
		/*动画播放的次数*/
		animation-duration: 5s;
		/*动画所花费的时间*/
	}
	.banner {
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.about {
		width: 900px;
		position: relative;
		margin: 0 auto;
		padding: 0px 15px;
		height: 360px;
		margin-top: -604px;
		z-index: 102;
	}
	.swiper-pagination-banner {
		top: 550px;
	}
	.video {
		background-image: url(../image/video.jpg);
		background-repeat: no-repeat;
		height: 270px;
		width: 427.5px;
		background-size: cover;
		z-index: 10;
		text-align: center;
		position: relative;
	}
	.video img {
		height: 55px;
		margin-top: 100px;
		cursor: pointer;
	}
	.video span {
		font-size: 16px;
		position: relative;
		top: 70px;
		color: #fff;
		display: block;
	}
	.about-content {
		width: 360px;
		padding-top: 70px;
		height: 100%;
	}
	.about-video {
		float: right;
		margin-top: -315px;
	}
	.about h2 {
		margin-bottom: 32px;
		font-size: 25px;
/*		color: #023093;*/
		font-weight: 600;
	}
	.about h2::after {
		content: "";
		height: 2px;
		width: 34px;
		position: absolute;
		background-color: #023093;
		margin-top: 44px;
		margin-left: -99px;
	}
	.server h2::after {
		content: "";
		height: 2px;
		width: 36px;
		position: absolute;
		background-color: #023093;
		margin-top: 50px;
		margin-left: -85px;
	}
	.news {
		position: relative;
		width: 900px;
		margin: 0 auto;
		margin-top: 35px;
		z-index: 102;
		top: -15px;
	}
	.news-info {
		background: url(../image/news-info.jpg) no-repeat;
		height: 270px;
		width: 427.5px;
		text-align: center;
		z-index: 10;
		background-size: contain;
		display: inline-table;
		position: relative;
		background-size: 100% 100%;
	}
	.news-info p {
		color: #fff;
		font-size: 16px;
		text-align: center;
		background: rgba(79, 73, 73, 0.25);
		position: absolute;
		width: 100%;
		bottom: 10px;
		height: 44px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.content-news {
		margin-left: 44px;
		width: 300px;
		padding-top: 32px;
		display: inline-table;
		float: right;
		position: relative;
		right: 130px;
	}
	.news h2 {
		margin-bottom: 32px;
		font-size: 25px;
		/*color: #023093;*/
		font-weight: 600;
	}
	.news h2::after {
		content: "";
		height: 2px;
		width: 34px;
		position: absolute;
		background-color: #023093;
		margin-top: 41px;
		margin-left: -99px;
	}
	.ft {
		font-size: 14px;
		border-bottom: 1px solid #8b8b8b;
		padding-bottom: 4%;
		line-height: 20px;
		color: #343434;
	}
	.background {
		position: relative;
		z-index: 101;
		margin: 0 auto;
		display: block;
		left: 329px;
		top: -866px;
		width: 853.5px;
		height: 596.25px;
	}
	.bubble2 {
		position: relative;
		width: 1465px;
		display: block;
		margin: 0 auto;
		z-index: 0;
		top: -2001px;
		margin-top: 550px;
	}
	.banner-bottom {
		position: relative;
		background-image: url(../image/banner-bottom.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		top: -214px;
		width: 100%;
		min-height: 512px;
		z-index: 1;
	}
	.bubble {
		/*background: url(../img/index/bubble.png)no-repeat;*/
		position: relative;
		top: 130px;
		left: -260px;
		width: 347.25px;
		height: 282px;
		z-index: 100;
		margin: 0 auto;
		background-size: contain;
	}
	.server h2 {
		margin-top: -62px;
		font-size: 25px;
		font-weight: 600;
	}
	.bubble5 {
		position: relative;
		background: url(../image/bubble6.png) no-repeat;
		height: 570px;
		width: 653px;
		z-index: 11;
		top: 65px;
		left: -406px;
		margin: 0 auto;
		background-size: contain;
	}
	.about p {
		color: #343434;
		line-height: 24px;
	}
	.press {
		position: relative;
		width: 900px;
		margin: 0 auto;
		padding: 0 15px;
		margin-top: 143px;
		top: -73px;
		z-index: 102;
		cursor: pointer;
	}
	.news-info2 {
		position: relative;
		left: 100px;
		width: 22%;
		font-size: 14px;
		color: #4a4a4a;
		padding-top: 24px;
		width: 300px;
		text-align: right;
	}
	.news-img {
		background-image: url(../image/name1.jpg);
		background-repeat: no-repeat;
		position: relative;
		width: 546px;
		height: 365px;
		background-size: contain;
		z-index: 10;
		height: 270px;
		width: 427px;
		float: right;
		background-size: 100% 100%;
	}
	.news-list {
		position: relative;
		width: 900px;
		margin: 0 auto;
	}
	.news-content {
		margin-left: 15px;
		margin-right: 15px;
		display: inline-table;
		width: 265px;
		cursor: pointer;
	}
	.news-content a {
		text-decoration: none
	}
	.news-content h2 {
		width: 265px;
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;		
		height: 52px;
		color: #4a4a4a;
		text-align: justify;
		text-justify: inter-ideograph;
		overflow:hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break:break-all;
	}
	.server {
		position: relative;
		/* display: flex; */
		/* flex-direction: column; */
		/* justify-content: center; */
		/* align-items: center; */
		margin-top: 120px;
		height: 144px;
		text-align: center;
	}
	.story-p {
		margin-top: 34px;
	}
	.server p,
	.story p {
		color: #343434;
		font-size: 14px;
		text-align: center;
	}
	.ban {
		margin-top: -50px;
		width: 100%;
		position: relative;
	}
	#news {
		position: absolute;
		width: 100%;
	}
	.banner2 {
		background-image: url(../image/Article.jpg);
		position: relative;
		width: 900px;
		height: 100%;
		margin: 0 auto;
		background-repeat: no-repeat;
		height: 280px;
		background-size: contain;
	}
	.banner2-content {
		position: relative;
		width: 36%;
		left: 60%;
		top: 10%;
		letter-spacing: 1px;
	}
	.investors-btn {
		position: absolute;
		left: 51%;
		margin-top: 183px;
		z-index: 1000;
		display: none;
	}
	.bubble3 {
		position: absolute;
		z-index: 100;
		right: 55%;
		top: 285px;
		width: 936px;
	}
	.bubble4 {
		position: relative;
		top: -30px;
		width: 219px;
		margin: 0 auto;
		display: block;
		left: 455px;
		margin-top: -30px;
	}
	.story {
		position: relative;
		height: 96px;
		margin-top: 24px;
		top: 20px;
		text-align: center;
	}
	.story h2::after {
		content: "";
		height: 2px;
		width: 36px;
		position: absolute;
		background-color: #023093;
		margin-left: -72px;
		margin-top: 49px;
	}
	.story h2 {
		font-size: 25px;
		font-weight: 600;
	}
	.more {
		background-image: url(../image/more.png);
		background-repeat: no-repeat;
		position: relative;
		background-size: cover;
		margin: 0 auto;
		margin-top: -2150px;
		left: -415px;
		height: 221px;
		width: 259.5px;
	}
	.personel1 {
		background: url(https://www.luye.cn/lvye/img/index/personel1.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.personel2 {
		background: url(../image/personel2.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.personel3 {
		background: url(../image/personel3.png) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.personel4 {
		background: url(../image/personel4.jpg) no-repeat;
		background-size: cover;
		height: 250px;
		width: 550px;
	}
	.carousel {
		position: relative;
		/* overflow: hidden; */
		height: 210px;
		z-index: 1000;
		/* margin-left: -205px; */
		width: 862px;
		margin: 0 auto;
		margin-top: -66px;
	}
	.personel-info {
		display: none;
	}
	.red-point3 {
		position: relative;
		left: 93%;
	}
	.bottom {
		position: relative;
		width: 100%;
		margin-top: 1275px;
		z-index: 100;
	}
	.more a {
		position: relative;
		left: 115px;
		top: 80px;
		color: #fff;
		font-size: 18px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 18px 0;
	}
	.banner2-content p {
		color: #8b8b8b;
		line-height: 18px;
		font-size: 12px;
	}
	.banner2-content img {
		/*transform: scale(0.45);
		-webkit-transform: scale(0.45);
		-moz-transform: scale(0.45);
        float: right;
        margin-top: -49px;
        cursor: pointer;*/
		display: none;
	}
	.banner2-content h2 {
		font-size: 20px;
	}
	.right-path {
		height: 44px;
		width: 44px;
		margin: 0 auto;
		display: block;
		left: 590px;
		position: relative;
	}
	.animated {
		animation-duration: 0.5s;
		visibility: hidden;
	}
	.carousel .list1,
	.carousel .list2,
	.carousel .list3 {
		display: inline-table;
		width: 274px !important;
		height: 171.25px;
		vertical-align: middle;
	}
	.carousel-swiper .carouselLeft,
	.carousel-swiper .carouselRight {
		width: 44px;
		height: 44px;
		display: inline-table;
		vertical-align: middle;
	}
	.carousel-swiper .carouselLeft {
		margin-right: 10px;
		background: url("../image/investors-btnleft.png") no-repeat;
	}
	.carousel-swiper .carouselRight {
		margin-left: 10px;
		background: url("../image/investors-btn.png") no-repeat;
	}
	.carousel .list1 {
		background: url(../image/employee2.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.carousel .bg {
		width: 274px;
		height: 171.25px;
		background: linear-gradient(to right, rgba(29, 67, 129, .7), rgba(76, 146, 172, .7), rgba(106, 144, 129, .7), rgba(125, 155, 129, .7));
		box-sizing: border-box;
		padding-top: 18px;
		position: relative;
		opacity: 0;
		cursor: pointer;
	}
	.carousel a:hover {
		text-decoration: none
	}
	.hov a:hover .bg {
		opacity: 1;
	}
	.carousel .bg .spp1,
	.carousel .bg .spp2,
	.carousel .bg .spp3 {
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 500;
		padding: 0 15px;
		margin-top: 30px;
	}
	.carousel .bg .spp1 {
		font-size: 16px;
	}
	.carousel .bg .spp2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.carousel .bg .spp3 {
		font-size: 14px;
		margin-top: 10px;
	}
	.carousel .list1 .bgRight {
		width: 35px;
		height: 35px;
		margin: 0 auto;
		margin-top: 8px;
		background: url("../image/1064904344.jpg") no-repeat;
		background-size: contain;
	}
	.carousel .list2 .bgRight {
		width: 35px;
		height: 35px;
		margin: 0 auto;
		margin-top: 8px;
		background: url("../image/you.png") no-repeat;
		background-size: contain;
	}
	.carousel .list3 .bgRight {
		width: 35px;
		height: 35px;
		margin: 0 auto;
		margin-top: 8px;
		background: url("../image/you.png") no-repeat;
		background-size: contain;
	}
	.carousel .list2 {
		background: url(../image/personel3.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.carousel .list3 {
		background: url(../image/personel4.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.swiper-wrapper {
		margin: 0 auto;
	}
	.swiper-container {
		z-index: 101 !important;
	}
	.carousel-swiper {
		position: relative;
	}
	.swiper-path {
		position: relative;
		width: 108px;
		margin: 0 auto;
	}
	.swiper-path .carouselLeft {
		left: -430px;
		top: -160px;
		z-index: 101;
	}
	.swiper-path .carouselRight {
		right: -430px;
		top: -160px;
		z-index: 101;
	}
}

@media screen and (max-width: 992px) {
	.title-bubble {
		width: 9rem;
		position: relative;
		left: 3.5rem;
		top: 3rem;
	}
	.biaoti {
		display: none;
	}
	#video {
		height: 100%;
		width: 100%;
		position: relative;
		top: 0;
		margin-top: 0;
		left: 0;
		margin-left: 0;
		background: #000;
	}
	.news-text {
		font-size: 14px !important;
	}
	.banner2-content img {
		height: 44px;
		position: absolute;
		right: 20px;
		margin-top: -40px;
	}
	.pc {
		display: none !important;
	}
	.toTop {
		position: fixed;
		bottom: 40px;
		right: 0;
		z-index: 1000;
		width: 40px;
		height: 40px;
		background: rgba(245, 245, 245, 1);
	}
	.syy {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 1000;
		width: 40px;
		height: 40px;
		background: rgba(245, 245, 245, 1);
		text-align: center;
	}
	.syy img {
		width: 80%;
		margin-top: 4px;
	}
	.toTop img {
		height: 100%;
	}
	.server h2,
	.story h2 {
		font-size: 24px;
	}
	.header {
		position: relative;
		width: 100%;
		margin: 0 auto;
		height: 100%;
		max-width: 750px;
	}
	.content {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		overflow-x: hidden;
	}
	.gr {
		color: rgb(69, 193, 185);
	}
	.top {
		width: 100%;
		height: 3rem;
		z-index: 100;
		position: absolute;
	}
	.about {
		width: 100%;
		max-width: 18.75rem;
		display: flex;
		flex-direction: column;
		padding: 0px 0.375rem;
		text-align: center;
		margin: -1rem auto;
	}
	.video {
		background: #000;
		background-repeat: no-repeat;
		height: 10.75rem;
		width: 17.11rem;
		background-size: cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 10;
		margin: 0 auto;
		border-radius: 1px;
	}
	.about-video {
		margin-top: 1rem;
	}
	.video span {
		font-size: 15px;
		position: relative;
		top: 2.4rem;
		color: #fff;
	}
	.about-content {
		width: 100%;
		padding-top: 0.5rem;
	}
	.about h2 {
		margin-bottom: 0.8rem;
		font-size: 24px;
	}
	.about h2::after {
		content: "";
		height: 2px;
		width: 1rem;
		position: absolute;
		background-color: #e65f39;
		margin-top: 34px;
		margin-left: -62px;
	}
	.news {
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 0 0.375rem;
		/* margin-top: 10rem; */
		width: 18.75rem;
		text-align: center;
	}
	.news-info {
		background: url(../image/news-info.jpg) no-repeat;
		text-align: center;
		background-size: cover;
		height: 10.75rem;
		width: 17.25rem;
		margin: 0 auto;
		position: relative;
		top: 6rem;
		box-shadow: 0 0.45rem 0 0 #0a1f4410;
		text-align: start;
	}
	.news-info p {
		color: #fff;
		font-size: 16px;
		text-align: left;
		position: absolute;
		bottom: 10px;
		width: 100%;
		padding: 0 0.5rem;
		height: 44px;
		overflow: hidden;
		background: rgba(79, 73, 73, 0.55);
		display: flex;
		flex-direction: column;
		justify-content: center;
		word-break: break-all;
	}
	.content-news {
		margin: 0 auto;
		width: 100%;
		position: relative;
		top: -8rem;
		text-align: start;
	}
	.content-news p {
		color: #343434;
	}
	.news h2 {
		font-size: 25px;
		text-align: center;
	}
	.news h2::after {
		content: "";
		height: 2px;
		width: 1rem;
		position: absolute;
		background-color: #e65f39;
		margin-top: 36px;
		margin-left: -62px;
	}
	.background {
		position: relative;
		height: 11rem;
		margin: 0 auto;
		margin-top: -6rem;
		left: 11rem;
		z-index: 0;
	}
	.bubble2 {
		position: relative;
		left: -11rem;
		margin-top: -13rem;
		width: 26rem;
		z-index: -1;
	}
	.bubble5 {
		background: url(../image/bubble6.png) no-repeat;
		position: absolute;
		z-index: 1100;
		top: 10.5rem;
		width: 12.6rem;
		height: 11rem;
		background-size: contain;
		left: -1.5rem;
	}
	.bubble {
		position: absolute;
		top: 7rem;
		left: 2.3rem;
		width: 8.2rem;
		height: 6.52rem;
		z-index: 100;
		background-size: cover;
		font-size: 18px;
	}
	.bubble p {
		color: #023093;
		position: relative;
		left: 11rem;
		top: 5.2rem;
		width: 4rem;
		margin: 0 0 5px;
		font-family: Conv_calibri;
	}
	.about p {
		color: #343434;
		line-height: 24px;
		padding: 0 1rem;
		text-align: start;
	}
	.about-content img {
		position: relative;
		margin-left: 14rem;
		height: 1.2rem;
		display: none;
	}
	.news-info2 {
		font-size: 14px;
		color: #4a4a4a;
		display: flex;
		flex-direction: column;
		position: relative;
		background-color: #fff;
		width: 17.25rem;
		padding: 1rem;
		box-shadow: 0 0.45rem 0.45rem 0 #0a1f4410;
		margin: 0 auto;
	}
	.bubble4 {
		position: relative;
		left: 11rem;
		margin-top: -5rem;
		width: 10rem;
		z-index: -1;
	}
	.news-info2 p {
		font-size: 14px;
		color: #343434;
	}
	.news-img {
		background-image: url(../image/name1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: 10.75rem;
		margin: 0 auto;
		width: 17.25rem;
		position: relative;
	}
	.news-text {
		position: relative;
		width: 17.25rem;
		background-color: #fff;
		margin: 0 auto;
		padding: 1rem;
		top: 11rem;
		box-shadow: 0 0.45rem 0.45rem 0 #0a1f4410;
	}
	.press {
		margin: 0 auto;
		display: flex;
		flex-direction: column; 
		width: 17.25rem;
		text-align: start;
		margin-top: 4rem;
		position: relative;
		z-index: 1;
	}
	.news-img p {
		color: #FFFFFF;
		font-size: 16px;
		width: 100%;
		position: absolute;
		bottom: 10px;
		padding: 0 0.5rem;
		height: 46px;
		overflow: hidden;
		background: rgba(79, 73, 73, 0.55);
		display: flex;
		/*flex-direction: column;*/
		word-break:break-all;
		justify-content: center;
	}
	.news-list {
		display: none;
	}
	.server {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 1.5rem;
	}
	.server h2 {
		font-size: 25px;
	}
	.story h2 {
		font-size: 25px;
	}
	.server p,
	.story p {
		display: none;
	}
	.ban {
		width: 100%;
		position: relative;
		margin-top: -1.5rem;
	}
	#news {
		position: relative;
		width: 18.75rem;
		margin: 0 auto;
	}
	.story .line-bottom {
		position: relative;
		top: -2rem;
	}
	.banner2 {
		background-image: url(../image/Article.jpg);
		background-size: cover;
		position: relative;
		width: 17.25rem;
		height: 5rem;
		margin: 0 auto;
		box-shadow: 0 0.45rem 0 0 #0a1f4410;
	}
	.banner2-content {
		position: relative;
		letter-spacing: 1px;
		background-color: #fff;
		top: 4.8rem;
		width: 100%;
		padding: 1rem;
		box-shadow: 0 0.45rem 0.45rem 0 #0a1f4410;
	}
	.banner2-num {
		margin-top: 1rem;
		border-top: 1px solid;
		line-height: 2rem;
	}
	.investors-btn {
		position: relative;
		top: 2.2rem;
		left: 6rem;
		z-index: 1001;
		transform: scale(0.5);
	}
	.bubble3 {
		position: relative;
		z-index: 100;
		right: 12rem;
		height: 28rem;
		margin: 0 auto;
		margin-top: -2rem;
		left: -11rem;
		top: 1rem;
		pointer-events: none;
	}
	.banner2-content h2 {
		font-size: 18px;
	}
	.story {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* height: 96px; */
		margin-top: -8rem;
	}
	.more {
		background-image: url(../image/more.png);
		background-repeat: no-repeat;
		position: relative;
		left: 4%;
		background-size: cover;
		height: 6rem;
		width: 7rem;
		margin: 0 auto;
		left: -4rem;
		margin-top: -3rem;
	}
	.carousel {
		position: relative;
		overflow: hidden;
		z-index: 1000;
		margin-top: -4rem;
		justify-content: center;
		z-index: 100 !important;
		width: 17.24rem !important;
		text-align: center;
	}
	/*.carousel img {
		display: none;
		width: 44rem;
		margin: 0 auto;
	}*/
	.banner2-content p {
		color: #343434;
		font-size: 14px;
	}
	.carousel .personel2 {
		display: block;
	}
	/*.carousel img {
		height: 291px;
		width: 563px;
		margin-left: 10px;
	}*/
	.carousel .list1 {
		background: url(../image/employee1.jpg) no-repeat;
		background-size: contain;
		height: 18.75rem;
		/*width: 17.25rem !important;*/
		margin: 0 auto;
	}
	.carousel .list2 {
		background: url(../image/employee2.jpg) no-repeat;
		background-size: contain;
		height: 18.75rem;
		/*width: 17.25rem !important;*/
		margin: 0 auto;
	}
	.carousel .list3 {
		background: url(../image/employee3.jpg) no-repeat;
		background-size: contain;
		height: 18.75rem;
		/*width: 17.25rem !important;*/
		margin: 0 auto;
	}
	.swiper-container-mobile .swiper-wrapper .swiper-slide {
		height: 18.75rem;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.carousel .list4 {
		background: url(https://www.luye.cn/lvye/img/index/personel1.jpg) no-repeat;
		background-size: contain;
		height: 18.75rem;
		/*width: 17.25rem !important;*/
		margin: 0 auto;
		/*display: none;*/
	}
	.carousel .bg {
		background: linear-gradient(-67deg, #2CCCC0 0%, #02809E 40%, #023093 90%);
		width: 100%;
		padding: 1rem 0;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		position: relative;
		top: 10.3rem;
		height: 5.5rem;
	}
	.bg span {
		display: block;
		font-size: 14px;
	}
	.box {
		box-shadow: 0 0.45rem 0.45rem 0 #0a1f4410;
		width: 17.25rem;
		margin: 0 auto;
	}
	.point-carousel {
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.point-c {
		height: 0.2rem;
		width: 0.2rem;
		background: #000;
		margin-left: 0.5rem;
		border-radius: 0.2rem;
	}
	.red-point3 {
		display: none;
	}
	.bottom {
		position: relative;
		width: 100%;
		margin-top: -1rem;
		z-index: 100;
	}
	.story h2 {
		position: relative;
		top: -2rem;
	}
	.more a {
		position: relative;
		left: 2rem;
		top: 2.5rem;
		color: #fff;
		font-size: 14px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 0.4rem 0;
	}
	/*.server h2::after {
		content: "";
		height: 2px;
		width: 1rem;
		position: absolute;
		background-color: #e65f39;
		margin-top: 42px;
		margin-left: -78px;
	}*/
	.line-bottom {
		height: 2px;
		width: 1rem;
		background-color: #e65f39;
	}
	.right-path {
		position: relative;
		left: 15rem;
		top: -7.5rem;
		z-index: 1001;
		height: 1.8rem;
		max-height: 58px;
	}
	.right-path2 {
		display: none;
	}
	.animated {
		animation-duration: 0s;
	}
	.video img {
		height: 3rem;
	}
	.bubble7 {
		background: url(../image/bubble7.png) no-repeat;
		height: 3.2rem;
		width: 3.4rem;
		background-size: contain;
	}
	.right-path-mobile {
		position: absolute;
		left: 15rem;
		top: 9.3rem;
		z-index: 1;
		/* display: none; */
	}
	.wit {
		width: 100%;
		height: 66%;
		background: linear-gradient(to right, rgba(29, 67, 129, .7), rgba(76, 146, 172, .7), rgba(106, 144, 129, .7), rgba(125, 155, 129, .7));
		opacity: 0.8;
		display: none;
		position: absolute;
	}
	.wit img {
		top: 38%;
		position: relative;
		height: 3rem;
	}
	.kkn:hover .wit {
		display: block;
	}
}