* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}

a {
	width: 100%;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

body {
	margin: 0 auto;
	background-color: RGBA(244, 254, 255, 1);
}

.main-title {
	margin: 0 auto;
	width: 50%;
	max-width: 484px;
	z-index: 1;
	position: relative;
}

.intro {
	position: relative;
	margin: 20px auto;
}

.swiper-bg {
	width: 80%;
	background: url('../images/bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 2%;
	margin: 0 auto;
}

.mySwiper1 .swiper-slide {
	aspect-ratio: 16/9;
	position: relative;
}

.mySwiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play-btn{
	position: absolute;
	width: 10%;
	aspect-ratio: 1/1;
	left: 50%;
	margin-left: -5%;
	top: 40%;
}
.swiper-button-next1,.swiper-button-prev1{
	color: rgba(61, 172, 179, 1);
	
}
.lxs-intro {
	padding: 5% 0;
 background-image: url('../images/bg-2-t.png'),  url('../images/bg-2-b.png');
 background-position:center top, center bottom;
	background-size: 100% auto,100% auto;
	background-repeat:no-repeat,no-repeat;
	background-color: #e9fcff;
	position: relative;
}

.intro-text {
	padding-left: 2.8rem;
	font-size: 1.4rem;
	line-height: 2;
	display: inline;
	background-image: linear-gradient(to right, rgba(52, 143, 160, 0.5), rgba(52, 143, 160, 0));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	padding-bottom: 3px;
	position: relative;
	z-index: 1;
}

.lxs-intro-r {
	padding-top: 5%;
	position: relative;
}
.bg-intro-pc{
	width: 283px;
	aspect-ratio: 1/1;
	background:url('../images/pc-1.png') no-repeat ;
	position: absolute;
	right: -130px;
	bottom: -50px;
	z-index: 0;
}
.bg-intro-mo{
	width: 25%;
	aspect-ratio: 1/1.3;
	background:url('../images/pc-1.png') no-repeat ;
	background-size: auto 100%;
	position: absolute;
	right: 0px;
	bottom: -50px;
	z-index: 0;
}
.work-list-bg{
	background: url('../images/mountain.png') no-repeat center center;
}
.pic {
	width: 100%;
	aspect-ratio: 6/11;

	border-radius: 10px;
	overflow: hidden;
}
.pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.biaoti {
	margin: 5px 0;
	color: #323333;
	font-size:1.1rem;
	line-height:1.5;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制显示的行数为3 */
	overflow: hidden;
}
.sub-title{
		line-height:1.5;
	font-size: 0.9rem;
	color: #909090;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制显示的行数为3 */
	overflow: hidden;
}
.work-item{
	position: relative;
	border-radius:10px;
	padding:20px;
}
.work-item:hover{
	 background-color: RGBA(221, 244, 244, 1);
}
.work-item:hover:before{
	content: '';
	background-color: rgba(47, 133, 138, 1);
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;
}
.footer  {
	font-size: 0.8rem;
	color: #fff;
	text-align: center;

	padding: 30px;
	background-color: rgba(61, 164, 170, 1);
}

.more{
	padding: 30px 0;
	text-align: center;
	color: #379BAA;
}