.banner {
	position: relative;
	height: 70vh;
	overflow: hidden;
}

.banner .index-mouse {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 20;
	width: 3rem;
	margin-left: -1.5rem;
	padding-bottom: 6rem;

}

.banner .index-mouse i {
	font-size: 3rem;
	color: #fff;
}

.banner .index-mouse::after {
	content: '';
	height: 5rem;
	width: 1px;
	background: #fff;
	margin: 0 auto;
	left: 1.4rem;
	display: block;
	transform: scaleX(0.5);
	animation: mouse 1s ease-in-out infinite;
	bottom: 0;
	position: absolute;
}

@keyframes mouse {
	from {
		height: 5rem;
	}

	to {
		height: 4rem;
	}
}

.home-slogan {
	position: absolute;
	width: 100%;
	height: 70vh;
	z-index: 10;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: transparent;
}

.slogan-box {
	color: #fff;
	width: 60%;
	line-height: 1.8;
}
.swiper-banner .swiper-slide .slogan-logo{width: 80%;padding-bottom: 2rem;margin: 0 auto;}
.swiper-banner .swiper-slide .slogan-logo img,.swiper-banner .swiper-slide-duplicate-activ .slogan-logo img{width: 100%;transform: scale(1);position: relative;height:auto;margin:0 auto 20vh auto;}
.slogan-box h2 {
	font-size: 3rem;
	text-align: justify;
	text-align-last: justify;
	font-weight: normal;
	white-space: nowrap;
}

.slogan-box small {
	font-size: 1.4rem;
	text-align: justify;
	text-align-last: justify;
	white-space: nowrap;
	display: block;
	word-spacing: .4rem;
	letter-spacing: .1rem;
}



.swiper-banner {
	width: 100%;
	height: 70vh;
	overflow: hidden;
	position: relative;
}

.swiper-banner .swiper-slide {
	text-align: center;

	position: relative;
	width: 100%;
	line-height: 100%;
	text-align: center;
	overflow: hidden;
}

.swiper-banner .swiper-slide::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: radial-gradient(circle, rgba(25, 25, 45, 0.16) 30%, rgba(25, 25, 45, .6));
}

.swiper-banner .swiper-slide picture img {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: 1s linear 2s;
	transform: scale(1.2);
}

.swiper-banner .swiper-slide-active picture img,
.swiper-banner .swiper-slide-duplicate-active picture img {
	transition: 6s linear;
	transform: scale(1);
}

.swiper-banner .swiper-pagination {
	left: 10%;
	width: auto;
	bottom: 10vh;
	display: inline-block;
	width: auto;
}

.swiper-banner video {
	width: 100%;
	object-fit: cover;
}

.swiper-banner .swiper-pagination-bullet {
	display: inline-block;
	cursor: pointer;
	background: rgba(255, 255, 255, .4);
	margin-right: .8rem;
	width: 0.6rem;
	height: 0.6rem;
	opacity: 1;
}

.swiper-banner .swiper-pagination-bullet-active {
	position: relative;
	width: 3.6rem;
	height: 0.6rem;
	border-radius: 0.3rem;
	overflow: hidden;
}

.swiper-banner .swiper-pagination-bullet-active:before {
	height: 0.6rem;
	background: #fff;
	position: absolute;
	left: 0;
	animation: paginationwidth 8s linear;
	width: 100%;
	content: "";
	display: block;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	display: none;
}
.swiper-banner .swiper-button-prev:after, .swiper-banner  .swiper-button-next:after{
	display: none;
}

@keyframes paginationwidth {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.section01 {
	padding: 6rem 0;
}

.section03 {
	padding: 6rem 0;
}

.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.section-title .title-wrap {
	flex: 1
}

.section-title .title-wrap h1 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #19192d;
	line-height: 5rem;
	letter-spacing: 1px;
}

.section-title .title-wrap h6 {
	font-size: 1.6rem;
	color: #19192d;
	font-weight: lighter;
	line-height: 3rem;
	letter-spacing: 1px;
}

.section-title .more {
	width: 12rem;
	text-align: right;
}

.section-title .more a {
	color: #006ab3;
	font-size: 1.8rem;
	display: block;
}

.section-title .more a i {
	font-size: 1.4rem;
	margin-left: 1rem;
}

.mob .list li+li {
	padding-top: 3rem;
	border-top: #f0f0f0 1px solid;
}

.mob .list li a {
	display: block;
}

.mob .list li a .title {
	font-size: 2.1rem;
	line-height: 4.6rem;
	color: #19192d;
	margin-top: 1rem;
}

.mob .list li a .desc {
	font-size: 1.5rem;
	color: #666;
	font-weight: lighter;
	line-height: 2.8rem;
	margin-bottom: 2rem;
}

.mob .list li a .img {
	position: relative;
}

.mob .list li a .img .logo-flex {
	position: absolute;
	left: 50%;
	width: 20rem;
	margin-left: -10rem;
	top: 50%;
	margin-top: -4rem;
}

.mob .tab_block .tab-title li {
	display: inline-block;
	font-size: 2rem;
	line-height: 5rem;
	margin-bottom: 3rem;
	margin-right: 3rem;
	color: #19192d;
	position: relative;
}

.mob .tab_block .tab-title li.active:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 3px;
	background: #19192d;
	bottom: 0;
	left: 0;
}

.mob .tab_block .more {
	text-align: center
}

.mob .tab_block .more a {
	text-align: center;
	color: #006ab3;
	display: inline-block;
	padding: 3rem;
}

.mob .tab_block .more a i {
	margin-left: 1rem;
}

.mob-news {
	display: flex;
	flex-direction: column
}

.mob-news li+li {
	padding-top: 3rem;
	border-top: #f0f0f0 1px solid;
}

.mob-news li a {
	display: block;
	position: relative;
}

.mob-news li a .img {
	width: 100%;
	height: 60vw;
	overflow: hidden;
	position: relative;
}

.mob-news li a .img img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.mob-news li a .img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	height:20rem;
	display: block;
	z-index: 10;
	width: 100%;
}

.mob-news li a .img .text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3vw;
	z-index: 30;
}

.mob-news li a .img .text-content .title {
	font-size: 1.8rem;font-weight: bold;
	color: #fff;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:4.6rem;
}

.mob-news li a .img .text-content .desc {
	font-size: 1.6rem;
	color: #fff;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2.8rem;
	max-height: 5.6rem;
}

.mob-news li a .item-footer {
	font-size: 1.6rem;
	line-height: 6rem;
	color: #19192d;
}

.mob-news li a .item-footer i {
	font-size: 1.4rem;
	float: right;
}

@media screen and (min-width: 768px) {
	.banner {
		height: 100vh;
		overflow: hidden;
	}

	.swiper-banner,
	.home-slogan {
		height: 100vh;
	}

	.slogan-box {
		width: 40%;
	}

	.slogan-box h2 {
		font-size: 3.6rem;
	}

	.slogan-box small {
		font-size: 1.8rem;
		word-spacing: .6rem;
		letter-spacing: .2rem;
	}

	.mob .list li+li {
		padding-top: 5rem;
	}

	.mob .list li a .desc {
		margin-bottom: 4rem;
	}
.mob-news{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			gap:5rem;
		}
		.mob-news li {width: calc(50% - 2.5rem);   padding-top: 3rem;border-top: #f0f0f0 1px solid;}
		.mob-news li a .img {
		    height:30vw;
		}

}

@media screen and (min-width: 992px) {
	.section-title .more {
		margin-right: 10%
	}

	.section-title .more a {
		font-size: 1.6rem;
	}

	.slogan-box {
		width: 40rem;
		line-height: 2.4;
	}

	.swiper-banner .swiper-button-next,
	.swiper-banner .swiper-button-prev {
		transition: all 0.2s ease-in-out;
		display: block;
		border-radius: 50%;
		border: rgba(255, 255, 255, .5) 1px solid;
		width: 5rem;
		height: 5rem;
		background: none;
		line-height: 5rem;
	}

	.swiper-banner .swiper-button-next i,
	.swiper-banner .swiper-button-prev i {
		color: rgba(255, 255, 255, .8);
		font-size: 1.5rem;
		transition: all 0.2s ease-in-out;
	}

	.swiper-banner .swiper-button-next {
		text-align: right;
		right: 3%;
	}

	.swiper-banner .swiper-button-prev {
		left: 3%;
	}

	.swiper-banner .swiper-button-prev i {
		margin-left: 1rem;
	}

	.swiper-banner .swiper-button-next i {
		margin-right: 1rem;
	}

	.swiper-banner .swiper-button-next:hover,
	.swiper-banner .swiper-button-prev:hover {
		border-color: rgba(255, 255, 255, .8);
	}

	.swiper-banner .swiper-button-next:hover i,
	.swiper-banner .swiper-button-prev:hover i {
		color: rgba(255, 255, 255, 1);
	}

	.wrap-right {
		width: 70%;
		margin-left: 30%;
	}

	.swiper-index01 a {
		display: block;
		width: 100%;
	}

	.swiper-index01 .img {
		width: 100%;
		height: 25vw;
	}

	.swiper-index01 .img img {
		object-fit: cover;
		min-width: 100%;
	}

	.swiper-index01 .text-content {
		position: absolute;
		width: calc(30vw -10rem);
		left: 8rem;
		color: #fff;
		z-index: 10;
		bottom: 5rem;
		text-align: left;
	}

	.swiper-index01 .text-content .title {
		font-size: 2rem;
		line-height: 4rem
	}

	.swiper-index01 .text-content .desc {
		font-size: 1.4rem;
		letter-spacing: 2px;
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.swiper-index01 .swiper-pagination {
		left: auto;
		right: 10vw;
		width: auto;
		bottom: 5rem;
		display: inline-block;
		width: 30vw;
		display: flex;
		gap: 0;
	}

	.swiper-index01 .swiper-pagination-bullet {
		flex: 1;
		border-radius: 0;
		margin: 0 !important;
		height: 3px;
		background: none;
		opacity: 0.8;
		border-bottom: #f0f0f0 1px solid
	}

	.swiper-index01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		height: 3px;
		opacity: 1;
		background: #f0f0f0;
	}

	.index-box,
	.index-box .box-bg {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

	.index-box .box-bg>div {
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: all 0.5s ease-in-out;
		position: absolute;
	}

	.index-box .box-bg>div.active {
		opacity: 1;
	}

	.index-box .box-bg img {
		object-fit: cover;
		min-width: 100%;
		min-height: 100%;
		transition: 1s linear 2s;
		transform: scale(1.2);
	}

	.index-box .box-bg div.active img {
		transition: 6s linear;
		transform: scale(1);
	}

	.index-box .box-main {
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 10;
		display: flex;
		flex-wrap: wrap;
	}

	.index-box .box-main .item {
		width: calc(100% / 3 - 2px);
		height: 45vh;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.index-box .box-main .item:first-child {
		width: 100%;
		height: 55vh;
		border-bottom: #f0f0f0 1px solid;
		display: flex;
		align-items: center;
	}

	.index-box .box-main .item:nth-child(2),
	.index-box .box-main .item:nth-child(3) {
		border-right: #f0f0f0 1px solid;
	}

	.index-box .box-main .item .text-content {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 6rem;
		opacity: .8;
		transition: all 0.5s ease-in-out;
	}

	.index-box .box-main .item .text-content .title {
		font-size: 2.4rem;
		font-weight: bold;
		color: #fff;
		line-height: 5.6rem;
		letter-spacing: 2px;
		text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	}

	.index-box .box-main .item .text-content .desc {
		font-size: 1.4rem;
		line-height: 2.8rem;
		color: #fff;
		text-align: justify;
		text-align-last: left;
		height: 8.4rem;
		text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	}

	.index-box .box-main .item:first-child .text-content {
		position: relative;
		flex: 1;
	}

	.index-box .box-main .item:first-child .title img {
		height: 8rem;
		margin-bottom: 16vh;
	}

	.index-box .box-main .item:first-child .text-content .desc {
		height: auto;
		width: 70%;
		font-size: 1.6rem;
		line-height: 3.2rem;
	}

	.index-box .box-main .item:hover .text-content {
		opacity: 1;
	}

	.index_news_bg {
		background: url(../images/index_news_bg.png) center top fixed no-repeat;
		background-size: 100%;
		padding-bottom: 20rem;
	}

	.wrap-right2 {
		margin-left: 5%;
		width: 95%;
	}

	.section03 .pc .title-wrap h1 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
		font-weight: bold;
		color: #19192d;
		line-height: 5rem;
		letter-spacing: 1px;
	}

	.section03 .pc .title-wrap h6 {
		font-size: 1.6rem;
		color: #19192d;
		font-weight: lighter;
		line-height: 4rem;
		letter-spacing: 1px;
	}

	.section03 .pc .title-wrap .more a {
		color: #006ab3;
		font-size: 1.6rem;
		display: block;
		margin-top: 2rem;
	}

	.pc .tab_block {
		display: flex;
		align-items: start;
		gap: 10rem;
		margin-top: 6rem;
		justify-content: space-between;
	}

	.pc .tab_block .tab-title {
		width: 25rem;
	}

	.pc .tab_block .tab-title li {
		display: block;
		text-align: center;
		background: #c1d8ed;
		font-size: 1.6rem;
		line-height: 6rem;
		margin-bottom: 2rem;
		color: #006ab3;
		cursor: pointer;
	}

	.pc .tab_block .tab-title li.active {
		background: #006ab3;
		color: #fff
	}

	.pc .tab_block .tab_centen {
		flex: 1;
		background: #fff;
	}

	.pc-news {
		display: flex;
		align-items: top;
		justify-content: start;
		flex-wrap: wrap;

	}

	.pc-news li {
		width: 50%;
		height: 23vw;

	}


	.pc-news li a {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: #fff;
		border-right: #f0f0f0 1px solid;
		border-bottom: #f0f0f0 1px solid;
	}

	.pc-news li:nth-child(2) a,
	.pc-news li:nth-child(4) a {
		border-right: 0;
	}

	.pc-news li:last-child a,
	.pc-news li:nth-child(3) a {
		border-bottom: 0;
	}

	.pc-news li a .img {
		opacity: 0;
		transition: 1s linear;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 23vw;
	}

	.pc-news li.active a .img {
		width: 100%;
		height: 23vw;
		opacity: 1;
		overflow: hidden;

	}

	.pc-news li a .img img {
		object-fit: cover;
		min-width: 100%;
		min-height: 100%;
		transition: 1s linear 2s;
		transform: scale(1);

	}

	.pc-news li.active a .img img {
		transition: 1s linear;
		transform: scale(1.2);
	}

	.pc-news li a .img::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
		height:20rem;
		display: block;
		z-index: 10;
		width: 100%;
	}

	.pc-news li a .text-content {
		position: absolute;
		z-index: 50;
		bottom: 0;
		left: 0;
		padding: 5vw;
		z-index: 30;
		width: 100%;
		height: 100%;
		transition:.5s linear .1s ease-in-out;
	}

	.pc-news li a .text-content .title {
		font-size: 1.8rem;
		color: #19192d;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 4rem;
		font-weight: bold;
		margin-bottom: 2rem;
	}

	.pc-news li a .text-content .desc {
		font-size: 1.5rem;
		color: #666;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 3.2rem;
		height: 12.8rem;
	}

	.pc-news li a .item-footer {
		margin-top: 3rem;
		font-size: 1.5rem;
		line-height: 3.2rem;
		color: #666;
	}

	.pc-news li a .item-footer i {
		font-size: 1.4rem;
		float: right;
	}
	.pc-news li.active a .text-content{height: auto;padding-bottom:2vw;}
	.pc-news li.active a .text-content .title{color:#fff;}
	.pc-news li.active a .text-content .desc{display: none;}
	.pc-news li.active a .item-footer{color: #fff;}

}

@media screen and (min-width:1200px) {}

@media screen and (min-width:1400px) {
	.index-box .box-main .item .text-content {
		width: 80%;
	}
}

@media screen and (min-width:1920px) {}