.home_flaps {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999999999;
	pointer-events: none;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home_flaps-row {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.home_flap {
	height: 100vh;
	display: flex;
	width: 100%;
}

.home_flap .inner0 {
	background: url(../images/yrload.jpg) center center no-repeat;
	background-color: var(--main-color);
	background-attachment: fixed;
	width: 4%;
	height: 100vh;
	-webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1s;
	animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 0.2s;
}

.home_flap .inner1 {
	background-color: var(--main-color);
	width: 23%;
	height: 100vh;
	-webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1s;
	animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 0.4s;
}

.home_flap .inner2 {
	background: url(../images/yrload.jpg) center center no-repeat;
	background-color: var(--main-color);
	background-attachment: fixed;
	width: 23%;
	height: 100vh;
	-webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1s;
	animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 0.6s;
}

.home_flap .inner3 {
	background: url(../images/yrload.jpg) center center no-repeat;
	background-color: var(--main-color);
	background-attachment: fixed;
	width: 23%;
	height: 100vh;
	-webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1s;
	animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 0.8s;
}

.home_flap .inner4 {
	background: url(../images/yrload.jpg) center center no-repeat;
	background-color: var(--main-color);
	background-attachment: fixed;
	width: 23%;
	height: 100vh;
	-webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1s;
	animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1.0s;
}

.home_flap .inner5 {
	background: url(../images/yrload.jpg) center center no-repeat;
	background-color: var(--main-color);
	background-attachment: fixed;
	width: 4%;
	height: 100vh;
	-webkit-animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1s;
	animation: anmi-mask 0.8s forwards cubic-bezier(0.64, 0.08, 0.24, 0.94) 1.2s;
}


@keyframes anmi-mask {
	from {
		height: 100vh;
	}

	to {
		height: 0%;
	}
}

@-moz-keyframes anmi-mask {
	from {
		height: 100vh;
	}

	to {
		height: 0%;
	}
}

@-webkit-keyframes anmi-mask {
	from {
		height: 100vh;
	}

	to {
		height: 0%;
	}
}



/**/
.fa_htitle.fa_text_w h2 {
	color: #fff;
}

.fa_htitle.fa_text_w h4 {
	color: #fff;
	/* font-weight: 300; */
}

.fa_htitle.fa_text_w h6 {
	color: rgba(255, 255, 255, 0.5);
}

.fa_htitle {
	margin-bottom: 3vw;
}

.fa_htitle p i {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	margin-left: 0.5rem;
	overflow: hidden;
}

.fa_htitle.fa_text_w p i {
	background: rgba(255, 255, 255, 0.8);
}

.fa_htitle p i:before {
	content: "";
	left: 0;
	bottom: 0;
	width: 1px;
	background: var(--main-color);
	position: absolute;
	z-index: 2;
	animation: scrollline 5s linear infinite;
	height: 100%;

}

@keyframes scrollline {
	from {
		transform: translateY(-100%);
	}

	to {

		transform: translateY(100%);
	}
}

.fa_htitle p i {
	display: inline-block;
	width: 1px;
	height: 60px;
	background: #ddd;
}

.fa_htitle h2 {
	font-size: var(--f50);
	font-weight: 700;
	color: var(--main-color);
	/* text-transform: uppercase; */
	line-height: 1;
}

.fa_htitle h4 {
	margin-top: 20px;
	font-size: var(--f24);
	font-weight: 500;
	color: var(--main-color);
	letter-spacing: 1rem;
}

.fa_htitle h6 {
	margin-top: 30px;
	padding-left: 5px;
	font-size: var(--f18);
	color: #999;
	font-weight: 300;
	letter-spacing: 1rem;
}

.fa_htitle h6 span {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.fa_htitle {
		margin-bottom: 40px;
	}
.fa_htitle p i{
	height:30px;
}
	.fa_htitle h4 {
		letter-spacing: 0.5px;
		font-size: 16px;
		margin-top: 10px;
	}

	.fa_htitle h6 {
		font-size: 14px;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
}

/*banner*/
.fa_Home .fa_hBanner {
	position: relative;
	overflow: hidden;
}

.fa_Home .fa_hBanner:before {
	width: 95%;
	position: absolute;
	max-width: 800px;
	height: 800px;
	margin-left: -400px;
	bottom: -60% !important;
	left: 50% !important;
	z-index: 99;
	content: "";
	display: block;
	background: url(../images/ffc28f19-af6e-4b02-ba25-2efe9ffda4f1.png) no-repeat center center;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
	-webkit-animation: cricle 10s infinite;
	-moz-animation: cricle 10s infinite;
	-o-animation: cricle 10s infinite;
	animation: cricle 10s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes cricle {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cricle {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cricle {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes cricle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa_Home .fa_hBanner .fa_li {
	overflow: hidden;
	position: relative;
	background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
	font-size: 0;
	line-height: 1;
	overflow: hidden;
	position: relative;
	background: #000;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 1;
}

.fa_Home .fa_hswp_btn>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background: rgba(31, 75, 104, 0.3);
	padding: 20px 5px;
	font-size: 30px;
	z-index: 10;
	cursor: pointer;
}

.fa_Home .fa_hBanner .fa_tit {
	position: absolute;
	left: 0%;
	/* transform: translateY(-50%); */
	z-index: 5;
	/* text-align: center; */
	transition: all 0.5s;
	top: 10%;
	right: 0;
	margin-top: 100px;
}

.fa_Home .fa_hBanner .fa_pic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bannerbg.png) repeat;
	z-index: 5;
	opacity: 1;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap {
	max-width: var(--wrapper);
	width: 96%;
	padding: 0 10px;
	margin: auto;
	position: relative;
	text-align: center;
}

.fa_Home .fa_hBanner .fa_tit h4 {
	font-size: 1.5rem;
	opacity: 0;
	transform: translateY(30px);
	color: #fff;
	line-height: 1.5;
	margin: auto;
	display: block;
	margin-top: 1rem;
	letter-spacing: 0.5rem;
}

.fa_Home .fa_hBanner .fa_tit h2 {
	font-size: 6rem;
	opacity: 0;
	transform: translateY(40px);
	letter-spacing: 0;
	display: block;
	/* padding: 5px 60px 5px 20px; */
	color: #3691e1;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 2rem;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h2 {

	transition: all 0.5s 0.3s;
	opacity: 1;
	transform: translateY(0);

}

.fa_Home .fa_hBanner .fa_tit h3 {
	font-size: 3.5rem;
	color: #fff;
	transition: all 0.5s;
	opacity: 0;
	transform: translateY(20px);
	line-height: 1.2;
	margin-top: 1rem;
	position: relative;
	display: block;
	font-weight: 700;
}

.fa_Home .fa_hBanner .fa_tit h3 span {
	position: relative;
	font-weight: 600;
}

.fa_Home .fa_hBanner .fa_tit h6 {
	font-size: 1rem;
	transition: all 0.5s;
	opacity: 0;
	transform: translateY(30px);
	font-weight: 400;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	line-height: 1.6;
	text-align: center;
	display: block;
	letter-spacing: 0.5vw;
}

.fa_Home .fa_hBanner .fa_More {
	margin-top: 3vw;
	transition: all 0.5s;
	opacity: 0;
	transform: translateY(20px);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_More {
	opacity: 1;
	transform: translateY(-0%);
	transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
	opacity: 1;
	transform: translateY(-0%);
	transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
	opacity: 1;
	transform: translateY(-0%);
	transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
	opacity: 1;
	transform: translateY(-0%);
	transition: all 0.8s 0.2s;
}

.fa_hBanner .fa_page {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	width: 94%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 5;
}

.fa_hBanner .fa_swpbox {
	display: flex;
}

.fa_hBanner .fa_swpbox>div {
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: rgba(255, 255, 255, 0.8) solid 2px;
	font-size: 20px;
	color: #fff;
	transition: all 0.5s;
	cursor: pointer;
	display: flex;
	margin-left: 20px;
}

.fa_hBanner .fa_swpbox>div:hover {
	background: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}

.fa_hBanner .fa_swp_page {}

.fa_hBanner .fa_swp_page span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 500px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: all 0.5s;
	margin-right: 10px;
}

.fa_hBanner .fa_swp_page span.swiper-pagination-bullet-active {
	background: #fff;
	width: 50px;
}

.fa_hBanner .fa_scrool {
	position: absolute;
	left: calc((100% - 90px) / 2);
	bottom: 40px;
	color: #fff;
	width: 90px;
	z-index: 10;
}

.fa_hBanner .fa_scrool span {
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-family: arial;
	line-height: 20px;
	margin-top: 12px;
	font-size: 12px;
}

.fa_hBanner .fa_scrool i {
	display: block;
	width: 20px;
	height: 30px;
	margin: 0 auto;
	border-radius: 12px;
	border: 2px #fff solid;
	position: relative;
}

.fa_hBanner .fa_scrool i:before {
	content: "";
	display: block;
	width: 4px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 3px;
	animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
	from {
		transform: translate(-50%, 0);
		opacity: 1;
	}

	to {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

@media screen and (min-width: 769px) {
	.fa_hBanner .fa_page {}
}

@media screen and (max-width: 768px) {
	.fa_Home .fa_hBanner .fa_tit {
		padding: 0 5vw;
	}

	.fa_Home .fa_hBanner .fa_tit h2 {
		display: none;
	}

	.fa_Home .fa_hBanner .fa_tit h3 {
		margin-top: 15px;
		font-size: 20px;
	}

	.fa_Home .fa_hBanner .fa_tit h6 {
		letter-spacing: 0;
		font-size: 12px;
	}

	.fa_Home .fa_hBanner .fa_tit h4 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.fa_htitle .fa_tt_span {
		display: none;
	}

	.fa_Home .fa_hBanner .fa_pic img,
	.fa_Home .fa_hBanner .fa_pic video {
		min-height: 400px;
		object-fit: cover;
		height: 50vh;
	}

	.fa_hBanner .fa_scrool,
	.fa_hBanner .fa_swpbox {
		display: none;
	}

	.fa_hBanner .fa_page {
		justify-content: center;
	}

	.fa_hBanner .fa_swp_page span {
		width: 5px;
		height: 5px;
	}

	.fa_hBanner .fa_swp_page span.swiper-pagination-bullet-active {
		width: 30px;
	}

	.fa_Home .fa_hBanner:before {
		width: 50vw;
		height: 50vw;
		margin: 0;
		bottom: -25vw !important;
		 !importan;
		 !importa;
		 !import;
		 !impor;
		 !impo;
		 !imp;
		 !im;
		 !i;
		 !;
		 !imoportant;
		 !imoportant;
		 !imoportan;
		 !imoporta;
		 !imoport;
		 !imopor;
		 !imopo;
		 !imopot;
		 !imopo;
		 !imop;
		 !imopr;
		 !imoprt;
		 !imoprta;
		 !imoprtan;
		 !imoprtant;
		 !imoprtan;
		 !imoprta;
		 !imoprt;
		 !imopr;
		 !imop;
		 !im;
		 !i;
		 !;
		z-index: 5;
		left: 25vw !important;
		 !importan;
		 !importa;
		 !import;
		 !impor;
		 !impo;
		 !imp;
		 !im;
		 !i;
		 !;
	}
}

/**/
.hmc5clound {
	width: 100%;
	height: 590px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/hmc5_cloundy.png") repeat-x left center;
	-webkit-animation: animate-cloud 30s linear infinite;
	animation: animate-cloud 30s linear infinite;
}

@keyframes animate-cloud {
	from {
		background-position: 1920px 100%;
	}

	to {
		background-position: 0 100%;
	}
}

.fa_hAbout {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fa_hAbout:before {
	content: "yuerong";
	font-weight: 800;
	text-transform: uppercase;
	color: #eee;
	text-align: left;
	position: absolute;
	right: 0;
	top: 5vw;
	/* right:0; */
	font-size: 8vw;
	opacity: 0.2;
	line-height: 1;
}

.fa_hAbout .fa_sum {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 3rem;
	text-align: justify;
}

.fa_hAbout .fa_jump {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.fa_hAbout .fa_jump dl {
	width: 30%;
}

.fa_hAbout .fa_jump dl dt span {
	font-size: 3rem;
	color: var(--main-color);
	line-height: 1;
	font-family: 'Lato', sans-serif;
}

.fa_hAbout .fa_jump dl dt i {
	font-size: 1rem;
	color: var(--main-color)
}

.fa_hAbout .fa_jump dl dd {
	font-size: 14px;
	color: #333;

}

@media screen and (min-width: 769px) {
	.fa_hAbout {
		position: relative;
		background-image: url(../images/habbg.jpg);
		background-size: 100% auto;
		background-position: left top;
		background-repeat: no-repeat;
		min-height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fa_hAbout .fa_wrapper {
		display: flex;
		position: relative;
		z-index: 5;
	}

	.fa_hAbout .fa_left {
		width: 50%;
	}

	.fa_hAbout .fa_right {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.hmc5clound {
		display: none;
	}

	.fa_hAbout .fa_sum {
		font-size: 14px;
		line-height: 2;
	}

	.fa_hAbout .fa_jump dl dt span {
		font-size: 2.2rem;
		font-weight: 700;
	}

	.fa_hAbout .fa_jump dl {
		width: auto;
	}
}

/**/
.fa_hPro {
	background: linear-gradient(var(--main2-color), var(--main-color));
	padding: 15px;
}

.fa_hPro>div {
	background: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 5px 5px 10px rgba(0, 63, 151, 0.3);
}

.fa_hPro>div .fa_bg>span {
	position: absolute;
	right: -5vw;
	width: 40%;
	height: 80%;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	top: -2vw;
	opacity: 0.2;
	animation: imgbg1 4s linear infinite;
	z-index: 1;
}

@keyframes imgbg1 {
	0% {
		opacity: 0.1;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.1;
	}
}

.fa_hPro>div .fa_bg span:nth-child(1) {
	background-image: url(../images/probg01.png);
}

.fa_hPro>div .fa_bg span:nth-child(2) {
	background-image: url(../images/probg02.png);
	animation-delay: 2s;
}

.fa_hPro>div .fa_bg span:nth-child(3) {
	background-image: url(../images/probg03.png);
	animation-delay: 4s;
}

.fa_hPro .fa_wrapper {
	position: relative;
	z-index: 3;
}

.fa_hPro .fa_li {
	position: relative;
	border: #ddd solid 1px;
	background: linear-gradient(335deg, #ddd, rgba(255, 255, 255, 0.8));
	padding-bottom: 60px;
	/*transform:scale(0.8);*/
	transition: all 0.8s;
	display:block;
}

.fa_hPro .swiper-slide-active .fa_li,
.fa_hPro .swiper-slide-next .fa_li {
	/*	
	transform:scale(1);
	transition-delay:0.3s;
	*/
}

.fa_hPro .fa_li .fa_Img {
	padding-bottom: 120%;
}

.fa_hPro .fa_li .fa_tit {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.76);
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	padding: 15px 10px;
	text-align: center;
	right: 10px;
	transition: all 0.8s;
	/* opacity:0;
    transform:translateY(100%);
    letter-spacing: 0.2rem;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.fa_hPro .fa_li:hover .fa_tit {
	background: rgba(0, 127, 203, 0.8);
	color: #fff;
}

.fa_hPro .swiper-slide-active .fa_li .fa_tit {
	/*	opacity:1;
	transform:translateY(0);
	transition-delay:0.5s;*/
}

.fa_hPro .fa_li .fa_link {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%, -50%) rotate(180deg) scale(0);
	width: 70px;
	height: 70px;
	background: rgba(0, 127, 203, 0.8);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	font-size: 30px;
	transition: all 0.5s;
	opacity: 0;
}

.fa_hPro .fa_li:hover .fa_link {
	transform: translate(-50%, -50%) rotate(0) scale(1);
	opacity: 1;
}

.fa_hPro .fa_probtn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3vw;
}

.fa_hPro .fa_btn {
	font-size: var(--f20);
	color: #333;
	margin: 0 1vw;
	cursor: pointer;
}

.fa_hPro .fa_pagebtn {
	height: 3px;
	background: #eee;
	line-height: 0;
	padding: 0;
	font-size: 0;
}

.fa_hPro .fa_pagebtn span {
	display: inline-block;
	background: transparent;
	height: 3px;
	width: 50px;
	border-radius: 500px;
	position: relative;
	margin: 0;
	opacity: 1;
	line-height: 0;
	font-size: 0;
}

.fa_hPro .fa_pagebtn span.swiper-pagination-bullet-active {
	background: var(--main-color);
}

@media screen and (min-width: 769px) {
	.fa_hPro .fa_swplist {
		max-width: 1500px;
		margin: auto;
	}

	.fa_hPro .swiper-container {
		overflow: visible;
	}
}

@media screen and (max-width: 768px) {}

/**/
.fa_hAdv {
	background: linear-gradient(var(--main-color), var(--main2-color));
	position: relative;
}

.fa_hAdv .fa_list {}

.fa_hAdv .fa_list .fa_it1 .fa_num {
	font-size: 5rem;
	font-weight: 600;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
	line-height: 1;
	color: rgba(0, 0, 0, 0.1)
}

.fa_hAdv .fa_list .fa_it1 h3 {
	margin-top: -0.8rem;
	color: #333;
	font-weight: 600;
	font-size: var(--f24);
}

.fa_hAdv .fa_list .fa_it1 p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
	color: #999;
	text-align: left;
}

.fa_hAdv .fa_list .fa_it1:nth-last-child(-n+2) {
	position: relative;
}

.fa_hAdv .fa_list .fa_it1:nth-last-child(-n+2) .fa_num {
	color: rgba(255, 255, 255, 0.3);

}

.fa_hAdv .fa_list .fa_it1:nth-last-child(-n+2) h3 {
	color: #fff;
}

.fa_hAdv .fa_list .fa_it1:nth-last-child(-n+2) p {
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 769px) {
	.fa_hAdv:before {
		content: "advantages";
		position: absolute;
		left: 5vw;
		bottom: 5vw;
		color: #fff;
		opacity: 0.15;
		font-size: 6vw;
		font-weight: 700;
		writing-mode: tb;
		text-transform: uppercase;
		line-height: 1;
	}

	.fa_hAdv:after {
		content: "why choose yuerong";
		position: absolute;
		left: 3vw;
		bottom: 5vw;
		color: #fff;
		opacity: 0.15;
		font-size: 1vw;
		font-weight: 700;
		writing-mode: tb;
		text-transform: uppercase;
		line-height: 1;
	}

	.fa_hAdv .fa_list .fa_it1 {
		width: 25%;
		padding: 2rem;
		text-align: center;
	}

	.fa_hAdv .fa_list .fa_it2 {
		width: 50%;
	}

	.fa_hAdv .fa_list .fa_it2:nth-of-type(3) {}

	.fa_hAdv .fa_list .fa_it2:nth-of-type(3) .fa_Img {
		position: absolute;
		top: 5vw;
		left: 50%;
		width: 50%;
		height: 60%;
	}

	.fa_hAdv .fa_list .fa_it2 .fa_Img {
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.fa_hAdv{
		padding-left:0;
		padding-right:0;
	}
.fa_hAdv .fa_list .fa_it1{
	padding:20px;
}
}

/**/
.fa_hCase {
	background: linear-gradient(var(--main2-color), var(--main-color));
	padding: 0 15px;
}

.fa_hCase>div {
	background: linear-gradient(#d1ebf9, #fff);
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(0, 63, 151, 0.3);
}

.fa_hCase .fa_wrapper {
	position: relative;
	z-index: 2
}

.fa_hCase .circles {
	width: 50vw;
	height: 50vw;
	position: absolute;
	left: -30vw;
	top: -10vw;
}

.fa_hCase .fa_li .fa_Img {
	padding-bottom: 50%;
	border-radius: 10px;
	transition: all 0.8s;
	transform: scale(0.5);
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15)
}

.fa_hCase .fa_li .fa_link {
	position: absolute;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: #fff;
	font-size: 20px;
	background: var(--main-color);
	opacity: 0;
	transition: all 0.5s;
}

.fa_hCase .fa_li:hover .fa_link {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.fa_hCase .swiper-slide-active .fa_li .fa_Img {

	transform: scale(1);
	transition-delay: 0.5s;
}

.fa_hCase .fa_li .fa_tit {
	text-align: center;
	margin-top: 40px;
	transition: all 0.8s;
	transform: translateY(30px);
	opacity: 0;
}

.fa_hCase .swiper-slide-active .fa_li .fa_tit {

	transform: translateY(0);
	opacity: 1;

	transition-delay: 0.5s;
}

.fa_hCase .fa_li .fa_tit h3 {
	font-size: var(--f24);
	color: #243045;
}

.fa_hCase .fa_li .fa_tit p {
	font-size: 16px;
	color: #777;
	margin-top: 20px;
}

@media screen and (min-width: 769px) {
	.fa_hCase .fa_swplist {
		max-width: 750px;
		margin: auto;
		position: relative;
	}

	.fa_hCase .fa_box_btn>div {
		position: absolute;
		top: 55%;
		width: 60px;
		height: 60px;
		z-index: 10;
		background: #e9f5fc;
		border: #dfe7f3 solid 1px;
		transition: all 0.5s;
	}

	.fa_hCase .fa_box_btn>div:hover {
		background: var(--main-color);
		color: #fff;
	}

	.fa_hCase .fa_box_btn>div.fa_btn_l {
		left: 21%;
	}

	.fa_hCase .fa_box_btn>div.fa_btn_r {
		right: 21%;
	}

	.fa_hCase:before {
		content: "";
		left: 0;
		right: 0;
		top: calc(55% + 30px);
		height: 1px;
		background: #dfe7f3;
		position: absolute;
	}

	.fa_hCase .swiper-container {
		overflow: visible;
	}
}

@media screen and (max-width: 768px) {
	.fa_hCase .fa_li .fa_tit p{
		font-size:13px;
		line-height:20px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 40px;
	}
	.fa_hCase .fa_box_btn{
		margin-top:30px;text-align:center;
	}
	.fa_hCase .fa_box_btn>div{
		font-size:20px;
		margin:0 10px;
	}
}

/**/
.fa_hLc {
	background-image: url(../images/lcbg.jpg);
	background-color: var(--main-color);
	background-size: 100% 100%;
}

.fa_hLc .fa_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fa_hLc .fa_it {
	text-align: center;
}

.fa_hLc .fa_it h3 img {
	width: 80%;
	max-width: 60px;
}

.fa_hLc .fa_it h4 {
	font-size: 14px;
	color: #fff;
	background: var(--linearX);
	padding: 8px 10px;
	border-radius: 50px;
	transition: all 0.5s;
	transform: translateY(1rem);
}

@media screen and (min-width: 769px) {
	.fa_hLc .fa_list {
		margin-top: 5vw;
	}

	.fa_hLc .fa_list .fa_it {
		width: calc((100% - 24rem) / 6);
		padding: 2rem 1rem;
		background: linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.2));
		border-radius: 5px;
		padding-bottom: 0;
		box-shadow: 5px 5px 30px rgba(0, 63, 151, 0.8);
		position: relative;
	}

	.fa_hLc .fa_list .fa_it:before {
		content: "\eb08";
		color: #fff;
		position: absolute;
		right: -3.2rem;
		font-family: "iconfont";
		font-size: 1.5rem;
		top: 40%;
	}

	.fa_hLc .fa_list .fa_it:last-child:before {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.fa_hLc .fa_it{
		width:30%;
		text-align:center;
		margin-bottom:20px;
		
	}
	.fa_hLc .fa_it h3 img{
		max-width:40px;
	}
	.fa_hLc .fa_it h4{
		font-size:12px;
		padding:5px;
	}
}

/**/
.fa_hNews {
	background-color: #f7f8fc;
	background-image: url(../images/hbg001.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.fa_hNews .fa_li {
	display: block;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.fa_hNews .fa_li {
		background: var(--main-color);
	}

	.fa_hNews .fa_li:hover img {
		opacity: 0.5;
	}

	.fa_hNews .fa_li .fa_Img {
		padding-bottom: 133%;
	}

	.fa_hNews .fa_li .fa_Img:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 80%;
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
		z-index: 2;
	}

	.fa_hNews .fa_li .fa_cnt {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transform: translateY(87px);
		display: flex;
		flex-wrap: wrap;
		z-index: 3;
	}

	.fa_hNews .fa_li:hover .fa_cnt {
		transform: translateY(0);
		align-content: space-between;
		height: 100%;
	}

	.fa_hNews .fa_li .fa_cnt .fa_data {
		padding: 2vw;
		width: 100%;
	}

	.fa_hNews .fa_li:hover .fa_cnt .fa_data {
		background: rgba(0, 63, 153, 0.8);
	}

	.fa_hNews .fa_li .fa_cnt .fa_tit {
		padding: 2vw;
		padding-top: 0;
		width: 100%;
	}

	.fa_hNews .fa_li .fa_cnt .fa_data h2 {
		font-size: var(--f50);
		color: #fff;
		font-weight: 600;
	}

	.fa_hNews .fa_li .fa_cnt .fa_data p {
		font-size: var(--f20);
		color: #fff;
		font-weight: 600;
	}

	.fa_hNews .fa_li .fa_cnt .fa_tit h3 {
		font-size: var(--f20);
		color: #fff;
	}

	.fa_hNews .fa_li .fa_cnt .fa_tit article {
		font-size: 14px;
		line-height: 24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		height: 72px;
		color: #fff;
		opacity: 0;
		margin-top: 15px;
	}

	.fa_hNews .fa_li:hover .fa_cnt .fa_tit article {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 768px) {
	.fa_hNews .fa_li {
		width: 100%;
		margin: 20px 0 0;
	}

	.fa_hNews .fa_li .fa_Img {
		padding-bottom: 80%;
	}

	.fa_hNews .fa_li .fa_cnt {
		background: #f5f5f5;
		padding: 10px;
	}

	.fa_hNews .fa_li .fa_cnt .fa_data {
		display: none;
	}

	.fa_hNews .fa_li .fa_cnt .fa_tit h3 {
		font-size: 16px;
		color: #000;
	}

	.fa_hNews .fa_li .fa_cnt .fa_tit article {
		font-size: 12px;
		line-height: 20px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 40px;
		color: #666;
		margin-top: 15px;
	}
}

/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


.circles .circle {
	width: 50vw;
	height: 50vw;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.circle-first,
.circle-second,
.circle-third {
	position: absolute;
	background: #0067a0;
	z-index: 2;
}

.circle-main {
	position: relative;
	background: linear-gradient(-45deg, rgba(0, 145, 219, 0.5), rgba(0, 117, 193, 1)) !important;
	z-index: 5;
}

.circle-first {
	opacity: 0.15;
	-webkit-animation: firstCircle 10s ease infinite;
	animation: firstCircle 10s ease infinite;
}

.circle-second {
	opacity: 0.15;
	-webkit-animation: secondCircle 10s ease infinite;
	animation: secondCircle 10s ease infinite;
}

.circle-third {
	opacity: 0.15;
	-webkit-animation: thirdCircle 10s ease infinite;
	animation: thirdCircle 10s ease infinite;
}

@-webkit-keyframes firstCircle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	35% {
		-webkit-transform: translateX(2%) translateY(-14%);
		transform: translateX(2%) translateY(-14%);
	}

	65% {
		-webkit-transform: translateX(5%) translateY(14%);
		transform: translateX(5%) translateY(14%);
	}

	to {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@keyframes firstCircle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	35% {
		-webkit-transform: translateX(2%) translateY(-14%);
		transform: translateX(2%) translateY(-14%);
	}

	65% {
		-webkit-transform: translateX(5%) translateY(14%);
		transform: translateX(5%) translateY(14%);
	}

	to {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@-webkit-keyframes secondCircle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	40% {
		-webkit-transform: translateX(-9%) translateY(-1%);
		transform: translateX(-9%) translateY(-1%);
	}

	75% {
		-webkit-transform: translateX(11%) translateY(-14%);
		transform: translateX(11%) translateY(-14%);
	}

	to {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@keyframes secondCircle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	40% {
		-webkit-transform: translateX(-9%) translateY(-1%);
		transform: translateX(-9%) translateY(-1%);
	}

	75% {
		-webkit-transform: translateX(11%) translateY(-14%);
		transform: translateX(11%) translateY(-14%);
	}

	to {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@-webkit-keyframes thirdCircle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	30% {
		-webkit-transform: translateX(5%) translateY(11%);
		transform: translateX(5%) translateY(11%);
	}

	70% {
		-webkit-transform: translateX(-13%) translateY(-5%);
		transform: translateX(-13%) translateY(-5%);
	}

	to {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

@keyframes thirdCircle {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	30% {
		-webkit-transform: translateX(5%) translateY(11%);
		transform: translateX(5%) translateY(11%);
	}

	70% {
		-webkit-transform: translateX(-13%) translateY(-5%);
		transform: translateX(-13%) translateY(-5%);
	}

	to {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
} 