.site-logo{
	position: absolute; top: 50px; left: 150px; height: 150px;
}
.screen{
	width: 100vw; height: 100vh; background: url(../images/part1-bg.jpg) no-repeat center center; background-size: cover;
}
.part1-pic{
	width: 288px; border-radius: 41px;
}
.part1-pic img{
	width: 288px; border-radius: 41px;  overflow: hidden;
}
.layui-carousel, .layui-carousel>[carousel-item]>*{
	background: rgba(255,255,255,0);
}
.part1-info{
	width: 500px; height: 330px; background-image: linear-gradient(to right, rgba(63,143,158,0.9), rgba(106,199,197,0.8)); padding: 50px; border-radius: 0px 20px 20px 0px; flex-direction: column;
}
.part1-info-title{
	font-size: 40px; font-weight: bold; color: #ffffff;
}
.part1-info-desc{
	width: 278px; color: #ffffff; font-size: 12px;
}
.part1-info-down{
	margin-top: auto; width: 278px;
}
.part1-info-down-plat{
	flex-direction: column;
}
.part1-info-down-plat-item{
	width: 140px; height: 50px; border: #ffffff solid 1px; border-radius: 10px; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 10px;
	padding-left: 15px; color: #ffffff;
}
.part1-info-down-plat-item:first-child::before{
	content: '\e634'; margin-right: 10px;
}
.part1-info-down-plat-item:last-child{
	margin-bottom: 0px;
}
.part1-info-down-plat-item:last-child::before{
	content: '\e603'; margin-right: 10px;
}
.part1-info-down-pic{
	width: 110px; height: 110px; background: #ffffff; border-radius: 10px;
}
.foot{
	padding: 0px 20px; font-size: 12px; position: fixed; bottom: 0px; background: rgba(0,0,0,0.8); width: 100%; height: 40px;
	color: rgba(255,255,255,0.5);
}
.foot a{
	color: rgba(255,255,255,0.5);
}
