@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background: rgba(255, 255, 255, 1);

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-flex-end {
	align-items: flex-end;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1490px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* end */


.nav_icon,
.nav_modal,
.nav_one span {
	display: none;
}

.headernav {
	width: 100%;
	height: 5rem;
	opacity: 1;
	z-index: 5;
	color: rgba(51, 51, 51, 1);
}

.headernav .container {
	height: 100%;
}

.headernav .logo img {
	width: 3.2rem;
	height: 2.8rem;
	margin-right: 0.75rem;
}

.headernav .logo h3 {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: '思源黑体';
	color: rgba(255, 255, 255, 1);
}

.headernav ul {
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.headernav ul li {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	position: relative;
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(36, 59, 138, 1) !important;
	border-bottom: 2px solid rgba(0, 255, 154, 1);
}

.headernav .country {
	color: #000;
	cursor: pointer;
	position: relative;
}

.headernav .country img {
	width: 1rem;
	height: 1rem;
	margin-left: 1.25rem;
}


.headernav .nav_two {
	position: absolute;
	top: 3.2rem;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 8rem;
	opacity: 1;
	font-size: 0.8rem;
	line-height: 1.9rem;
	color: rgba(0, 98, 172, 1);
	text-align: center;
	z-index: 500;
	display: none;
	-webkit-text-fill-color: initial;
}

.headernav .nav_two div {
	background: rgba(255, 255, 255, 0.8);
}

.headernav .nav_two a {
	opacity: 0.8;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
	color: #000;
}

.headernav .nav_two a:hover {
	opacity: 1;
	color: rgba(0, 255, 154, 1);
}

.on .headernav {
	top: 0rem;
	position: fixed;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.on .headernav ul li,
.on .headernav .logo,
.on .headernav .logo h3 {
	color: #000;
	filter: initial;
}

.on .headernav .country .nav_one img {
	filter: invert(50%);
}

.home_on .headernav {
	position: fixed !important;
	box-shadow: initial !important;
	background: linear-gradient(180deg, rgba(36, 59, 138, 1) 0%, rgba(36, 59, 138, 0.95) 0%, rgba(36, 59, 138, 0.66) 44.3%, rgba(36, 59, 138, 0) 100%);
}

.home_on .headernav h3 {
	color: #fff !important;
}

.home_on .headernav ul li,
.home_on .headernav .country {
	color: #fff;
}

.home_on .headernav .active,
.home_on .headernav ul .nav_one a:hover {
	color: rgba(0, 255, 154, 1) !important;
}

.home_on .headernav .logo img,
.home_on .headernav .country .nav_one img {
	filter: grayscale(100%) brightness(600%);
}


/* #end */



/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4rem 0 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto;
	border-radius: 0px;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(36, 59, 138, 1);
	color: #fff;
}

/* end */




/* 底部 */


footer .top {
	background: rgba(17, 17, 17, 1);
	opacity: 1;
	transition: ease-out .36s;
	padding: 3rem 0 3.5rem 0;
}

footer .top .item:nth-child(1) {
	width: 25%;
}

footer .top .logo {
	margin-bottom: 2.25rem;
}

footer .top .logo h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

footer .top .logo h3 span {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 255, 154, 1);
	margin-left: 3rem;
}

footer .top .logo img {
	filter: grayscale(100%) brightness(600%);
	margin-right: 1rem;
}

footer .top .item h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1.75rem;
}

footer .top .item a {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 2rem;
	margin-bottom: 1.25rem;
}

footer .top .item div {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1.25rem;
}

footer .top .item li {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

footer .top .item li:nth-child(2) {
	margin-left: 2.5rem;
}

footer .top .item li img {
	width: 7.95rem;
	height: 7.95rem;
	margin-bottom: 0.75rem;
}

footer .botton {
	background: rgba(17, 17, 17, 1);
	border-top: 0.05rem solid rgba(71, 71, 71, 1);
	opacity: 1;
	transition: ease-out .36s;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	padding: 1.25rem 0;
}

footer .botton span:nth-child(1) {
	margin-right: 2.5rem;
}

footer .top .item:nth-child(1) a:hover,
footer .top .item:nth-child(2) a:hover,
footer a:hover {
	color: #fff;
	transition: ease-out .36s;
}


/* end */




/* 内页轮播 */

.h400 .banner .swiper {
	height: 27.25rem;
	position: relative;
	opacity: 1;
	transition: ease-out .36s;
	margin-top: 5rem;
}

.h400 .banner .swiper-slide>img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.h400 .banner .swiper-slide.swiper-slide-active>img,
.h400 .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.h400 .banner .container {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}

.h400 .banner .container h3 {
	font-size: 3rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.h400 .banner .container p {
	text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(0, 255, 154, 1);
}

/* end */




/* 首页 */

.index .banner {
	width: 100%;
	position: relative;
	position: 1;
	transition: ease-out .36s;
}

.index .banner .swiper-slide {
	height: 100vh;
	position: relative;
}

.index .banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(67.03% 55.05% at 60.15625% 53.57894736842105%, rgba(36, 60, 138, 0.16) 19.45%, rgba(36, 59, 138, 1) 100%);
}

.banner video {

	width: 100%;

	height: 100vh;

	object-fit: cover;

	object-position: center;

}

.index .banner .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.index .banner .swiper-slide.swiper-slide-active>img,
.index .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.index .banner .banner-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1;
}

.index .banner .swiper-slide.swiper-slide-active .banner-text h3,
.index .banner .swiper-slide.swiper-slide-active .banner-text .tisp {
	opacity: 1;
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.index .banner .banner-text h3 {
	font-size: 3rem;
	font-weight: 700;
	color: rgba(0, 255, 154, 1);
	text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
	margin-bottom: 1rem;
}

.index .banner .banner-text .tisp {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 69.5px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}

.index .banner .mouse {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 3rem;
	z-index: 1;
}

.index .banner .mouse .container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.index .banner .mouse .content {
	width: 100%;
}

.index .banner .mouse hr {
	width: 0.05rem;
	height: 1.75rem;
	border: 0;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 1rem;
}

.index .banner .mouse img {
	width: 1.7rem;
	height: 1.7rem;
	animation: jump 1s infinite alternate;
	margin: 0 auto;
}

@keyframes jump {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-20px);
	}
}




/* index2 */

.index2 {
	padding: 6rem 0 13rem 0;
	opacity: 1;
	position: relative;
	background: linear-gradient(to bottom, transparent 50%, rgb(255 255 255 / 20%) 50%, rgb(36, 59, 138) 100%);
	z-index: 1;
}

.index2 .left,
.index2 .right {
	width: 45%;
}

.p1 {
	position: relative;
}

.p2 {
	position: relative;
	z-index: 2;
}

.p3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index2 .left .p3 p,
.index2 .left .p3 h3 {
	color: #e5e5e5;
}

.index2 .left p {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(36, 59, 138, 1);
}

.index2 .left h3 {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: '思源黑体';
	color: rgba(36, 59, 138, 1);
	margin: 1.75rem 0 2rem 0;
}

.index2 .left .intor {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index2 .left .more {
	margin-top: 3.35rem;
	width: 3rem;
	transition: ease-out .36s;
}

.index2 .left .more p {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(36, 59, 138, 1);
}

.index2 .left .more img {
	width: 0.8rem;
	height: 0.8rem;
}

.index2 .left .more:hover {
	width: 5rem;
}

.index2 .right {
	height: 23.45rem;
	border-radius: 0.75rem;
	overflow: hidden;
	background: rgba(204, 204, 204, 1);
}

.index2 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index2 .right img:hover {
	transform: scale(1.1);
}

.index2 .waves {
	width: 100%;
	height: 70vh !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.he_canves {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 13vh;
	pointer-events: none;
	z-index: -1;
}

.he_canves .waves {
	width: 100%;
	height: 70vh !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}



/* index3 */

.index3 {
	padding: 4.5rem 0;
	opacity: 1;
	background: url('../images/bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

.index3 .page-icon {
	width: 4.3rem;
	height: 4.3rem;
	opacity: 1;
	background: rgba(89, 255, 189, 0.5);
	filter: blur(30px);
	border-radius: 50%;
	position: absolute;
	bottom: 4rem;
	left: -2rem;
	animation: move 3s ease-in-out infinite;
}

.index3 .page-icon2 {
	width: 12.9rem;
	height: 12.9rem;
	opacity: 1;
	background: rgba(23, 131, 255, 0.5);
	filter: blur(30px);
	border-radius: 50%;
	position: absolute;
	top: 4rem;
	right: -6rem;
	animation: move 3s ease-in-out infinite;
}

.index3 h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 2rem;
}

.index3 a {
	width: 48%;
}

.index3 .border {
	border-radius: 0.5rem;
	background: linear-gradient(135.69deg, rgba(0, 255, 154, 0.54) 0%, rgba(27, 113, 223, 0.53) 49.51%, rgba(0, 60, 255, 0) 100%);
	overflow: hidden;
	margin-bottom: 1rem;
	position: relative;
}

.index3 a i {
	display: block;
	height: 23.3rem;
	margin: 1rem;
	overflow: hidden;
}

.index3 a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index3 a i .icon {
	opacity: 0;
	position: absolute;
	bottom: 1rem;
	right: 2.5rem;
	font-size: 5.1rem;
	font-weight: 700;
	font-family: '思源黑体';
	font-style: initial;
	color: rgba(0, 255, 154, 1);
	transition: ease-out .36s;
}

.index3 a .more h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin: 0;
	transition: ease-out .36s;
}

.index3 a .more p {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	transition: ease-out .36s;
}

.index3 a .more img {
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.index3 a:hover i .icon {
	opacity: 1;
}

.index3 a:hover .more h3,
.index3 a:hover .more p {
	color: rgba(0, 255, 154, 1);
}

.index3 a:hover img {
	filter: initial;
	transform: scale(1.1);
}



/* index4 */

.index4 {
	background-color: #fff;
	opacity: 1;
	position: relative;
	overflow: hidden;
	background: url('../images/4bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.index4 .left {
	width: 57%;
	padding: 5rem 0 3.85rem 0;
}

.index4 .left h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(17, 17, 17, 1);
	margin-bottom: 1.95rem;
}

.index4 .left h3 span {
	color: rgba(36, 59, 138, 1);
}

.index4 .left li {
	padding: 1.8rem 0;
	border-bottom: 0.05rem solid rgba(224, 224, 224, 1);
	position: relative;
}

.index4 .left li img {
	width: 4.5rem;
	height: 4.5rem;
	opacity: 1;
	border-radius: 0.5rem;
	background: rgba(36, 59, 138, 1);
	padding: 0.8rem;
	margin-right: 1.25rem;
}

.index4 .left li h3 {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(36, 59, 138, 1);
	margin: 0;
	margin-bottom: 0.25rem;
}

.index4 .left li p {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.index4 .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.index4 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



/* index5 */

.index5 {
	padding: 2.5rem 0;
	background: url('../images/5bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.index5 h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2.5rem;
}

.index5 .swiper {
	position: relative;
	padding: 2rem 0;
	position: relative;
	overflow: hidden;
	width: 86rem;
}

.index5 .swiper-slide i {
	display: block;
	height: 14.5rem;
	overflow: hidden;
}

.index5 .swiper-slide i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index5 .swiper-slide .conten {
	border-width: 0 0.05rem 0.05rem 0.05rem;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.7);
	padding: 1.2rem 1.5rem;
	transition: ease-out .36s;
}

.index5 .swiper-slide .type {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	transition: ease-out .36s;
}

.index5 .swiper-slide h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1.25rem 0;
	transition: ease-out .36s;
}

.index5 .swiper-slide .more p {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	transition: ease-out .36s;
}

.index5 .swiper-slide .more img {
	filter: grayscale(100%) brightness(370%);
	opacity: 0.7;
	transition: ease-out .36s;
}

.index5 .swiper-slide:hover {
	background-color: #fff;
	border-color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.index5 .swiper-slide:hover i img {
	transform: scale(1.1);
}

.index5 .swiper-slide:hover .type,
.index5 .swiper-slide:hover h3,
.index5 .swiper-slide:hover .more p {
	color: rgba(36, 59, 138, 1);
}

.index5 .swiper-slide:hover .more img {
	filter: initial;
	opacity: 1;
}

.index5 .index-more {
	width: 8.65rem;
	border-radius: 1.3rem;
	background: rgba(0, 255, 154, 1);
	padding: 0.7rem 2rem;
	justify-content: space-around;
	transition: ease-out .36s;
}

.index5 .index-more p {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.index5 .index-more img {
	width: 0.8rem;
	height: 0.8rem;
}

.index5 .index-more:hover {
	background: rgba(0, 255, 154, 0.8);
}

/* end */



/* 关于 */

.about2 {
	padding: 5rem 0;
	opacity: 1;
}

.about2 .left,
.about2 .right {
	width: 48%;
}

.about2 .left h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: rgba(36, 59, 138, 1);
}

.about2 .left .intor {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	margin: 2.5rem 0 3.5rem 0;
}

.about2 .left li {
	width: 40%;
	margin-right: 10%;
}

.about2 .left li h3 {
	font-size: 4.6rem;
	font-weight: 700;
	font-family: '思源黑体';
	line-height: 3.5rem;
	color: rgba(36, 59, 138, 1);
	margin-right: 0.9rem;
}

.about2 .left li span {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(36, 59, 138, 1);
	width: 1.45rem;
	height: 1.45rem;
	background: rgba(0, 255, 154, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about2 .left hr {
	border: 0;
	border-bottom: 0.05rem solid rgba(224, 224, 224, 1);
	margin: 1.5rem 0 1rem 0;
}

.about2 .left p {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.about2 .right .img {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-right: 1.5rem;
}

.about2 .right .img i:nth-child(1) {
	margin-bottom: 1.5rem;
}

.about2 .right i {
	display: block;
	overflow: hidden;
	border-radius: 0.5rem;
}

.img1 {
	height: 15.5rem;
}

.img2 {
	height: 13.5rem;
}

.img3 {
	height: 18rem;
}

.about2 .right i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.about2 .right i:hover img {
	transform: scale(1.1);
}


.about3 {
	opacity: 1;
	position: relative;
}

.about3 .title {
	position: absolute;
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	top: 4rem;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 2;
}

.about3 li {
	width: calc(100% / 6);
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.about3 li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.about3 li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, rgba(0, 255, 154, 1) 0%, rgba(0, 0, 0, 0) 32.78%);
	opacity: 0;
	transition: ease-out .36s;
}


.about3 li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about3 li .conten {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.about3 li .conten h3 {
	text-shadow: 0rem 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.75rem;
	transition: ease-out .36s;
}

.about3 li .conten .intor {
	font-size: 0.9rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	opacity: 0;
	height: 0;
	transition: ease-out .36s;
}

.about3 li:hover::after {
	opacity: 1;
}

.about3 li:hover .conten h3 {
	color: rgba(0, 255, 154, 1);
}

.about3 li:hover .conten .intor {
	opacity: 1;
	height: 7rem;
}


.about4 {
	padding: 5rem 0 10rem 0;
	opacity: 1;
}

.about4 h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(36, 59, 138, 1);
	margin-bottom: 2.5rem;
	text-align: center;
}

.about4 ul {
	columns: 3;
}

.about4 ul li {
	break-inside: avoid;
	margin-bottom: 1.35rem;
	overflow: hidden;
}

.about4 ul li img {
	width: 100%;
	transition: ease-out .36s;
}

.about4 ul li img:hover {
	transform: scale(1.1);
}

/* end */



/* goods */

.chanpin {
	padding: 5rem 0;
	opacity: 1;
}

.chanpinlist {
	padding: 10rem 0 5rem 0;
}

.chanpinlist h3 {
	text-align: left;
}

.cp-title {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: '思源黑体';
	color: rgba(36, 59, 138, 1);
	position: relative;
	margin-bottom: 2rem;
}

.cp-title::before {
	content: '';
	position: absolute;
	width: 10.35rem;
	height: 0.75rem;
	background: rgba(0, 255, 154, 1);
	bottom: 0.25rem;
	z-index: -1;
}

.chanpin .conten {
	padding: 2rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.2rem 1.8rem rgba(0, 0, 0, 0.1);
}

.chanpin .left {
	width: 60%;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}

.chanpin .right {
	width: 35%;
	height: 15.6rem;
	overflow: hidden;
}

.chanpin .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.chanpin .right img:hover {
	transform: scale(1.1);
}


.chanpin2 {
	opacity: 1;
}

.chanpin2 .intor {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}


.chanpin3 {
	padding: 5rem 0;
	opacity: 1;
}

.chanpin3 .swiper-slide a {
	height: 14.25rem;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.chanpin3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.chanpin3 .swiper-slide img:hover {
	transform: scale(1.1);
}

.chanpin3 .swiper-slide p {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.chanpin3 .swiper-horizontal>.swiper-scrollbar,
.chanpin3 .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	right: 0%;
	left: initial;
	bottom: 1rem;
	z-index: 50;
	height: 0.05rem;
	width: 80%;
	background-color: rgba(242, 242, 242, 1);
}

.chanpin3 .swiper-scrollbar-drag {
	background: rgba(36, 59, 138, 1);
}

.chanpin3 .swiper-prev,
.chanpin3 .swiper-next {
	cursor: pointer;
	margin-right: 2rem;
	margin-top: 2.35rem;
}

.chanpin3 .swiper-prev img,
.chanpin3 .swiper-next img {
	width: 2.5rem;
	height: 2.5rem;
	filter: grayscale(100%) brightness(300%);
	transition: ease-out .36s;
}

.chanpin3 .swiper-prev img:hover,
.chanpin3 .swiper-next img:hover {
	filter: initial;
}

/* end */



/* 研发 */

.bgcolor {
	margin-top: 5rem;
	background: rgba(36, 59, 138, 1);
	overflow: hidden;
}

.bgcolor hr {
	border: 0;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
}

.yanfa {
	padding: 6rem 0 4rem 0;
	position: relative;
}

.yanfa h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.yanfa h3 span {
	color: rgba(0, 255, 154, 1);
}

.yanfa .intor {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 45px;
	color: rgba(255, 255, 255, 1);
	margin: 2.5rem 0 3rem 0;
	text-align: center;
}

.yanfa .pics i {
	display: block;
	width: 48%;
	height: 22rem;
	border-radius: 1rem;
	overflow: hidden;
}

.yanfa .pics i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.yanfa .pics i img:hover {
	transform: scale(1.1);
}

.yanfa .page-icon {
	width: 10rem;
	height: 10rem;
	opacity: 1;
	background: rgba(89, 255, 189, 0.4);
	filter: blur(20px);
	border-radius: 50%;
	position: absolute;
	top: 18rem;
	left: 0rem;
	animation: move 3s ease-in-out infinite;
}


.yanfa2 {
	padding: 4rem 0;
	position: relative;
}

.yanfa2 .page-icon {
	width: 12rem;
	height: 12rem;
	opacity: 1;
	background: rgba(23, 131, 255, 0.5);
	filter: blur(30px);
	border-radius: 50%;
	position: absolute;
	top: 10rem;
	right: 0rem;
	animation: move 5s infinite alternate;
}

.yanfa2 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.yanfa2 h3 span {
	color: rgba(0, 255, 154, 1);
}

.yanfa2 .intor {
	font-size: 1.2rem;
	line-height: 45px;
	color: rgba(255, 255, 255, 1);
	padding: 2.5rem 0 2rem 0;
}

.yanfa2 .pics i {
	width: 32%;
	height: 14.25rem;
	overflow: hidden;
}

.yanfa2 .pics i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.yanfa2 .pics i img:hover {
	transform: scale(1.1);
}


.yanfa3 {
	padding: 4rem 0;
	position: relative;
}

.yanfa3 .page-icon {
	width: 19.4rem;
	height: 19.4rem;
	background: rgba(23, 131, 255, 0.5);
	filter: blur(30px);
	border-radius: 50%;
	position: absolute;
	top: -2rem;
	left: 38%;
	animation: move 5s infinite alternate;
}

.yanfa3 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 3rem;
}

.yanfa3 li {
	width: calc((100% - 7rem) / 4);
	text-align: center;
}

.yanfa3 li img {
	width: 3.25rem;
	height: 3.25rem;
	margin: 0 auto;
}

.yanfa3 li h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin: 0.6rem 0 1rem 0;
}

.yanfa3 li hr {
	border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
}

.yanfa3 li p {
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 1rem;
}


.yanfa4 .chanpin3 {
	padding: 4rem 0;
}

.yanfa4 .chanpin3 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: inherit;
	color: rgba(255, 255, 255, 1);
}

.yanfa4 .chanpin3 h3::before {
	display: none;
}

.yanfa4 .chanpin3 .swiper-slide p {
	color: rgba(255, 255, 255, 1);
}

.yanfa4 .chanpin3 .swiper-horizontal>.swiper-scrollbar,
.yanfa4 .chanpin3 .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	right: 0%;
	left: initial;
	bottom: 1rem;
	z-index: 50;
	height: 0.05rem;
	width: 80%;
	background-color: rgba(255, 255, 255, 0.1);
}

.yanfa4 .chanpin3 .swiper-scrollbar-drag {
	background: rgba(0, 255, 154, 1);
}


@keyframes move {

	0%,
	100% {
		transform: scale(0.8);
		opacity: 0.7;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}

}

/* end */



/* 新闻 */

.news {
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.news .page-icon {
	width: 5.4rem;
	height: 5.4rem;
	opacity: 1;
	background: rgba(23, 131, 255, 0.5);
	filter: blur(100px);
	position: absolute;
	top: 25%;
	left: 0rem;
	animation: move 3s ease-in-out infinite;
}

.news .page-icon2 {
	width: 4.3rem;
	height: 4.3rem;
	opacity: 1;
	background: rgba(89, 255, 189, 0.5);
	filter: blur(50px);
	position: absolute;
	bottom: 18rem;
	right: 0rem;
	animation: move 3s ease-in-out infinite;
}

.news .type a {
	font-size: 0.9rem;
	width: 10.1rem;
	padding: 0.9rem;
	border-radius: 1.5rem;
	background: rgba(246, 246, 246, 1);
	text-align: center;
	transition: ease-out .36s;
}

.news .type .active,
.news .type a:hover {
	border-radius: 1.5rem;
	background: rgba(36, 59, 138, 1);
	color: rgba(255, 255, 255, 1);
}

.news a {
	width: calc((100% - 3.3rem) / 3);
	margin-right: 1.65rem;
	margin-bottom: 1.7rem;
}

.news a:nth-child(3n) {
	margin-right: 0;
}

.news a i {
	display: block;
	width: 100%;
	height: 15.3rem;
	overflow: hidden;
}

.news a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.news a .conten {
	border-width: 0 0.05rem 0.05rem 0.05rem;
	border-style: solid;
	border-color: rgba(173, 173, 173, 0.7);
	padding: 1.5rem;
}

.news a .conten .type {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(102, 102, 102, 0.7);
	transition: ease-out .36s;
}

.news a .conten h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	margin: 1.25rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: ease-out .36s;
}

.news a .conten .more {
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(102, 102, 102, 0.7);
	transition: ease-out .36s;
}

.news a .conten .more img {
	width: 1.2rem;
	height: 1.2rem;
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.news a:hover i img {
	transform: scale(1.1);
}

.news a:hover .conten {
	background: rgba(36, 59, 138, 1);
	transition: ease-out .36s;
}

.news a:hover .conten .type,
.news a:hover .conten .more {
	color: rgba(0, 255, 154, 1);
}

.news a:hover .conten h3 {
	color: rgba(255, 255, 255, 1);
}

.news a:hover .conten .more img {
	filter: initial;
}


.news2 {
	padding: 5rem 0;
	opacity: 1;
}

.news2 h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(36, 59, 138, 1);
	margin-bottom: 2rem;
}

.news2 li {
	margin-right: 2rem;
}

.news2 li img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.75rem;
}

.news2 li p {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
}

.news2 hr {
	border: 0;
	border-bottom: 0.05rem solid rgba(222, 222, 222, 1);
	margin: 1rem 0 2rem 0;
}

.news2 .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 2rem;
}

.news2 a {
	width: 3rem;
	margin-top: 2.5rem;
	text-align: center;
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
}

.news2 a img {
	width: 3rem;
	height: 3rem;
	padding: 0.8rem;
	background: rgba(237, 237, 237, 1);
	border-radius: 50%;
	margin-bottom: 0.25rem;
	transition: ease-out .36s;
}

.news2 a img:hover {
	background: rgba(0, 255, 154, 1);
}


/* end */


/* 联系我们 */

.us {
	height: 43.2rem;
	margin: 4.3rem 0 0 0;
	opacity: 1;
	position: relative;
}

.us::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 7px 0px 18px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(7px);
}

.us .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.us .address {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}

.us .logo {
	position: absolute;
	/* width: 10.55rem; */
	height: 4.25rem;
	top: 29%;
    left: 67%;
	transform: translate(-50%, -50%);
	animation: jump3 1s infinite alternate;
}

@keyframes jump3 {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-20px);
	}
}

.us .content {
	width: 30%;
}

.us .content .position {
	font-size: 0.7rem;
	color: rgba(153, 153, 153, 1);
	padding: 1.25rem 0 4.75rem 0;
}

.us .content p {
	font-size: 0.9rem;
	color: rgba(0, 227, 136, 1);
}

.us .content h3 {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgba(36, 59, 138, 1);
	margin: 0.5rem 0 5.5rem 0;
}

.us .content hr {
	border: 0;
	margin: 2rem 0;
	border-bottom: 0.05rem solid rgba(227, 227, 227, 1);
}

.us .content li {
	margin-bottom: 2.5rem;
}

.us .content li img {
	width: 2.75rem;
	height: 2.75rem;
	margin-right: 1.25rem;
}

.us .content li p:nth-child(1) {
	font-size: 1.2rem;
	color: rgba(17, 17, 17, 1);
	margin-bottom: 0.75rem;
}

.us .content li p:nth-child(2) {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
}

.phone_address {
	display: none;
}

/* end */