@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;

	overflow-x: hidden;

	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', sans-serif;

	font-weight: 400;

	word-break: keep-all;

	overflow-wrap: normal;

	white-space: normal;

}



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;
}

.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 {
	max-width: 1720px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
}



/* 导航 */

.nav_icon,
.nav_modal,
.box-map-phone{
	display: none;
}

.headernav {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 4.25rem;
	opacity: 1;
	color: #fff;
}

.headernav .container {
	max-width: 1440px;
	height: 100%;
}

.headernav .logo {
	width: 11.05rem;
}

.headernav .logo img {
	width: 100%;
	filter: grayscale(100%) brightness(600%);
}

.headernav .nav {
	width: 40%;
	font-weight: 300;
	font-size: 1rem;
	height: 4rem;
	color: rgba(255, 255, 255, 1);
}

.headernav .nav li {
	height: 100%;
}

.headernav .nav li .nav_one {
	position: relative;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headernav .nav li .nav_one:before {
	content: '';
	display: block;
	background: url('../images/footer06.svg');
	width: 0.75rem;
	height: 0.75rem;
	background-size: 100% 100%;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0, -50%);
	transition: ease-out .36s;
}

.headernav .nav li:hover .nav_one:before,
.headernav .lang:hover:before {
	transform: rotate(180deg);
}

.headernav .nav li.active .nav_one a,
.headernav .nav li:hover .nav_one a {
	font-size: 1rem;
	color: transparent;
	background-image: linear-gradient(90deg, rgba(0, 104, 183, 1) 0%, rgba(0, 145, 219, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	border-bottom: 0.05rem solid;
	border-image: linear-gradient(90deg, rgba(0, 145, 219, 1) 0%, rgba(0, 104, 183, 1) 100%) 1;
}

.headernav .search {
	border-radius: 1.25rem;
	transition: ease-out .36s;
	cursor: pointer;
}

.headernav .search img {
	width: 1.2rem;
	height: 1.2rem;
}

.headernav .item {
	background: #fff;
	border-radius: 1.25rem;
	padding: 0.5rem;
	cursor: pointer;
}

.headernav .item .box {
	width: 0.7rem;
	flex-direction: column;
	justify-content: center;
}

.headernav .item .link {
	width: 100%;
	height: 0.02rem;
	background: #000;
	margin-bottom: 0.3rem;
	transition: all .6s ease;
}

.headernav .item .link:nth-child(2) {
	width: 65%;
}

.headernav .item .link:last-child {
	margin-bottom: 0;
}

.headernav .item:hover .link:nth-child(2) {
	width: 100%;
}

.headernav .item:hover .link:nth-child(1),
.headernav .item:hover .link:nth-child(3) {
	width: 65%;
}

.headernav .lang-search {
	width: 25%;
	flex-direction: row-reverse;
}

.headernav .lang {
	padding: 1rem 0;
	margin: 0 2.5rem;
	position: relative;
	font-size: 0.8rem;
	cursor: pointer;
}

.headernav .lang img {
	width: 1.2rem;
	height: 1.2rem;
}

.headernav .lang p {
	margin: 0 0 0 0.3rem;
	font-size: 0.8rem;
	white-space: nowrap;
}

.headernav .lang_menu {
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translate(-50%, 0%);
	display: none;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 8rem;
	/* box-shadow: 0 1px 10px 0 rgba(0, 85, 255, .08); */
	padding: 0.5rem 1rem;
	background: rgb(8 15 84);
}

.headernav .lang_menu a {
	margin: 0;
	width: 100%;
	font-weight: 300;
	color: #fff;
	text-decoration-line: inherit;
	padding: 0.25rem 0;
	text-align: right;
}

.headernav .lang_menu a img {
	width: 1.5rem;
	height: auto;
	filter: initial !important;
}

.headernav .lang_menu a:hover {
	font-weight: 400;
	transition: ease-out .36s;
}

.headernav .lang:hover .lang_menu {
	display: flex;
	transition: ease-out .36s;
}

.search-wrapper .input-holder {
	overflow: hidden;
	height: 3.5rem;
	background: rgba(255, 255, 255, 0);
	border-radius: 0.3rem;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	border-radius: 2.5rem;
	width: 22.5rem;
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 1rem;
	overflow: initial;

	background: radial-gradient(53.42% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(77, 0, 166, 0.14) 100%);
	box-shadow: inset 0 0.25rem 0.5rem rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(2px);
}

.search-wrapper .input-holder .search-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.search-wrapper .input-holder .search-input {
	width: 90%;
	opacity: 0;
	background: transparent;
	border: 0;
	font-size: 0.9rem;
}

.search-wrapper .input-holder .search-form button {
	border: 0;
	background: initial;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
}

.search-wrapper .input-holder .search-input::placeholder {
	color: #fff;
	opacity: 1;
}

.search-wrapper.active .search-close {
	position: absolute;
	right: -2rem;
	cursor: pointer;
}

.search-wrapper .search-mark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.search-wrapper.active .search-mark {
	display: block;
}

body:has(.search-wrapper.active .search-mark) {
	overflow: hidden;
}

.headernav .lang-search .us {
	width: 7rem;
	height: 2.15rem;
	border: 0;
	font-size: 0.95rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	background: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	white-space: nowrap;
}

.headernav .lang-search .us::before,
.headernav .lang-search .us::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0.4rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.headernav .lang-search .us::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(40, 79, 235, 1);
	transition: all .5s ease;
}

.headernav .lang-search .us:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.headernav .search:hover img,
.headernav .lang:hover img {
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.headernav .nav_two {
	position: absolute;
	transform: translateX(0%);
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(8 15 84);
	padding: 6.8rem 0 2rem 0;
	z-index: -1;
}

.headernav .nav_two .navconten {
	width: 100%;
	justify-content: space-around;
}

.headernav .nav_two .navconten .navlist {
	width: calc(95% / 3);
}

.headernav li:nth-child(1) .nav_two .navconten .navlist {
	width: calc(95% / 2);
}

.headernav .nav_two .navconten .navlist .navlist-item {
	width: 45%;
}

.headernav .nav_two .navconten .navlist .navlist-item a {
	width: 90%;
}

.headernav .nav_two .navconten h3 {
	font-size: 0.9rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1rem;
}

.headernav .nav_two .navli {
	justify-content: space-between;
}

.headernav .nav_two .navli a {
	width: 48%;
	font-size: .7rem;
	padding: 0 0 0.8rem 0;
	margin: 0;
	color: #fff;
	font-weight: 300;
	transition: ease-out .36s;
	line-height: initial;
}

.headernav .nav_two .navli a:hover span {
	border-bottom: 0.05rem solid #333;
	transition: ease-out .36s;
}

.on .headernav {
	top: 0rem;
	color: #fff;
	z-index: 50;
	transition: ease-out .36s;
	background: linear-gradient(180deg, rgba(9, 28, 68, 1) 0%, rgba(9, 28, 68, 0) 101%);
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
}

.on .headernav .nav {
	color: #fff;
}

.on .headernav .lang-icon {
	background: rgba(51, 51, 51, 0.55);
}

.on .headernav .item {
	background: #004abb;
}

.on .headernav .item .link {
	background: #fff;
}


/* end */



/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1rem 0 0rem 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: 2rem 0.5rem;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	/* background: linear-gradient(90deg, rgba(0, 71, 254, 1) 0%, rgba(14, 16, 200, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	color: #fff;
}

/* end */




/* 按钮样式 */

.index-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.5rem;
	height: 2.3rem;
	position: relative;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 1);
	border: 0.05rem solid #fff;
}

.index-more div {
	margin-right: 1rem;
	font-weight: 300;
}

.index-more img {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translate(0, -50%);
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.25rem;
}

.index-more:hover img {
	right: 0.5rem;
	transition: ease-out .36s;
}

.index-more::before,
.index-more::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.index-more::after {
	width: 0;
	background: rgba(236, 17, 40, 1);
	transition: all .5s ease;
}

.index-more:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

/* end */






/* 首页 */

.banner {
	position: relative;
	height: 100vh;
}

.banner .swiper-slide {
	height: 100% !important;
}

.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	z-index: 5;
}

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

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

.banner .banner_txt {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	transition: ease-out .36s;
	z-index: 5;
}

.banner .banner_txt h3 {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 95.47px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 4px;
}

.banner .banner_txt p {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 31.82px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

.banner .ation {
	position: absolute;
	left: 0;
	bottom: 3.65rem;
	width: 100%;
	transition: ease-out .36s;
	z-index: 3;
}

.banner .ation .conten {
	width: 15%;
}

.banner .swiper-button-lock,
.banner .swiper-pagination {
	display: block;
	position: relative;
}

.banner .swiper-pagination {
	display: flex;
	align-items: center;
	right: inherit;
	z-index: 1;
	width: auto;
	margin: 0 2%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 1rem;
	height: 1rem;
	z-index: 3;
	position: initial;
}

.banner .swiper-button-next img,
.banner .swiper-button-prev img {
	width: 100%;
	height: 100%;
}

.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
	content: '';
	cursor: pointer;
}

.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
	content: '';
	cursor: pointer;
}

.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.banner .swiper-pagination-bullet {
	background: #fff;
}

.banner .index-more {
	width: 8.2rem;
	height: 2.9rem;
	border: 0;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 1);
	background: initial;
}

.banner .index-more div {
	margin-right: 0;
}

.banner .index-more img {
	right: 1.35rem;
}

.banner .index-more::before,
.banner .index-more::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0, 104, 183, 1) 0%, rgba(0, 145, 219, 1) 100%);
	border-radius: 0.4rem;
}

.banner .index-more::after {
	width: 0;
	background: rgba(0, 104, 183, 1);
	transition: all .5s ease;
}

.banner .index-more:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}




/* 内页轮播 */

.product-banner {
	height: 47.5rem;
}

.product-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.product-banner .swiper-slide::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}

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

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

.product-banner .box-conten {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.product-banner .box-conten h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.product-banner .box-conten .intor {
	width: 55%;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 25px;
	margin: 2rem 0 3rem 0;
	color: rgba(255, 255, 255, 1);
}

.product-banner .box-conten a {
	width: 13rem;
	position: relative;
	font-size: 1rem;
	line-height: 28.96px;
	color: rgba(255, 255, 255, 1);
	border-radius: 4rem;
	padding: 0.5rem 1rem;
	overflow: hidden;
}

.product-banner .box-conten a img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.5rem;
	transition: initial;
	transform: initial;
}

.anniu::before,
.anniu::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	/* background: rgba(0, 72, 255, 1); */
	background: rgba(40, 79, 235, 1);
}

.anniu::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(29, 151, 204, 1);
	transition: all .5s ease;
}

.anniu:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}




/* 关于我们 */

.h26 {
	height: 26rem !important;
}

.h26 img {
	filter: blur(10px);
}



.about-banner {
	height: 38.3rem;
}

.about-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.about-banner .swiper-slide::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.about-banner2 .swiper-slide::before {
	content: initial;
}


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

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

.about-banner .box-conten {
	position: absolute;
	width: 100%;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.about-banner .box-conten .about-title h3 {
	color: rgba(255, 255, 255, 1);
}

.about-banner .box-conten .about-title p {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.about-banner .box-conten .intor {
	width: 60%;
	margin-top: 1rem;
	line-height: 30px;
	font-size: 0.9rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
}

/* end */






/* 首页 */

.index05 {
	position: relative;
	padding: 5.45rem 0 2rem 0;
	background: url('../images/new_bg2.jpg') no-repeat;
	background-size: cover;
}

.index05 h3 {
	font-size: 1.8rem;
	line-height: 45px;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	text-align: center;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.index05 .intor {
	font-size: 0.85rem;
	line-height: 25px;
	width: 80%;
	margin: 0 auto;
	font-weight: 300;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.index05 .swiper-product {
	padding: 4rem 2%;
	position: relative;
	overflow: hidden;
	max-width: calc(1720px - 262px);
}

.index05 .swiper-slide {
	position: relative;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide img {
	position: absolute;
	z-index: 5;
	width: 8.75rem;
	top: -3.5rem;
	left: 50%;
	transform: translate(-50%, 0px);
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .icon-bg {
	width: 25%;
	height: 25%;
	border-radius: 50%;
	background: rgba(0, 157, 255, 0.5);
	filter: blur(50px);
	-webkit-filter: blur(50px);
	/* 添加webkit前缀 */
	position: absolute;
	top: -10%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	/* 添加webkit前缀 */

	/* 优化过渡效果 */
	transition: transform 0.36s ease-out, opacity 0.36s ease-out;
	-webkit-transition: -webkit-transform 0.36s ease-out, opacity 0.36s ease-out;

	/* 解决闪烁问题的关键属性 */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	/* 强制硬件加速并减少闪烁 */
	-webkit-transform: translateZ(0) translate(-50%, 0);
	transform: translateZ(0) translate(-50%, 0);

	/* 避免模糊边缘问题 */
	will-change: transform, opacity;
}

.index05 .swiper-slide .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	filter: blur(20px);
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #ffffff5e;
	border-bottom: 2px solid #ffffff3b;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 5rem 1.5rem 1.5rem 1.5rem;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .content h1 {
	font-size: 1rem;
	line-height: 30px;
	color: rgba(56, 56, 56, 1);
	transition: ease-out .3s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .content .intor {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	margin: 0.75rem 0;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: ease-out .3s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .content .more {
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 26.06px;
	color: rgba(56, 56, 56, 0.5);
	justify-content: center;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-slide .content .more img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.75rem;
	position: initial;
	filter: grayscale(100%) brightness(60%);
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.index05 .swiper-icon .container {
	width: 95%;
	height: 0;
}

.index05 .swiper-icon {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	z-index: 3;
	transform: translate(-50%, 0%);
}

.index05 .swiper-icon img {
	cursor: pointer;
}

.index05 .swiper-slide:hover {
	transform: translateY(-1rem);
}

.index05 .swiper-slide:hover .icon {
	border: 0.1px solid #ffffff00;
}

.index05 .swiper-slide:hover .content h1 {
	color: rgba(255, 255, 255, 1);
}

.index05 .swiper-slide:hover .content .intor {
	color: rgba(255, 255, 255, 1);
}

.index05 .swiper-slide:hover .content .more {
	color: rgba(255, 255, 255, 0.5);
}

.index05 .swiper-slide:hover .content {
	border-radius: 10px;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	z-index: 0;
}

.index05 .swiper-slide:hover .content .more img {
	filter: grayscale(100%) brightness(75%);
}




.index04 {
	position: relative;
}

.index04 .txt {
	position: absolute;
	top: 4rem;
	width: 55%;
	z-index: 3;
}

.index04 h3 {
	font-size: 1.8rem;
	line-height: 45px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.index04 .intor {
	width: 100%;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 25px;
	color: rgba(255, 255, 255, 1);
}

.index04 .swiper-scheme {
	position: relative;
}

.index04 .swiper-scheme img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: -1;
}

.index04 .swiper-scheme .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(2, 8, 20) 0%, rgba(13, 26, 54, 0.642) 35.52%, rgba(17, 36, 79, 0) 100%);
	z-index: 1;
}

.index04 .swiper-scheme .content {
	width: 50%;
	position: absolute;
	top: 60%;
	transform: translate(0%, -50%);
	z-index: 6;
}

.index04 .swiper-scheme .container h3 span {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 34.75px;
	color: rgba(255, 255, 255, 1);
	padding: 0.3rem 0.85rem;
	border-radius: 1.45rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%), linear-gradient(90deg, rgba(0, 145, 219, 1) 0%, rgba(0, 104, 183, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.index04 .swiper-scheme .container .intor {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 25px;
	color: rgba(255, 255, 255, 1);
	margin: 1.25rem 0 2.75rem 0;
}

.index04 .swiper-scheme .container a p {
	font-size: 0.9rem;
	line-height: 26.06px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	margin-right: 0.25rem;
}

.index04 .swiper-scheme .container a img {
	width: 1.35rem;
	height: 1.35rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%), linear-gradient(90deg, rgba(0, 145, 219, 1) 0%, rgba(0, 104, 183, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	padding: 0.25rem;
}

.index04 .swiper-scheme-thumbs {
	position: relative;
	margin-top: -8.5rem;
	z-index: 5;
}

.index04 .swiper-scheme-thumbs .swiper-wrapper {
	align-items: flex-end;
}

.index04 .swiper-scheme-thumbs .swiper-slide {
	position: relative;
	font-size: 0.9rem;
	line-height: 26.06px;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: ease-in-out .36s;
}

.index04 .swiper-scheme-thumbs .swiper-slide::before {
	content: '';
	position: absolute;
	width: 5rem;
	border-bottom: 0.05rem dashed rgba(255, 255, 255, 0.2);
	bottom: 10%;
	left: 100%;
	z-index: 1;
}

.index04 .swiper-scheme-thumbs .swiper-slide:nth-child(8)::before {
	border: 0;
}

.index04 .swiper-scheme-thumbs .swiper-slide img {
	width: 2.25rem;
	height: 2.25rem;
	opacity: 0.5;
	margin-bottom: 0.75rem;
	filter: grayscale(100%) brightness(600%);
	transition: ease-in-out .36s;
}

.index04 .swiper-scheme-thumbs .swiper-slide p {
	white-space: initial;
	text-align: center;
	font-size: 0.75rem;
	line-height: 20px;
	min-height: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 0.15rem;
}

.index04 .swiper-scheme-thumbs .swiper-slide .icon {
	width: 0.4rem;
	height: 0;
	border-radius: 50%;
	opacity: 0;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.index04 .swiper-scheme-thumbs .swiper-slide-thumb-active {
	color: rgba(255, 255, 255, 1);
}

.index04 .swiper-scheme-thumbs .swiper-slide-thumb-active img {
	opacity: 1;
}

.index04 .swiper-scheme-thumbs .swiper-slide-thumb-active .icon {
	margin-top: 0.75rem;
	height: 0.4rem;
	opacity: 1;
}



.index03 {
	background: url('../images/new_bg3.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 6.5rem 0 4.75rem 0;
}

.index03 .test {
	align-items: end;
	margin-bottom: 3.4rem;
}

.index03 h3 {
	font-size: 1.8rem;
	line-height: 45px;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.index03 .intor {
	font-size: 0.85rem;
	width: 55%;
	line-height: 25px;
	font-weight: 300;
	color: rgba(56, 56, 56, 1);
}

.index03 ul {
	padding: 1.5rem 0;
	border-radius: 1.2rem;
	justify-content: space-around;
	margin-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	box-shadow: 0px 0px 30px 10px rgb(255 255 255 / 60%);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #ffffff5e;
	border-bottom: 2px solid #ffffff3b;
	backdrop-filter: blur(2px);
	box-shadow: 20px 20px 100px rgba(255, 255, 255);
}

.swiper-logo {
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

.swiper-logo .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-logo .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	margin: 0 20px;
}

.swiper-logo .swiper-slide img {
	object-fit: contain;
	transition: transform 0.3s ease;
	padding: 1rem;
	height: 7rem;
	object-fit: cover;
	object-position: center;
}

.swiper-logo .swiper-slide img:hover {
	transform: scale(1.05);
}

.index03 .number {
	margin-top: 4.5rem;
}

.index03 .number h3 {
	position: relative;
	font-size: 3rem;
	line-height: 87.82px;
	font-family: 'Impact';
	color: rgba(56, 56, 56, 1);
	margin-bottom: 1rem;
	text-align: center;
}

.index03 .number div {
	font-size: 0.8rem;
	line-height: 19.52px;
	color: rgba(56, 56, 56, 1);
	color: rgba(56, 56, 56, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.index03 .number div span {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%), linear-gradient(90deg, rgba(0, 145, 219, 1) 0%, rgba(0, 104, 183, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	margin-right: 0.5rem;
}





.index02 {
	overflow: hidden;
	padding: 3rem 0 0 0;
	background: url('../images/new_bg4.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.index02 .top h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.index02 .top a {
	font-size: 0.9rem;
	line-height: 26.06px;
	color: rgba(255, 255, 255, 0.5);
	transition: ease-in-out .36s;
}

.index02 .top a img {
	width: 1.35rem;
	height: 27px;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	padding: 0.3rem;
	margin-left: 0.25rem;
}

.index02 .top a:hover {
	color: rgba(255, 255, 255, 1);
}

.index02 .swiper {
	position: relative;
	margin: 0 auto;
	padding: 2rem 0;
	position: relative;
	overflow: hidden;
}

.index02 .swiper-slide {
	width: 21.3rem;
	height: 12rem;
	padding: 2rem;
	transition: ease-out .36s;
}

.index02 .swiper-slide:hover {
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.1);
	height: 12rem;
}

.index02 .cont .title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 28.96px;
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 1.5rem;
}

.index02 .cont .time {
	font-size: 0.7rem;
	line-height: 20.23px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 1.5rem;
}



.index01 {
	padding: 4.4rem 0;
	background: url('../images/new_bg5.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.index01 h3 {
	width: 60%;
	font-size: 1.4rem;
	line-height: 45px;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	margin-bottom: 2.3rem;
	text-transform: uppercase;
}

.index01 .from {
	position: relative;
	z-index: 2;
}

.index01 input {
	width: 15%;
	height: 3.8rem;
	border-radius: 0.35rem;
	background: rgba(56, 56, 56, 0.05);
	padding: 0 1.5rem;
	border: 0;
	font-size: 0.7rem;
	line-height: 20.27px;
}

.index01 .select {
	width: 20%;
	height: 3.8rem;
	border-radius: 0.35rem;
	background: rgba(56, 56, 56, 0.05);
	padding: 0 1.5rem;
}

.index01 select {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 0.7rem;
	color: #7c7c7c;
	background: rgba(56, 56, 56, 0);
	-webkit-appearance: none;
}

.index01 .from button {
	width: 15%;
	height: 3.8rem;
	border: 0px;
	border-radius: 0.35rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.index01 .from button p {
	position: relative;
	z-index: 1;
}

.index01 .from button::before,
.index01 .from button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	border-radius: 0.4rem;
}

.index01 .from button::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(40, 79, 235, 1);
	transition: all .5s ease;
}

.index01 .from button:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

/* end */





/* 期待与您深入交流，探索更多解决方案 */

.comm {
	background: url('../images/comm.jpg') no-repeat;
	background-size: cover;
	padding: 3.15rem 0 4rem 0;
	position: relative;
}

.comm h3 {
	width: 60%;
	font-size: 1.4rem;
	line-height: 45px;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}

.comm form input {
	border: 0;
	width: 15%;
	font-size: 0.7rem;
	color: rgba(56, 56, 56, 1);
	padding: 1.5rem;
	border-radius: 0.35rem;
	background: rgba(255, 255, 255, 0.3);
}

.comm form .select {
	width: 20%;
	height: 3.8rem;
	border-radius: 0.35rem;
	background: rgba(255, 255, 255, 0.3);
	padding: 0 1.5rem;
}

.comm form select {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 0.7rem;
	color: rgba(56, 56, 56, 1);
	background: rgba(255, 255, 255, 0);
	-webkit-appearance: none;
}

.comm button {
	position: relative;
	width: 15%;
	height: 3.8rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
	border: 0;
	border-radius: 0.35rem;
	overflow: hidden;
	cursor: pointer;
}

.comm button p {
	position: relative;
	z-index: 1;
}

.comm button::before,
.comm button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.comm button::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(40, 79, 235, 1);
	transition: all .5s ease;
}

.comm button:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

/* end */





/* 产品 */

.product-title {
	text-align: center;
}

.product-title h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
}

.product-title p {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 40px;
	color: rgba(0, 0, 0, 1);
}

/* 核心服务优势 */

.product01 {
	background: url('../images/product01.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	padding: 3.95rem 0 3.1rem 0;
	position: relative;
}

.product01 .box-list {
	margin-top: 4.45rem;
}

.product01 .box-item {
	position: relative;
	z-index: 5;
	width: calc((100% - 6.6rem) / 3);
	border-radius: 1.2rem;
	padding: 1rem 1.5rem 3rem;
	cursor: pointer;
}

.product01 .box-item2 {
	width: calc((100% - 1.2rem) / 2);
}

.product01 .box-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	/* box-shadow: 1rem 1rem 2rem rgba(24, 48, 63, 0.2); */
	box-shadow: 4px 8px 20px rgb(24 48 63 / 20%);
	filter: blur(20px);
	z-index: -1;
	transition: ease-out .36s;
}

.product01 .box-item::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	z-index: -1;
}

.product01 .box-item .box-border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(116.57deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;
}

.product01 .box-item img {
	width: 4.5rem;
	height: 4.5rem;
	filter: invert(50%);
	opacity: 0.5;
	transition: ease-out .36s;
}

.product01 .box-item h4 {
	height: 3rem;
	font-size: 1.1rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	margin: 1rem 0 1.55rem 0;
	text-transform: uppercase;
}

.product01 .box-item .textbox {
	font-size: 0.75rem;
	height: 9rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgba(102, 102, 102, 1);
}

.product01 .box-item:hover img {
	filter: initial;
	opacity: 1;
}

.product01 .box-item:hover::before {
	box-shadow: 4px 8px 20px rgba(24, 48, 63, 0.3);
}

/* 我们一直在深耕 */

.product02 {
	background: url('../images/product02.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	padding: 1.85rem 0 5rem 0;
	position: relative;
}

.product02 .box-list {
	margin-top: 3.3rem;
}

.product02 .box-item {
	position: relative;
	width: 13%;
	height: 26.4rem;
	border-radius: 0.75rem;
	overflow: hidden;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	cursor: pointer;
}

.product02 .box-item6 {
	width: 11%;
}

.product02 .box-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.product02 .box-item .conten {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 1.95rem 1.8rem;
	transition: ease-out .36s;
	-webkit-transition: ease-out 0.36s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.product02 .box-item .conten h3 {
	width: 1.5rem;
	font-size: 1rem;
	line-height: 31.86px;
	color: rgba(56, 56, 56, 1);
}

.product02 .box-item5 .conten h3 {
	width: 2rem;
}

.product02 .box-item .conten .testbox {
	display: none;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	margin: 1.5rem 0;
}

.product02 .box-item .conten .tab p {
	display: none;
	padding: 0.2rem 0.4rem;
	border-radius: 0.15rem;
	background: rgba(240, 245, 255, 1);
	margin-right: 0.95rem;
	margin-bottom: 0.5rem;
}

.product02 .box-item .conten .tab p span {
	font-size: 0.9rem;
	line-height: 26.06px;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(90deg, rgba(0, 72, 255, 1) 0%, rgba(15, 14, 198, 1) 100%);
}

.product02 .box-item.active,
.product02 .box-item5.active,
.product02 .box-item6.active {
	width: 40%;
}

.product02 .box-item4.active {
	width: 55%;
}

.product02 .box-item3.active {
	width: 70%;
}

.product02 .box-item.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(15, 15, 199, 0.8) 0%, rgba(15, 15, 199, 0) 100%);
	z-index: 1;
}

.product02 .box-item.active .conten {
	padding: 3rem;
}

.product02 .box-item.active .conten h3 {
	width: auto;
	font-size: 1.4rem;
	line-height: 40.54px;
	color: rgba(255, 255, 255, 1);
}

.product02 .box-item.active .conten .testbox,
.product02 .box-item.active .conten .tab p {
	display: block;
}

.business01 .box-map .box-map-word .haiwai {
	display: none;
	top: 4rem;
	z-index: 99;
}

.haiwai2 {
	width: 80% !important;
	top: 0rem !important;
	right: -15rem;
	transition: ease-out .36s;
}

.business01 .map-list .haiwai_hover:hover img {
	width: 90%;
}

.business01 .map-list .haiwai_hover:hover .haiwai {
	display: block;
}

/* 客户之声 */

.product03 {
	background: url('../images/product03.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	padding: 0 0 5.25rem 0;
	position: relative;
}

.product03 .box-conten {
	position: relative;
	margin-top: 4.3rem;
	padding: 2.8rem 4.9rem 2.8rem 4.1rem;
}

.product03 .box-conten::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(89, 227, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	filter: blur(5px);
	z-index: 1;
}

.product03 .box-conten::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(89, 227, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	box-shadow: 1rem 1rem 5rem rgba(24, 48, 63, 0.05);
	filter: blur(30px);
	z-index: 1;
}

.product03 .box-conten .box-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 0.5rem; */
	/* padding: 0.1rem; */
	/* background: linear-gradient(204.98deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
	background: url('../images/border.png') no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.product03 .box-conten .swiper-list {
	position: relative;
	z-index: 2;
	width: 30%;
	height: 14.1rem;
	margin: 0;
}

.product03 .box-conten .swiper-list .swiper-slide {
	font-size: 0.85rem;
	line-height: 23.17px;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
	cursor: pointer;
}

.product03 .box-conten .swiper-list .swiper-slide.swiper-slide-thumb-active {
	color: rgba(15, 14, 198, 1);
}


.product03 .box-conten .swiper-intor {
	position: relative;
	z-index: 2;
	width: 65%;
	margin: 0;
	margin-top: -3rem;
	border-radius: 0.5rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
	padding: 4.5rem 2.7rem 3rem;
	overflow: visible;
}

.product03 .box-conten .swiper-intor img {
	position: absolute;
	top: -0.35rem;
	left: -0.75rem;
	width: 4.7rem;
}

.product03 .box-conten .swiper-intor span {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	color: rgba(156, 183, 247, 1);
}

.product03 .box-conten .swiper-intor .intor {
	font-size: 1rem;
	line-height: 35px;
	color: rgba(0, 0, 0, 1);
	height: auto;
	margin-bottom: 1rem;
}

.product03 .box-conten .swiper-intor .from {
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: right;
	color: rgba(0, 0, 0, 1);
}

.product03 .box-conten .swiper-intor .swiper-slide {
	opacity: 0 !important;
}

.product03 .box-conten .swiper-intor .swiper-slide-active {
	opacity: 1 !important;
}

/* 更多产品 */

.product04 {
	background: url('../images/product04.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	padding: 5.45rem 0 6.1rem 0;
	position: relative;
}

.product04 .box-conten {
	margin-top: 2.65rem;
	position: relative;
}

.product04 .swiper-more {
	width: 90%;
}

.product04 .swiper-more .swiper-slide img {
	width: 6.75rem;
	margin-right: 0.3rem;
}

.product04 .swiper-more .swiper-slide h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 34.75px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.5rem;
}

.product04 .swiper-more .swiper-slide p {
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.product04 .prve-next {
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.product04 .prve-next img {
	width: 2.35rem;
	height: 2.35rem;
	cursor: pointer;
}


/* end */




/* 解决方案 */

.solution-banner {
	/* height: 38.5rem; */
}

.solution-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

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

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

.solution-banner .swiper-slide .box-conten {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.solution-banner .swiper-slide .box-conten img {
	width: 25%;
}

.solution-banner .swiper-slide .box-conten h3 {
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 45px;
	margin-bottom: 1rem;
	width: 25%;
	color: rgba(255, 255, 255, 1);
	text-align: right;
}

/* 行业痛点 */

.solution01 {
	background: url('../images/solution01.jpg') no-repeat;
	background-size: cover;
	padding: 4rem 0 5.5rem 0;
	margin-top: -0.5rem;
	position: relative;
	z-index: 2;
}

.solution01 h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 3rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.solution01 .box-item {
	width: 100%;
	position: relative;
	margin-bottom: 4rem;
	border: 1px solid #ffffff40;
	border-radius: 0.5rem;
}

.solution01 .box-item2 {
	width: 100%;
}

.solution01 .box-item::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;
	background: linear-gradient(207.95deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	box-shadow: 1rem 1rem 5rem rgba(24, 48, 63, 0.2);
	filter: blur(30px);
	z-index: -1;
}

.solution01 .box-item2::after {
	filter: blur(10px);
}

.solution01 .box-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: blur(30px);
	z-index: -1;
}

.solution01 .box-item .box-conten {
	padding: 1.7rem;
	padding-bottom: 4rem;
	overflow: hidden;
	position: relative;
}

.solution01 .box-item .box-border::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 1rem;
	border-radius: 5rem 5rem 0 0;
	filter: blur(45px);
	left: 50%;
	bottom: 0.5rem;
	transform: translate(-50%, 0px);
}

.solution01 .box-item:nth-child(1) .box-border::before {
	background: rgba(166, 0, 255, 0.2);
}

.solution01 .box-item:nth-child(2) .box-border::before {
	background: rgba(0, 217, 76, 0.3);
}

.solution01 .box-item:nth-child(3) .box-border::before {
	background: rgba(0, 157, 255, 0.3);
}

.solution01 .box-item:nth-child(4) .box-border::before {
	background: rgba(0, 0, 255, 0.3);
}

.solution01 .box-item h3 {
	width: 85%;
	font-size: .9rem;
	line-height: 30px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 1);
	padding: 1.6rem 1.7rem;
	border-radius: 0.5rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
	margin-top: -2rem;
}

.solution01 .box-item li img {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.25rem;
}

.solution01 .box-item li p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgb(0, 0, 0);
}

.solution01 .box-item a {
	margin-top: 1.1rem;
	font-size: 0.9rem;
	line-height: 26.06px;
	color: rgba(14, 18, 201, 1);
	position: absolute;
	left: 1.5rem;
	bottom: 1rem;
}

.solution01 .box-item a img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.5rem;
}

/* 解决方案 */

.solution02 {
	background: url('../images/solution02.jpg') no-repeat;
	background-size: cover !important;
	background-position: right !important;
	padding: 4rem 0 5.5rem 0;
	margin-top: -0.5rem;
	position: relative;
	z-index: 2;
}

.solution02 h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
}

.solution02 .box-data {
	margin-bottom: 1.95rem;
}

.solution02 .box-data .box-item {
	margin-right: 4.75rem;
}

.solution02 .box-data .box-item h3 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.solution02 .box-data .box-item h3 span {
	font-size: 1.8rem;
	font-weight: 700;
	color: rgba(0, 119, 255, 1);
	text-shadow: 1px 1px 0px rgb(255 255 255 / 50%)
}

.solution02 .box-data .box-item p {
	font-size: 0.9rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
}

.solution02 .box-list .box-item {
	width: 24%;
	height: 20rem;
	padding: 1.5rem 2rem;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	cursor: pointer;
	overflow: hidden;
	border: 0.05rem solid;
	box-sizing: border-box;
	border-image: linear-gradient(220.08deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) 1.03;
	background: linear-gradient(145.23deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.75) 100%);
	mask-image: radial-gradient(circle, #ffffff 100%, transparent 100%);
	transition: ease-out .36s;
}

.solution02 .box-list .box-item5,
.solution02 .box-list .box-item4 {
	width: 15%;
	padding: 1.5rem 1rem;
}

.solution02 .box-list .box-item h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 119, 255, 0.2);
	margin-bottom: 1.1rem;
	transition: ease-out .1s;
}

.solution02 .box-list .box-item h3 {
	font-size: 0.75rem;
	line-height: 25px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
}

.solution02 .box-list .box-item .test {
	opacity: 0;
	height: 0;
	font-size: 0.8rem;
	line-height: 26.06px;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.solution02 .box-list .box-item.active {
	width: 50%;
}

.solution02 .box-list .box-item5.active {
	width: 35%;
}

.solution02 .box-list .box-item.active h2 {
	opacity: 0;
	height: 0;
	margin-bottom: 0;
}

.solution02 .box-list .box-item.active h3 {
	font-size: 1rem;
	line-height: 30px;
	margin-bottom: 0.6rem;
}

.solution02 .box-list .box-item.active .test {
	opacity: 1;
	height: auto;
}

/* 我们的优势 */

.solution03 {
	background: url('../images/solution03.jpg') no-repeat;
	background-size: cover;
	padding: 3.55rem 0 4.65rem 0;
	position: relative;
}

.solution03 h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.solution03 .box-list {
	justify-content: space-between;
	margin: 2rem 0 3.25rem 0;
}

.solution03 .box-list .box-item {
	width: calc(100% / 7);
	text-align: center;
	position: relative;
	cursor: pointer;
}

.solution03 .box-list .box-item::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1.15rem;
	transform: translate(-50%, 0);
	width: 60%;
	height: 0.25rem;
	background: rgba(18, 22, 202, 0);
	transition: ease-out .36s;
}

.solution03 .box-list .box-item img {
	width: 8.25rem;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.solution03 .box-list .box-item h3 {
	font-size: 0.75rem;
	line-height: 25px;
	color: rgba(0, 0, 0, 1);
	transition: ease-out .36s;
}

.solution03 .box-list .box-item.active::after {
	background: rgba(18, 22, 202, 1);
}

.solution03 .box-list .box-item.active h3 {
	color: rgba(18, 22, 202, 1);
}

.solution03 .box-test .box-item {
	display: none;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 30px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
}

.solution03 .box-test .box-item.active {
	display: block;
}

/* 客户案例 */

.solution04 {
	background: url('../images/solution04.jpg') no-repeat;
	background-size: cover;
	padding: 3.1rem 0 4.75rem 0;
	position: relative;
}

.solution04 h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.solution04 .box-list {
	margin-top: 2rem;
}

.solution04 .box-list.active .box-item {
	width: 40%;
}

.solution04 .box-list .box-item {
	width: 48%;
	padding: 1.6rem 1.25rem;
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(202, 227, 242, 1) 0%, rgba(240, 253, 255, 1) 100%);
	position: relative;
	z-index: 2;
	transition: ease-out .36s;
}

.solution04 .box-list.active .box-item.active {
	width: 55%;
}

.solution04 .box-list .box-item h3 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 40.54px;
	color: rgba(51, 51, 51, 1);
	padding-left: 0.75rem;
	transition: ease-out .36s;
}

.solution04 .box-list .box-item p {
	font-size: 0.85rem;
	line-height: 26.06px;
	color: rgba(102, 102, 102, 1);
	padding-left: 0.75rem;
}

.solution04 .box-list .box-item .conten {
	height: 14rem;
	margin-top: 1.7rem;
	border-radius: 0.5rem;
	padding: 0.75rem 0.85rem;
	background: linear-gradient(225deg, rgba(211, 240, 250, 1) 0%, rgba(233, 247, 252, 1) 100%);
	position: relative;
	overflow: hidden;
}


.solution04 .box-list .box-item .conten::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.solution04 .box-list .box-item .conten .title,
.solution04 .box-list .box-item .conten .test {
	position: relative;
	z-index: 1;
}

.solution04 .box-list .box-item .conten .title {
	margin-bottom: 10px;
}

.solution04 .box-list .box-item .conten .title img {
	width: 1rem;
	margin-right: 0.5rem;
}

.solution04 .box-list .box-item .conten .title p {
	font-size: 0.8rem;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
	padding: 0;
}

.solution04 .box-list .box-item .conten .test {
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.solution04 .box-list .box-item .box-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(0deg, rgba(202, 227, 242, 1) 0%, rgba(240, 253, 255, 1) 100%);
	z-index: -1;
}

.solution04 .box-list .box-item .box-border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100.5%;
	height: 101%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(116.57deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -2;
}

.solution04 .box-list .box-item .box-color {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	box-shadow: 1rem 1rem 5rem rgba(24, 48, 63, 0.2);
	filter: blur(30px);
	z-index: -3;
}

.solution04 .box-list .box-item:hover h3 {
	color: rgba(15, 14, 198, 1);
}

.solution04 .box-list .box-item:hover .conten .test {
	overflow: initial;
	-webkit-line-clamp: initial;
	text-overflow: initial;
	display: -webkit-box;
	-webkit-box-orient: initial;
}



/* end */




/* 关于我们 */

/* 标题 */

.about-title {
	text-align: left;
	position: relative;
}

.about-title p {
	position: absolute;
	top: -2.6rem;
	left: 0;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
	z-index: 0;
	background-image: linear-gradient(180deg, rgba(219, 219, 219, 1) 0%, rgba(219, 219, 219, 0) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
}

.about-title h3 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	text-indent: 2rem;
	color: rgba(56, 56, 56, 1);
	position: relative;
	z-index: 2;
}

.about-title h2 {
	text-shadow: 0px 0.1rem 0.2rem rgba(0, 0, 0, 0.6);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.51;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 10rem;
}

/* 发展历程 */

.about01 {
	background: url('../images/about01.jpg') no-repeat;
	background-size: cover;
	padding: 6.3rem 0 5.25rem 0;
	position: relative;
}

.about01 .box-conten {
	margin-top: 3.85rem;
}

.about01 .box-conten .left {
	width: 30%;
}

.about01 .box-conten .left h3 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(196, 196, 196, 1);
	margin-top: 3.3rem;
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	opacity: 0.1;
	cursor: pointer;
	transition: ease-out .36s;
}

.about01 .box-conten .left h3:nth-child(1) {
	margin: 0;
}

.about01 .box-conten .left h3.active {
	opacity: 1;
}

.about01 .box-conten .right {
	width: 65%;
}

.about01 .box-conten .right .prve-next {
	display: flex;
	flex-direction: column;
	margin-right: 1.7rem;
}

.about01 .box-conten .right .prve-next img {
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.5rem;
	opacity: 0.6;
	cursor: pointer;
	transition: ease-out .36s;
}

.about01 .box-conten .right .prve-next img:hover {
	opacity: 1;
}

.about01 .box-conten .right .box-item {
	display: none;
	width: 100%;
}

.about01 .box-conten .right .box-item.active {
	display: block;
}

.about01 .box-conten .right .box-item .swiper-course {
	height: 100%;
}

.about01 .box-conten .right .box-item .swiper-course .swiper-slide {
	width: 100%;
	height: auto !important;
	margin-bottom: 1.5rem;
}

.about01 .box-conten .right .box-item .swiper-course .swiper-slide .time {
	width: 15%;
	font-size: 1.4rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.about01 .box-conten .right .box-item .swiper-course .swiper-slide .test {
	width: 80%;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}


/* 企业文化 */

.about02 {
	background: url('../images/about02.jpg') no-repeat;
	background-size: cover;
	padding: 4.3rem 0 3.6rem 0;
	position: relative;
}

.about02 .about-title {
	text-align: center;
	padding-bottom: 4.55rem;
}

.about02 .about-title p {
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

.about02 .box-conten {
	position: relative;
}

.about02 .box-conten .left,
.about02 .box-conten .right {
	width: 40%;
}

.about02 .box-conten .left .box-item:nth-child(2) p {
	width: 100%;
}

.about02 .box-conten .box-item {
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.6);
	border-left: 0.15rem solid rgba(13, 21, 204, 1);
	margin-bottom: 1rem;
	padding: 0.55rem 0;
	transition: ease-out .36s;
}

.about02 .box-conten .box-item:nth-child(3) p,
.about02 .box-conten .box-item:nth-child(4) p {
	width: 95%;
	font-size: 0.75rem;
}

.about02 .box-conten .right .box-item:nth-child(3) p {
	width: 80%;
	margin-left: auto;
}

.about02 .box-conten .box-item img {
	width: 2rem;
	height: 2rem;
	margin: 0 1.1rem;
}

.solution01 .box-item ul li {
	margin-bottom: .5rem;
}

.about02 .box-conten .box-item h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 34.75px;
	color: rgba(56, 56, 56, 1);
	margin-bottom: 0.65rem;
}

.about02 .box-conten .box-item p {
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgba(102, 102, 102, 1);
}

.about02 .box-conten .box-item:hover {
	transform: scale(1.05);
	box-shadow: 0px 4px 32px rgb(0 0 0 / 15%);
}

.about02 .box-conten .right .box-item {
	flex-direction: row-reverse;
	border-left: initial;
	border-right: 0.15rem solid rgba(40, 79, 235, 1);
}

.about02 .box-conten .right .box-item h3,
.about02 .box-conten .right .box-item p {
	text-align: right;
}

.about02 .box-conten .conten {
	width: 30%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about02 .box-conten .conten img {
	width: 100%;
}


/* 奖项&荣誉 */

.about03 {
	background: url('../images/about03.jpg') no-repeat;
	background-size: cover;
	padding: 5.5rem 0 3.3rem 0;
	position: relative;
}

.about03 .about-title {
	text-align: center;
	padding-bottom: 4.55rem;
}

.about03 .about-title p {
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

.about03 .box-conten .box-class {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
}

.about03 .box-conten .box-class .box-item {
	font-size: 1.2rem;
	padding: 0 2.9rem;
	padding-bottom: 0.75rem;
	border-bottom: 0.2rem solid rgba(229, 229, 229, 1);
	cursor: pointer;
	position: relative;
}

.about03 .box-conten .box-class .box-item h3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.about03 .box-conten .box-class .box-item.active h3 span {
	background-image: linear-gradient(90deg, rgba(0, 71, 254, 1) 0%, rgba(14, 16, 200, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.about03 .box-conten .box-class .box-item.active::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	width: 100%;
	height: 0.6rem;
	border-radius: 0.5rem 0.5rem 0 0;
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.about03 .box-conten .swiper-honor {
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.about03 .box-conten .swiper-honor.active {
	opacity: 1;
	height: auto;
}

.about03 .box-conten .swiper-honor .swiper-slide {
	width: auto;
	border-radius: 1.2rem;
	padding: 0.7rem;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	position: relative;
	transition: ease-out .36s;
}

.about03 .box-conten .swiper-honor .swiper-slide .box-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(240, 253, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	z-index: 0;
	opacity: 0;
	transition: ease-out .36s;
}

.about03 .box-conten .swiper-honor .swiper-slide .box-border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100.5%;
	height: 101%;
	transform: translate(-50%, -50%);
	border-radius: 1.2rem;
	background: linear-gradient(116.57deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -2;
}

.about03 .box-conten .swiper-honor .swiper-slide img {
	width: 100%;
	height: 15rem;
	object-fit: cover;
	object-position: center;
	padding: 2.5rem 0;
	margin-bottom: 0.5rem;
	border-bottom: 0.05rem solid rgba(102, 102, 102, 1);
	position: relative;
}

.about03 .box-conten .swiper-honor .swiper-slide p {
	font-size: 0.7rem;
	height: 3.5rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	transition: ease-out .36s;
	position: relative;
}

.about03 .box-conten .swiper-honor .swiper-slide:hover .box-bg {
	opacity: 1;
}

.about03 .box-conten .swiper-honor .swiper-slide:hover p {
	color: rgba(6, 51, 233, 1);
}

.swiper-honor1-prve-next,
.swiper-honor2-prve-next {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 0;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.swiper-honor1-prve-next img,
.swiper-honor2-prve-next img {
	opacity: 0.5;
	transition: ease-out .36s;
}

.swiper-honor1-prve-next img:hover,
.swiper-honor2-prve-next img:hover {
	opacity: 1;
}



/* 资讯中心 */

.about04 {
	background: url('../images/about04.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	padding: 7rem 0 7.45rem 0;
	position: relative;
	overflow: hidden;
}

.about04 .about-title {
	text-align: center;
	margin-bottom: 3.25rem;
}

.about04 .about-title p {
	left: 50%;
	transform: translate(-50%, 0);
}

.about04 .box-height {
	height: 20rem;
	position: relative;
}

.about04 .box-conten {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 10rem);
}

.about04 .box-conten .left {
	width: 15%;
	padding-top: 1rem;
}

.about04 .box-conten .left .box-item h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.2rem;
	padding: 0.5rem 1.25rem;
	border-radius: 0.5rem 0 0 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	cursor: pointer;
	transition: ease-out .36s;
}

.about04 .box-conten .left .box-item p {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin: 0.85rem 1.25rem 2.35rem 1.25rem;
	display: none;
}

.about04 .box-conten .left .box-item:hover h3,
.about04 .box-conten .left .box-item.active h3 {
	color: rgba(255, 255, 255, 1);
	/* background: linear-gradient(90deg, rgba(0, 71, 254, 1) 0%, rgba(14, 16, 200, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.about04 .box-conten .left .box-item.active p {
	display: block;
}

.about04 .box-conten .left .prve-next {
	margin-top: 3.3rem;
}

.about04 .box-conten .left .prve-next img {
	width: 2.5rem;
	opacity: 0.5;
	margin-right: 2.25rem;
	cursor: pointer;
	transition: ease-out .36s;
}

.about04 .box-conten .left .prve-next img:hover {
	opacity: 1;
}

.about04 .box-conten .right {
	width: 85%;
}

.about04 .box-conten .right .swiper-info {
	/* display: none; */
	opacity: 0;
	height: 0;
}

.about04 .box-conten .right .swiper-info.active {
	/* display: block; */
	opacity: 1;
	height: auto;
}

.about04 .box-conten .right .swiper-info i {
	display: block;
	width: 100%;
	height: 15rem;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.about04 .box-conten .right .swiper-info i span {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 0.5rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	border-top-right-radius: 0.5rem;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 34.75px;
	font-style: normal;
	color: #fff;
}

.about04 .box-conten .right .swiper-info i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.about04 .box-conten .right .swiper-info p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 34.75px;
	color: rgba(56, 56, 56, 1);
	margin: 0.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.about04 .box-conten .right .swiper-info .swiper-slide:hover i img {
	transform: scale(1.1);
}

/* end */




/* 加入我们 */

/* 招聘信息 */

.join01 {
	background: url('../images/join01.jpg') no-repeat;
	background-size: cover;
	padding: 4.5rem 0;
	position: relative;
	overflow: hidden;
}

.join01 h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	text-align: center;
	margin-bottom: 2rem;
}

.join01 .box-list .box-item {
	width: 47%;
	height: 17.5rem;
	padding: 1.75rem;
	position: relative;
	transition: ease-out .36s;
}

.join01 .box-list .box-item:hover {
	box-shadow: 0 4px 23px 0px rgba(0, 0, 0, .2);
}

.join01 .box-list .box-item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.join01 .box-list .box-item .conten {
	height: 100%;
	position: relative;
	z-index: 1;
}

.join01 .box-list .box-item .title h3 {
	font-size: 1.4rem;
	line-height: 40.54px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 15px;
}

.join01 .box-list .box-item .title p {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(102, 102, 102, 1);
}

.join01 .box-list .box-item .info img {
	width: 1rem;
	margin-right: 0.5rem;
}

.join01 .box-list .box-item .info p {
	font-size: 0.8rem;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
}

.join01 .box-list .box-item .intor {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 6%;
}

.join01 .box-list2 {
	margin-top: 1.8rem;
}

.join01 .box-list2 .box-item {
	width: calc(100% / 3);
	padding: 1rem 1.75rem;
	background: rgba(255, 255, 255, 0.5);
	border-right: 0.5px solid rgba(229, 229, 229, 1);
	border-bottom: 0.5px solid rgba(229, 229, 229, 1);
	transition: ease-out .36s;
}

.join01 .box-list2 .box-item img {
	width: 3.2rem;
}

.join01 .box-list2 .box-item .title {
	margin: 0.9rem 0 2.5rem 0;
}

.join01 .box-list2 .box-item .title h3 {
	font-size: 1.4rem;
	line-height: 40.54px;
	color: rgba(51, 51, 51, 1);
}

.join01 .box-list2 .box-item .title .test {
	min-height: 5rem;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgba(102, 102, 102, 1);
}

.join01 .box-list2 .box-item .info img {
	width: 1rem;
	margin-right: 0.5rem;
}

.join01 .box-list2 .box-item .info p {
	font-size: 0.68rem;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
}

.join01 .box-list2 .box-item .info p:nth-child(1) {
	margin-right: 1rem;
}

.join01 .box-list2 .box-item:hover {
	background: rgba(255, 255, 255, 1);
}


/* 加入我们 */

.join02 {
	background: url('../images/join02.jpg') no-repeat;
	background-size: cover;
	padding: 4.5rem 0;
	position: relative;
	overflow: hidden;
}

.join02 h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.join02 .box-item {
	width: 100%;
	margin-bottom: 0.85rem;
	background: rgba(255, 255, 255, 0.5);
	border: 0.5px solid rgba(153, 153, 153, 1);
}

.join02 .box-item .box-info {
	padding: 0.9rem 0.5rem 0.5rem;
}

.join02 .box-item .box-info .title {
	width: 60%;
}

.join02 .box-item .box-info .title img {
	width: 1rem;
	height: 1rem;
	margin: 0 0.35rem;
	margin-top: 0.3rem;
}

.join02 .box-item .box-info .title h3 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 28.96px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.8rem;
}

.join02 .box-item .box-info .title .intor {
	font-size: 0.9rem;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
}

.join02 .box-item .box-info .link a {
	width: 9.75rem;
	height: 2.5rem;
	border: 0;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
	background: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 1.4rem;
	border-radius: 5rem;
	overflow: hidden;
	z-index: 0;
}

.join02 .box-item .box-info .link a::before,
.join02 .box-item .box-info .link a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 5rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.join02 .box-item .box-info .link a::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(40, 79, 235, 1);
	transition: all .5s ease;
}

.join02 .box-item .box-info .link a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.join02 .box-table table {
	width: 100%;
}

.join02 .box-table tr {
	display: flex;
	border-top: 0.5px solid rgba(153, 153, 153, 1);
}

.join02 .box-table tr:nth-child(1) td {
	width: 50%;
	padding: 0.45rem;
	display: flex;
	align-items: center;
}

.join02 .box-table tr:nth-child(1) td:nth-child(1),
.join02 .box-table tr:nth-child(2) td:nth-child(1) {
	border-right: 0.5px solid rgba(153, 153, 153, 1);
}

.join02 .box-table tr:nth-child(1) td img {
	width: 1rem;
	margin: 0.35rem;
}

.join02 .box-table tr:nth-child(1) td h6 {
	font-size: 0.9rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.join02 .box-table tr:nth-child(2) td {
	width: 50%;
	font-size: 0.85rem;
	font-weight: 300;
	line-height: 26.06px;
	color: rgb(0, 0, 0);
	padding: 1rem 1.85rem;
	display: flex;
	align-items: center;
}


/* 表单 */

.join03 {
	background: url('../images/join03.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	padding: 2.2rem 0 4.2rem 0;
	position: relative;
	overflow: hidden;
}

.join03 .container {
	max-width: 1200px;
}

.join03 form .box-item {
	width: calc((100% - 5.4rem) / 3);
	margin-bottom: 1rem;
}

.join03 form .box-item2 {
	width: calc((100% - 1.45rem) / 1.5);
}

.join03 form .box-item3 {
	width: 100%;
}

.join03 form .box-item:nth-child(3n) {
	margin-right: 0;
}

.join03 form .box-item p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.5rem;
}

.join03 form .box-item p span {
	font-size: 0.8rem;
	color: rgba(255, 0, 0, 1);
	margin-left: 0.45rem;
}

.join03 form .box-item input,
.join03 form .box-item textarea {
	width: 100%;
	height: 2.5rem;
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	padding: 0.5rem;
	border-radius: 0.25rem;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(153, 153, 153, 1);
}

.join03 form .box-item textarea {
	height: 7.25rem;
}

.join03 form button {
	width: 9.6rem;
	height: 2.5rem;
	border: 0;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
	background: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 0.7rem;
	z-index: 1;
	border-radius: 5rem;
	overflow: hidden;
}

.join03 form button::before,
.join03 form button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 5rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.join03 form button::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(40, 79, 235, 1);
	transition: all .5s ease;
}

.join03 form button:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}


/* 弹窗 */

.join04 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	border-radius: 136px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	z-index: 1999;
	align-items: center;
	padding: 1rem;
	display: none;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.9);
	transition: ease-out .36s;
	border: 1px solid #fff;
}

.join04.show {
	display: flex;
	opacity: 1;
	/* 完全不透明 */
	transform: translate(-50%, -50%) scale(1);
	/* 恢复原大小 */
}


.join04 img {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.75rem;
}

.join04 p {
	font-size: 0.8rem;
	line-height: 35px;
}

.join04 .close {
	position: absolute;
	right: -3rem;
	cursor: pointer;
}

.join04::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	border-radius: 136px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	box-shadow: 20px 20px 100px rgba(24, 48, 63, 0.2);
	filter: blur(30px);
	width: 100%;
	height: 100%;
	z-index: -1;
}



/* end */




/* 联系我们 */

.contact01 {
	padding: 6.65rem 0 3.25rem 0;
}

.contact01 .left {
	width: 40%;
	padding: 0 2.5%;
}

.contact01 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 1rem;
}

.contact01 .right {
	width: 60%;
	padding: 1.95rem 5% 2.9rem;
	border-radius: 1.25rem;
	background: rgba(0, 72, 255, 0.02);
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.contact01 .right h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.contact01 .right p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.contact01 .right form {
	margin-top: 4.25rem;
}

.contact01 .right form .box-item {
	width: 30%;
}

.contact01 .right form .box-item.input {
	width: 65%;
}

.contact01 .right form .box-item.textarea {
	width: 100%;
}

.contact01 .right form .box-item.textarea .select {
	width: 100%;
}

.contact01 .right form .box-item p {
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.2;
	color: rgba(56, 56, 56, 1);
	text-align: left;
}

.contact01 .right form .box-item p span {
	color: red;
	padding-left: 0.25rem;
}

.contact01 .right form .box-item input {
	width: 100%;
	height: 2.5rem;
	font-size: 0.8rem;
	border-radius: 0.5rem;
	margin: 0.5rem 0 1.5rem 0;
	padding: 1rem;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(230, 230, 230, 1);
}

.contact01 .right form .box-item.textarea .select select,
.contact01 .right form .box-item textarea {
	width: 100%;
	height: 7.55rem;
	font-size: 0.8rem;
	border-radius: 0.5rem;
	margin: 0.5rem 0 1.5rem 0;
	padding: 1rem;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(230, 230, 230, 1);
}

.contact01 .right form .box-item.textarea .select select {
	height: auto;
}

.contact01 .right form .tisp {
	width: 100%;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	margin: 2.15rem 0 3.2rem 0;
}

.contact01 .right form button {
	width: 14.6rem;
	height: 2.15rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 1);
	background: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	border: 0;
	border-radius: 1.25rem;
	overflow: hidden;
	cursor: pointer;
}

.contact01 .right form button p {
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-right: 1.1rem;
}

.contact01 .right form button img {
	width: 0.8rem;
}

.contact01 .right form button::before,
.contact01 .right form button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 1.25rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.contact01 .right form button::after {
	width: 0;
	/* background: rgba(15, 14, 198, 1); */
	background: rgba(40, 79, 235, 1);
	transition: all .5s ease;
}

.contact01 .right form button:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.contact01 .right form input:focus,
.contact01 .right form textarea:focus {
	border: 0.05rem solid rgba(153, 153, 153, 1);
	outline: none;
}

/* end */




/* 业务布局 */

.business01 {
	background: url('../images/business01.jpg') no-repeat;
	background-size: cover;
	padding: 2.4rem 0 0.75rem 0;
	position: relative;
}

.business01 .box-list {
	margin: 0 3.5rem;
}

.business01 .box-list .box-item {
	width: 48%;
	padding: 1.75rem 2rem 0.6rem 2rem;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.business01 .box-list .box-item .title {
	margin-bottom: 1.5rem;
}

.business01 .box-list .box-item .title p {
	font-size: 1.2rem;
	line-height: 34.75px;
	color: rgba(56, 56, 56, 1);
}

.business01 .box-list .box-item .title img {
	width: 2.75rem;
	filter: grayscale(100%) brightness(300%);
	transition: ease-out .36s;
}

.business01 .box-list .box-item:hover .title img {
	filter: initial;
}

.business01 .box-list .box-item li {
	margin-bottom: 0.2rem;
}

.business01 .box-list .box-item li img {
	width: 1.65rem;
	margin-right: 0.25rem;
}

.business01 .box-list .box-item li p,
.business01 .box-list .box-item .lang {
	font-size: 0.9rem;
	line-height: 40px;
	color: rgba(102, 102, 102, 1);
}

.business01 .box-list .box-item li p:nth-child(3) {
	width: calc(100% - 20%);
}

.business01 .box-list .box-item li p:nth-child(2) {
	width: 20%;
}

.business01 .tisp {
	font-size: 0.9rem;
	line-height: 40px;
	color: rgba(56, 56, 56, 1);
	margin: 0.25rem 3.5rem;
	margin-bottom: 3rem;
}

.business01 .box-number {
	position: relative;
	z-index: 0;
}

.business01 .box-number h3 {
	font-size: 10rem;
	font-family: 'Impact';
	line-height: 170px;
	color: rgba(12, 64, 226, 1);
	position: relative;
}

.business01 .box-number h3 span:nth-child(1) {
	background-image: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 2;
}

.business01 .box-number h3 span:nth-child(2),
.business01 .box-number h3 span:nth-child(3) {
	position: absolute;
	top: 0;
	left: 0;
}

.business01 .box-number h3 span:nth-child(2) {
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	z-index: 1;
}

.business01 .box-number h3 span:nth-child(3) {
	top: 6px;
	left: -2px;
	filter: blur(6px);
}

.business01 .box-number .icon {
	font-size: 5rem;
	font-weight: 700;
	line-height: 50px;
	background-image: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	margin: 0 .5rem;
}

.business01 .box-number .test {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 30px;
	color: rgba(102, 102, 102, 1);
}

.business01 .box-number .test p:nth-child(2) {
	font-size: 1rem;
}

.business01 .box-mapicon {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55.55%);
	border: 2px solid rgba(255, 255, 255, .5);
	position: absolute;
	width: 150%;
	height: 1400px;
	border-radius: 50%;
	top: -18%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: -1;
}

.business01 .box-map {
	position: relative;
	z-index: 0;
}

.business01 .box-map .box-map-word img {
	width: 100%;
}

.business01 .box-map .box-map-china img {
	width: 80%;
	margin: 0 auto;
}

/*  */

.business01 .hide {
	display: none !important;
}

.business01 .show {
	display: block !important;
}

.business01 .box-map-china {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.business01 .box-map-china.left {
	transform: scale(.9);
	margin-left: -15%;
}

.business01 .box-map-china.left .map-list2 .box-item {
	transform: scale(.9);
	transition: ease-out .36s;
}

.business01 .box-map-china.left .map-list2 .box-item img {
	opacity: 0.5;
	transition: ease-out .36s;
}

.business01 .box-map-china.left .map-list2 .box-item.show2 {
	transform: scale(1);
}

.business01 .box-map-china.left .map-list2 .box-item.show2 img {
	opacity: 1;
}

.business01 .box-map-word {
	position: relative;
	width: 100%;
	height: 100%;
}

.business01 .map-list,
.business01 .map-list2 {
	transition: all 0.5s ease;
	pointer-events: auto !important;
}

/*  */

.box-map-china .tab-map2 {
	width: 100%;
	height: auto;
	display: block;
}

.business01 .map-list {
	opacity: 1;
	visibility: visible;
	transition: all 0.6s ease;
}

.business01 .map-list .tab-map {
	cursor: pointer;
	z-index: 5;
}

.business01 .map-list .box-item {
	position: absolute;
	text-align: center;
	cursor: pointer;
}

.business01 .map-list .box-item2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.business01 .map-list .box-item img {
	width: 3rem;
	margin: 0 auto;
}

.business01 .map-list .box-item3 {
	width: 9rem;
	padding: 0.2rem 1rem;
	justify-content: space-between;
	
}

.business01 .map-list .box-item3 img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.business01 .map-list .box-item3 span p {
	font-size: 0.9rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	position: relative;
	z-index: 1;
	margin-top: 15%;
}

.business01 .map-list .box-item3 h3 {
	font-size: .8rem;
	line-height: 50px;
	font-family: 'Impact';
	color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
}

.business01 .map-list .box-item3 h3 span {
	font-size: 1.8rem;
}

.business01 .map-list2 .tab-map {
	cursor: pointer;
	z-index: 5;
}

.business01 .map-list .tab-map img {
	animation: breathe 2s ease-in-out infinite;
}

@keyframes breathe {
	0% {
		transform: scale(1);
		/* 初始大小 */
	}

	50% {
		transform: scale(1.1);
		/* 轻微放大 */
	}

	100% {
		transform: scale(1);
	}
}

.business01 .map-list2 .box-item {
	position: absolute;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.business01 .map-list2 .box-item {
	width: 11.55rem;
	padding: 0rem 1rem 0.5rem;
	/* align-items: flex-end; */
	justify-content: space-between;
}

.business01 .map-list2 .box-item img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


.business01 .map-list2 .box-item span {
	margin-top: -0.5rem;
}

.business01 .map-list2 .box-item span p {
	font-size: 0.8rem;
	font-weight: 300;
	/* line-height: 26.06px; */
	color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.business01 .map-list2 .box-item h3 {
	font-size: 1.8rem;
	/* font-weight: 500; */
	line-height: 52px;
	font-family: 'Impact';
	color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
}

.business01 .map-list2 .box-item h3 span {
	font-size: .8rem;
}

.business01 .map-list .box-item p,
.business01 .map-list2 .box-item p {
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 23px;
	color: rgba(102, 102, 102, 1);
}


.business01 .box-map-swiper {
	opacity: 0;
	width: 22%;
	position: absolute;
	right: 0;
	bottom: 5rem;
	z-index: -1;
	transition: ease-out .36s;
}

.business01 .box-map-swiper.show {
	opacity: 1;
	z-index: 1;
}

.business01 .box-map-swiper h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 34.75px;
	color: rgba(56, 56, 56, 1);
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 0.05rem solid rgba(102, 102, 102, 1);
	position: relative;
}

.business01 .box-map-swiper h3::before {
	content: '';
	position: absolute;
	width: 2.4rem;
	height: 0.15rem;
	opacity: 1;
	background: rgba(31, 73, 153, 1);
	bottom: 0;
}

.business01 .box-map-swiper img {
	width: 100%;
}

.box-map-swiper-conten {
	position: relative;
	height: 14rem;
	overflow: hidden;
}

.business01 .box-map-swiper .box-item {
	opacity: 0;
	position: absolute;
	width: 100%;
}

.business01 .box-map-swiper .box-item.show {
	opacity: 1;
}

/* end */




/* 新闻中心 */

.news01 {
	background: url('../images/news01.jpg') no-repeat;
	background-size: cover;
	padding: 4.05rem 0 4.8rem 0;
	position: relative;
}

.news01 .box-item {
	border-radius: 0.75rem;
	padding: 1.25rem 2.1rem;
	margin-bottom: 1.35rem;
	position: relative;
}

.news01 .box-item .box-bgcolor {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	z-index: 2;
}

.news01 .box-item .box-border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100.2%;
	height: 101%;
	transform: translate(-50%, -50%);
	border-radius: 0.75rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}

.news01 .box-item .box-conten {
	position: relative;
	z-index: 3;
}

.news01 .box-item .box-conten .time {
	width: 7.5rem;
	height: 7.5rem;
	opacity: 1;
	border-radius: 0.5rem;
	border: 0.05rem solid rgba(153, 153, 153, 1);
	margin-right: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.news01 .box-item .box-conten .time h1 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	transition: ease-out .36s;
}

.news01 .box-item .box-conten .time p {
	font-size: 0.7rem;
	line-height: 1;
	color: rgba(153, 153, 153, 1);
	transition: ease-out .36s;
}

.news01 .box-item .box-conten .intor {
	width: calc(100% - 10.5rem);
}

.news01 .box-item .box-conten .intor h3 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: initial;
}

.news01 .box-item .box-conten .intor .test {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.news01 .box-item:hover .box-conten .time {
	border: 0.05rem solid rgba(153, 153, 153, 0);
	/* background: linear-gradient(90deg, rgba(0, 71, 254, 1) 0%, rgba(14, 16, 200, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
}

.news01 .box-item:hover .box-conten .time h1,
.news01 .box-item:hover .box-conten .time p {
	color: #fff;
}


/* 详情 */

.news02 {
	background: url('../images/news02.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 0 0 4.8rem 0;
	position: relative;
}

.news02 .box-conten {
	position: relative;
	z-index: 10;
	margin-top: -9.25rem;
	padding: 0 2.5rem;
	border-radius: 1rem;
	padding-bottom: 1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 0.5) 100%);
}

.news02 .box-conten .intor {
	font-size: 0.9rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	justify-content: center;
	padding: 0.8rem 0;
}

.news02 .box-conten .intor p {
	margin: 0 1rem;
}

.news02 .box-conten .conten {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	padding: 2.5rem 0;
	margin-bottom: 0.8rem;
	border-top: 0.5px solid rgba(204, 204, 204, 1);
	border-bottom: 0.5px solid rgba(204, 204, 204, 1);
}

.news02 .box-conten .conten img {
	max-width: 100%;
	margin: 0.5rem auto;
	object-fit: contain;
}

.news02 .box-conten .prve-next a {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.news02 .box-conten .prve-next a:hover {
	color: rgba(51, 51, 51, 1);
}


/* end */





.mod-help {
	position: fixed;
	z-index: 80;
	right: 50px;
	bottom: 50px;
}

.help-btn {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.help-btn-img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.help-btn-img img {
	width: 100%;
	border-radius: 50%;
}

.help-btn-kuo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.help-btn::before,
.help-btn::after,
.help-btn-kuo::before,
.help-btn-kuo::after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: #0063B2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	animation: help_kuo 8s linear infinite;
}

.help-btn::after {
	animation-delay: 2s;
}

.help-btn-kuo::before {
	animation-delay: 4s;
}

.help-btn-kuo::after {
	animation-delay: 6s;
}

@keyframes help_kuo {
	0% {
		background: #0063B2;
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	33% {
		background: #0063B2;
		transform: translate(-50%, -50%) scale(1.26);
		opacity: 0;
	}

	34% {
		background: rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0;
	}

	35% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}

	56% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.66);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		background: #0063B2;
	}
}

@-webkit-keyframes help_kuo {
	0% {
		background: #0063B2;
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	33% {
		background: #0063B2;
		transform: translate(-50%, -50%) scale(1.26);
		opacity: 0;
	}

	34% {
		background: rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0;
	}

	35% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}

	56% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.66);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		background: #0063B2;
	}
}

.mod-help-link {
	display: block;
}

.help-pop {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	right: 20px;
	border-radius: 80px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	-moz-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	padding: 8px 42px 8px 12px;
	width: 280px;
	transition: all .4s ease-in-out;
	transform: translateY(-50%) scale(1, 1);
	transform-origin: right center;
}

.help-pop-close {
	width: 16px;
	cursor: pointer;
	margin-right: 8px;
	font-size: 0;
	position: relative;
	z-index: 10;
}

.help-pop-close img {
	width: 100%;
}

.help-pop-text,
.help-pop-text a {
	line-height: 1.8rem;
	color: #FFF;
	position: relative;
	z-index: 10;
}

.mod-help.help-close .help-pop {
	transform: translateY(-50%) scale(0, 1);
}

.mod-help.act .help-pop {
	background: rgba(0, 99, 178, 0.80);
}

.mod-help.act .help-pop::before,
.mod-help.act .help-pop::after {
	opacity: 1;
}

/* end */




/* 回到顶部 */

.mod-help2 {
	bottom: 185px;
	display: none;
}

/* .mod-help2 .help-btn-img img {
	transform: rotate(90deg);
} */

.mod-help2 .help-btn::before,
.mod-help2 .help-btn::after,
.mod-help2 .help-btn-kuo::before,
.mod-help2 .help-btn-kuo::after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(203, 203, 203, 1) !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	animation: help_kuo2 8s linear infinite2;
}

.mod-help2.act .help-pop {
	background: rgba(203, 203, 203, 1);
}

@keyframes help_kuo2 {
	0% {
		background: rgba(203, 203, 203, 1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	33% {
		background: rgba(203, 203, 203, 1);
		transform: translate(-50%, -50%) scale(1.26);
		opacity: 0;
	}

	34% {
		background: rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0;
	}

	35% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}

	56% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.66);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		background: rgba(203, 203, 203, 1);
	}
}

@-webkit-keyframes help_kuo2 {
	0% {
		background: rgba(203, 203, 203, 1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	33% {
		background: rgba(203, 203, 203, 1);
		transform: translate(-50%, -50%) scale(1.26);
		opacity: 0;
	}

	34% {
		background: rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0;
	}

	35% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}

	56% {
		background: rgba(255, 255, 255, .1);
		transform: translate(-50%, -50%) scale(0.66);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		background: rgba(203, 203, 203, 1);
	}
}

/* end */






/* 底部 */

footer {
	background: url('../images/new_bg6.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 28, 68, 0.35);
}

footer .top {
	padding: 3.75rem 0 1rem 0;
}

footer .left {
	width: 20%;
}

footer .left .logo {
	width: 60%;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 2;
	filter: grayscale(100%) brightness(600%);
}

footer .foot01 {
	margin-bottom: 2.15rem;
}

footer .foot01 li {
	display: flex;
	align-items: center;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.75rem;
	position: relative;
	z-index: 2;
}

footer .foot01 li img {
	margin-right: 0.5rem;
	filter: grayscale(100%) brightness(600%);
}

footer .left .foot02 {
	width: 80%;
	margin: 0 3%;
}

footer .left .foot02 li {
	font-size: 0.7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-right: 0.75rem;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	border: 0.05rem solid rgba(45, 115, 207, 1);
	border-radius: 50%;
}

footer .left .foot02 img:nth-child(1) {
	width: 1.2rem;
	height: 1.2rem;
}

footer .left .foot02 img:nth-child(2) {
	position: absolute;
	top: -6rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 5.5rem;
	height: 0;
	border-radius: 0.2rem;
	background-color: #fff;
	padding: 0.15rem;
	margin-bottom: 0.5rem;
	display: none;
	transition: ease-out .36s;
	z-index: 5;
}

footer .left .foot02 li:hover img:nth-child(2) {
	height: 5.5rem;
	display: block;
}

footer .right {
	width: 75%;
}

footer .right ul:nth-child(2) {
	width: 30%;
}

footer .right h3 {
	width: 65%;
	height: 2.5rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 2;
}

footer .right hr {
	border: 0;
	width: 1.55rem;
	height: 0.1rem;
	/* background: linear-gradient(90deg, rgba(1, 73, 254, 1) 0%, rgba(15, 14, 198, 1) 100%); */
	background: linear-gradient(90deg, rgba(29, 151, 204, 1) 0%, rgba(40, 79, 235, 1) 100%);
	margin: 0.35rem 0 1rem 0;
}

footer .right a {
	font-size: 0.5rem;
	font-weight: 400;
	color: rgba(204, 204, 204, 0.8);
	margin-bottom: 0.75rem;
	position: relative;
	z-index: 2;
}

footer .right .right-m {
	display: flex;
	flex-wrap: wrap;
}

footer .right .right-m a {
	width: 50%;
	white-space: initial;
}

footer .right a:hover {
	color: #ffffffcc;
	transition: ease-out .36s;
}

footer .bottom .hr {
	display: block;
	border-top: 0.05rem solid rgba(255, 255, 255, 0.1);
	margin-top: 1rem;
}

footer .foot03 {
	font-size: 0.6rem;
	color: rgba(102, 102, 102, 1);
	display: flex;
	flex-direction: row-reverse;
}

footer .foot03 a {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
}

footer .foot03 a:hover {
	color: #000;
	transition: ease-out .36s;
}

footer .foot03 .link {
	border: 1px solid rgba(102, 102, 102, 1);
	padding: 0.15rem 0.5rem;
	position: relative;
}


footer .foot03 .link h3 {
	color: rgba(102, 102, 102, 1);
	cursor: pointer;
	height: 1.5rem;
}

footer .foot03 .link h3 img {
	width: 0.75rem;
	height: 0.75rem;
	margin-left: 0.5rem;
}

footer .foot03 .links {
	position: absolute;
	top: -1.5rem;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150%;
	height: 0rem;
	display: none;
	transition: ease-out .36s;
	border: 1px solid rgba(0, 0, 0, 0.8);
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.3rem;
}

footer .foot03 .links a {
	font-size: 0.7rem;
	color: #333;
	padding: 0.2rem 0;
}

footer .foot03 .link:hover .links {
	display: block;
	height: auto;
}

footer .bottom {
	position: relative;
}

footer .bottom .foot04 {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.5);
	padding: 1rem 0;
}

footer .bottom .foot04 a {
	text-align: center;
}

footer .bottom .foot05 a:hover {
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

/* #end */


.blue {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(4, 42, 138, 1) 0%, rgba(204, 204, 204, 0) 100%);
}




/* 弹窗 */
.layui-layer {
	opacity: 1;
	border-radius: 136px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
}

.layui-layer-border {
	border: 2px solid;
	box-sizing: border-box;
	border-image: linear-gradient(116.57deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) 2;
	position: absolute;
	box-shadow: initial !important;
	border: 2px solid #fff !important;
}

.layui-layer-border::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 136px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(186, 244, 255, 1) 0%, rgba(201, 225, 242, 1) 100%);
	box-shadow: 20px 20px 100px rgba(24, 48, 63, 0.2);
	filter: blur(30px);
}

.layui-layer-border::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: url('../images/layui-border.png') no-repeat; */
	/* background-size: 100% 100%; */
}

.layui-layer-btn {
	display: none;
}

.layui-layer-dialog .layui-layer-padding {
	padding: 1rem 1rem 1rem 3rem !important;
}

.layui-layer-setwin .layui-layer-close2 {
	right: -3rem !important;
	top: 50% !important;
}

.layui-layer-ico {
	background: url('../images/err.svg') no-repeat !important;
}

.layui-layer-setwin .layui-layer-ico {
	background: url('../images/layui-icon.svg') no-repeat !important;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	top: 14px !important;
}

.layui-layer-hui .layui-layer-content {
	color: #000 !important;
}