@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: 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 {

	border-bottom:#fff;
	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 .3rem;
}
.language img {
 width: .6rem;
}
.head_nav a .logo {
	width: 80%;
	margin: auto;
	vertical-align: middle;
}
.logo img {
	width: 4.5rem;
}
.head_nav a.service {
	width: 10%;
 margin: 0 .3rem;
}
.service img {
 width: .6rem;
}
.zright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height:68%;
	margin: 0 auto;
}
.swiper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.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: 0px; padding-top: 0px;  }*/
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
 bottom: .3rem;
	padding-top: 1.2rem;
 padding-bottom: .4rem;
}
.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: rgba(26, 26, 26, );
	border: rgba(26, 26, 26, ) 1px solid;
	width: 80%;
 padding: .22rem .2rem;
 border-radius: .28rem;
 margin: .1rem auto;
	text-align: center;
	vertical-align: middle;
	align-items: center;
}
.gobtn div {
	width: 60%;
	display: flex;
	margin: 0 auto;
}
.gobtn p img {
 width: .48rem;
 margin-left: -0.1rem; margin-right:0.2rem;
	display: block;
	align-items: center;
	position: relative;
	margin-top: 0px;
}
.gobtn:hover {
	background-color: rgba(26, 26, 26, );
}
.gobtn p {
 font-size: .38rem;
	font-weight: bold;
	margin: auto;
	justify-content: center;
	text-align: center;
	display: flex;
	color: #fff;
 word-spacing: .05rem;
	width: 75%;
	align-items: center;
	border-radius: 5px;
	padding: 4.5%;
	background: #1D3CCB;
	height:1.1rem;
}
.gobtn p span {
	text-align: center;
}
.menu {
	position: relative;
	margin-top: 4%;
}




.menu li.li02,.menu li.li04 {
	width:45%;
	float:left;
	margin-right:5%;
}
.menu li.li02 .gobtn,.menu li.li04 .gobtn {
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
.menu li.li02 .gobtn p,.menu li.li04 .gobtn p {
	width:85%;
}




.menu li.li03,.menu li.li01 {
	width:45%;
	float:left;
	margin-left:5%;
}
.menu li.li03 .gobtn,.menu li.li01 .gobtn {
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
.menu li.li03 .gobtn p,.menu li.li01 .gobtn p {
	width:85%;
}







.menu>li .jsBox {
	width: 99%;
	position: absolute;
	left: .5%;
	top: -5px;
	display: none;
	box-sizing: border-box;
	background:#000;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 99;
}
.menu>li.on .jsBox {
	display: block;
}
.li01 .jsBox ul {
 padding: 0.4rem 0.35rem .1rem;
	box-sizing: border-box;
	border: 1px solid #9F865E;
}
.li01 .jsBox li {
	margin-bottom: 0.4rem;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.li01 .jsBox li span.ms1 {
 padding: 0 .5rem;
	display: block;
	float: left;
	color: #000;
	font-size: 0.32rem;
	line-height: 0.9rem;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.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.8rem;
	display: block;
	float: left;
	color: #000;
	font-size: 0.32rem;
	line-height: 0.9rem;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.li01 .jsBox li a {
	width: 2.1rem;
	display: block;
	float: right;
	color: rgba(26, 26, 26);
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.9rem;
	text-align: center;
	background: #ffea00;
	box-sizing: border-box;
 padding: 0 .1rem;
}
.li01 .jsBox .arrow {
	margin: 0 auto;
	width: 0.3rem;
	position: absolute;
	left: 50%;
	bottom: -0.30rem;
}
 @media screen and (min-width:751px) {
 .textsp {
 top: 800%;
 font-size: 0.4rem;
}
 body {
 background-size: 100% auto;
}
 .gobtn {
 padding: .15rem .2rem;
}
 .menu>li .jsBox {
 width: 99%;
 left: .5%;
}
 .li01 .jsBox li .url {
 width: 5.4rem;
}
}








.mobile_lines {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: clamp(320px, 100%, 640px);
  height: 100%; display:none;
}
.mobile_lines .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile_lines .wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: clamp(320px, 100%,640px);
  background-color: #fff;
  padding:40px;
  border-radius: .5rem .5rem 0 0; height:auto;
}

.mobile_lines .subtitle {
  font-size: 0.36rem;
  color: #000; font-weight:bold; margin-bottom:5px;
}


.mobile_lines .tw_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  margin:0px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height:50px;
  border-radius: 1rem;
  background-color: #0406FC;
  color: #fff;border:none; margin-top:30px; font-size:16px; font-weight:bold; margin-bottom:5%;
}

.mobile_lines .tw_btn a{ color:#FFFFFF}



.jsBox {
width: 100%;	box-sizing: border-box;
}


.jsBox ul {

}
.jsBox li {
	margin-top:20px;
	overflow: hidden;
	zoom: 1; background:#0103FD;border-radius:10px;
}
.jsBox li .ms1 {
	display: block;
	float: left;
	color: #fff;

	font-size: 16px;
	line-height:50px;
	text-align: center;

	box-sizing: border-box;
	border-radius: 3px;
	font-weight:bold;
}
.jsBox li .url {
	display: block;
	float: left;
	color: #2327D9;
	font-size: 18px;
	line-height:42px; margin-top:4px; margin-right:4px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0px 13px 13px 0px;
	font-weight:bold;
}
.jsBox li .ms1 {
	width:20%;
}
.jsBox li img {
	margin: 1rem 0.5rem 0 0.5rem;
	width:5%;
	display: block;
	float: left;
}
.jsBox li .url {
	width: 49%;
}
.jsBox li a {
	width: 28%;
	display: block;
	float: right;
	color: #000;

	background:linear-gradient(to bottom, #FCF9D0, #FBFC73);


	font-weight: bold;
	font-size: 16px;
	line-height:42px; margin-top:4px; margin-right:4px;
	text-align: center;
	border-radius: 10px;
}
.jsBox .arrow {
	margin-left: -0.3rem;
	width: 1.5rem;
	position: absolute;
	left: 50%;
	bottom: -1rem;
}

 @media screen and (max-width:768px) {
 
.mobile_lines .wrapper {padding:30px;} 
.jsBox li {margin-top:10px;}
.mobile_lines .tw_btn {height:30px; font-size:15px;}

.jsBox li .ms1 {line-height:44px; font-size:15px;}
.jsBox li .url {line-height:36px; margin-top:4px; margin-right:4px; font-size:15px;}
.jsBox li a {line-height:36px; margin-top:4px; margin-right:4px; font-size:15px;}

 }
 
 @media screen and (max-width:768px) { 
 .jsBox li .url {
    width: 48%;
}
 
 }
 
 