.swiper-container .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 600px;
	color: #fff;
}
.swiper-container .swiper-slide .desc h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 1.4;
}
.swiper-container .swiper-slide .desc p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
}
.swiper-container .swiper-slide .desc p span {
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid rgba(255, 255, 255, .5);
}
.swiper-container .swiper-slide .desc p span:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.swiper-container .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-container .slide1 {
	background-image: url("../images/home/banner_01.png");
}
.swiper-container .slide2 {
	background-image: url("../images/home/banner_02.png");
}
.swiper-container .slide2 .container {
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
.swiper-container .slide2 .desc {
	margin-top: 50px;
}
.swiper-container .swiper-slide .desc p {
	justify-content: center;
	margin-top: 10px;
}
.swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.swiper-container .container {
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		height: 350px;
	}
	.swiper-container .swiper-slide {
		background-size: cover;
	}
	.swiper-container .swiper-slide .desc h2 {
		font-size: 24px;
	}
	.swiper-container .swiper-slide .desc p {
		margin-top: 10px;
		font-size: 12px;
	}
	.swiper-container .swiper-slide .desc p span {
		margin-left: 10px;
		padding-left: 10px;
	}
	.swiper-container .slide1 {
		background-image: url("../images/home/h5_banner_01.png");
	}
	.swiper-container .slide1 .desc {
		margin-top: 10px;
	}
	.swiper-container .slide2 {
		background-image: url("../images/home/h5_banner_02.png");
	}
	.swiper-container .slide2 .desc {
		margin-top: 40px;
	}
	.swiper-pagination-bullet {
		width: 30px;
	}
}

.about .text-image {
	display: flex;
	justify-content: space-between;
}
.about .text-image .desc,
.about .text-image .image {
	width: calc(50% - 10px);
}
.about .text-image .desc {
	text-align: justify;
	font-size: 24px;
	line-height: 1.5;
}
.about .text-image .image img {
	width: 100%;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.about .text-image {
		flex-direction: column;
	}
	.about .text-image .desc,
	.about .text-image .image {
		width: 100%;
	}
	.about .text-image .desc {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
}

.business {
	background: #f4f4f4;
}
.business .business-pic {
	text-align: center;
}
.business .icon-list {
	display: flex;
	justify-content: space-between;
}
.business .icon-list li {
	width: calc(20% - 10px);
	text-align: center;
	padding: 30px 10px;
	background: #fff;
	border: 1px solid #D3D3D3;
}
.business .icon-list li img {
	width: 100px;
}
.business .icon-list li p {
	margin-top: 20px;
	font-size: 20px;
	word-wrap: break-word;
}

.business .text-image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.business .text-image .image {
	margin-right: 20px;
	flex: 1;
}
.business .text-image .desc p {
	position: relative;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.4;
	padding-left: 15px;
	text-align: justify;
}
.business .text-image .desc p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4a4a4a;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.business .business-pic img {
		max-width: 80%;
	}
	.business .icon-list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.business .icon-list li {
		margin: 5px;
		padding: 20px 10px;
		width: calc(33.33% - 10px);
	}
	.business .icon-list li img {
		width: 60px;
	}
	.business .icon-list li p {
		margin-top: 10px;
		font-size: 14px;
	}
	.business .text-image .desc p {
		font-size: 12px;
	}
	.business .text-image .desc p::before {
		top: 6px;
		width: 6px;
		height: 6px;
	}
}

.pay .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pay .function {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 460px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/home/pay_bg.png");
}
.pay .function .item {
	position: absolute;
	text-align: center;
	width: 90px;
	word-break: break-all;
}
.pay .function .item_01 {
	top: 100px;
	left: -20px;
}
.pay .function .item_02 {
	bottom: 100px;
	left: -10px;
}
.pay .function .item_03 {
	top: 70px;
	right: 10px;
}
.pay .function .item_04 {
	bottom: 110px;
	right: -20px;
}
.pay .list {
	margin-left: 20px;
}
.pay .list li {
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pay .list li p {
	margin-left: 10px;
	font-size: 24px;
	line-height: 1;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.pay .content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: wrap;
	}
	.pay .function {
		width: 320px;
		background-size: 320px 320px;
	}
	.pay .function img {
		width: 80%;
	}
	.pay .function .item img {
		width: 60px;
	}
	.pay .function .item p {
		font-size: 12px;
	}
	.pay .function .item_01 {
		top: 100px;
		left: -10px;
	}
	.pay .function .item_02 {
		bottom: 100px;
		left: -20px;
	}
	.pay .function .item_03 {
		top: 100px;
		right: -20px;
	}
	.pay .function .item_04 {
		bottom: 120px;
		right: -20px;
	}

	.pay .list {
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.pay .list li {
		width: calc(50% - 10px);
		margin: 5px;
		padding: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 1px solid #EAEAEA;
	}
	.pay .list li img {
		width: 40px;
	}
	.pay .list li p {
		margin-left: 0;
		font-size: 14px;
	}
}

.deal {
	background: #f4f4f4;
}
.deal .list {
	display: flex;
	justify-content: space-between;
}
.deal .list li {
	width: calc(33.33% - 10px);
	background: #fff;
	border: 1px solid #E0E0E0;
}
.deal .list li .info {
	position: relative;
}
.deal .list li .info img {
	width: 100%;
}
.deal .list li .info > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.deal .list li .info > div h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}
.deal .list li .info > div p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.2;
}
.deal .list li .desc {
	text-align: justify;
	padding: 15px;
	font-size: 16px;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.deal .list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.deal .list li {
		margin-top: 20px;
		width: 100%;
	}
	.deal .list li:first-child {
		margin-top: 0;
	}
	.deal .list li .info {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 150px;
		overflow: hidden;
	}
}

.exclusive-wrap {
	padding-bottom: 0;
}
.exclusive {
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/home/exclusive_bg.png");
}
.exclusive .list {
	display: flex;
	justify-content: space-between;
}
.exclusive .list li {
	width: calc(25% - 15px);
	text-align: center;
	color: #fff;
}
.exclusive .list li p {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.exclusive {
		padding: 10px 0;
		background-image: url("../images/home/exclusive_bg_h5.png");
		background-size: cover;
	}
	.exclusive .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.exclusive .list li {
		margin: 20px 0;
		width: calc(50% - 10px);
	}
	.exclusive .list li img {
		width: 60px;
	}
	.exclusive .list li p {
		margin-top: 10px;
		font-size: 14px;
	}
}

.partner {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.partner ul {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	left: 0;
	height: 60px;
}
.partner ul li {
	padding: 0 20px;
}
.partner ul li img {
	width: auto;
	height: 60px;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.partner,
	.partner ul,
	.partner ul li img {
		height: 34px;
	}
	.partner ul li {
		padding: 0 10px;
	}
}

.foot-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BFBFBF;
}
.foot-logo img {
	height: 40px;
}
.foot-logo h1 {
	margin: 0 0 0 10px;
	font-size: 28px;
}
.contact .tab-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.contact .tab-title li {
	cursor: pointer;
	margin-left: 50px;
	font-size: 16px;
	font-weight: 400;
}
.contact .tab-title li:first-child {
	margin-left: 0;
}
.contact .tab-item {
	display: none;
	line-height: 1.5;
	max-height: 210px;
	overflow-y: auto;
}
.contact .tab-item.show {
	display: block;
}
.contact .tab-item .qrCode {
	display: flex;
	justify-content: center;
}
.contact .tab-item .qrCode .item {
	text-align: center;
}
.contact .tab-item .qrCode .item img {
	margin: 10px;
	width: 120px;
}