.content {
	background-color: #f8f8f8;
}

.box-1 {
	background: url('../image/intelligence/bg-1.jpg') no-repeat;
	height: 9.6rem;
	background-size: cover;
}

.box-1 .wrap {
	padding: 0 3.3rem;
	padding-top: 0.7rem;
}

.box-1 .wrap .title-h {
	font-size: 0.5rem;
	font-family: 'SourceHanSansCN-Regular';
	color: #fff;
	/*border-left: 0.1rem solid #2373ce;*/
	height: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0.25rem;
	width: max-content;
	margin: 0 auto;
	margin-bottom: 0.55rem;
}

.box-1 .wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box-1 .wrap .list .li {
	width: 5.34rem;
	height: 3.2rem;
	margin-bottom: 0.4rem;
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
}

.box-1 .wrap .list .li:nth-child(2n){
    margin-left: 0.5rem;
}

.box-1 .wrap .list .li .filter {
	backdrop-filter: blur(6px);
	background-color: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
}

.box-1 .wrap .list .li .cont-m {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: max-content;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-1 .wrap .list .li .cont-m img {
	width: 1rem;
	height: 1rem;
	margin-bottom: 0.5rem;
	object-fit: contain;
}

.box-1 .wrap .list .li .cont-m .p {
	font-size: 0.3rem;
	color: #ffffff;
}

.box-1 .wrap .list .li:hover .filter {
	background-color: rgba(35, 115, 206, .7);
}

.box-1 .wrap .list .li:hover .cont-m {
	display: none;
}

.box-1 .wrap .list .li:hover .cont-s {
	display: block;
}

.box-1 .wrap .list .li .cont-s {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: max-content;
	padding: 0.4rem 0.6rem;
	display: none;
	margin: auto;
    max-height: 100%;
	overflow: auto;
}

.box-1 .wrap .list .li .cont-s img {
	width: 0.45rem;
	height: 0.45rem;
	margin-bottom: 0.05rem;
	object-fit: contain;
}

.box-1 .wrap .list .li .cont-s .p {
	width: max-content;
	color: #fff;
	font-size: 0.3rem;
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
	border-bottom: 0.02rem solid rgba(255, 255, 255, .5);
}

.box-1 .wrap .list .li .cont-s .box-cont {
	color: #fff;
	font-size: 0.2rem;
	font-family: 'SourceHanSansCN-Regular';
}

.box-1 .wrap .list .li .cont-s .box-cont p {
	margin-bottom: 0.1rem;
}

.box-2 .wrap {
	padding: 0 2.6rem;
	padding-top: 1.4rem;
	padding-bottom: 1.3rem;
}

.box-2 .wrap .title-h {
	font-size: 0.5rem;
	font-family: 'SourceHanSansCN-Regular';
	border-left: 0.1rem solid #2373ce;
	height: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0.25rem;
	width: max-content;
	margin: 0 auto;
	margin-bottom: 0.55rem;
}

.box-2 .wrap .cont {
	display: flex;
	height: 7.2rem;
	margin-top: 0.4rem;
	background-color: #fff;
	box-shadow: 0 0 0.4rem rgba(0, 0, 0, .2);
	border-radius: 0.1rem;
	overflow: hidden;
}

.box-2 .wrap .cont .left {
	width: 5rem;
	height: 7.2rem;
	box-sizing: border-box;
	overflow: auto;
    display: flex;
    align-items: center;
}

.box-2 .wrap .cont .left .li-h {
	display: none;
    padding: 0.7rem 0.55rem;
    padding-left: 1rem;
}

.box-2 .wrap .cont .left .h {
	font-size: 0.3rem;
	color: #2373ce;
	font-family: 'SourceHanSansCN-Regular';
	margin-bottom: 0.75rem;
}

.box-2 .wrap .cont .left .li p {
	font-size: 0.24rem;
	font-family: 'SourceHanSansCN-Light';
	margin-bottom: 0.45rem;
	position: relative;
}

.box-2 .wrap .cont .left .li p::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.12rem;
	height: 0.12rem;
	background-color: #2373ce;
	border-radius: 50%;
	left: -0.36rem;
	top: 0.13rem;
}

.box-2 .wrap .cont .right {
	width: calc(100% - 5rem);
	height: 7.2rem;
	overflow: hidden;
	position: relative;
}

.box-2 .wrap .cont .right .images {
	position: relative;
	width: 100%;
	height: 100%;
}

.box-2 .wrap .cont .right .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
}

.box-2 .wrap .cont .right .list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-2 .wrap .cont .right .list .li {
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
	box-sizing: border-box;
	border-right: 0.02rem solid rgba(255, 255, 255, .5);
}

.box-2 .wrap .cont .right .list .li:last-child {
	border-right: 0;
}

.box-2 .wrap .cont .right .list .li .dian {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}

.box-2 .wrap .cont .right .list .li .dian span {
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.4rem;
	width: 0.4rem;
	position: relative;
	border: 1px solid #ffffff;
	transform: scale(1);
}

.box-2 .wrap .cont .right .list .li .dian i {
	background: #ffffff;
	border-radius: 100%;
	display: block;
	height: 0.2rem;
	width: 0.2rem;
	position: relative;
	transform: scale(1);
}

.box-2 .wrap .cont .right .list .li .name {
	color: #ffffff;
	text-align: center;
	font-size: 0.5rem;
}

.box-2 .wrap .cont .right .list .li:hover .dian {
	animation: amplify 1.6s 0.4s infinite;
}

.box-2 .wrap .cont .right .list .li:hover .dian span {
	animation: amplify 1.6s 0.8s infinite;
}

.box-2 .wrap .cont .right .list .li:hover .dian i {
	animation: amplify 1.6s 1.2s infinite;
}

@keyframes amplify {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}