.head-box {
	height: 6rem;
	background: url(../image/banner-index.png);
	background-size: 100% 100%;
}

.head-titles {
	margin-left: 3.6rem;
	width: 5.22rem;
}



.head-titles p:nth-of-type(1) {
	width: 7rem;
	font-size: 0.2rem;
	line-height: 0.63rem;
	color: #FFFFFF;
	margin-top: 1.6rem;
}

.head-titles p:nth-of-type(1) span {
	font-size: 0.4rem;
}

.head-titles p:nth-of-type(2) {
	font-size: 0.21rem;
	font-weight: 400;
	line-height: 0.38rem;
	color: #FFFFFF;
	margin-top: 0.2rem;
}


.xdown {
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	left: 48%;
	top: 5.7rem;
	z-index: 100;

}

.xdown a img {
	width: 0.7rem;
	height: 0.7rem;
}

@media screen and (max-width: 1024px) {
	.xdown {
		left: 9.29rem;
	}
}

.abstract {
	height: 6.7rem;
	position: relative;
}

.linear-gradient {
	height: 6.7rem;
	background: linear-gradient(135deg, #111B4B 0%, #11206C 68%, #111B4B 100%);
	opacity: 0.06;
}

.abstract-con {
	position: absolute;
	width: 100%;
	height: 6.7rem;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.abs-title {
	font-size: 0.32rem;
	font-weight: 600;
	line-height: 0.19rem;
	color: #333333;
	margin-top: 1.05rem;
}

.team-blue,
.abs-blue {
	width: 0.93rem;
	height: 0.04rem;
	background: #213596;
	margin-top: 0.1rem;
	margin-bottom: 0.35rem;
}

.abs-sub {
	width: 12rem;
	font-size: 0.21rem;
	font-weight: 400;
	line-height: 0.40rem;
	color: #333333;
	/* margin: 0.35rem; */
}

.abs-imgs {
	width: 12rem;
	height: 2.4rem;
	margin-top: 0.85rem;
}

.abs-img {
	width: 3.6rem;
	height: 2.4rem;
	margin-left: 0.5rem;
	transform: scale(1);
	transition: transform 0.5s ease 0s;
	border-radius: 0.1rem;
}

.abs-img:nth-of-type(1) {
	margin-left: 0;
}

.abs-img:hover {

	transform: scale(1.28);
	background: rgba(0, 0, 0, 0);
	border: 0.05rem solid #2B4EF8;
	box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
	border-radius: 0.1rem;
}

.teamwork {
	height: 15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-title {
	font-size: 0.32rem;
	font-weight: 600;
	line-height: 0.19rem;
	color: #333333;
	margin-top: 0.76rem;
}

.team-sub {
	width: 11.5rem;
	font-size: 0.21rem;
	font-weight: 400;
	line-height: 0.40rem;
	color: #333333;
	margin: 0.35rem;
	text-align: left;
}

.team-imgs {
	width: 12rem;
	height: 2.8rem;
	margin-top: 0.60rem;
	display: flex;
	flex-wrap: wrap;
}

.team-img {
	width: 2.3rem;
	height: 1.4rem;
	border-top: 0.01rem solid #CCCCCC;
	border-bottom: 0.01rem solid #CCCCCC;
	border-left: 0.01rem solid #CCCCCC;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-img:nth-of-type(1) {
	border-left: 0;
	border-bottom: 0;
}

.team-img:nth-of-type(2) {
	border-bottom: 0;
}

.team-img:nth-of-type(3) {
	border-bottom: 0;
}

.team-img:nth-of-type(4) {
	border-bottom: 0;
}

.team-img:nth-of-type(5) {
	border-bottom: 0;
}

.team-img:nth-of-type(6) {
	border-left: 0;
}

.team-img img {
	margin: auto;
}

.team-img:nth-of-type(1) img {
	width: 2.04rem;
	height: 1.343rem;
}

.team-img:nth-of-type(2) img {
	width: 1.2rem;
	height: 1.2rem;
}

.team-img:nth-of-type(3) img {
	width: 1.2rem;
	height: 1.2rem;
}

.team-img:nth-of-type(4) img {
	width: 1.2rem;
	height: 1.2rem;
}

.team-img:nth-of-type(5) img {
	width: 1.38rem;
	height: 1.38rem;
}

.team-img:nth-of-type(6) img {
	width: 1.38rem;
	height: 1.38rem;
}

.team-img:nth-of-type(7) img {
	width: 2rem;
	height: 1.16rem;
}

.team-img:nth-of-type(8) img {
	width: 1.32rem;
	height: 0.858rem;
}

.team-img:nth-of-type(9) img {
	width: 2.16rem;
	height: 1.26rem;
}

.team-img:nth-of-type(10) img {
	width: 1.8rem;
	height: 0.78rem;
}



.collaboration {
	display: flex;
	justify-content: space-between;
	width: 10rem;
}


.collaboration-title {
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
	margin-top: 0.3rem;
	cursor: pointer;
	padding: 0.1rem;
	
}

.collaboration-title-on {
	color: #F54D05;
}

.collaboration-imgs {
	width: 11rem;
	height: 7rem;
}

.collaboration-image {
	width: 11rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.1rem;
}


.collaboration-img {
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


.collaboration-image .collaboration-img:nth-of-type(4) {
	margin-right: 0;
}

.collaboration-imgs img {
	width: 1.4rem;
	height: 1.4rem;
}

/* ------------------------------------------------------------------ */
