.cardBox {
	/* padding-bottom: 80px; */
	/* position: absolute; */
	/* 	top: 400px;
	left: 10%;
	z-index: 50;
	width: 1170px; */
	/* transform: translateY(-100px); */
}

.box_card {
	padding: 40px 30px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
	border-radius: 10px;
	background-color: #fff;
	height: 300px;

}

.box_card:hover {
	background-color: #ECF5FF;
}

.cardTitle {
	font-weight: 700;
}

.text1 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 45px;
	color: #003478;
	text-align: left;
	vertical-align: top;
	margin-bottom: 40px;
}

.text2 {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 40px;
	color: #003478;
	text-align: left;
	vertical-align: top;
}

.piCBox {
	width: 100%;
	height: 400px;
	background: rgba(240, 240, 240, 1);
}

.footerBox {
	background: #044F82;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
}

.footerItemBox {
	padding: 60px 0 0px 0px;
	display: flex;
	flex-direction: column;
}

.footerItemBox a {
	margin-bottom: 12px;
	color: rgba(204, 204, 204, 1);
}

.footerTitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 32px;
}

.footerLi {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	color: rgba(204, 204, 204, 1);
}

.urlBox {
	padding: 20px 0;
}

.urlBox a {
	font-size: 14px;
	color: rgba(204, 204, 204, 1);
}

#banner {
	height: 650px !important;
}

.social {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.5s ease-out;
	opacity: 1;
}

.social__list {
	position: relative;
	width: 178px;
	background: rgba(255, 255, 255, 0.9);
	padding: 0 2px 10px;
}

.social__item {
	width: 100%;
	font-size: 16px;
}

.social__btn {
	position: absolute;
	left: -30px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 52px;
	background: #333;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.social__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 44px;
	color: #333;
}

.social__item:not(:first-child):hover {
	background-color: #333333;
}

.social__item a:hover {
	color: #FFD49F;
}

.showSocial {
	transform: translate(100%, -50%);
	transition: all 0.5s ease-out;
}

.changeSocial {
	transform: rotate(180deg);
	transition: all 0.5s ease-out;
}

.changeSocial2 {
	transform: rotate(0deg);
	transition: all 0.5s ease-out;
}

.news {
	position: relative;
	margin: 183px auto 60px;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	color: #003478;
}
