.moveY {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 0.58s;
	-o-transition: 0.58s;
	-moz-transition: 0.58s;
	transition: 0.58s;
	opacity: 0;
}

.moveX {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 1s;
	transition: -webkit-clip-path 1s;
	-o-transition: clip-path 1s;
	-moz-transition: clip-path 1s;
	transition: clip-path 1s;
	transition: clip-path 1s, -webkit-clip-path 1s;
}


.swipera .swiper-slide-active .swipera_2 .moveX,
.swiper1 .swiper-slide-active .abt .moveX,
.swiper1 .swiper-slide-active .sections0 .moveX,
.swiper1 .swiper-slide-active .shows .moveX,
.swiper1 .swiper-slide-active .case .moveX,
.swiper1 .swiper-slide-active .zz .moveX,
.swiper1 .swiper-slide-active .cont .moveX,
.swiper1 .swiper-slide-active .sections .moveX 
{
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.swipera .swiper-slide-active .swipera_2 .moveY,
.swiper1 .swiper-slide-active .abt .moveY,
.swiper1 .swiper-slide-active .sections0 .moveY,
.swiper1 .swiper-slide-active .shows .moveY,
.swiper1 .swiper-slide-active .case .moveY,
.swiper1 .swiper-slide-active .zz .moveY,
.swiper1 .swiper-slide-active .cont .moveY,
.swiper1 .swiper-slide-active .sections .moveY
{
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.xnav{
	width: 100%;
	height: 80px;
	background: rgba(51,51,51,0.5);
	position: fixed;
	top: 0;
	z-index: 1111;
}
.xnav1{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xnav1 img{
	height: 45px;
	display: block;
}
.xnav1 ul{
	display: flex;
}
.xnav1 li{
	margin-left: 59px;
}
.xnav1 li:nth-child(1){
	margin-left: 0;
}
.xnav1 a{
	font-size: 16px;
	color: #DFE4E8;
	line-height: 22px;
	position: relative;
}
.xnav1 li.active a::after{
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 2px;
	background: #F5F5F5;
}
.xnav1 a:hover{
	color: #FFFFFF;
}
.xnav1 li.active a{
	color: #FFFFFF;
}
#swiper1 {
	width: 100vw;
	height: 100vh !important;
}

#swiper1>.swiper-wrapper>.swiper-slide {
	width: 100%;
	height: 100%;
}

#swiper1>.swiper-wrapper>.swiper-slide:last-child {
	height: 587px;
}

.swipera {
	width: 100%;
	height: 100%;
	position: relative;
}

.swipera_1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;


}

.swipera_2 {
	height: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 88px;
}

.swipera_2_2 {
	width: 700px;
	position: relative;
	z-index: 1;
	flex: none;

}

.swipera_2_2a {
	width: 700px;
	height: 621px;
	display: block;
	animation: xhuanzhaun 7s infinite linear;
}
@keyframes xhuanzhaun {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.swipera_2_2b {
	width: 440px;
	height: 472px;
	position: absolute;
	top: 128px;
	left: 128px;
}

.swipera_2_1 {
	padding-top: 24px;
}

.swipera_2_1 h1 {
	font-size: 60px;
	line-height: 70px;
	color: #FFFFFF;
	text-align: left;
}

.swipera_2_1 p {
	width: 480px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: justify;
	margin-top: 20px;
}

.swipera_2_1>div {
	display: flex;
	margin-top: 20px;
}

.swipera_2_1>div div {
	width: 116px;
	height: 32px;
	line-height: 32px;
	background: linear-gradient(90deg, rgba(40, 197, 159, 0) 0%, rgba(40 197, 157, 0.5) 100%);
	border-radius: 40px 40px 40px 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 33px;
}

.swipera_2_1 a {
	margin-top: 86px;
	width: 142px;
	height: 40px;
	border-radius: 100px 100px 100px 100px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.swipera_2_1 img {
	display: block;
	margin-left: 6px;
	width: 12px;
	height: 12px;
}

.swiperab {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 87.5vw;
	height: 80px;
	background: linear-gradient(90deg, #18CBBC 0%, #2CBB82 100%);
	border-radius: 30px 0px 0px 0px;
	z-index: 11;
}

.onbottom {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 111;
	margin: auto;
	bottom: 0px;
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.onbottom img {
	width: 22px;
	height: 28px;
	margin: 0 auto;
	margin-bottom: 8px;
	display: block;
}

.onbottom p {
	font-size: 16px;
	color: #F9FAFC;
	line-height: 30px;
	text-align: center;
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(12px);
		-moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		-o-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

.circleProgress_wrapper {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	right: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #FFFFFF; */
	border-radius: 50%;
}

.circleProgress_wrapper img {
	width: 18px;
	height: 8px;
}

.circle {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden
}

.circle.circle_right {
	right: 0
}

.circle.circle_left {
	left: 0
}

.circleProgress {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 2px solid #8FF1CD;
	border-radius: 50%;
	position: absolute;
	top: 0
}

.rightcircle {
	right: 0;
	transform: rotate(45deg)
}

.leftcircle {
	left: 0;
	transform: rotate(45deg)
}

.circleProgress_wrapper.active .rightcircle {
	-webkit-animation: circleProgressLoad_right 5s linear;
	animation: circleProgressLoad_right 5s linear;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.circleProgress_wrapper.active .leftcircle {
	-webkit-animation: circleProgressLoad_left 5s linear;
	animation: circleProgressLoad_left 5s linear;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}


@-webkit-keyframes circleProgressLoad_right {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(45deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

@keyframes circleProgressLoad_right {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(45deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

@-webkit-keyframes circleProgressLoad_left {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(-135deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

@keyframes circleProgressLoad_left {
	0% {
		transform: rotate(-135deg)
	}

	50% {
		transform: rotate(-135deg)
	}

	100% {
		transform: rotate(45deg)
	}
}

.swiperaprev {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 2px solid #8FF1CD;
	position: absolute;
	bottom: 20px;
	right: 303px;
}

.swiperaprev img {
	width: 18px;
	height: 8px;
}

.abt {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/abt1.jpg);
	box-sizing: border-box;
	padding-bottom: 2px;
}

.abttabcon {
	width: 100%;
	height: 100%;
}

.abt_w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.abt1 {
	flex: none;
	box-sizing: border-box;
	border-radius: 50%;
	width: 564px;
	height: 564px;
	border: 1px solid rgba(10, 205, 132, 0.2);
	overflow: hidden;

	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
	justify-content: center;

}

.abttab {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.abttab li {
	width: 50%;
	box-sizing: border-box;
	border-top: 2px solid rgba(218, 218, 218, 0.7);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px 0 240px;
	cursor: pointer;
}

.abttab li.on {
	border-top: 2px solid #28C59F;
	color: #28C59F;
}

.abttab li:nth-child(2) {
	padding: 0 240px 0 40px;
	border-left: 2px solid rgba(218, 218, 218, 0.7);
}

.abttab div {
	width: 24px;
	height: 24px;
	border: 1px solid #28C59F;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abttab li:nth-child(2) img {
	transform: rotate(180deg);
}

.abttab img {
	width: 14px;
	height: 14px;
}

.abttab span {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.abt1 img {
	width: 534px;
	height: 534px;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.abt1::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(249, 249, 249, 0.5);
	border-radius: 50%;
	z-index: 1;
}

.abt2::before {
	display: block;
	content: '';
	position: absolute;
	top: -14px;
	left: -345px;
	box-sizing: border-box;
	width: 284px;
	height: 284px;
	background: rgba(9, 205, 130, 0.1);
	border-radius: 50%;
	z-index: 1;
}

.abt1:hover img {
	width: 564px;
	height: 564px;
}

.abt2 {
	width: 660px;
	flex: none;
	position: relative;
	z-index: 1;
}

.abt2_1 {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 42px;
}

.abt2_1 img {
	width: 17px;
	display: block;
	margin-right: 20px;
}

.abt2_2 {
	margin-top: 30px;
}

.abt2_2 p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: justify;
}

.abt2_3 {
	display: flex;
	margin-top: 30px;
}

.abt2_3 div {
	font-weight: bold;
	font-size: 30px;
	color: #222222;
	line-height: 36px;
	margin-right: 60px;
}

.abt2_3 span {
	font-weight: normal;
	font-size: 12px;
}

.abt2_3 i {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}

.abt2_4 {
	margin-top: 40px;
	width: 142px;
	height: 40px;
	background: linear-gradient(90deg, #17CCBC 0%, #2BC78E 100%);
	border-radius: 100px 100px 100px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;

}

.abt2_4 img {
	display: block;
	margin-left: 6px;
	width: 12px;
	height: 12px;
}

.sections0 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.sections1 {
	width: 50%;
	height: 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	padding: 136px 120px 0 240px;

}

.sections2 {
	width: 50%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sections2_1 {
	width: 50%;
	height: 50%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 136px 30px 0 30px;
	position: relative;
}

.sections2_2 {
	width: 100%;
	height: 50%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
	padding: 30px 30px 0 30px;
}

.sections3 {
	width: 25%;
	height: calc(50% + 1px);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 25%;
	bottom: 0;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
	z-index: 111;
}

.sections_t {
	font-weight: 500;
	font-size: 26px;
	color: #FDFDFD;
	line-height: 39px;
}

.sections_c {
	font-size: 14px;
	color: #FDFDFD;
	line-height: 30px;
	margin-top: 20px;
	transition: all 0.5s;
	position: relative;
	top: 20px;
	opacity: 0;
}

.sections_a {
	display: flex;
	align-items: center;
	margin-top: 45px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	transition: all 0.5s;
	position: relative;
	top: 20px;
	opacity: 0;
}

.sections_a img {
	width: 10px;
	height: 10px;
	margin-left: 4px;
}

.sections_num {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 33px;
}

.sections1>.sections_num {
	bottom: calc(50% + 30px);
}

.sections1:hover {
	background-image: url(../images/dlqlt_img01a.png) !important;
	transition: all 0.2s;
}

.sections3:hover {
	background-image: url(../images/dlqlt_img04a.png) !important;
	transition: all 0.2s;

}

.sections2_1:nth-child(1):hover {
	background-image: url(../images/dlqlt_img02a.png) !important;
	transition: all 0.2s;
}

.sections2_1:nth-child(2):hover {
	background-image: url(../images/dlqlt_img03a.png) !important;
	transition: all 0.2s;
}

.sections2_2:hover {
	background-image: url(../images/dlqlt_img05a.png) !important;
	transition: all 0.2s;
}

.sections3:hover .sections_c,
.sections1:hover .sections_c,
.sections2_1:hover .sections_c,
.sections2_2:hover .sections_c,
.sections3:hover .sections_a,
.sections2_1:hover .sections_a,
.sections2_2:hover .sections_a,
.sections1:hover .sections_a {
	top: 0;
	opacity: 1;
}

.shows {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/sszs_bg.jpg);
}

.show {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 70px;
}

.show1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.show1_m {
	width: 120px;
	height: 34px;
	background: linear-gradient(90deg, #17CCBC 0%, #2BC78E 100%);
	border-radius: 100px 100px 100px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;

}

.show1_m img {
	display: block;
	margin-left: 8px;
	width: 16px;
	height: 16px;
}

.show2 {
	display: flex;
	margin-top: 50px;
}

.show2 a {
	display: block;
	width: 50%;
}

.show2_1 {
	width: 100%;
	height: 275px;
	box-sizing: border-box;
	padding: 17px 20px 0 0;
	display: flex;
	justify-content: space-between;
}

.show2 a:hover .show2_1 {
	background: linear-gradient(225deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}

.show2 a:nth-child(2) .show2_1 {
	padding: 17px 20px 0 37px;
}

.show2_1a span {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #38cdaa;
}

.show2_1a p {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.show2_1a div {
	width: 315px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-top: 12px;
}

.show2_1a img {
	display: block;
	margin-top: 40px;
	width: 34px;
	height: 34px;

	transition: all .6s;
	-webkit-transition: all .6s;
}

.show2_1b {
	flex: none;
	width: 310px;
	height: 220px;
	overflow: hidden;
}

.show2_1b img {
	width: 310px;
	height: 220px;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.show2 a:hover .show2_1b img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.show2 a:hover .show2_1a img {
	content: url(../images/arrow1.png);
}

.show3 {
	display: flex;
}

.show3_1 {
	width: 25%;
	box-sizing: border-box;
	padding: 17px 0 0;
	height: 281px;
	transition: all .6s;
	-webkit-transition: all .6s;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

.show3_1:nth-child(1) {
	border-left: none;
}

.show3_1a_3 {
	width: 200px;
	height: 142px;
	overflow: hidden;
	margin: 0 auto;
}

.show3_1a_3 img {
	width: 200px;
	height: 142px;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.show3_1 p {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
}

.show3_1a_1 {
	width: 280px;
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	margin-top: 6px;
}

.show3_1:hover .show3_1a_3 img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.show3_1:hover {
	background: linear-gradient(225deg, #F0F0F0 0%, rgba(241, 241, 241, 0) 100%);
}

.show3_1:hover .show3_1a_2 {
	opacity: 1;
	top: 0;
}

.show3_1a_2 {
	width: 104px;
	height: 34px;
	background: linear-gradient(90deg, #17CCBC 0%, #2BC78E 100%);
	border-radius: 100px 100px 100px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 30px;
	transition: all .6s;
	-webkit-transition: all .6s;
	opacity: 0;
	position: relative;
	top: 10px;
}

.show3_1a_2 img {
	display: block;
	margin-left: 8px;
	width: 16px;
	height: 16px;
}

.case {
	width: 100%;
	height: 100%;
	display: flex;
}

.case1 {
	flex: 1;
	height: 100%;

}

.case1a {
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding: 142px 0 0 240px;
}

.case1a .abt2_1 {
	color: #fff;
}

.case1a_c {
	width: 664px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 30px;
}

.case2 {
	width: 465px;
	height: 100%;
	flex: none;
	background-image: url(../images/jdal_bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding: 206px 80px 0 0;
	position: relative;
}

.case2 li {
	align-items: center;
	margin-top: 50px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	cursor: pointer;
}

.case2 li div {
	display: flex;
	justify-content: end;
}

.case2 li.on {
	font-size: 18px;
	font-weight: bold;
}

.case2 li.on img {
	opacity: 1;
}

.case2 li img {
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	opacity: 0;
}

.case2 li span {
	display: block;
	margin-right: 60px;
	font-weight: bold;
	font-size: 28px;
	color: #F5F5F5;
	line-height: 33px;
	position: relative;
	opacity: 0;
}

.case2 li.on div span {
	opacity: 1;
}

.case2 li span::after {
	content: '';
	width: 50px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	right: -55px;
	top: 50%;
	transform: translate(0, -50%);
}

.zz {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding-top: 38px;
	background-repeat: no-repeat;
}

.zz1 {
	display: flex;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.zz1_1 {
	width: 461px;
	display: block;
	position: relative;
	z-index: 1;
}

.zz1 .abt2_1 {
	position: relative;
	z-index: 2;
	margin-top: -52px;
}

.zz1_3 {
	margin-top: 40px;
	width: 142px;
	height: 40px;
	background: linear-gradient(90deg, #17CCBC 0%, #2BC78E 100%);
	border-radius: 100px 100px 100px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;

}

.zz1_3 img {
	display: block;
	margin-left: 6px;
	width: 12px;
	height: 12px;
}

.zz1_2 {
	width: 415px;
	height: 272px;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-align: justify;
	margin-top: 40px;
}

.cont {
	width: 100%;
	height: 100%;
	background-color: #F6F6F6;
}

.cont1 {
	width: 100%;
	height: 37.5%;
	background-color: #323232;
	box-sizing: border-box;
	padding: 98px 0 0;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.cont2 {
	position: relative;
	z-index: 2;
	margin-top: -120px;
	height: 558px;
	background: #FFFFFF;
	display: flex;
}

.cont2_1 {
	width: 50%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 60px 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.cont2_2{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.cont2_2 img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	-webkit-transition: all .6s;
}

.cont2_2:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.cont2_1a{
	width: 300px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ECE9E9;
	position: relative;
	margin-bottom: 41px;
}
.cont2_1a img{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 0;
	
}


.cont2_1a input{
	display: block;
	height: 30px;
	width: 100%;
	font-size: 14px;
	/*color: #28C59F;*/
	color: #999999;
	
	line-height: 30px;
	border: none;
	outline: none;
	text-indent: 24px;
}
.cont2_1a input::placeholder{
	color: #999999;
}

.cont2_1b{
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ECE9E9;
	position: relative;
	margin-bottom: 93px;
}
.cont2_1b img{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 0;
	
}
.cont2_1b select{
	display: block;
	height: 30px;
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	border: none;
	outline: none;
	text-indent: 18px;
}

.cont2_1c{
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ECE9E9;
	position: relative;
	margin-bottom: 60px;
}
.cont2_1c img{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 0;
	
}
.cont2_1c textarea{
	display: block;
	height: 30px;
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	border: none;
	outline: none;
	text-indent: 24px;
	resize: none;
}

.aaa1:hover input::placeholder,
.aaa2:hover input::placeholder,
.aaa3:hover input::placeholder
{
	color: #28C59F;
}
.aaa4:hover select{
	color: #28C59F;
}
.aaa5:hover textarea::placeholder
{
	color: #28C59F;
}
.aaa1:hover img{
	content: url(../images/lxwm_icon1a.png);
}

.aaa2:hover img{
	content: url(../images/lxwm_icon2a.png);
}
.aaa3:hover img{
	content: url(../images/lxwm_icon3a.png);
}
.aaa4:hover img{
	content: url(../images/lxwm_icon4a.png);
}
.aaa5:hover img{
	content: url(../images/lxwm_icon5a.png);
}

.submits{
	display: block;
	width: 142px;
	height: 40px;
	background: linear-gradient( 90deg, #17CCBC 0%, #2BC78E 100%);
	border-radius: 100px 100px 100px 100px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	cursor: pointer;
}
.ft{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	
}
.ft1{
	height: 200px;
	flex: none;
	background-image: url(../images/ft1.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}
.ft1_w{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ft1_1a{
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 36px;
	display: flex;
	align-items: center;
}
.ft1_1a span{
	font-size: 22px;
	margin: 0 12px;
}
.ft1_1b{
	margin-top: 20px;
	display: flex;
}
.ft1_1b a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 132px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 100px 100px 100px 100px;
	
	font-size: 14px;
	color: #28C59F;
	line-height: 20px;
	margin-right: 10px;
}
.ft1_1b a:nth-child(2){
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #F5F5F5;
}
.ft1_2 p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: end;
}
.ft1_2 div{
	font-weight: bold;
	font-size: 34px;
	color: #FFFFFF;
	line-height: 42px;
	margin-top: 10px;
}
.ft2{
	flex: 1;
	background: #1B1B1B;
}
.ft2_w{
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
}
.ft2_1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.ft2_1 ul{
	display: flex;
}
.ft2_1 li{
	margin-right: 50px;
}
.ft2_1 li:last-child{
	margin-right: 0;
}
.ft2_1 a{
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	line-height: 14px;
}
.ft2_1 li div{
	margin-bottom: 12px;
}
.ft2_1 li div:nth-child(1){
	margin-bottom: 30px;
}
.ft2_1 li div:nth-child(1) a{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
.ft2_1b{
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
.ft2_1b_1{
	width: 245px;
	display: block;
}
.ft2_1b_2 {
	display: flex;
	margin-top: 20px;
}
.ft2_1b_2 img{
	width: 35px;height: 35px;
	margin-right: 20px;
}
.totop{
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 8px;
	position: fixed;
	right: 240px;
	bottom: 178px;
	z-index: 111;
	width: 40px;
	height: 40px;
	background: #3FCC9A;
	border-radius: 50%;
	
	font-weight: 500;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 6px;
	text-align: center;
}
.totop img{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
}
.ft2_2{
	flex: none;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 28px;
	display: flex;
    justify-content: center;
    align-items: center;
	
}
.ft2_2 p{
	text-align: center;
	font-size: 12px;
	color: rgba(245,245,245,0.4);
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
}
.ft2_2 a{
	color: rgba(245,245,245,0.4);
}
.ft2_2 img{
    height: 55px !important;
}

.swiper-pagination-bullet-active{
    background: #28C59F;
}
.xxp-url{display:flex;align-items:center;margin-bottom: 20px;}
.xxp-img{width:100px;}
 .xxp-img img{width:100%;}
.xxp-desc{flex: 1;margin-left: 15px;}