@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: #fff;
}

:root {
	--app-height: 100%;
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	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("../img/bg.jpg") top center no-repeat;
	background-size: 100% 100%;
}


.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 {
	/* 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: .24rem 0 .1rem;
	position: fixed;
	top: 0;
}

.head_nav a.language {
	width: 10%;
	margin: 0 .4rem;
}

.language img {
	width: .8rem;
}

.head_nav a .logo {
	width: 80%;
	margin: auto;
	vertical-align: middle;
}

.logo img {
	width: 4.6rem;
}

.head_nav a.service {
	width: 10%;
	margin: 0 .4rem;
}

.service img {
	width: .8rem;
}

.zright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 56%;
	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: #fff;
	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(../img/btn.png) no-repeat top center;
	background-size: 100% 100%;
	width: 80%;
	padding: .4rem .1rem;
	/* border-radius: .1rem; */
	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(../img/btn_h.png) no-repeat top center;
	background-size: 100% 100%;
}

.gobtn p {
	font-size: .38rem;
	font-weight: 700;
	margin: auto;
	justify-content: center;
	text-align: center;
	display: flex;
	color: #d72626;
	word-spacing: 0;
	width: 80%;
	align-items: center;
}

.gobtn p span {
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 6rem;
	padding-left: .6rem;

}

span.b1 {
	background-image: url(../img/ico_in.png);
}

span.b2 {
	background-image: url(../img/ico_mob.png);
}

span.b3 {
	background-image: url(../img/ico_d.png);
}

.menu {
	position: relative;
}

.menu>li .jsBox {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 0;
	display: none;
	box-sizing: border-box;
	border: 2px solid #fa4040;
	background: rgba(232, 0, 0, .9);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 99;
	border-radius: .2rem;
}


.menu>li .jsBox p {
	color: #fff;
	font-size: .32rem;
	margin: 0.4rem 0 .3rem;
	text-align: center;
}

.menu>li .jsBox .txtapp {
	color: #fff;
	border-radius: .2rem;
	font-size: .38rem;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 80%;
}

.menu>li .jsBox .txtapp span {
	color: #fff;
	font-size: .36rem;
	font-weight: 600;
	width: 3.2rem;
}

.menu>li .jsBox .txtapp span img {
	width: 80%;
	margin-bottom: .2rem;
}

.li01 .jsBox ul {
	padding: 0.3rem 0.5rem;
	box-sizing: border-box;

}

.li01 .jsBox li {
	margin-bottom: 0.18rem;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background: #fdeded;
	border: 1px solid #ff413e;
	border-radius: 1rem;
	height: .88rem;
	padding: 0 0.08rem;
}

.li01 .jsBox li span {
	display: block;
	float: left;
	color: #d20923;
	font-size: 0.34rem;
	font-weight: 400;
	line-height: 0.7rem;
	text-align: center;
	box-sizing: border-box;
}

.li01 .jsBox li .ms {
	padding: 0 .1rem 0 .2rem;
	/* width: 2rem; */
	font-size: 0.28rem !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: 2.26rem;
	display: block;
	float: right;
	color: #fff;
	font-size: 0.32rem;
	font-weight: 700;
	line-height: 0.64rem;
	text-align: center;
	background: #f62222 url(../img/btnjs.png) no-repeat top center;
	background-size: contain;
	box-sizing: border-box;
	border-radius: 1rem;
	border: #fff 1px solid;
	padding: 0 .1rem;
}

.li01 .jsBox .arrow {
	margin: 0 auto;
	width: 0.36rem;
	position: absolute;
	left: 50%;
	bottom: -0.36rem;
}


@media screen and (min-width:751px) {

	.textsp {
		top: 800%;
		font-size: 0.4rem;
	}

	body {
		background-size: 100% auto;
	}
	.zright {		
		height: 64%;
	}

	.gobtn {
		padding: .44rem .2rem;
	}

	.menu>li .jsBox {
		width: 84%;
		left: 8%;
	}

	.li01 .jsBox li .url {
		width: 4.4rem;
	}


}