
/* CSS Document */


.b4{
	height: 70vh;
	max-height:637px;
	padding: 0px;
	overflow: hidden;

}

.box4{
	width: 100%;
	height: 100%;
	position: relative;
}
.box4 .sub_title{
	position: absolute;
	left: 5%;
	top: 150px;
	z-index: 10;
}


.sub_title{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 50px;
	margin-bottom: 50px;
}

.sub_title p{
	font-size: 40px;
font-family:Geometr415 Blk BT;
	text-transform: uppercase;
	margin-left: 10px;
	opacity: .2;
}


.sub_title b{
	display: block;
	position: relative;
	font-size: 40px;
}
.box4 .sub_title{
	position: absolute;
	left: 5%;
	top: 80px;
	z-index: 10;
}



.jinguan{
	height: 100%;
	width: 100%;
	position: relative;
}

.TabUl{
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 10;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	display: flex;
}

.TabUl ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.TabUl ul li{
	width: calc(100% / 3);
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.TabUl ul li .info{
	width: 100%;
	height: auto;
	padding: 0px 5%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.TabUl ul li .info .name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 0px;
	-webkit-transition: all 600ms;
	color:#fff;
}

.TabUl ul li .info .des{
	font-size: 14px;
	line-height: 1.7;
	opacity: .7;
		color:#fff;
}

.TabUl ul li a.info .des{color:#fff;}

.TabUl ul li:before{
	width: 100%;
	height: calc(100% + 50px);
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #E1251A;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.TabUl ul li.active:before{
	top: -30px;
	opacity: 1;
}

.TabUl ul li .info .name::after{
	width: 0px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -0px;
	content: '';
	background-color: #fff;
	bottom: 0px;
	-webkit-transition: all 600ms;
}

.TabUl ul li.active .info .name::after{
	width: 20px;
	margin-left: -10px;
}

.TabUl ul li.active .info .name{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.TabUl ul li.active a.info .name{ color:#fff;}
.TabUl ul li a.info .name{ color:#fff;}

.sub_title.w{
	color: #fff;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.swiper-container.jinguan .swiper-slide {
    overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
}

	.swiper-container.jinguan .text{ display:none;}

@media screen and (max-width: 1024px) {

.boxes{
		padding: 50px 0px;
	}

.TabUl{
		display: none;
	}
	.swiper-container.jinguan .text{
		display: block;
		position: absolute;
		left: 0%;
		color: #fff;
		border-radius: 0px;
		background: rgba(25, 85, 165, 0.1);
		backdrop-filter: blur(10px);
		width: 100%;
		height: auto;
		padding: 25px 15px;
		text-align: center;
		bottom: 0px;
	}
	.box4 .sub_title{
		top: 50px;
	}
	.swiper-container.jinguan .text .name{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		position: relative;
		padding-bottom: 15px;
		-webkit-transition: all 600ms;
	}
	.swiper-container.jinguan .text .des{
		font-size: 14px;
		line-height: 1.7;
		opacity: .7;
	}
	.swiper-container.jinguan .text .name::after{
		width: 0px;
		height: 4px;
		position: absolute;
		left: 50%;
		margin-left: 0px;
		content: '';
		background-color: #fff;
		bottom: 0px;
		-webkit-transition: all 600ms;
		width: 20px;
		margin-left: -10px;
	}
	.bannerSwiper .txt .cn{
		margin-bottom: 15px;
	}
	
	.sub_title b,.sub_title p{
		font-size: 20px;
	}
	
	
	
	

	
	}
