@charset 'utf-8';

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

li img,
dt img,
dd img {
	vertical-align: top;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
	outline: none;
}

* {
	box-sizing: border-box;
	text-decoration: none;

}

.wrapper,
.head_nav,
.function,
.body {
	max-width: 640PX;
}

body {
	height: 100%;
	max-width: 640PX;
	margin: 0 auto;
	position: relative
}

html {
	background-color: #cbd2ee;
}

:root {
	--app-height: 100%;
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: var(--app-height);
}


body {
	padding: 0;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
	background: #fff url("../images/bg.jpg") top center no-repeat;
}


.container {
	margin-left: auto;
	margin-right: auto;
}

.flex_center {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.wrapper {
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.head_nav {
	background: rgba(255, 255, 255, 0.05);
	/* border-bottom: #fff 1px solid; */
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: .14rem 0 .1rem;
	position: fixed;
	top: 0;
}

.head_nav a.language {
	width: 10%;
	margin: 0 .4rem;
}

.language img {
	width: .6rem;
}

.head_nav a .logo {
	width: 80%;
	margin: auto;
	vertical-align: middle;
}

.logo img {
	width: 3.8rem;
}

.head_nav a.service {
	width: 10%;
	margin: 0 .4rem;
}

.service img {
	width: .6rem;
}

.zright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60%;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: .4rem;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	bottom: .2rem;
	padding: .2rem 0;
}

.textsp {
	position: absolute;
	top: 77%;
	left: 0%;
	font-size: 0.5rem;
	color: #efc77d;
	width: 100%;
}

.zleft {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	height: 20%;
	/*gap:5%;*/
}

.function {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 40%;
}

.gobtn {
	box-sizing: border-box;
	position: relative;
	background: url(../images/btn.png) no-repeat top center;
	background-size: 100% 100%;
	width: 80%;
	padding: .32rem .2rem;
	border-radius: .28rem;
	margin: .32rem auto;
	text-align: center;
	vertical-align: middle;
	align-items: center;
}

.gobtn div {
	width: 60%;
	display: flex;
	margin: 0 auto;
}

.gobtn p img {
	width: .52rem;
	margin: 0 .2rem;
	display: block;
	align-items: center;
}

.gobtn:hover {
	background: url(../images/btn_h.png) no-repeat top center;
	background-size: 100% 100%;
}

.gobtn p {
	font-size: .38rem;
	font-weight: 400;
	margin: auto;
	justify-content: center;
	text-align: center;
	display: flex;
	color: #fff;
	word-spacing: .02rem;
	width: 60%;
	align-items: center;
}

.gobtn p span {
	text-align: center;
}

.menu {
	position: relative;
}

.menu>li .jsBox {
	width: 92%;
	position: absolute;
	left: 4%;
	top: 0;
	display: none;
	box-sizing: border-box;
	border: 1px solid #da241e;
	background: rgba(255, 255, 255, 0.98);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 99;
}


.menu>li .jsBox p {
	color: #7d7d7d;
	font-size: .32rem;
	margin: 0.4rem 0 .3rem;
	text-align: center;
}

.menu>li .jsBox .txtapp {
	background: #da241e;
	color: #fff;
	padding: .12rem .4rem;
	border-radius: .2rem;
	font-size: .32rem;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 87%;
	margin-top: .36rem;
}

.menu>li .jsBox .txtapp span{
	color: #f8e003;
	font-size: .36rem;
	font-weight: 600;
}



.li01 .jsBox ul {
	padding: 0.4rem 0.4rem .1rem;
	box-sizing: border-box;
}

.li01 .jsBox li {
	margin-bottom: 0.25rem;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.li01 .jsBox li span {
	display: block;
	float: left;
	color: #fff;
	font-size: 0.3rem;
	font-weight: 400;
	line-height: 0.7rem;
	text-align: center;
	background: #3f4147;
	box-sizing: border-box;
}

.li01 .jsBox li .ms {
	padding: 0 .2rem;
	width: 1.5rem;
	font-size: 0.24rem !important;
}

.li01 .jsBox li img {
	margin: 0.25rem 0.06rem 0.25rem 0;
	width: 0.4rem;
	display: block;
	float: left;
}

.li01 .jsBox li .url {
	width: 3.6rem;
}

.li01 .jsBox li a {
	width: 2rem;
	display: block;
	float: right;
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.7rem;
	text-align: center;
	background: #da241e;
	box-sizing: border-box;
	padding: 0 .1rem;
}

.li01 .jsBox .arrow {
	margin: 0 auto;
	width: 0.3rem;
	position: absolute;
	left: 50%;
	bottom: -0.32rem;
}


@media screen and (min-width:751px) {
	.textsp {
		top: 800%;
		font-size: 0.4rem;
	}

	body {
		background-size: 100% auto;
	}

	.gobtn {
		padding: .28rem .2rem;

	}

	.menu>li .jsBox {
		width: 84%;
		left: 8%;
	}

	.li01 .jsBox li .url {
		width: 4.4rem;
	}

}