@charset "UTF-8";
/***********/

body{
	background: url('/content/img_en/images/home-bg3.jpg') no-repeat center top #fffffa;
	background-size: cover;
}
@media screen and (max-width: 991.98px) {
	body{
		background-image: url('/content/img_en/images/home-bg4.jpg');
	}
}

/* 第一屏视频 */
.hmvideo-web{
	width: 100%;
	height: calc(56.25vw + 4.2vw);
	overflow: hidden;
	position: relative;
}
.hmvideo-web .imgs{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-object-fit: cover;
	object-position: center center;
	-webkit-object-position: center center;
	position: relative;
}
.hmvideo-web .bd{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.hmvideo-web .bd .lg-inner{
	padding-bottom: 3.3em;
	height: auto;
}
.hmvideo-web .lvtit{
	font-size: 3.2em;
	line-height: 1em;
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.hmvideo-web .btn-play{
	width: 3.6rem;
	height: 3.6rem;
	border: solid 2px #fff;
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	z-index: 50;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	margin: 3.1em auto 0;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.hmvideo-web .btn-play i {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 50;
}
.hmvideo-web .word{
	font-size: 1em;
	line-height: 1em;
	margin-top: .5em;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.hmvideo-web .video-box{
	width: 100%;
	height: 56.25vw;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	/* bottom: 6.5vw; */
	z-index: 30;
}
.hmvideo-web .video-box video{
	object-fit: cover;
	-webkit-object-fit: cover;
	object-position: center center;
}
.hmvideo-web .botbg{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 50;
}
.hmvideo-web .vjs-big-play-button{
	display: none !important;
}

.hmvideo-app{
	width: 100%;
	position: relative;
	overflow: hidden;	
}
.hmvideo-app .imgs{
	width: 100%;
	display: block;
}
.hmvideo-app .bd{
	width: 100%;
	padding-bottom: 1rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 20;
	color: #fff;
	text-align: center;
}
.hmvideo-app .lg-inner{
	padding: 0 0.1rem !important;
}
.hmvideo-app .lvtit{
	font-size: .62rem;
	line-height: .8rem;
	font-weight: bold;
	text-shadow: 0 2px 1px rgba(0,0,0,.19);
}
.hmvideo-app .btn-play {
	width: 0.96rem;
	height: 0.96rem;
	border: solid 2px #fff;
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	z-index: 50;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	margin: 0.26rem auto 0;
}
.hmvideo-app .btn-play i {
	width: 0.3rem;
	height: 0.3rem;
	display: block;
	background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 50;
}
.hmvideo-app .botbg{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
}

@media screen and (min-width: 992px) {
	.hmvideo-web .btn-play:hover{
		background-color: rgba(255,255,255,.5);
	}
}

/* 第二屏 */
.hmsect-tow{
	width: 100%;
	padding: 22.85em 0 7.25em;
	position: relative;
}
.hmtwo-lvbg{
	width: 100%;
	height: 21.25em;
	background: url('/content/img_en/images/home-5.png') no-repeat left center;
	background: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 4.5em;
	z-index: 1;
}
.hmtwo-cardbox{
	width: 100%;
	position: relative;
	z-index: 5;
}
.hmtwo-lvtit{
	position: absolute;
	left: -5.75em;
	top: -18.35em;
	z-index: 20;
}
.hmtwo-lvtit img{
	height: 21.25em;
	display: block;
}
.hmtwo-card{
	width: 83.33%;
	max-width: 1000px;
	min-height: 34.9em;
	background-color: #f3f8fc;
	border-radius: 2em;
	overflow: hidden;
	box-shadow: 0 1.1em 3em rgba(27, 69, 83, .2);
	margin-left: -3.85em;
	padding: 5.35em 5.5em 5.35em 3.85em;
	position: relative;
	z-index: 10;
}
.hmtwo-card a{
	width: 100%;
	display: block;
}
.hmtwo-card .doc{
	font-size: 1.1em;
	line-height: 1.64em;
	color: #333;
}
.hmtwo-imgs img{
	width: 100%;
	display: block;
}
.hmtwo-imgs.web{
	width: 50.42vw;
	position: absolute;
	right: 0;
	top: 1.15em;
	z-index: 2;
}
.hmtwo-imgs.app{
	width: 100%;
	position: absolute;
	right: 0;
	top: 2.47rem;
	z-index: 2;
}
@media screen and (max-width: 991.98px) {
	.hmsect-tow{
		padding: 3.63rem 0 1.34rem;
	}
	.hmtwo-lvbg{
		display: none;
	}
	.hmtwo-lvtit{
		left: -0.3rem;
		right: -0.3rem;
		top: -2.8rem;
	}
	.hmtwo-lvtit img{
		width: 100%;
		height: 3.2rem;
		display: block;
		object-fit: contain;
		-webkit-object-fit: contain;
		object-position: center bottom;
		-webkit-object-position: center bottom;
	}
	.hmtwo-card{
		width: 85%;
		min-height: none;
		margin: 0;
		padding: 0.68rem 0.4rem 1.12rem 0.6rem;
		border-radius: .4rem;
	}
	.hmtwo-card .doc{
		font-size: .28rem;
		line-height: .48rem;
	}
	.hmtwo-card .doc p{
		margin-bottom: 1em;
	}
	.hmtwo-card .doc p:last-child{
		margin-bottom: 0;
	}
}<!--9.9897384643555E-5-->