﻿@charset "utf-8";

body,
html {
	height: 100%;
}

html.has-scroll-smooth {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.back_top {
	position: fixed;
	right: 23px;
	bottom: 5%;
	z-index: 9999;
	display: none;
}

.back_top span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--main-color);
	border: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

/* 向下滑动 */
@keyframes aniStyle1 {
	0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@keyframes aniStyle2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 80px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.scrill {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	opacity: 0;
	z-index: 333;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 1.6s;
}
.index_page_current .scrill {
	opacity: 1;
}

.scrillm {
	width: 26px;
	height: 38px;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
}

.scrillm span {
	width: 2px;
	height: 5px;
	background: #fff;
	margin-top: 8px;
}

.scrillm span {
	animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}

.scrillwz {

	margin-top: 8px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.scrill.active .scrillwz {
	color: #333;
}

.scrill.active span {
	background: #666;
}

.scrill.active .scrillm {
	border-color: #666;
}

.scrill.go2 {
	position: absolute;
}



.full_slider {
	width: 100%;
	height: 100vh;
	z-index: 2;
	overflow: hidden;
}

.full_slider>.swiper-wrapper {
	display: block;
}

.full_item {
	width: auto;
	height: 100%;
	overflow: hidden;
}

.full_item .inner {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.sec_footer {
	height: auto;
}

.full-ani1 {
	position: relative;
	transform: translateY(100%);
	opacity: 0;
}

.full_wz_p1 {
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
}

.full_wz_p3 {
	margin-top: 60px;
}

.full_pagination {
	position: absolute;
	color: #fff;
	right: 0;
	top: 0;
	width: 88px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.full_pagination.color em {
	color: rgba(0, 0, 0, 0.6);
}

.full_pagination.color .bullet-active em {
	color: rgba(0, 0, 0, 0.6);
}



.full_pagination .span {

	margin: 0 auto;
	margin-top: 24px;
	display: flex;
	width: 12px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.full_pagination .span:first-child {
	margin-top: 0;
}

.full_pagination .span:nth-last-child(2) i {
	display: none;
}

.full_pagination i {
	margin-top: 24px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.50);
	transition: all 0.3s ease;
}

.full_pagination em {
	transition: all 0.3s ease;
	width: 12px;
	height: 12px;
	font-size: 0;
	background-color: var(--white);
	border-radius: 50%;
}

.full_pagination .active em {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	background: var(--main-color);
}


.full_pagination .active {
	width: 40px;

}

.full_pagination.active em {
	color: #999;

}

.full_pagination.active .active em {
	color: var(--colors);
}

.full_pagination.active .active i {
	background: var(--colors);
}

.full_pagination .span:last-child {
	display: none;
}

@media (max-width:1280px) {

	.full_pagination {
		width: 68px;
	}

	.back_top {
		right: 14px;
	}
}

@media (max-width:1024px) {

	.index_two .scrill,
	.index_three .scrill,
	.index_four .scrill,
	.sectionnew .scrill {
		display: none
	}

}

@media (max-width:991px) {

	.scrill {
		left: 50%;
		transform: translateX(-50%);
		bottom: 10px;
	}

	.scrillm {
		width: 16px;
		height: 26px;
	}

	.back_top {
		right: 2px;
		bottom: 10px;
	}
}

/* banner */

.index_banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.index_banner .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.index_banner_mb {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.20);
	z-index: 1;
}

.swiper-bottom-box {
	position: absolute;
	z-index: 4;
	bottom: 54px;
	left: 0;
	right: 0;
}

.swiper-bottom-box .my-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.img_pc,
.img_mo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.index_banner video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ban_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transition: background-color 0.3s ease;
	background-size: cover;
	cursor: pointer;
}

.ban_prev {
	margin-right: 8px;
	background-image: url(../images/ban_left.svg);
}

.ban_next {
	background-image: url(../images/ban_right.svg);
}

.ban_prev:hover {
	background-image: url(../images/ban_left_hover.svg);

}

.ban_next:hover {
	background-image: url(../images/ban_right_hover.svg);

}

.num {
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 16px;
}

.num,
.banner-pagination span {
	color: #FFF;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.banner-pagination span {
	display: none;
	background: none;
	width: auto;
	height: auto;
}

.banner-pagination span.swiper-pagination-bullet-active {
	display: block;
}

.pub-more {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 1.2s .6s;
}

.index_banner_text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.index_banner .swiper-slide.swiper-slide-active .pub-more {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.index_banner_text .t1 {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 1.2s .4s;
}

.index_banner .swiper-slide.swiper-slide-active .index_banner_text .t1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ban_text .t {
	color: #FFF;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
}

.ban_text .eng {
	color: #FFF;
	text-align: center;

	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.index_banner_text .t2 {
	line-height: 1.2;
	font-weight: 700;
	color: var(--white-color);
}

.index_banner_text .t3 {
	padding-top: 30px;
	line-height: 1.2;
	font-weight: 400;
	color: var(--white-color);
}

.index_banner_text .t4 {
	padding-top: 14px;
}

.index_banner_text i {
	font-size: inherit;
}


@media (max-width:1024px) {

	body,
	html {
		height: auto;
	}

	.full_pagination {
		display: none !important;
	}

	.full_slider>.swiper-wrapper {
		display: block;
	}

	.full_slider {
		height: auto;
	}

	.index_two {
		height: 700px;
	}

	.index_two .inner,
	.index_three .inner,
	.index_four .inner,
	.sectionnew .inner {
		transform: inherit !important;
	}


	.full_slider .home-slide:last-child {
		max-height: inherit;
	}

}

@media (max-width:767px) {
	.index_banner_text .t1 {
		width: 100%;
	}

	.ban_text .eng {
		font-size: 16px;
		line-height: 1.5;
	}

	.ban_button {
		width: 40px;
		height: 40px;
	}

	.ban_button svg {
		width: 16px;
	}

	.num {
		padding-left: 6px;
		padding-right: 6px;
	}

	.swiper-bottom-box {
		bottom: 30px;
	}
}

/* 产业 */
.in_top_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.indus_list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	padding-bottom: 50px;
	padding-left: 10%;
	max-width: 490px;
	background-image: url(../images/indus_bg2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	z-index: 9;
}

.in_top_bg {
	width: 100%;
	height: 100%;
}

.in_top_bg .li {
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	transition: opacity .3s;
}

.in_top_bg .swiper-slide-active {
	display: block;
	opacity: 1;
}

.in_top_bg .bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.in_top_bg .index_top_text {
	position: absolute;
	left: 0;
	top: 40%;
	opacity: 0;
	width: 100%;
	z-index: 99;
}

.index_page_current .index_top_text {
	animation: 0.8s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.indus_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, #000 100%);
}

.indus_mask::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	background-image: url(../images/indus_icon.svg);*/
}

.in_top_bg .indus_top_cont {
	max-width: 750px;
	margin-left: 30vw;
}

.in_top_bg .indus_t_title {
	position: relative;
	padding-bottom: 20px;
	color: var(--white);
	font-weight: 700;
	line-height: 1.2;
}

.in_top_bg .indus_t_title:before {
	/*content: "";*/
	position: absolute;
	width: 16px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--white-color);
}

.index_top_text .indus_text {
	margin-top: 40px;
	max-height: 160px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index_top_text .indus_text p {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 20px;
}

.index_top_text .indus_text p:last-child {
	padding-bottom: 0;
}

.index_top_text .index_more {
	padding-top: 64px;
}

.indus_list .index_bt {
	width: 100%;
}

.indus_height {
	flex: 1;
	margin-top: 90px;
	height: calc(100% - 167px);
}

.perform_swiper {
	height: 100%;
	width: 100%;
}

.perform_swiper .swiper-scrollbar {
	border-radius: 10px;
	background: rgba(0, 0, 0, .1)
}

.perform_swiper .swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.perform_swiper .swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.perform_swiper .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.perform-slide .bg {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.perform-slide .bg::after {
	content: "";

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(38px, -50%);
	display: block;
	width: 0;
	height: 1px;
	background-color: var(--white-color);
	opacity: 0;
	transition: all .7s;
}

.perform-slide .bg .icon {
	width: 34px;
	display: inline-block;
	margin-right: 16px;
}

.perform-slide .bg .icon img {
	width: 100%;
}

.perform-slide .bg .t {
	color: var(--white-color);
	font-weight: 400;
	line-height: 1.2;
}
.perform-slide:hover .bg::after,
.perform-slide.swiper-slide-active .bg::after {
	width: 120px;
	opacity: 1;
}

@media (max-height:800px) {
	.indus_list {
		padding-top: 160px;
	}

	.in_top_bg .index_top_text {
		top: 30%;
	}

}

@media (max-height:700px) {
	.indus_list {
		padding-top: 110px;
		padding-bottom: 50px;

	}

	.indus_height {
		margin-top: 40px;
		height: calc(100% - 110px);
	}

}

@media (max-width:1580px) {
	.indus_list {

		padding-left: 100px;
	}
}



@media (max-width:1366px) {
	.indus_list {
		padding-left: 80px;
		width: 30%;
	}

	.index_top_text .index_more {
		padding-top: 40px;
	}
}

@media (max-width:1024px) {
	.indus_list {
		padding-left: 60px;
	}

}

@media (max-width:991px) {
	.indus_list {
		padding-top: 100px;
		padding-left: 30px;
		width: 35%;
	}

	.perform-slide.swiper-slide-active .bg::after {
		width: 80px;
		transform: translate(70px, -50%);
	}


}

@media (max-width:767px) {
	.indus_height {
		margin-top: 40px;
		height: 100px;
	}

	.indus_list {
		padding-top: 60px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
		position: relative;
		width: 100%;
		height: auto;
		max-width: 100%;
		background-image: inherit;
	}

	.perform_swiper .swiper-slide {
		width: auto;
	}

	.perform-slide .bg {
		position: relative;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}

	.perform-slide .bg::after {
		content: "";
		position: absolute;
		top: inherit;
		left: 0;
		bottom: 0;
		transform: inherit;
	}

	.perform-slide.swiper-slide-active .bg::after {
		width: 100%;
		transform: inherit;
	}

	.in_top_bg .indus_top_cont {
		max-width: inherit;
		margin-left: 0;
	}

	.perform-slide .bg .t {
		margin-top: 10px;
		font-size: 16px;
	}

	.in_top_bg .index_top_text {
		top: 36%;
	}

	.perform-slide .bg .icon {
		width: 30px;
		margin-right: 0;
	}

	.perform_swiper .swiper-scrollbar {
		display: none;
	}

	.in_pagination {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 30px;
		text-align: center;
		z-index: 9;
	}

	.in_pagination span {
		width: 8px;
		height: 8px;
		background-color: rgba(255, 255, 255, .5);
	}

}

/* about */
.about_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.index_about_cont {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 84px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 8.47%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 1;
}

.index_about_cont .index_more {
	margin-top: 40px;
}



.index_about_top {
	max-width: 748px;
}

.swiper-slide-active .index_about_top {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.swiper-slide-active .index_about_number {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.index_about_st {
	padding-bottom: 8px;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.index_bt {
	color: var(--white);
	font-weight: 700;
	line-height: 1.4;
}

.index_about_text {
	padding-top: 8px;
	color: var(---, #FFF);
	font-weight: 400;
	line-height: 1.5;
}

.index_about_des {
	margin-top: 24px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index_about_number {
	padding-top: 105px;
	width: 100%;
}

.index_about_number ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_about_number .year {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	min-width: 180px;
}

.index_about_number .year span {
	color: #FFF;
	font-family: Rubik;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.2
}

.index_about_number .des {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.index_about_number .line {
	width: 1px;
	height: 75px;
	background-color: rgba(255, 255, 255, 1);
}

@media (max-height:800px) {
	.index_about_number {
		padding-top: 65px;
	}

}

@media (max-height:750px) {
	.index_about_cont .index_more {
		margin-top: 20px;
	}

	.index_about_number {
		padding-top: 40px;
	}

	.scrill {
		bottom: 16px;
	}
}

@media (max-height:700px) {

	.index_about_number .year span {
		color: #FFF;
		font-family: Rubik;
		font-size: 56px;
		font-weight: 500;
		line-height: 1.2
	}

	.scrill {
		bottom: 10px;
	}
}

@media (max-height:650px) {
	.scrillm {
		width: 20px;
		height: 30px;
	}
}

@media (max-height:620px) {
	.scrill {
		display: none !important;
	}
}

@media (max-width:1440px) {

	.index_about_number .year span {
		font-size: 52px;
	}

}

@media (max-width:1366px) {

	.index_about_number .year span {
		font-size: 48px;
	}

}

@media (max-width:1280px) {

	.index_about_number .year span {
		font-size: 42px;
	}

}

@media (max-width:1279px) {
	.index_about_des {
		margin-top: 24px;
		height: 84px;
		-webkit-line-clamp: 3;
	}

	.index_about_cont .index_more {
		margin-top: 40px;
	}

	.index_about_number .year span {
		font-size: 34px;
	}

	.index_about_number .des {
		line-height: 1.2;
		font-size: 14px;
	}
}

@media (max-width:1024px) {

	.index_about_cont {
		position: relative;
		left: 0;
		top: 0;
		padding-top: 84px;
		padding-bottom: 50px;

	}

	.index_about_number .line {
		display: none;
	}

	.index_about_number ul {
		align-items: flex-start;
	}

	.index_about_number ul li {
		width: 20%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.index_about_number .year {
		min-width: inherit;
	}
	.in_top_bg .index_top_text {
		opacity: 1;
	}
	
}

@media (max-width:767px) {
	.index_about_cont {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.index_about_number {
		padding-top: 55px;
	}
	.index_about_number ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-left: -10px;
		margin-right: -10px;
	}

	.index_about_number ul li {
		width: 33.33%;
		padding-bottom: 20px;
	}

	.index_about_number .des {
		line-height: 1.3;
	}

	.index_about_number .year {
		font-size: 14px;
	}

	.index_about_number .year span {
		font-size: 32px;
	}

	.scrill {
		bottom: 16px;
		left: 10px;
		transform: inherit;
	}
}

@media (max-width:540px) {

	.index_about_number ul li {
		width: 50%;
	}

	.index_about_number .des {
		font-size: 14px;
	}

}

/* 行业应用 */
.application_cont {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	padding-bottom: 100px;
}

.application_cont .my-container {
	height: 100%;
}

.application_cont .application_c {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}

.application_left {
	flex: 1;
	position: relative;
	margin-right: 50px;
	max-width: 748px;
}

.index_page_current .application_left {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}
.index_page_current .application_right {
	animation: 1.4s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}
.application_left .index_more {
	margin-top: 40px;

}

.application_text {
	margin-top: 24px;
	height: 50%;
	overflow: hidden;
}

.application_text p {
	padding-bottom: 20px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.application_right {
	width: 560px;
	display: flex;
	align-items: center;
}

.application_cont .tab_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.application_cont .tab_box .pub-t1 {
	position: relative;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.application_cont .tab_box .pub-t1.d-show {
	opacity: 1;
	height: 100%;
}

.application_cont .apli_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	z-index: 1;

}

.application_cont .apli_mask::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height:70%;
	max-width: 984px;
	background-image: url(../images/apli_icon2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	opacity: 0.2;
	z-index: 1;

}

.application_cont .tab_box .apli_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.8s ease;
	transform-origin: center;
}

.application_cont .tab_box .d-show .apli_img {
	transform: scale(1.03);
}

.application_tab {
	width: 100%;
	height: 100%;
}

.application_tab ul {
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.application_tab ul li {
	width: 50%;
	height: 25%;
	float: left;
	padding: 12px;
}

.application_tab .border {
	position: relative;
	padding: 24px;
	width: 100%;
	height: 100%;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-left: 1px solid rgba(255, 255, 255, .3);
	overflow: hidden;
	cursor: pointer;
}

.application_tab .border:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	background-image: url(../images/application-item-backwhite.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;

}

.application_tab .border:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;

	background-image: url(../images/application-item-backblue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	transition: height 0.4s;
	z-index: -1;
}

.application_tab .active .border {
	border-top: transparent;
	border-left: transparent;
}

.application_tab .active .border::before {
	opacity: 0;
}

.application_tab .active .border:after {
	height: 100%;
}

.application_tab .border h3 {
	position: relative;
	padding-bottom: 12px;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.application_tab .border h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 1px;
	background-color: #FFF;
}

.application_tab .border span {
	position: absolute;
	bottom: 24px;
	right: 24px;
	max-width: 42px;
}

@media (max-height:800px) {

	.application_cont {
		padding-top: 160px;
		padding-bottom: 100px;
	}

}

@media (max-height:750px) {

	.application_cont {
		padding-top: 120px;
		padding-bottom: 80px;
	}

}


@media (max-width:1440px) {
	.application_right {
		width: 500px;
	}

}

@media (max-width:1366px) {
	.application_right {
		width: 460px;
	}

	.application_tab .border span {
		bottom: 16px;
		right: 16px;
		max-width: 36px;
	}
}

@media (max-width:1280px) {
	.application_right {
		width: 40%;
	}

	.application_tab .border {
		padding: 20px;
	}

	.application_tab .border span {
		bottom: 12px;
		right: 12px;
		max-width: 30px;
	}
}

@media (max-width:991px) {
	.application_cont {
		padding-top: 80px;
		padding-bottom: 80px;

	}

	.application_tab ul li {
		height: 120px;
	}

	.application_tab .border {
		padding: 16px;
	}

}

@media (max-width:767px) {
	.application_cont {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.application_text {
		margin-top: 24px;
		height: auto;
	}

	.application_cont .application_c {
		flex-wrap: wrap;
	}

	.application_left {
		flex: inherit;
		margin-right: 0;
		max-width: inherit;
		width: 100%;
	}

	.application_right {
		width: 100%;
		padding-top: 30px;
	}

	.application_left .index_more {
		margin-top: 30px;
	}

	.application_tab ul {
		margin-left: -6px;
		margin-right: -6px;
	}

	.application_tab ul li {
		width: 50%;
		height: 25%;
		padding: 6px;
	}

	.application_tab .border {
		padding: 16px;
		padding-top: 12px;
	}

	.application_tab .border span {
		bottom: 10px;
		right: 10px;
		max-width: 26px;
	}

	.application_tab .border h3 {
		padding-bottom: 12px;
		font-size: 18px;
	}
}

@media (max-width:1280px) {}

/* new */
.conwrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 8% 0 6% 0;
	transition: all 1s ease;
	z-index: 13;
}

.sectionnew .inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sectionnew .new_mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/new_mask.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-box .my-container {
	height: 100%;

}

.new-top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-list-box {
	margin-top: 40px;
	width: 100%;
	height: calc(100% - 140px);
	max-height: 528px;
}

.new-list-box ul {
	display: flex;
	height: 100%;
	align-items: stretch;
	margin-left: -10px;
	margin-right: -10px;
}

.new-list-box ul>li {
	width: 33.33%;
	padding: 0 10px;
}

.index_page_current .new-list-box ul>li {
	animation: 1s aniStyle1 0.3s;
	animation-fill-mode: forwards;
}

.index_page_current .new-list-box ul>li:nth-child(2) {
	animation: 1.4s aniStyle1 0.3s;
}

.index_page_current .new-list-box ul>li:nth-child(3) {
	animation: 1.6s aniStyle1 0.4s;
}

.new-list-box-left {
	display: block;
	height: 100%;
}

.new-list-box-left .thumb {
	position: relative;
	width: 100%;
	height: calc(100% - 174px);
	overflow: hidden;
}



.new-list-box-left img {
	width: 100%;
	height: 356px;
}

.news-detail {
	width: 100%;
	height: 174px;
	display: flex;
	flex-direction: column;
	padding: 32px 30px;
	background-color: #fff;
}

.news-detail-top-box {
	display: flex;
	color: #CCC;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}


.news-detail-top-time {
	margin-left: auto;
	text-align: right;
	font-family: Rubik;

}

.news-detail-content {
	margin-top: 16px;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.new-list-box-left:hover .news-detail-content {
	color: var(--main-color);
}

.new-list-box-moddile {
	position: relative;
	display: block;
	background: rgba(0, 131, 205, 0.9);
	backdrop-filter: blur(4px);
	padding: 32px 30px;
	width: 100%;
	height: 100%;
}

.new-list-box-moddile-top-box {
	display: flex;
	justify-content: space-between;

}

.new-list-box-moddile-top-name {
	color: rgba(255, 255, 255, 0.50);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.new-list-box-moddile-top-time {
	color: rgba(255, 255, 255, 0.50);
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.new-list-box-moddile-topic {
	margin-top: 20px;
	color: var(--white-color);
	text-align: justify;

	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.new-list-box-moddile-info {
	margin-top: 48px;
	color: var(--white-color);

	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new_more {
	position: absolute;
	left: 30px;
	bottom: 32px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	opacity: 0.5;
	transition: all 0.4s ease;
}

.new_more svg {
	margin-left: 12px;
}

.new-list-box-moddile:hover {
	background: rgba(0, 131, 205, 1);
	backdrop-filter: inherit;
}

.new-list-box-moddile:hover .new_more {
	opacity: 1;
	transform: translateY(-4px);
}

.new-list-box-right {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: -30px;
	margin-bottom: -30px;
}

.new-list-box-right-item {
	position: relative;
	display: flex;
	height: calc(33.33% - 30px);
	padding-bottom: 30px;
	padding-top: 30px;
	flex: 1;

}

.new-list-box-right-item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.20);
}

.new_line {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 1px;

	background-color: rgba(255, 255, 255, 0.20);

}

.new-list-box-right-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -30px;
}

.new-list-box-right-item:last-child:after {
	display: none;
}

.new-list-box-right-item-left {
	width: 206px;
	height: 100%;
	flex-shrink: 0;
	margin-right: 16px;
}

.new-list-box-right-item-left .thumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.new-list-box-left .thumb i,
.new-list-box-right-item-left .thumb i {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transition: transform 0.6s;
}

.new-list-box-left:hover .thumb i,
.new-list-box-right-item:hover .new-list-box-right-item-left .thumb i {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.new-list-box-right-item-right {
	display: flex;
	flex-direction: column;
}

.new-list-box-right-item-right-title {
	color: var(--white-color);

	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-list-box-right-item-right-time {
	color: rgba(255, 255, 255, 0.50);
	font-family: Rubik;
	font-size: 16px;
	font-weight: 400;
	margin-top: auto;
	line-height: 28px;
}

@media (max-height:800px) {



	.new-list-box-right-item-right-title {
		-webkit-line-clamp: 2;
	}
}

@media (max-height:700px) {
	.new-list-box-moddile-info {
		margin-top: 28px;
		-webkit-line-clamp: 2;
	}

	.new-list-box-right {

		margin-top: -20px;
		margin-bottom: -20px;
	}

	.new-list-box-right-item {
		height: calc(33.33% - 20px);
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.new-list-box-right-item:last-child {
		margin-bottom: -20px;
	}
}

@media (max-width:1280px) {

	.new-list-box-right-item-left {
		width: 180px;
	}

}

@media (max-width:1024px) {

	.conwrap {
		position: relative;
		padding: 100px 0;
	}

	.new-list-box {
		height: 420px;
	}

	.new-list-box-right {

		margin-top: -20px;
		margin-bottom: -20px;
	}

	.new-list-box-right-item {
		height: calc(33.33% - 20px);
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.new-list-box-right-item:last-child {
		margin-bottom: -20px;
	}

}

@media (max-width:991px) {

	.new-list-box-right-item-left {
		width: 130px;
	}

}

@media (max-width:991px) {
	.new-list-box {
		height: 350px;
	}

	.new-list-box-right-item-left {
		width: 130px;
	}

	.news-detail {
		padding: 32px 20px;
	}

}

@media (max-width:767px) {
	.sectionnew {
		height: auto;
	}

	.conwrap {
		padding: 50px 0;
		height: auto;
	}

	.news-box .my-container {
		height: auto;
	}

	.new-top-box {
		flex-wrap: wrap;
	}

	.new-top-box .index_bt {
		width: 100%;
		padding-bottom: 30px;
	}

	.new-list-box ul {
		display: block;
		height: auto;
	}

	.new-list-box ul>li {
		width: 100%;
		padding-bottom: 20px;
		margin-top: 0;
	}

	.news-detail {
		padding: 20px;
		height: auto;
	}

	.new-list-box-left .thumb {
		height: auto;
	}

	.new-list-box-left .thumb i {
		position: relative;
	}

	.new-list-box-left img {
		height: inherit;
	}

	.news-detail-content {
		font-size: 18px;
		line-height: 1.5;
	}

	.new-list-box {
		height: auto;
		max-height: inherit;
	}

	.new-list-box-moddile {
		padding-bottom: 90px;
		height: auto;
	}

	.new-list-box-moddile {
		padding: 32px 20px;
		padding-bottom: 70px;
	}
	.new-list-box-moddile-info {
		margin-top: 28px;
	}
	.new_more {
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.new-list-box-right {
		margin-top: 10px;
		margin-bottom: 0;

	}

	.new-list-box-right-item {
		height: inherit;
	}

	.new-list-box-right-item-left .thumb {
		height: auto;
	}

	.new-list-box-right-item-left {
		width: 140px;
	}

	.new-list-box-right .thumb i {
		position: relative;
	}

	.new-list-box-right-item-right-title {

		-webkit-line-clamp: 2;
	}

}
@keyframes aniStyle3 {
	0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        -ms-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.index_page_current .footer-bottom-mean-left {
	animation: 1s aniStyle3 0.3s;
    animation-fill-mode: forwards;
}
.index_page_current .footer-bottom-mean-right {
	animation: 1s aniStyle3 0.4s;
    animation-fill-mode: forwards;
}
.index_page_current .foot_line {
	animation: 1s aniStyle3 0.6s;
    animation-fill-mode: forwards;
}