.swap_banner .swap_content li h1,
.swap_banner .swap_content li h2 {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 25px;
	/* margin-top: 130px; */
	color: white;
}

.swap_banner .swap_content li p {
	/* margin-bottom: 100px; */
	color: white;
}

.swap_banner .swap_content li h3 {
	margin-bottom: 66px;
	color: white;
}

.swap_banner .swap_content li .btn {
	font-size: 16px;
	padding: 12px 33px;
}

.index_floor_1 {
	height: 600px;
	margin-top: 100px;
}

.index_floor_1 .title {
	text-align: center;
	font-size: 45px;
	margin-bottom: 50px;
}

.index_floor_1 .newPattern {
	width: 30%;
	height: 170px;
	font-size: 28px;
	cursor: pointer;
	position: relative;
}

.index_floor_1 .newPattern:hover::after {
	width: 100%;
	height: 274px;
	background: #00000080;
	border-radius: 15px;
	font-size: 28px;
	position: absolute;
	text-align: center;
	line-height: 274px;
	color: white;
	top: 0;
	left: 0;
	content: '了解更多>>';
}

.index_floor_1 .newPattern:nth-child(2) {
	margin-left: 5%;
	margin-right: 5%;
}

.index_floor_1 .newPattern p {
	text-align: center;
	height: 74px;
	line-height: 74px;
	color: white;
	border-radius: 15px 15px 0 0px;
}

.index_floor_1 .newPattern div {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.9vw;
	border-radius: 0 0px 15px 15px;
	height: 200px;
	border: 1px solid black;
	border-top: none;
	color: #7f7f7f;
}

.index_floor_1 .newPattern:first-child div {
	border-color: #f59a23;
}

.index_floor_1 .newPattern p:first-child {
	background: #f59a23;
}

.index_floor_1 .newPattern:nth-child(2) div {
	border-color: #3a60b2;
}

.index_floor_1 .newPattern:nth-child(2) p {
	background: #3a60b2;
}

.index_floor_1 .newPattern:nth-child(3) div {
	border-color: #014c45;
}

.index_floor_1 .newPattern:nth-child(3) p {
	background: #014c45;
}

.index_floor_ct .newPattern {
	width: 235px;
	text-align: center;
	padding: 20px;
}

.index_floor_ct .newPattern p:first-child {
	margin: 15px auto;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #01aae3, #01b0cf, #01b5bd);
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_floor_ct .newPattern p:nth-child(2) {
	font-size: 18px;
	margin: 15px 0;
}

.index_floor_ct .newPattern div {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}

.index_floor_ct .newPattern img {
	width: 42px;
	height: 42px;
}

.index_floor_ct .newPattern:hover {
	border-radius: 10px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.index_floor_2_left {
	border-radius: 15px;
	/* padding: 20px 15px; */
	box-sizing: border-box;
	width: calc(100% - 500px);
	min-width: 500px;
}

.index_floor_2_left p {
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}

.index_floor_2_left img {
	width: 100%;
	margin-top: 88px;
	border-radius: 3px;
	object-fit: contain;
}


.index_floor_2_right {
	width: 500px;
	margin-left: 83px;
}

.index_floor_2_right>div {
	font-size: 18px;
	color: #999999;
	line-height: 28px;
	position: relative;
	height: 90px;
	display: flex;
	align-items: center;
}

.index_floor_2_right>div.active span,
.index_floor_2_right>div.activeClick span {
	color: #1E6FFF;
	font-size: 18px;
}

.index_floor_2_right>div i {
	border: 2px solid #7f7f7f;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	margin-right: 40px;
	flex-shrink: 0;
	cursor: pointer;
}

.index_floor_2_right>div span {
	cursor: pointer;
}

.index_floor_2_right>div.active i,
.index_floor_2_right>div.activeClick i {
	border: 2px solid #1E6FFF;
	color: white;
	background: #1E6FFF;
}

.index_floor_2_right>div:not(:last-child):after {
	position: absolute;
	top: 75px;
	left: -12px;
	content: '-----';
	color: #7f7f7f;
	transform: rotate(90deg);
	font-size: 28px;
}

.index_floor_2_right>div.activeClick:after,
.index_floor_2_right>div.activeClick:before,
.index_floor_2_right>div.active:after,
.index_floor_2_right>div.active:before {
	color: #3a60b2;
	z-index: 9;
}

.index_floor_2_right p {
	font-size: 12px;
	display: none;
	position: absolute;
	top: 56px;
	left: 72px;
}

.index_floor_2_right>div.activeClick div {
	position: relative;
}

.index_floor_2_right>div.activeClick p {
	display: block;
}


.index_floor_3 img {
	width: 60%;
	/* height: 250px;
		object-fit: cover; */
}

.threePart>div {
	text-align: center;
}

.index_floor_3 .advantageDiv img:hover {
	transform: scale(1.05)
}

.index_floor_3 .advantageDiv img:hover+p+span {
	opacity: 1;
}

.index_floor_3 div p {
	font-size: 22px;
	padding: 10px 0;
	text-align: center;
}


.index_floor_4 .fourPart>div h3 {
	color: white;
	font-size: 14px;
	line-height: 22px;
	padding-top: 28px;
	margin-bottom: 15px;
}

.index_floor_4 .fourPart .hoverHyDiv>div {
	display: flex;
	flex-wrap: wrap;
	color: white;
}

.index_floor_4 .fourPart .hoverHyDiv span {
	width: 50%;
	font-size: 12px;
	padding: 7px 0;
}

.download_div {
	/* background: #3a60b2; */
	height: 400px;
	color: #333;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: 100%;
	background: #f2f2f2 url(../images/index/f5_bg.png) center bottom no-repeat;
	width: 100%;
	/* padding-top: 10px; */
	/* padding-bottom: 88px; */
}


.download_div h3 {
	font-size: 16px;
	line-height: 28px;
}

.download_div .btn {
	margin-top: 85px;
	font-size: 16px;
	color: #1E6FFF;
	padding: 0;
	width: 150px;
	line-height: 43px;
	text-align: center;
	border: #1E6FFF solid 1px;
	border-radius: 5px;
}

.download_div .btn:hover {
	background-color: #1f6eb1;
	color: #fff;
	border: #1f6eb1 solid 2px;
}

.btnBlue:hover {
	color: white !important;
	transform: scale(1.05) !important;
	transition: 0.5s !important;
}

a.btnDefault:hover {
	display: inline-block;
}

.hoverText {
	color: #716e6e;
	font-size: 13px;
	opacity: 0;
}

.index_floor_ys {
	padding: 30px 0 10px 0;
}

.number_part {
	text-align: center;
	font-size: 18px;
}

.number_part p {
	display: flex;
	color: #0079fe;
	font-size: 22px;
	align-items: center;
	position: relative;
	justify-content: center;
}

.number_part p>span:first-child {
	font-size: 60px;
}

.number_part p em {
	display: flex;
	flex-direction: column;
}

.number_part p img {
	transform: rotate(90deg);
	width: 17px;
	margin-bottom: 10px;
}

.index_floor_ys .part_div {
	color: #CDFFFF;
	display: flex;
}

.index_floor_ys .part_title {
	/* margin-bottom: 8px; */
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.index_floor_ys p {
	color: white;
	font-size: 14px;
	line-height: 22px;
	color: #CDFFFF;
}

.ys_part_left img,
.ys_part_right img {
	width: 20px;
	height: 20px;
}

.ys_part_left img {
	width: 20px;
	height: 20px;
	margin-left: 8px;
}

.ys_part_right img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}


.center_part {
	width: 325px;
	height: 325px;
	position: relative;
}

.center_part img {
	width: 100%;
}

.center_part img:last-child {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.ys_part_left {
	width: 274px;
	margin-right: 40px;
}

.ys_part_left .part_title {
	justify-content: end;
}

.ys_part_left .part_div {
	text-align: right;
	justify-content: end;
}

.ys_part_left .part_div:nth-child(2) {
	margin: 100px 0;
	justify-content: start;
}

.ys_part_right {
	width: 274px;
	margin-left: 40px;
}

.ys_part_right .part_title {
	justify-content: start;
}

.ys_part_right .part_div {
	text-align: left;
}

.ys_part_right .part_div:nth-child(2) {
	justify-content: end;
	margin: 100px 0;
}

.index_floor_4 .bgdiv {
	position: relative;
	text-align: center;
	height: 300px;
	border-radius: 10px;
}

.index_floor_4 .bgdivShadow {
	position: absolute;
	background: #3333339c;
	height: 380px;
	width: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 28px;
}

.index_floor_4 .bgdivShadow:hover span {
	display: none;
}

.index_floor_4 .bgdivShadow:hover {
	background: transparent;
}

.index_floor_4 .bgdivShadow:hover+.hoverHyDiv {
	display: block;
}
.fourPart>div {
    width: 22%;
}

.hoverHyDiv {
	background: rgba(59, 118, 186, 0.79);
	display: block;
	height: 300px;
	border-radius: 10px;
}

.hoverHyDiv .more {
	color: white;
	font-weight: bold;
	margin-top: 5px;
	font-size: 12px;
	color: #CDFFFF;
}

.tbfn {
	position: absolute;
	right: 0px;
}

.tbfn p {
	background-image: linear-gradient(to right, #01aae3, #01b0cf, #01b5bd);
	padding: 8px 17px;
	border-radius: 17px;
	width: fit-content;
	font-size: 12px;
	position: absolute;
}

.dialog-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 54%);
	z-index: 99;
	display: none;
}

.dialog-outer-video {
	width: 1246px;
	height: 700px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dialog-outer-video .dialog-main {
	box-shadow: 0 0 999px 999px rgba(0, 0, 0, 0.37);
	background: none;
}

.dialog-outer-video .close-button {
	position: absolute;
	cursor: pointer;
	right: 1px;
	top: -48px;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	color: white;
	font-size: 40px;
}

.mi-video-player {
	width: 1246px;
	height: 700px;
}
/* @media (min-width: 1280px)
.video-bg {
    background-size: auto;
} */