﻿@charset "utf-8";

body,
html {
	height: 100%;
}

html.has-scroll-smooth {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* 首屏左侧提示 */
.left_sch {
	position: absolute;
	left: 24px;
	bottom: 0;
	padding-bottom: 24px;
	z-index: 9;
}

.left_sch span {
	display: inline-block;
	color: #FFF;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 12px;
}

.left_sch p {
	margin: 0 auto;
	position: relative;
	width: 1px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.30);
}

.left_sch p i {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 1px;
	height: 30px;
	margin-left: 0.5px;
	background-color: var(--orange-color);
	transform: translate(-50%, 0);
	animation: wave 1.2s ease-in-out alternate infinite;
}

.right_play {
	position: absolute;
	right: 0;
	bottom: 80px;
	max-width: 98px;
	z-index: 9;
}

.right_play .icon {
	display: inline-block;
	max-width: 120px;
	cursor: pointer;
	animation: spin 10s linear infinite;
}

@keyframes wave {
	from {
		transform: translate(-50%, -160%);
	}

	to {
		transform: translate(-50%, -5%);
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* 向下滑动 */
@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: 22px;
	height: 28px;
	border-radius: 10px;
	border: 1px 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;
}

@media (max-width:1279px) {

	.right_play {
		bottom: 70px;
		max-width: 75px;
	}

}

@media (max-width:1024px) {

	.left_sch {
		display: none;
	}


}

@media (max-width:767px) {}

/* right */

.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;
	overflow: visible;
}

.full-ani1 {
	position: relative;
	transform: translateY(100%);
	opacity: 0;
}

.full_pagination {
	position: absolute;
	color: #fff;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.full_pagination .span {
	margin: 0 auto;
	margin-top: 8px;
	display: flex;
	width: 28px;
	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 em {
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/right_button.svg);
	transition: all 0.3s ease;
}

.full_pagination .span:hover em,
.full_pagination .active em {
	background-image: url(../images/right_hover.svg);
}

.full_pagination .span:hover,
.full_pagination .active {
	width: 40px;
}

.full_pagination.active em {
	color: #999;
}

.full_pagination .span:last-child {
	display: none;
}

.grey_color em {
	background-image: url(../images/right_button2.svg);
}



@media (max-width:1366px) {

	.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;
	}


}

/* banner */
.play {
	position: relative;
	float: right;
	height: 26px;
	width: 20px;
	margin-left: 10px;
}

.play i {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

.play .suspend {
	display: none;
}

/* 进度条 */
.ban-pagination {
	flex: 1;
	position: relative;
	height: 2px;
	background: rgba(255, 255, 255, 0.30);
}

.ban-pagination .swiper-pagination-progressbar-fill {
	background-color: var(--orange-color);
}

.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;
	background-position: center;
	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: 50px;
	left: 0;
	right: 0;
}

.swiper-bottom-box .n {
	position: relative;
}

.swiper-bottom-box .num {
	padding-right: 10px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.swiper-bottom-box .num em {
	margin-left: 7px;
	margin-right: 7px;
}

.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;
}


.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;
}


.ban_text .t {
	color: var(--white-color);
}

.index_banner_text .t1 {
	line-height: 1.2;
	font-weight: 400;
	overflow: hidden;
	transition: all 1.2s .4s;
}

.index_banner_text .t2 {
	line-height: 1.5;
	font-weight: 700;
	color: var(--white-color);
	overflow: hidden;
	transition: all 1.2s .6s;
}

.ban_text .eng {
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 1.5;
	overflow: hidden;
	transition: all 1.2s .8s;
}

.index_banner_text .t4 {
	padding-top: 80px;
	padding-bottom: 2px;
	overflow: hidden;
	transition: all 1.2s 1s;
}

.ban_text .t>i {
	font-style: normal;
	line-height: inherit;
	display: block;
}

.ban_text .t>i {
	transform: translateY(200%);
	transition: all 1.6s cubic-bezier(.33, 1, .68, 1);
}

.ban_text .index_more a {
	transform: translateY(200%);
	transition: transform 1.6s cubic-bezier(.33, 1, .68, 1);
}

.index_banner .swiper-slide.swiper-slide-active .t>i,
.index_banner .swiper-slide.swiper-slide-active .index_more a {
	transform: translateY(0);
}

@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 .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 .t4 {
		padding-top: 40px;
	}

	.swiper-bottom-box .num {
		font-size: 14px;
	}

	.swiper-bottom-box {
		bottom: 16px;
	}

	.right_play {
		right: inherit;
		left: 0;
		bottom: 40px;
		max-width: 65px;
	}

	.index_banner_text .t2 {
		font-size: 28px;
	}

	.ban_text .eng {
		margin-top: 10px;
		font-size: 16px;
	}

}


/* about */
.index_three {
	background-color: var(--white-color);
}

.index_three .about_left_icon {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 193px;
	max-width: 35%;
	z-index: -1;
}

.about_bg {
	position: absolute;
	right: 0;
	width: 100%;
	height: calc(100% - 100px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	transition: bottom .8s;
	transition-delay: .2s;
	z-index: -2;
}

.about_icon_right {
	position: absolute;
	right: 0;
	width: 100%;
	height: calc(100% - 100px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	transition: bottom 1s;
	transition-delay: .4s;
}

.index_about_cont {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index_about_cont .my-container {
	height: 100%;
}

.index_about_box {
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.index_about_cont .index_more {
	margin-top: 52px;
}

.index_about_top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 600px;
}

.index_about_st {
	padding-bottom: 8px;
	color: var(--orange-color);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.index_bt {
	color: var(--dark-color);
	font-weight: 400;
	line-height: 1.4;
}

.index_about_text {
	padding-top: 8px;
	color: var(--main-color);
	font-weight: 700;
	line-height: 1.4;
}

.index_about_des {
	margin-top: 64px;
	color: #666;
	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 {
	flex: 1;
	margin-left: 50px;
	max-width: 400px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.index_about_number ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.index_about_number ul li {
	width: 50%;
	padding: 15px 15px;
}

.index_about_number .year {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	min-width: 180px;
}

.index_about_number .year span {
	padding-right: 5px;
	color: var(--white-color);
	font-family: 'Montserrat bold';
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.index_about_number .des {
	padding-top: 8px;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.index_about_number .line {
	margin-top: 16px;
	width: 16px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width:1025px) {
	.index_about_top {
		opacity: 0;
	}

	.index_page_current .index_about_top {
		animation: 1s aniStyle2 0.4s;
		animation-fill-mode: forwards;
	}

	.index_page_current .index_about_number {
		animation: 1s aniStyle1 0.6s;
		animation-fill-mode: forwards;
	}

	.index_page_current .about_bg,
	.index_page_current .about_icon_right {
		bottom: 0;
	}

	.about_bg {
		bottom: -20%;
	}

	.about_icon_right {
		bottom: -35%;
	}

	.index_about_number {
		opacity: 0;
	}

}

@media (max-height:750px) {
	.index_about_cont .index_more {
		margin-top: 20px;
	}

	.scrill {
		bottom: 16px;
	}
}

@media (max-height:700px) {
	.index_about_number .year span {
		font-size: 56px;
	}

	.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) {
	.about_bg {
		height: calc(100% - 30px);
	}

	.index_about_des {
		max-width: 520px;
	}

	.about_icon_right {
		height: calc(100% - 30px);
	}

	.index_about_number .year span {
		font-size: 48px;
	}

	.index_about_number .des {
		padding-top: 0;
	}

	.index_about_number .line {
		margin-top: 10px;
		background-color: rgb(171 167 167 / 50%);
	}
}

@media (max-width:1280px) {

	.index_about_des {
		max-width: 468px;
	}

	.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 ul {
		margin-left: -5px;
		margin-right: -5px;
	}

	.index_about_number ul li {
		padding: 10px 5px;
	}

	.index_about_number .des {
		font-size: 16px;
		padding-top: 0;
	}

	.index_about_number {
		max-width: 360px;
	}

}

@media (max-width:1024px) {

	.index_about_cont {
		position: relative;
		left: 0;
		top: 0;
		padding-top: 60px;
		padding-bottom: 50px;

	}

	.about_bg,
	.about_icon_right {
		height: 100%;
		right: -70px;
	}

	.index_three .about_left_icon,
	.about_bg {
		z-index: inherit;
	}

	.index_about_box {
		display: block;
	}

	.index_about_number {
		padding-top: 30px;
		width: 400px;
		flex: inherit;
		margin-left: 0;
		max-width: 100%;
	}

	.index_about_number .year span {
		color: var(--dark-color);
	}

	.index_about_number .des,
	.index_about_number .year {
		color: #666;
	}

}

@media (max-width:991px) {

	.index_about_number {
		width: 350px;
	}

}

@media (max-width:767px) {
	.index_about_cont {
		padding-top: 50px;
		padding-bottom: 100%;
	}

	.about_bg {
		height: 100%;
		right: 0;
		background-size: cover;
		background-position: center bottom;
	}

	.index_about_cont .index_more {
		margin-top: 36px;
	}

	.index_about_cont .index_more a {
		color: var(--white-color);
	}

	.index_about_cont .index_more a:hover {
		border-color: transparent;
	}

	.index_about_st {
		font-size: 16px;
		color: var(--white-color);
	}

	.index_bt,
	.index_about_text {
		color: var(--white-color);
	}

	.index_about_des {
		height: inherit;
		display: block;
		color: var(--white-color);
	}

	.index_about_number {
		padding-top: 25px;
	}

	.index_about_number ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-left: -5px;
		margin-right: -5px;
	}

	.index_about_number ul li {
		width: 50%;
		padding-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.index_about_number .des {
		line-height: 1.3;
	}

	.index_about_number .year {
		font-size: 14px;
	}

	.index_about_number .year span {
		font-size: 32px;
		color: var(--white-color);
	}

	.index_about_number .year,
	.index_about_number .des {
		color: var(--white-color);
	}

	.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;
	}

}

/* new */
.conwrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 120px 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%;
	opacity: 0.7;
	background: #005DA4;
}

.news-box .my-container {
	height: 100%;

}

.new-top-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.index_page_current .new-top-box {
	animation: 1s aniStyle3 0.3s;
	animation-fill-mode: forwards;
}

.new-top-box-text {
	color: var(--white-color);
}

.new-list-box {
	margin-top: 40px;
	width: 100%;
	height: calc(100% - 140px);
	max-height: 518px;
}

.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;
}



.new-list-box-left {
	display: block;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.new-list-box-left .thumb {
	position: relative;
	width: 100%;
	height: calc(100% - 172px);
	overflow: hidden;
}



.new-list-box-left img {
	width: 100%;
	height: 356px;
}

.news-detail {
	width: 100%;
	height: 172px;
	display: flex;
	flex-direction: column;
	padding: 32px;
	background: rgba(117, 179, 246, 0.40);
	backdrop-filter: blur(20px);
}

.news-detail-top-box {
	display: flex;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.news-detail-top-time {
	margin-left: auto;
	text-align: right;
	text-align: right;
	font-family: 'Montserrat';


}

.news-detail-content {
	margin-top: 15px;
	color: var(--white-color);
	text-align: justify;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.new-list-box-left:hover .news-detail {
	background: var(--white-color);
}

.new-list-box-left:hover .news-detail-content {
	color: var(--deep-color);
}

.new-list-box-left:hover .news-detail-top-box {
	color: rgba(0, 0, 0, 0.30);
}

@media (min-width:1025px) {
	.new-list-box ul>li {
		opacity: 0;
	}

	.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;
		animation-fill-mode: forwards;
	}

	.index_page_current .new-list-box ul>li:nth-child(3) {
		animation: 1.6s aniStyle1 0.4s;
		animation-fill-mode: forwards;
	}

}

/* middle */
.new-list-box-moddile {
	position: relative;
	display: block;

	padding: 32px 30px;
	width: 100%;
	height: 100%;
	background: rgba(117, 179, 246, 0.40);
	backdrop-filter: blur(16px);
	border-radius: 16px;
	transition: background-color 0.4s ease;
}

.new-list-box-moddile-top-box {
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.50);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.new-list-box-moddile-top-time {
	font-family: 'Montserrat';
}

.new-list-box-moddile-topic {
	margin-top: 16px;
	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-family: 'Montserrat';
	font-weight: 400;
	line-height: 28px;
	opacity: 0.5;
	transition: all 0.4s ease;
}

.new_more span {
	margin-left: 8px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.new_more span img {
	width: 22px;
}

.new_more span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--deep-color);
	transition: all 0.4s ease;
	z-index: -1;
}

.new-list-box-moddile:hover {
	background: var(--white-color);
}

.new-list-box-moddile:hover .new-list-box-moddile-top-box {
	color: rgba(0, 0, 0, 0.30);
}

.new-list-box-moddile:hover .new-list-box-moddile-topic {
	color: var(--deep-color);
}

.new-list-box-moddile:hover .new-list-box-moddile-info {
	color: #666;
}

.new-list-box-moddile:hover .new_more {
	opacity: 1;
	color: #666;
}

.new-list-box-moddile:hover .new_more span::before {
	width: 100%;
	height: 100%;
}

.new-list-box-right {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: -24px;
	margin-bottom: -24px;
}

.new-list-box-right-item {
	position: relative;
	display: flex;
	height: calc(33.33% - 24px);
	padding-bottom: 24px;
	padding-top: 24px;
	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: -24px;
}

.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%;
	border-radius: 16px;
	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;
	justify-content: space-between;
}

.new-list-box-right-item-right-title {
	color: var(--white-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.new-list-box-right-item-right .new_list_right_b {
	color: var(--white-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	opacity: 0.5;
	line-height: 22px;
}

.new-list-right-time {
	font-family: 'Montserrat';
	padding-top: 2px;
}

@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:1439px) {

	.new-list-box-right-item-left {
		width: 180px;
	}


}

@media (max-width:1365px) {

	.new-list-box-right-item-left {
		width: 160px;
	}

}

@media (max-width:1279px) {
	.new-list-box-right-item-left {
		width: 140px;
	}

	.new-list-box-right-item-right .new_list_right_b .left {
		display: none;
	}

}

@media (max-width:1200px) {
	.new-list-box-right-item-left {
		width: 140px;
	}

}

@media (max-width:1024px) {

	.conwrap {
		position: relative;
		padding: 100px 0;
		transform: inherit !important;
	}

	.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;
	}

	.news-detail,
	.new-list-box-moddile {
		padding: 30px 26px;
	}

}

@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;
	}

	.news-detail-top-box,
	.new-list-box-moddile-top-box,
	.new-list-box-right-item-right .new_list_right_b {
		font-size: 14px;
	}

	.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 {
		margin-top: 0;
		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 {
		font-size: 16px;
		/* font-weight: 400; */
		-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
	}
}

@media (min-width:1025px) {

	.sec_footer .foot_top,
	.sec_footer .footer-bottom-mean-left,
	.sec_footer .footer-bottom-mean-right,
	.sec_footer .foot_line {
		opacity: 0;
	}

	.index_page_current .foot_top {
		animation: 1s aniStyle3 0.2s;
		animation-fill-mode: forwards;
	}

	.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;
	}
}

/* 第二屏 */
.index_four {
	position: relative;
	width: 100%;
	height: 100vh;
}

.in_four_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.in_four_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
}

.perform {
	position: relative;
	padding-top: 140px;
	z-index: 9;
}

.perform .newsplus_title {
	color: var(--white-color);
	text-align: center;

}

.perform .newsplus_titles {
	color: var(--white-color);
	text-align: center;

}

@media (min-width:1025px) {
	.perform .newsplus_title {

		opacity: 0;
		visibility: hidden;
		transform: translateY(80px);
		transition: 0.2s;
	}

	.perform .newsplus_titles {

		opacity: 0;
		visibility: hidden;
		transform: translateY(80px);
		transition: 0.2s;
	}

}

.articleShow {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0px) !important;
	transition: all .3s cubic-bezier(.4, 0, .2, 1) 1.1s;
}

.in_four_swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 223px;
	z-index: 1;
}

.in_four_swiper .swiper-container {
	width: 100%;
	height: 100%;
}

.perform_swiper {}

.in_four_swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.perform_swiper .bg {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 240px;
	padding-bottom: 170px;
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	transition: all .4s;
	z-index: 1;
}

.perform_swiper .swiper-slide:first-child .bg {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 1025px) {

	.perform_swiper .bg::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 10;
	}

	.swiper-slide-active .perform_swiper .swiper-slide:nth-child(1) .bg::after {
		-webkit-animation: hid 1.6s ease both;
		-moz-animation: hid 1.6s ease both;
		height: 100%;
	}

	.swiper-slide-active .perform_swiper .swiper-slide:nth-child(2) .bg::after {
		-webkit-animation: hid 1.6s 0.5s ease both;
		-moz-animation: hid 1.6s 0.5s ease both;
		height: 100%;
	}

	.swiper-slide-active .perform_swiper .swiper-slide:nth-child(3) .bg::after {
		-webkit-animation: hid 1.6s 0.6s ease both;
		-moz-animation: hid 1.6s 0.6s ease both;
		height: 100%;
	}

	.swiper-slide-active .perform_swiper .swiper-slide:nth-child(4) .bg::after {
		-webkit-animation: hid 1.6s 0.7s ease both;
		-moz-animation: hid 1.6s 0.7s ease both;
		height: 100%;
	}

	.swiper-slide-active .perform_swiper .swiper-slide:nth-child(5) .bg::after {
		-webkit-animation: hid 1.6s 0.8s ease both;
		-moz-animation: hid 1.6s 0.8s ease both;
		height: 100%;
	}

	@-webkit-keyframes hid {
		0% {
			height: 100%;
		}

		100% {
			height: 0%;
		}
	}

	@-moz-keyframes hid {
		0% {
			height: 100%;
		}

		100% {
			height: 0%;
		}
	}

	@-webkit-keyframes wid {
		0% {
			width: 0%;
		}

		100% {
			width: 100%;
		}
	}

	@-moz-keyframes wid {
		0% {
			width: 0%;
		}

		100% {
			width: 100%;
		}
	}

}

.perform_swiper .bg>div {
	text-align: center;
}

.perform_swiper .bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(0, 73, 183, 0.00) 0%, #0049B7 100%);
	transition: height .5s;
	z-index: -1;
}

.perform_swiper .bg:hover {
	padding-bottom: 180px;
}

.perform_swiper .bg:hover:before {
	height: 100%;
}

.perform_swiper .t {
	margin-top: 16px;
	color: #FFF;
	font-weight: 700;
	line-height: 1.2;
}

.perform_swiper .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.perform_swiper .more01 {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.perform_swiper .more01 a {
	display: inline-block;
}

.perform_swiper .more01 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
}

.perform_swiper .des {
	position: relative;
	height: 0;
	opacity: 0;
	transform: translateY(30px);
	max-width: 264px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	transition: all .4s;
}

.perform_swiper .des::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
}

.perform_swiper .bg:hover .icon {
	background-image: url(../image/perf_water.svg);
}

.perform_swiper .bg:hover .des {
	margin-top: 16px;
	padding-top: 56px;
	height: auto;
	opacity: 1;
	transform: translateY(0);
}

.perform-prev {
	left: 10px;
}

.perform-next {
	right: 10px;
}

.in_top_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.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;
}

.per_mo_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}

.per_mo_bg .mo_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width:1025px) {
	.in_four_swiper {
		opacity: 0;
	}

}

.swiper-slide-active .in_four_swiper {
	animation: 1s aniStyle2 0.5s;
	animation-fill-mode: forwards;
}

@media (max-height:800px) {
	.perform_swiper .bg {
		padding-top: 140px;
		padding-bottom: 100px;
	}

	.perform_swiper .bg:hover {
		padding-bottom: 120px;
	}

}

@media (max-width:1440px) {

	.in_four_swiper {
		padding: 0 160px;
	}

}

@media (max-width:1366px) {

	.in_four_swiper {
		padding: 0 120px;
	}

	.perform_swiper .icon {
		width: 48px;
		height: 48px;
	}
}

@media (max-width:1279px) {
	.in_four_swiper {
		padding: 0 90px;
	}

	.perform_swiper .bg {
		padding-bottom: 80px;
	}

	.perform_swiper .bg:hover {
		padding-bottom: 100px;
	}

	.perform_swiper .more01 {
		margin-top: 30px;
	}

}

@media (max-width:1100px) {
	.in_four_swiper {
		padding: 0 40px;
	}

}

@media (max-width:1024px) {
	.perform {
		padding-top: 80px;
	}

	.perform_swiper {
		padding-top: 0;
	}

	.index_four {
		height: 700px;
	}

	.in_four_swiper {
		padding: 0 25px;
	}

	.home-slide:last-child {
		overflow: hidden;
	}

	.section-footer {
		position: relative !important;
		bottom: inherit !important;
	}

}

@media (max-width:991px) {
	.index_four {
		height: 700px;
	}

	.in_four_swiper {
		padding: 0 0px;
	}

}

@media (max-width:767px) {
	.perform {
		padding-top: 0;
	}

	.index_four {
		height: auto;
		padding-bottom: 620px;
	}

	.index_four>.my-container {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 9;
	}

	.perform .newsplus_title,
	.perform .newsplus_titles {
		text-align: left;
		color: var(--white-color);
	}

	.perform .newsplus_titles {
		padding-top: 4px;
		font-weight: 700;
	}

	.in_top_bg .li {
		padding-top: 180px;
	}

	.in_top_bg .mo_bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1;
	}

	.in_top_bg .li .mo_text {
		position: relative;
		z-index: 9;
	}

	.in_top_bg .li .pd16 {
		padding-left: 16px;
		padding-right: 16px;
	}

	.in_top_bg .li .mo_text .t {
		color: var(--white-color);
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
	}

	.in_top_bg .li .mo_text .des {
		margin-top: 14px;
		color: var(--white-color);
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
	}

	.in_top_bg .li .mo_text .more01 {
		padding-top: 14px;
	}

	.in_four_swiper {
		position: absolute;
		margin-top: 0;
		left: 0;
		top: inherit;
		bottom: 0;
		height: auto;
	}

	.in_four_mask {
		opacity: 0.5;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, #000 100%);
	}


	.per_mo_bg {
		display: block;
	}

	.perform_swiper .swiper-wrapper {
		flex-wrap: wrap;
		transform: none !important;
	}

	.perform_swiper .swiper-slide {
		width: 50%;
		height: 80px;
		overflow: hidden;

	}

	.perform_swiper .bg:before {
		display: none;
	}

	.per_mo_bg .in_four_mask {
		z-index: 1;
	}

	.perform_swiper .bg {
		padding: 14px 0;
		align-items: center;
		border-right: 1px solid rgba(255, 255, 255, 0.20);
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	}

	.perform_swiper .swiper-slide:nth-child(2n) .bg {
		border-right: none;
	}

	.perform_swiper .swiper-slide:nth-child(n+3) .bg {
		border-bottom: none;
	}

	.perform_swiper {
		padding-top: 0px;
	}

	.perform_swiper .t {
		margin-top: 0;
		font-size: 16px;
		font-weight: 400;
	}

	.perform_swiper .icon {
		margin-right: 8px;
		width: 24px;
		height: 24px;
	}

	.perform_swiper .swiper-slide-active .bg {
		background: rgba(0, 104, 183, 0.80);
	}

	.perform_swiper .des {
		display: none !important;
		max-width: inherit;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.perform_swiper .des::before {
		height: 20px;
	}

	.perform_swiper .bg:hover {
		padding: 14px 0;
	}

	.perform_swiper .bg:hover .des {
		margin-top: 16px;
		padding-top: 36px;
	}

	.perform_swiper .bg>div {
		display: flex;
		align-items: center;
	}

	.perform_swiper .more01 {
		margin-top: 20px;
		display: none;
	}

	.new_mo_center {
		padding-top: 30px;
	}

	.new_mo_center .index_more {
		justify-content: center;
	}



}

/* product */
.index_product {
	padding: 100px 0 0 0;
	background-color: #F0F5F9;
}
.index_product_height{height: 100vh;}
.mo_index_product_show{display: none;}
.index_product::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 90%;
	height: 90%;
	background-image: url(../images/index_pro_bg_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.index_product::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 386px;
	background-image: url(../images/index_pro_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_product .inner {
	z-index: 9;
}

.index_product .my-container {
	height: 100%;
}

.pro_tab_title .ipro_tab .swiper-slide {
	width: auto !important;
}

.ipro_tab .swiper-slide a {
	display: inline-block;
	position: relative;
	padding: 12px 24px;
	border-radius: 40px;
	background: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	overflow: hidden;
}

.ipro_tab .swiper-slide a::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--main-color);
	transform-origin: center right;
	transform: scaleX(0);
	transition: transform 0.25s ease-in-out;
}

.ipro_tab .swiper-slide.active a {
	color: var(--white-color);
	background-color: transparent;
}

.ipro_tab .swiper-slide.active a::before {
	transform-origin: center left;
	transform: scaleX(1);
}

.index_pro_box .tab_box {
	padding-top: 20px;
}

.index_pro_box .product_list {
	border-bottom: none;
	padding-bottom: 0;
}

.index_page_current .index_pro_box {
	animation: 1s aniStyle3 0.3s;
	animation-fill-mode: forwards;
}

.index_pro_box {
	margin-top: 30px;
	width: 100%;
	height: calc(100% - 12px);
	max-height: 600px;
}

.index_pro_swiper {
	overflow: visible;
}

.index_pro_swiper:after {
	content: "";
	position: absolute;
	top: 12px;
	right: -100%;
	width: 100%;
	height: calc(100% - 40px);
	background-image: url(../images/pro_bg_right.svg);
	background-repeat: no-repeat;
	z-index: 8;
}

.index_pro_swiper .product_list .button {
	padding-top: 30px;
}

.index_pro_box .job_button .job_b_bg>div {
	background-color: var(--orange-color);
}

.index_pro_box .job-button-prev::before {
	background-image: url(../images/white_left.svg);
}

.index_pro_box .job-button-next::before {
	background-image: url(../images/white_right.svg);
}

.index_product .scrillm {
	border-color: #999;
}

.index_product .scrillm span {
	background-color: #999;
}

.index_product .scrillwz {
	color: #999;
}

@media (max-height:850px) {
	.index_product .product_list .thumb {
		max-width: 180px;
	}

	.index_pro_swiper .product_list .button {
		padding-top: 16px;
	}

}

@media (max-height:800px) {
	.index_product .product_list .thumb {
		max-width: 160px;
	}

	.index_pro_box {
		margin-top: 20px;
	}

	.index_pro_box .tab_box {
		padding-top: 10px;
	}

	.index_product .scrill {
		display: none;
	}

	.index_product .job_button {
		margin-top: 20px;
	}

}

@media (max-height:700px) {
	.index_product .product_list .thumb {
		max-width: 120px;
	}

}

@media (max-width:1279px) {

	/* .pro_tab_title .ipro_tab {
	overflow-x: auto;
}
.pro_tab_title .ipro_tab ul{

width: max-content;
} */

}

@media (max-width:1024px) {

	.index_product {
		padding: 0;
	}

	.index_product .inner {
		transform: none !important;
	}

	.index_pro_box {
		margin-top: 30px;
	}

	.index_pro_box .tab_box {
		padding-top: 20px;
	}

	.index_product .scrill {
		display: none !important;
	}
	 .index_product_height{height: 100%;}

}

@media (max-width:767px) {
	.ipro_title {
		color: var(--dark-color);
	}

	.index_pro_box {
		margin-top: 0;
	}
    .index_product_show{display: none;}
	.mo_index_product_show{display: flex; flex-wrap: wrap;  flex-direction: column;}
	.panel-img-box{border-bottom: 1px  #ffffff  solid; height:25vh; overflow: hidden;}
	.mo_index_product_show .panel-img-box .text-box {
	    width: 100%;
	    height: auto;
	    position: absolute;
	    left: 15px;
	    color: #fff;
	    text-align: left;
	    z-index: 4;
	    bottom: 0px;
	    padding: 15px;
	}
}
