.mySwiper0 {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	
}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mySwiper1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slide-inner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.swiper-slide.pc .all {
	width: 100%;
	height: 100%;
	text-align: left;
	padding-top: 220px;
}

.swiper-slide.pc .all2 {
	width: 100%;
	height: 100%;
	text-align: right;
	padding-top: 220px;
	padding-right: 240px;
}

.swiper-slide.pc .p1 {
	font-size: 41px;
	color: #fff;
	margin-bottom: 60px;
}

.swiper-slide.pc .p1 span {
	padding-top: 15px;
	border-top: 5px solid #d80c18;
}

.swiper-slide.pc .p2 {
	font-size: 90px;
	font-weight: lighter;
	font-style: italic;
	line-height: 1.2;
	color: #fff;
}

.swiper-slide.pc .p2 strong {
	font-size: 80px;
}

.swiper-slide.pc .all .valve {
	position: absolute;
	right: 190px;
	top: 180px;
	width: 766px;
}

.swiper-slide.pc .all .valve img {
	width: 100%;
}

.swiper-slide.pc .all2 .valve {
	position: absolute;
	left: 165px;
	top: 20px;
	width: 376px;
}

.swiper-slide.pc .all2 .valve img {
	width: 100%;
}

@media only screen and (max-width: 1900px) {
	.swiper-slide.pc .all .valve {
		right: 30px;
	}
}

@media only screen and (max-width: 1700px) {
	.swiper-slide.pc .all .valve {
		top: 380px;
		width: 600px;
	}

	.swiper-slide.pc .all2 {
		padding-right: 110px;
	}
}

@media only screen and (max-width: 1500px) {
	.swiper-slide.pc .p2 {
		font-size: 75px;
	}

	.swiper-slide.pc .p2 strong {
		font-size: 65px;
	}

	.swiper-slide.pc .all .valve {
		width: 500px;
	}

	.swiper-slide.pc .all2 {
		padding-right: 120px;
	}

	.swiper-slide.pc .all2 .valve {
		left: 20px;
		top: 91px;
		width: 300px;
	}
}

@media only screen and (max-width: 1200px) {
	.swiper-slide.pc .all .valve {
		top: 520px;
	}

	.swiper-slide.pc .all2 {
		padding-right: 50px;
		padding-top: 240px;
	}

	.swiper-slide.pc .all2 .p2 {
		font-size: 60px;
	}
}

.swiper-slide.sj1 {
	display: none;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 30px;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #ffffff;
	transform: scale(0.45);
	transition: all 0.5s ease;
	border: 2px solid #ffffff;
}

.swiper-pagination-bullet-active {
	transform: scale(1);
	background: transparent;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 15px 0;
}

@media only screen and (max-width: 991px) {
	/* .mySwiper0 {
		display: none;
	}
	.img-common img:nth-of-type(1) {
		display: block;
	} */

	.mySwiper0 {
		position: relative;
	}

	.swiper-wrapper {
		display: block;
	}

	.swiper-slide.pc {
		display: none;
	}

	.swiper-slide.sj1 {
		display: block;
	}

	.swiper-slide.sj1 .slide-inner {
		position: static;
	}

	.swiper-slide.sj1 .slide-inner img {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.swiper-slide.sj1 {
		position: relative;
	}

	.swiper-slide.sj1 .bg {
		width: 100%;
	}

	.swiper-slide.sj1 .bg img {
		width: 100%;
	}

	.swiper-slide.sj1 .all {
		position: absolute;
		width: 100%;
		text-align: left;
		top: 250px;
		left: 50px;
	}

	.swiper-slide.sj1 .p1 {
		font-size: 40px;
		color: #fff;
		margin-bottom: 40px;
	}

	.swiper-slide.sj1 .p1 span {
		padding-top: 15px;
		border-top: 5px solid #d80c18;
	}

	.swiper-slide.sj1 .p2 {
		font-size: 90px;
		font-weight: lighter;
		font-style: italic;
		line-height: 1.2;
		color: #fff;
	}

	.swiper-slide.sj1 .p2 strong {
		font-size: 80px;
	}

	.swiper-slide.sj1 .valve {
		width: 85%;
		float: right;
		margin-top: 20%;
		margin-right: 4%;
	}
}

@media only screen and (max-width: 850px) {
	.swiper-slide.sj1 .p1 {
		font-size: 34px;
	}

	.swiper-slide.sj1 .p2 {
		font-size: 70px;
	}

	.swiper-slide.sj1 .p2 strong {
		font-size: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.swiper-slide.sj1 .all {
		top: 190px;
		left: 40px;
	}

	.swiper-slide.sj1 .p1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.swiper-slide.sj1 .p1 span {
		padding-top: 15px;
		border-top: 3px solid #d80c18;
	}

	.swiper-slide.sj1 .p2 {
		font-size: 60px;
	}

	.swiper-slide.sj1 .p2 strong {
		font-size: 50px;
	}
}

@media only screen and (max-width: 600px) {
	.swiper-slide.sj1 .all {
		top: 130px;
		left: 30px;
	}

	.swiper-slide.sj1 .p1 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.swiper-slide.sj1 .p1 span {
		padding-top: 10px;
		border-top: 3px solid #d80c18;
	}

	.swiper-slide.sj1 .p2 {
		font-size: 50px;
	}

	.swiper-slide.sj1 .p2 strong {
		font-size: 40px;
	}
}

@media only screen and (max-width: 450px) {
	.swiper-slide.sj1 .all {
		top: 100px;
		left: 20px;
	}

	.swiper-slide.sj1 .p1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.swiper-slide.sj1 .p1 span {
		padding-top: 10px;
		border-top: 3px solid #d80c18;
	}

	.swiper-slide.sj1 .p2 {
		font-size: 40px;
	}

	.swiper-slide.sj1 .p2 strong {
		font-size: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.img-common {
		display: none;
	}
}

.index2 {
	width: 100%;
	height: 100%;
	background: url(../img/index2-bg.png) no-repeat;
	background-size: cover !important;
	position: relative;
	display: flex;
}

.index2 .title {
	left: -600px;
	position: absolute;
	top: 80px;
	font-size: 201px;
	font-weight: 100;
	color: #fff;
	z-index: 1;
	opacity: 0.2;
}

.swiper-slide-active .index2 .title {
	position: absolute;
	top: 80px;
	left: calc(50% - 542px);
	font-size: 201px;
	font-weight: 100;
	color: #fff;
	z-index: 1;
	transition: all 1s;
}

.index2 .all {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.index2-1 {
	position: relative;
	top: 1000px;
	width: 399px;
	height: 100%;
	float: left;
	border-right: 1px solid #66696a;
	cursor: pointer;
}

.swiper-slide-active .index2-1 {
	width: 399px;
	height: 100%;
	float: left;
	border-right: 1px solid #66696a;
	top: 0;
	transition: all 1.5s 0.5s;
}

.index2-1-1 {
	width: 100%;
	height: 25%;
}

.index2-1-2 {
	width: 100%;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.8);
	/* background-image: url(../img/index2-1.png);
	background-repeat: no-repeat;
	background-position: center; */
	display: flex;
}

.index2-1-3 {
	width: 100%;
	height: 45%;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
}

.index2 .p1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0 15px;
}

.index2 .p2 {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}

.index2-2 {
	position: relative;
	top: -1000px;
	width: 523px;
	height: 100%;
	float: left;
	display: flex;
}

.swiper-slide-active .index2-2 {
	width: 523px;
	height: 100%;
	float: left;
	display: flex;
	top: 0;
	transition: all 1.5s 1s;
}

.index2-2-1 {
	margin: auto 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.index2-2-1 video {
	width: 100%;
	margin-top: 40px;
}

.index2-3 {
	position: relative;
	top: 1000px;
	width: 399px;
	height: 100%;
	float: left;
	border-left: 1px solid #6f7072;
	cursor: pointer;
}

.swiper-slide-active .index2-3 {
	width: 399px;
	height: 100%;
	float: left;
	border-left: 1px solid #6f7072;
	top: 0;
	transition: all 1.5s 1.5s;
}

.index2-3-1 {
	width: 100%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0.3);
}

.index2-3-2 {
	width: 100%;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.8);
	/* background-image: url(../img/index2-2.png);
	background-repeat: no-repeat;
	background-position: center; */
	display: flex;
}

.index2-3-3 {
	width: 100%;
	height: 45%;
	text-align: center;
	color: #fff;
}

.index2-2-1 .p02 {
	display: none;
}

.index2 .svg {
	width: 123px;
	height: 123px;
	margin: auto auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 1s;
}

.index2 .svg svg circle {
	stroke-width: 3;
}

.index2 .svg svg circle:nth-child(2) {
	display: none;
	transition: all 5s ease-in-out;
	animation: yuan 1s linear;
}

.index2-1 .svg.s1 {
	background-image: url(../img/about4-1.png);
}

.index2-1:hover .svg.s1 {
	background-image: url(../img/about4-1-b.png);
	transition: all 1s;
}

/* .index4-1 .svg.s2{
    background-image: url(../img/about4-2.png);
}

.index4-1:hover .svg.s2{
    background-image: url(../img/about4-2-b.png);
    transition: all 1s;
} */

.index2-3 .svg.s3 {
	background-image: url(../img/about4-3.png);
}

.index2-3:hover .svg.s3 {
	background-image: url(../img/about4-3-b.png);
	transition: all 1s;
}

.index2-1:hover .svg svg circle:nth-child(2),
.index2-3:hover .svg svg circle:nth-child(2) {
	display: block;
	transition: all 5s ease-in-out;
	animation: yuan 1s linear;
}

@keyframes yuan {
	from {
		stroke-dasharray: 0 190;
	}

	to {
		stroke-dasharray: 190 0;
	}
}

@media only screen and (max-width: 1350px) {
	.swiper-slide-active .index2-1 {
		width: 265px;
	}

	.swiper-slide-active .index2-2 {
		width: 400px;
	}

	.swiper-slide-active .index2-3 {
		width: 265px;
	}
}

@media only screen and (max-width: 1100px) {
	.swiper-slide-active .index2 .title {
		left: calc(50% - 400px);
		font-size: 170px;
	}
}

@media only screen and (max-width: 991px) {
	.index2 {
		background: url(../img/index2-bg-b.png) no-repeat;
		background-size: cover !important;
	}

	.index2 .title {
		left: 0;
		font-size: 148px;
	}

	.index2 .all {
		width: 715px;
		padding-top: 150px;
	}

	.index2-1 {
		width: 100%;
		padding: 38px 50px;
		border-right: 0;
		border-bottom: 2px solid #66696a;
		position: static;
	}

	.index2-1-1 {
		display: none;
	}

	.index2-1-2 {
		height: 367px;
		background-size: 170px;
	}

	.index2-1-3 {
		padding: 78px 65px;
	}

	.index2 .p1 {
		font-size: 48px;
	}

	.index2 .p2 {
		font-size: 24px;
		line-height: 40px;
	}

	.index2-3 {
		width: 100%;
		padding: 38px 50px;
		border-left: 0;
		border-top: 2px solid #66696a;
		position: static;
	}

	.index2-3-1 {
		display: none;
	}

	.index2-3-2 {
		height: 367px;
		background-size: 170px;
	}

	.index2-3-3 {
		padding: 78px 65px;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.index2-2 {
		width: 100%;
		padding: 38px 50px;
		position: static;
	}

	.index2-2-1 video {
		margin-top: 0;
	}

	.index2-2-1 .p01 {
		display: none;
	}

	.index2-2-1 .p02 {
		display: block;
		padding: 76px 0 150px;
		background-color: rgba(0, 0, 0, 0.3);
	}
}

@media only screen and (max-width: 720px) {
	.index2 .p1 {
		font-size: 30px;
	}

	.index2 .p2 {
		font-size: 16px;
		line-height: 30px;
	}

	.index2-1-3,
	.index2-3-3 {
		padding: 50px 30px;
	}

	.index2-2-1 .p02 {
		padding: 40px 0 100px;
	}

	.index2-1-2 {
		height: 280px;
		background-size: 120px;
	}

	.index2-3-2 {
		height: 200px;
		background-size: 80px;
	}

	.index2-1,
	.index2-2,
	.index2-3 {
		padding: 38px 30px;
	}
}

@media only screen and (max-width: 560px) {
	.index2 .all {
		width: 715px;
		padding-top: 50px;
	}

	.index2 .p1 {
		font-size: 30px;
	}

	.index2 .p2 {
		font-size: 12px;
		line-height: 30px;
	}

	.index2-1-3,
	.index2-3-3 {
		padding: 30px 15px;
	}

	.index2-1-2 {
		height: 200px;
		background-size: 80px;
	}

	.index2-3-2 {
		height: 200px;
		background-size: 80px;
	}

	.index2 .title {
		top: 30px;
		left: 0px;
		font-size: 70px;
	}
}

.index3 {
	width: 100%;
	height: 100%;
	background-color: #0b3190;
}

.index7 {
	width: 100%;
	height: 100%;
	background-color: #0b3190;
	display: flex;

}
.index7-1{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: 1px solid red; */
	background-image:url(../img/Frame\ 1392.png);
	background-repeat: no-repeat;
	background-size: cover;
	gap: 24px;
}
.index7-1 .credentials{
	width: 50%; /* 初始宽度为窗口宽度的 100% */
    max-width: 414px; /* 设置最大宽度为 414px */
    height: calc(621px * (414px / 100)); /* 根据宽度计算高度 */

}
.index7-1 .credentials img{
	width: 100%;
}

.index7-1 p{
	font-weight: 400;
font-size: 24px;
color: #FFFFFF;
line-height: 40px;
text-align: left;
font-style: normal;
text-transform: none;
}

.index7-2 {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}

.index7-2 .title {
	position: absolute;
	color: #114cdd;
	font-size: 200px;
	font-weight: 100;
	top: 147px;
	right: 0;
	opacity: 0.2;
}
.index7-2 .credentials-list{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	gap: 23px;
	max-width: 790px; /* 设置最大宽度为 790px */
	/* border: 1px solid red; */
}
.index7 .credentials-box {
    width: calc((100% - 4 * 23px) / 5); /* Calculates the width for 5 boxes per row minus 4 gaps */
    /* height: 210px; */
    /* border: 1px solid red; */
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5 ease-in-out;
    max-width: calc((100% - 4 * 23px) / 5); /* Ensures the box does not exceed this width */
    min-width: calc((100% - 4 * 23px) / 5); /* Ensures the box does not go below this width */
}
.index7 .credentials-box img{
	width: 100%;
}
.index7 .book-title{
	text-align: left;
	width: 100%; /* 设置宽度为页面宽度的 100% */
    max-width: 790px; /* 设置最大宽度为 790px */
	color: white;
	font-size: 36px;
}
.navigation-buttons {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	width: 100%; /* 设置宽度为页面宽度的 100% */
    max-width: 790px; /* 设置最大宽度为 790px */
    text-align: center;
}
.index7-mb{
	display: none;
}


.arrow-button {
    background-color: rgb(255, 255, 255);
    border: none;
	width: 50px;
	height: 50px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.arrow-button-l:hover,
.arrow-button-r:hover{
	background-color:transparent;
	border: 2px solid white;
}

.arrow {
    display: inline-block;
    width: 25px; 
    height: 25px;
}

.arrow.left {
    /* Adjust this to use your left arrow image */
	background-image: url(../img/right-blue-i5.png);
	background-repeat: no-repeat;
	background-position: center;
	transform: scaleX(-1)

}

.arrow.right {
    /* Adjust this to use your right arrow image */
	background-image: url(../img/right-blue-i5.png);
	background-repeat: no-repeat;
	background-position: center;
}
.arrow-button-l:hover .arrow.left{
	background-image: url(../img/right-white-b.png);
}
.arrow-button-r:hover .arrow.right{
	background-image: url(../img/right-white-b.png);
}

.selected{
	opacity: 1 !important;
}

@media only screen and (min-width: 1921px) {

	.index7-1 .credentials{
		transform: scale(1.3);
	}

}

.index3-1 {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	left: -50%;
}
.index3-1 img{
	width: 100%;
	height: 100%;
}


.swiper-slide-active .index3-1 {
	left: 0;
	transition: all 1s;
}

/* .index3-1 img {
	width: 100%;
} */

.index3-2 {
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	position: relative;
	left: 50%;
}

.swiper-slide-active .index3-2 {
	left: 0;
	transition: all 1s;
}

.index3-2 .all {
	width: 100%;
	margin: auto 0;
	padding-left: 85px;
}

.index3-2 .p1 {
	font-size: 36px;
	font-weight: lighter;
	color: #fff;
	text-align: left;
	margin-bottom: 33px;
	/* position: relative;
	top: 600px; */
}

/* .swiper-slide-active .index3-2 .p1{
	top: 0;
	transition: all 1s 1s;
} */

.index3-2 .p2 {
	font-size: 12px;
	color: #fff;
	text-align: left;
	width: 520px;
	margin-bottom: 100px;
	/* position: relative;
	top: 600px; */
}

/* .swiper-slide-active .index3-2 .p2{
	top: 0;
	transition: all 1s 1.5s;
} */

.index3-2 .more {
	font-size: 14px;
	color: #fff;
	width: 180px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 11px 0;
	float: left;
	transition: all 0.5s;
	/* position: relative;
	top: 600px; */
}

/* .swiper-slide-active .index3-2 .more{
	top: 0;
	transition: all 1s 2s;
} */

.index3-2 .more:hover {
	background-color: #fff;
	color: #0b3190;
	font-weight: bold;
	transition: all 0.5s;
}

.index3-2 .title {
	position: absolute;
	color: #114cdd;
	font-size: 200px;
	font-weight: 100;
	top: 147px;
	left: 230px;
	opacity: 0.2;
}

/* .swiper-slide-active .index3-2 .title{
	opacity: 1;
	transition: all 1s 1s;
} */

.index3-1 img:nth-of-type(2) {
	display: none;
}

@media only screen and (max-width: 1600px) {
	.index3-2 .title {
		top: 90px;
		left: 0px;
		font-size: 180px;
	}
}

@media only screen and (max-width: 1200px) {
	.index3-2 .title {
		font-size: 150px;
	}

	.index3-2 .all {
		padding-left: 35px;
	}

	.index3-2 .p2 {
		width: 370px;
	}
}

@media only screen and (max-width: 991px) {
	.index3-1 img:nth-of-type(2) {
		display: block;
	}

	.index3-1 img:nth-of-type(1) {
		display: none;
	}

	.index3-1 {
		width: 100%;
		position: static;
	}

	.index3-1 img {
		width: 100%;
	}

	.index3-2 {
		width: 100%;
		left: 0;
	}

	.index3-2 .all {
		width: 100%;
		margin: 90px 0;
		padding: 0 70px;
	}

	.index3-2 .p1 {
		font-size: 48px;
		position: static;
	}

	.index3-2 .p2 {
		font-size: 24px;
		line-height: 40px;
		width: 100%;
		position: static;
	}

	.index3-2 .more {
		font-size: 20px;
		width: 230px;
		float: right;
		position: static;
	}

	.index3-2 .title {
		font-size: 100px;
		top: 0px;
		left: 300px;
		/* opacity: 1; */
	}
}

@media only screen and (max-width: 650px) {
	.index3-2 .p1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.index3-2 .p2 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.index3-2 .title {
		font-size: 100px;
		left: 200px;
	}

	.index3-2 .all {
		padding: 0 30px;
		margin: 90px 0 50px;
	}

	.index3-2 .more {
		font-size: 12px;
		width: 130px;
		padding: 11px 0;
		transition: all 0.5s;
	}
}

@media only screen and (max-width: 500px) {
	.index3-2 .title {
		font-size: 70px;
		left: 145px;
	}
}

.index4 {
	width: 100%;
	height: 100%;
	background: url(../img/index4-bg.png) no-repeat;
	background-size: cover !important;
	position: relative;
	display: flex;
}

.index4 .all {
	width: 1200px;
	margin: 0 auto;
	padding-top: 180px;
	position: relative;
}
.center{
	
	transform: translate(0, 25%); /* 偏移自己的50%来居中 */
}

.index4 .p1 {
	font-size: 36px;
	font-weight: lighter;
	color: #fff;
	/* top: -100%; */
}

/* .swiper-slide-active .index4 .p1 {
	position: relative;
	top: 0;
	transition: all 1s;
} */

.index4 .p2 {
	font-size: 12px;
	color: #fff;
	margin-bottom: 70px;
	/* top: -100%; */
}

/* .swiper-slide-active .index4 .p2 {
	position: relative;
	top: 0;
	transition: all 1s;
} */

.index4 .mySwiper2{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index4 .swiper {
	top: 500px;
	opacity: 0;
}

.swiper-slide-active .index4 .swiper {
	top: 0;
	opacity: 1;
	transition: all 1s;
}

.index4 .swiper-slide {
	height: 276px;
	background-color: rgba(255, 255, 255, 0.67);
	padding: auto 0;
	overflow: hidden;
	cursor: pointer;
	padding: 30px;
}

.index4 .swiper-slide img {
	width: 90%;
	transition: all 0.5s;
}

.index4 .swiper-slide img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

.index4 .swiper-button-next,
.index4 .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0b318f;
	top: 1000px;
	transition: all 0.5s;
}

.swiper-slide-active .index4 .swiper-button-next,
.swiper-slide-active .index4 .swiper-button-prev {
	top: 50%;
	transition: all 1s;
}


.index4 .swiper-button-prev {
	left: calc(50% - 690px);
}

.index4 .swiper-button-next {
	left: calc(50% + 690px - 50px);
}

.index4 .swiper-button-prev::after {
	line-height: 0;
	content: url(../img/right-white.png);
	transform: rotateY(180deg);
}

.index4 .swiper-button-next::after {
	line-height: 0;
	content: url(../img/right-white.png);
}

.index4 .swiper-button-next.swiper-button-disabled,
.index4 .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	background-color: #fff;
}

.index4 .swiper-button-next.swiper-button-disabled::after,
.index4 .swiper-button-prev.swiper-button-disabled::after {
	content: url(../img/left-blue.png);
	transform: rotateY(180deg);
}

.index4 .swiper-button-prev.swiper-button-disabled::after {
	transform: rotateY(0);
}

/* .index4 .swiper-button-next:hover,
.index4 .swiper-button-prev:hover {
	background-color: #0b318f;
	transition: all 0.5s;
}

.index4 .swiper-button-next:hover::after,
.index4 .swiper-button-prev:hover::after {
	content: url(../img/right-white.png);
	transform: rotateY(180deg);
}

.index4 .swiper-button-next:hover::after {
	transform: rotateY(0);
} */

.index4 .button {
	display: flex;
	margin-top: 80px;
	top: 600px;
}

.swiper-slide-active .index4 .button {
	position: relative;
	top: 0;
	transition: all 1s;
}

.index4 .more {
	font-size: 14px;
	color: #fff;
	width: 210px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 15px 0;
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
}

.index4 .more:hover {
	background-color: #114cdd;
	border: 1px solid #114cdd;
	transition: all 0.5s;
}

.index4 .title {
	position: absolute;
	color: rgba(255, 255, 255, 0.1);
	font-size: 200px;
	font-weight: 100;
	top: 88px;
	left: 230px;
	/* opacity: 0.2; */
}

@media only screen and (max-width: 1500px) {
	.index4 .all {
		width: 850px;
	}

	.index4 .swiper-slide {
		height: 220px;
		padding: 0;
	}

	/* .index4 .swiper-slide img {
		width: 90%;
	} */

	.index4 .swiper-button-prev {
		left: calc(50% - 490px);
	}

	.index4 .swiper-button-next {
		left: calc(50% + 490px - 50px);
	}

	.index4 .p2 {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.index4 .swiper {
		top: 0;
		opacity: 1;
	}
	.center{
	
		transform: none;
	}
	.index4 .swiper-wrapper .swiper-slide:nth-of-type(n+4) {
		display: none;
	}

	.index4 .swiper-button-next,
	.index4 .swiper-button-prev {
		display: none;
	}

	.index4 {
		background: url(../img/index4-bg-b.png) no-repeat;
		background-size: cover !important;
	}

	.index4 .all {
		padding: 140px 50px 0;
	}

	.index4 .swiper-slide {
		height: 600px;
		margin: 50px 0;
	}

	.index4 .swiper-slide a {
		width: 70%;
	}

	.index4 .p1 {
		font-size: 48px;
	}

	.index4 .p2 {
		font-size: 24px;
		line-height: 36px;
	}

	.index4 .button {
		margin-top: 0;
		margin-bottom: 80px;
	}

	.index4 .title {
		font-size: 130px;
		top: 88px;
		left: 0px;
	}
}

@media only screen and (max-width: 750px) {
	.index4 .all {
		padding-top: 70px;
	}
	.center{
	
		transform: none;
	}

	.index4 .swiper-slide {
		height: 400px;
		margin: 50px 0;
	}

	.index4 .p1 {
		font-size: 32px;
	}

	.index4 .p2 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.index4 .title {
		font-size: 100px;
		top: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.center{
	
		transform: none;
	}
	.index4 .swiper-slide {
		height: 300px;
		margin: 50px 0;
	}

	.index4 .p2 {
		font-size: 14px;
		line-height: 30px;
	}

	.index4 .all {
		padding: 70px 30px 0;
	}

	.index4 .more {
		width: 130px;
		font-size: 12px;
		padding: 11px 0;
	}
}

@media only screen and (max-width: 400px) {
	.index4 .swiper-slide {
		height: 200px;
		margin: 50px 0;
	}
}

.index5 {
	width: 100%;
	height: 100%;
	background: url(../img/index5-bg.png) no-repeat;
	background-size: cover !important;
}

.index5 .all {
	width: 100%;
	padding-top: 180px;
}

.index5 .p1 {
	font-size: 36px;
	font-weight: lighter;
	color: #fff;
	/* top: -500px; */
}

/* .swiper-slide-active .index5 .p1 {
	position: relative;
	top: 0;
	transition: all 1s;
} */

.index5 .p2 {
	font-size: 12px;
	color: #898989;
	/* top: -500px; */
}

/* .swiper-slide-active .index5 .p2 {
	position: relative;
	top: 0;
	transition: all 1s;
} */

.index5 .new {
	width: 100%;
	margin-top: 25px;
	/* top: 1000px; */
	opacity: 0;
}

.swiper-slide-active .index5 .new {
	/* position: relative; */
	/* top: 0; */
	opacity: 1;
	transition: all 1s 0.5s;
}

.index5 .new1 {
	width: 100%;
	display: flex;
	transition: all 0.5s;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
}

.index5 .new1:hover {
	background-color: #092773;
	border-top: 1px solid #092773;
	border-bottom: 1px solid #092773;
	transition: all 0.5s;
}

.index5 .new1-1 {
	width: 1200px;
	padding: 24px 0;
	margin: 0 auto;
}

.index5 .img {
	float: left;
	overflow: hidden;
	cursor: pointer;
	width: 22%;
}

.index5 .img img {
	width: 100%;
	transition: all 0.5s;
}

.index5 .img:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.index5 .text {
	padding: 12px 35px 0;
	float: left;
	text-align: left;
	width: 68%;
}

.index5 .text1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.index5 .time {
	font-size: 12px;
	color: #fff;
	margin: 10px 0;
}

.index5 .text2 {
	font-size: 12px;
	color: #898989;
	border-top: 1px solid #092773;
	padding-top: 27px;
	transition: all 0.5s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index5 .new1:hover .text2 {
	border-top: 1px solid #898989;
	transition: all 0.5s;
}

.index5 .right {
	background-color: rgba(255, 255, 255, 0);
	background-image: url(../img/right-white-i5.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 65px;
	height: 100%;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}

.index5 .new1:hover .right {
	background-color: rgba(255, 255, 255, 0.1);
	background-image: url(../img/right-blue-i5.png);
	transition: all 0.5s;
}

.index5 .button {
	display: flex;
	margin-top: 40px;
	/* top: 1000px; */
	opacity: 0;
}

.swiper-slide-active .index5 .button {
	/* position: relative;
	top: 0; */
	opacity: 1;
	transition: all 1s 0.5s;
}

.index5 .button1 {
	display: none;
}

.index5 .more {
	font-size: 14px;
	color: #fff;
	width: 210px;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 15px 0;
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
}

.index5 .more:hover {
	background-color: #114cdd;
	border: 1px solid #114cdd;
	transition: all 0.5s;
}

.index5 .title {
	position: absolute;
	color: #051339;
	font-size: 200px;
	font-weight: 100;
	top: 50px;
	left: calc(50% - 620px);
	opacity: 0.7;
}

@media only screen and (max-width: 1200px) {
	.index5 .title {
		font-size: 150px;
		top: 54px;
		left: calc(50% - 450px);
	}
}

@media only screen and (max-width: 991px) {
	.index5 .new {
		opacity: 1;
	}

	.index5 .title {
		font-size: 100px;
		top: 200px;
		left: calc(50% - 300px);
		/* opacity: 1; */
	}

	.index5 {
		background: url(../img/index5-bg-b.png) no-repeat;
		background-size: cover !important;
	}

	.index5 .all {
		padding-top: 100px;
	}

	.index5 .p1 {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.index5 .p2 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 100px;
	}

	.index5 .new1-1 {
		padding: 0;
		margin: 30px;
	}

	.index5 .img {
		width: 100%;
	}

	.index5 .img img {
		width: 100%;
	}

	.index5 .text {
		width: 100%;
		background-color: #fff;
		padding: 60px 30px;
		transition: all 0.5s;
	}

	.index5 .text:hover {
		background-color: rgba(9, 34, 95, 0.8);
		transition: all 0.5s;
	}

	.index5 .new1 {
		width: 100%;
		display: flex;
		border: 0;
	}

	.index5 .new1:hover {
		background-color: transparent;
		border: 0;
	}

	.index5 .text1 {
		font-size: 28px;
		color: #000;
	}

	.index5 .time {
		font-size: 22px;
		color: #000;
		margin: 10px 0;
	}

	.index5 .text2 {
		font-size: 22px;
	}

	.index5 .right {
		display: none;
	}

	.index5 .button {
		display: none;
	}

	.index5 .button1 {
		display: block;
		margin-top: 60px;
		text-align: center;
		float: right;
	}

	.index5 .more {
		font-size: 20px;
		color: #727171;
		width: 210px;
		border: 1px solid #727171;
		border-radius: 40px;
	}

	.index5 .more:hover {
		background-color: transparent;
		transition: all 0.5s;
	}

	.index5 .text:hover .text1,
	.index5 .text:hover .text2,
	.index5 .text:hover .time,
	.index5 .text:hover .more {
		color: #fff;
	}

	.index5 .text:hover .text2 {
		border-top: 1px solid #fff;
	}

	.index5 .text:hover .more {
		border: 1px solid #fff;
	}
}

@media only screen and (max-width: 600px) {
	.index5 .title {
		font-size: 80px;
		top: 85px;
		left: 30px;
	}

	.index5 .p1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.index5 .p2 {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.index5 .text {
		padding: 30px 10px;
	}

	.index5 .text1 {
		font-size: 24px;
		color: #000;
	}

	.index5 .time {
		font-size: 16px;
	}

	.index5 .text2 {
		font-size: 16px;
	}

	.index5 .more {
		font-size: 14px;
		width: 130px;
		padding: 11px 0;
	}

	.index5 .all {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 500px) {
	.index5 .text1 {
		font-size: 19px;
	}

	.index5 .time {
		font-size: 14px;
	}

	.index5 .text2 {
		font-size: 14px;
	}

	.index5 .button1 {
		margin-top: 30px;
	}
}

.index6 {
	width: 100%;
	height: 100%;
	background: url(../img/index6-bg.png) no-repeat;
	background-size: cover !important;
	position: relative;
}

.index6 .all {
	width: 100%;
	padding-top: 180px;
}

.index6 .p1 {
	font-size: 36px;
	font-weight: lighter;
	color: #fff;
	/* top: -1000px; */
}

/* .swiper-slide-active .index6 .p1 {
	position: relative;
	top: 0;
	transition: all 1s;
} */

.index6 .p2 {
	font-size: 12px;
	color: #fff;
	margin-bottom: 40px;
	/* top: -1000px; */
}

/* .swiper-slide-active .index6 .p2 {
	position: relative;
	top: 0;
	transition: all 1s;
} */

.index6-1 {
	display: flex;
}

.index6 .map {
	width: 50%;
	height: 615px;
	background: url(../img/map.png) no-repeat center center;
	left: -50%;
}

.swiper-slide-active .index6 .map {
	position: relative;
	left: 0;
	transition: all 1s 0.5s;
}

.index6 .contact1 {
	width: 50%;
	height: 615px;
	background-color: #114cdd;
	padding: 115px 0 0 56px;
	left: 50%;
}

.swiper-slide-active .index6 .contact1 {
	position: relative;
	left: 0;
	transition: all 1s 0.5s;
}

.index6 .text {
	width: 100%;
	text-align: left;
}

.index6 .text1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 16px;
}

.index6 .text2 {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
	margin-bottom: 24px;
}

.index6 .hr {
	width: 25px;
	height: 1px;
	border: 1px solid #88a5ee;
	margin-bottom: 30px;
}

.index6 .input {
	width: 320px;
	float: left;
}

.index6 input {
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: #114cdd;
	margin-bottom: 30px;
	color: #fff;
}

.index6 .input1 {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: #114cdd;
	margin-bottom: 10px;
	height: auto;
	min-width: 100%;
	max-width: 100%;
	resize: none;
	color: #fff;
}

.index6 input:focus,
.index6 .input1:focus {
	background-color: #fff;
	color: #114cdd;
	font-weight: bold;
	border-radius: 10px;
}

.index6 input::placeholder,
.index6 .input1::placeholder {
	color: #fff;
}

.index6 input:focus::placeholder,
.index6 .input1:focus::placeholder {
	color: #114cdd;
}

.index6 .submit {
	display: block;
	font-size: 14px;
	color: #595757;
	background-color: #fff;
	border: 0;
	border-radius: 20px;
	width: 160px;
	padding: 10px 0;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
}

.index6 .submit:hover {
	background-color: #0b318f;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s;
}

.index6 .text3 {
	float: left;
	margin-left: 70px;
	padding-top: 10px;
}

.index6 .text3-1 {
	margin-bottom: 20px;
}

.index6 .text3-1-1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}

.index6 .text3-1-2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

.index6 .text3-1-2 a {
	color: #fff;
	transition: all 0.5s;
}

.index6 .text3-1-2 a:hover {
	color: #0b318f;
	transition: all 0.5s;
}

.index6 .foot {
	width: 100%;
	padding: 15px 0;
	top: 500px;
}

.swiper-slide-active .index6 .foot {
	position: relative;
	top: 0;
	transition: all 1s 1s;
}

.index6 .foot p {
	font-size: 12px;
	color: #b3b3b3;
}

.index6 .foot p a {
	font-size: 12px;
	color: #b3b3b3;
	cursor: pointer;
}

.index6 .foot p a:hover {
	color: #114cdd;
}

.index6 .title {
	position: absolute;
	color: rgba(255, 255, 255, 0.71);
	font-size: 190px;
	font-weight: 100;
	top: 65px;
	left: 138px;
	opacity: 0.2;
}

@media only screen and (max-width: 1500px) {
	.index6 .text3 {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.index6 .text3 {
		display: block;
	}

	.index6 {
		background: url(../img/index6-bg-b.png) no-repeat center center;
		background-size: cover !important;
	}

	.index6 .title {
		display: none;
		/* opacity: 1; */
	}

	.index6 .all {
		padding-top: 80px;
	}

	.index6 .p1 {
		font-size: 48px;
	}

	.index6 .p2 {
		font-size: 20px;
		line-height: 30px;
		width: 390px;
		margin: 0px auto;
		margin-bottom: 40px;
	}

	.index6 .map {
		width: 100%;
		height: 500px;
		background: url(../img/map-b.png) no-repeat center center;
		background-size: cover;
		left: 0;
	}

	.index6 .contact1 {
		width: 100%;
		height: auto;
		padding: 65px 70px 75px;
	}

	.index6-1 {
		flex-wrap: wrap;
	}

	.index6 .foot {
		padding: 10px 40px;
	}
}
@media only screen and (max-width: 991px){
	.swiper-container .swiper-wrapper{
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.swiper-container .swiper-wrapper .swiper-slide{
		background: none;
	}
	.index7{
		display: none;
	}
	.index7-mb{
		display: flex;
		flex-direction: column;
		width: 100%;
		position: relative;
		justify-content: center;
		align-items: center;
		height: 844px;
	}
	.index7-mb-1{
		width: 100%;
		height: calc(100% - 274px);
		background-image:url(../img/Frame\ 1392.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.index7-mb-1 .title{
		position: absolute;
		color: white;
		font-size: 68px;
		font-weight: 100;
		top: 0;
		right: 0;
		opacity: 0.2;
	}
	.index7-mb-2{
		width: 100%;
		height: 100%;
		background: #0b318f;
	}
	.credentials-mb{
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 100vw;
		gap: 32px;
		padding-top: 50px;
	}
	.credentials-mb .title{
		font-weight: 400;
		width: 100%;
		font-size: 30px !important;
		color: #FFFFFF;
		line-height: 35px;
		text-align: left;
		margin-bottom: 16px;
	}
	.credentials-mb .credentials-box{
		display: flex;
		gap: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.credentials-box p{
		font-weight: 400;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 40px;
	}
	.credentials-img{
		width: 292px;
		height: 437px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.credentials-img img{
		width: 100%;
	}
	.page-num{
		color: white;
	}
}
@media only screen and (max-width: 920px)
{
	.credentials-mb{
		transform: scale(1.2);
	}
}

@media only screen and (max-width: 820px) {
	.index6 .input {
		width: 100%;
	}

	.index6 .flex {
		display: flex;
		flex-direction: column-reverse;
	}

	.index6 .text3 {
		margin-left: 0;
		padding-top: 10px;
	}

	.index6 .submit {
		margin: 0 auto;
	}

	.index6 .contact1 {
		padding: 50px;
	}

	.index6 .map {
		height: 400px;
	}
}

@media only screen and (max-width: 600px) {
	.index6 .map {
		height: 300px;
	}
}

@media only screen and (max-width: 500px) {
	.index6 .p1 {
		font-size: 32px;
	}

	.index6 .p2 {
		font-size: 16px;
		width: 320px;
	}

	.index6 .contact1 {
		padding: 40px 30px;
	}

	.index6 .submit {
		width: 130px;
		padding: 10px 0;
	}

	.index6 .map {
		height: 200px;
	}
}
