.banner .swiper-slide {
	position: relative;
}

.banner .banner-h {
	position: absolute;
	top: 2rem;
	left: 3.6rem;
	font-size: 1rem;
	color: #ffffff;
	font-weight: bold;
}

.banner .banner-p {
	position: absolute;
	top: 3.65rem;
	left: 3.6rem;
	font-size: 0.2rem;
	color: #ffffff;
}
.technology{
    padding: 0 1.1rem;
}
.technology .title {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
	margin-top: 1.4rem;
	margin-bottom: 0.5rem;
	font-weight: 300;
	text-align: center;
	color:rgb(29, 29, 31);
}

.technology .cont-list {
	display: flex;
	justify-content: space-between;
}

.technology .cont-list .li {
	width: calc(33.33% - 0.1rem);
	height: 6.65rem;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	transition: 0.6s;
	margin-right: .1rem;
}

.technology .cont-list .li:last-child {
	margin-right: 0;
}

/*.technology .cont-list .li:hover {*/
/*	width: 6rem;*/
/*}*/

.technology .cont-list .li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.technology .cont-list .li .pop {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

.technology .cont-list .li:hover .pop {
	background-color: rgba(0, 0, 0, 0.4);
}

.technology .cont-list .li .pop-show {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(35, 115, 206, 0.8) 8%, rgba(255, 255, 255, 0) 50%);
	display: flex;
	justify-content: center;
	z-index: 999;
}

.technology .cont-list .li .pop-show .p {
	position: absolute;
	top: 1.8rem;
	color: #ffffff;
	font-size: 0.24rem;
	display: flex;
	flex-direction: column;
	margin: auto;
	padding: 0 .4rem;
	line-height:0.4rem
}
.secure {
    padding: 0 1.1rem;
}
.secure .title {
	margin-top: 1.4rem;
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
	font-weight: 300;
	text-align: center;
    color: rgb(29, 29, 31);
}

.secure .title-p {
	text-align: center;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
}

.secure .title-p span {
	font-family: SourceHanSansCN-Bold;
	color: #2373ce;
	font-size: 0.24rem;
}

.secure .cont-list {
	display: flex;
	justify-content: space-between;
}

.secure .cont-list .li {
	width: 33.33%;
	height: 6.4rem;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	transition: 0.6s;
}

.secure .cont-list .li:nth-child(2) {
	margin: 0 0.05rem;
}

.secure .cont-list .li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.secure .cont-list .li .pop {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	z-index: 999;
}

.secure .cont-list .li .pop-show {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(35, 115, 206, 0.8) 8%, rgba(255, 255, 255, 0) 50%);
	display: flex;
	justify-content: center;
	z-index: 999;
}

.secure .cont-list .li .pop-show .cont-t,
.secure .cont-list .li .pop-show .cont-p {
	position: absolute;
	bottom: 1.3rem;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	margin: auto;
	transition: 0.6s;
	transition-delay: 0.2s;
}

.secure .cont-list .li .pop-show .cont-t>h3,
.secure .cont-list .li .pop-show .cont-p>h3 {
	font-size: 0.4rem;
	font-family: SourceHanSansCN-Bold;
}

.secure .cont-list .li .pop-show .cont-t>p,
.secure .cont-list .li .pop-show .cont-p>p {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular;
}

.secure .cont-list .li .pop-show .cont-p {
	top: 1.5rem;
	opacity: 0;
	transition: 0.6s;
	transition-delay: 0.2s;
}

.secure .cont-list .li .pop-show .cont-p .p {
	color: #ffffff;
	margin-top: 0.5rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular;
}

.secure .cont-list .li:hover .pop-show .cont-t {
	opacity: 0;
}

.secure .cont-list .li:hover .pop-show .cont-p {
	opacity: 1;
}

.life {
    padding: 0 1.1rem;
	padding-bottom: 1.4rem;
}

.life .title {
	margin-top: 1.4rem;
	margin-bottom: 0.6rem;
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
	font-weight: 300;
    color: rgb(29, 29, 31);
	text-align: center;
}

.life .cont-list {
	display: flex;
	justify-content: space-between;
}

.life .cont-list .li {
	width: 6.95rem;
	height: 6.7rem;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.life .cont-list .li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.life .cont-list .li .pop {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: rgba(35, 115, 206, 0.4);
}

.life .cont-list .li .pop-show {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(35, 115, 206, 0.8) 8%, rgba(255, 255, 255, 0) 50%);
	display: flex;
	justify-content: center;
	z-index: 999;
}

.life .cont-list .li .pop-show .p {
	position: absolute;
	top: 3.3rem;
	color: #ffffff;
	font-size: 0.24rem;
	line-height: 1.7;
	display: flex;
	flex-direction: column;
	margin: auto;
	text-align: center;
	padding: 0 0.5rem;
}

.life .cont-list .li:hover .pop-show .p {
	transform: scale(1.1);
	transition: 0.6s;
}