.floor-1 {
	padding: 40px 0 100px;
}

.floor-1 .title {
	font-weight: bold;
	color: #161C2E;
	line-height: 36px;
	font-size: 36px;
}

.floor-1 a {
	display: block;
}

.floor-1 a>div {
	height: 333px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 30px;
	box-sizing: border-box;
	line-height: 22px;
	cursor: pointer;
	transition: all 0.5s;
	margin: 5px 0;
}

.floor-1 a>div:hover {
	background: #1A6DE0;
	transform: translateY(-6px);
}

.floor-1 a>div:hover img {
	filter: grayscale(100%) brightness(500%);
}

.floor-1 a>div:hover p {
	color: #FFF;
}

.floor-1 .num {
	font-size: 52px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 6px;
	background: #1276FF;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
}

.floor-2 {
	width: 100%;
	/* background: url("/upload/images/2022/6/851ce0db6f629f0a.png") no-repeat; */
	background-size: cover;
	padding-bottom: 80px;
}

.floor-2 a>div {
	padding: 10px 20px;
}

.floor-2 .title {
	font-weight: bold;
	color: #161C2E;
	line-height: 36px;
	font-size: 36px;
}

.floor-2 .num {
	font-size: 52px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 6px;
	background: #1276FF;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
}

.floor-3 {
	margin-top: 70px;
	margin-bottom: 60px;
}

.floor-3 .title {
	font-weight: bold;
	color: #161C2E;
	line-height: 36px;
	font-size: 36px;
}

.floor-3 .row-item>div {
	cursor: pointer;
}

.floor-3 .row-item .btn {
	width: 112px;
	height: 36px;
	border: 1px solid #161C2E;
}

.floor-3 .desc {
	height: 191px;
}

.floor-3 .desc .detail {
	text-align: left;
}

.floor-3 .img-box {
	width: 100%;
	height: 316px;
	overflow: hidden;
}

.floor-3 a img {
	width: 100%;
	height: 100%;
	transition: all 0.5s
}

.floor-3 .row-item>div:hover {
	box-shadow: 0px 2px 16px 1px rgba(18, 118, 255, 0.2);
}

.floor-3 .row-item>div:hover .item-title {
	color: #1276FF;
}

.floor-3 .row-item>div:hover img {
	color: #1276FF;
	transform: scale(1.05);
}

.floor-3 .row-item>div:hover .btn {
	cursor: pointer;
	color: #fff;
	background: #1276FF;
	border: 1px solid #1276FF;
}

.floor-4 {
	background: #161C2E;
	padding-top: 73px;
	overflow: hidden;
}

.floor-4 .tab {
	margin-top: 70px;
	margin-right: 60px;
}

.floor-4 .tab span {
	width: 200px;
	height: 56px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 14px;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
}

.floor-4 .tab span:hover:before,
.floor-4 .tab span.active:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	background: #fff;
	left: 0;
}

.floor-4 .tab span.active,
.floor-4 .tab span:hover {
	color: #fff;
	background: #1276FF;
}

.floor-4 .img-box {
	position: relative;
	cursor: pointer;
	width: 280px;
	height: 750px;
	overflow: hidden;

}

.floor-4 .img-box img {
	transition: all 0.5s;
}

.floor-4 .img-box:hover img {
	transform: scale(1.1);
}

.floor-4 .img-popup {
	position: absolute;
	height: 350px;
	bottom: -255px;
	font-size: 24px;
	width: 100%;
	left: 0;
	padding: 28px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.floor-4 .img-box:hover .img-popup {
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
}

.floor-4 .btn {
	font-size: 16px;
	width: 112px;
	height: 36px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	margin: 0 10px;
}

.floor-4 .btn:hover {
	border-color: #fff;
	background-color: #fff;
	color: #1276FF;
}

.floor-5 {
	padding: 130px 0 30px;
}

.floor-5 .text-icon {
	font-size: 40px;
	font-weight: bold;
	color: #1276FF;
}

.floor-5 .num b {
	font-size: 72px;
	position: relative;
}

.floor-5 .num b::after {
	content: "+";
	position: absolute;
	right: -35px;
	top: -10px;
	font-size: 48px;
}

.floor-6 {
	padding: 44px 0 44px;
}

.floor-6 .img-box {
	width: 208px;
	height: 78px;
	margin-top: 40px;
	margin-right: 87px;
}

.floor-6 .img-box:nth-child(5n+5) {
	margin-right: 0;
}

.floor-6 .img-box img {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	object-fit: contain;
}

.floor-7 {
	padding: 60px 0 20px;
}

.floor-7 a {
	width: 259px;
	height: 230px;
	background: linear-gradient(1deg, #FFFFFF 0%, #EBEFF5 100%);
	border: 1px solid #EBEFF5;
	text-align: center;
	margin-right: 38px;
	margin-bottom: 38px;
}

.floor-7 a:nth-child(4n+4) {
	margin-right: 0;
}

.floor-7 a img {
	width: 165px;
	height: 115px;
	object-fit: contain;
	transition: all 0.5s;
}

.floor-7 a:hover img {
	transform: scale(1.05)
}
.floor-7 .certificate-swiper-pagination {
	margin-top: -15px;
	text-align: center;
	position: relative;
	z-index: 1;
}


.news {
	padding: 60px 0 100px;
}

.news .news-left {
	width: 536px;
	margin-right: 50px;
	line-height: 1.6;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}

.news .news-left:hover img {
	transform: scale(1.05)
}

.news .news-left .title {
	transition: all 0.5s;
	display: block;
}

.news .news-left:hover .title {
	color: #1276FF;
}

.news .news-left .img-box {
	width: 536px;
	height: 517px;
	overflow: hidden;
}

.news .news-left a {
	color: #1A1A1A;
}

.news .news-left img {
	width: 100%;
	height: 517px;
	object-fit: cover;
	transition: all 1s;
}

.news .news-right a {
	padding: 40px 0;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	color: #1A1A1A;
}

.news .news-right a:first-child {
	padding-top: 0;
}

.news .news-right a .title {
	font-size: 20px;
	font-weight: bold;
	transition: all 0.5s;
}

.news .news-right a:hover .title {
	color: #1276FF;
}

.slider-wrap .swiper-item {
  position: relative;
}

.slider-wrap .swiper-item .item-content {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.slider-wrap .swiper-item:hover .item-content {
  opacity: 1;
}