@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

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

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

	-webkit-tap-highlight-color: transparent;

}

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

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

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

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

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

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

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


/* #弹性样式 */

.flex {
	display: flex;
}

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

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

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

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

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

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

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

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

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1580px;
	margin: 0 auto;
	position: relative;
}

/* end */


.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 4rem;
	z-index: 999;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.73) 0%, rgba(56, 56, 56, 0) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: ease-out .36s;
}

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

.headernav .logo img {
	width: 8.8rem;
}

.headernav ul {
	width: 70%;
	height: 100%;
}

.headernav ul li {
	height: 100%;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	position: relative;
	display: flex;
	align-items: center;
}

.headernav ul li a {
	height: 100%;
}

.headernav .active {
	background-color: rgba(0, 71, 153, 1);
	padding: 0 1rem;
}

.headernav .active .nav_one a {
	color: #fff;
}

.headernav ul li span,
.headernav .active .nav_one span {
	display: none;
}

.headernav ul .nav_one a:hover {
	font-weight: bold;
}

.headernav .box-phone {
	font-size: 1.8rem;
	font-family: 'Impact';
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

.headernav .box-phone img {
	width: 2.5rem;
	margin-right: 0.7rem;
}

.headernav .nav_two {
	position: absolute;
	top: 4rem;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 6rem;
	opacity: 1;
	font-size: 0.8rem;
	line-height: 3;
	color: rgb(0, 0, 0);
	text-align: center;
	z-index: 500;
	display: none;
	border-radius: 0px 0px 10px 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.headernav .nav_two a {
	opacity: 0.8;
}

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

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

.headernav .country .nation {
	font-size: 0.8rem;
}

.headernav .country img {
	width: 1rem;
	margin-right: 0.3rem;
}

.headernav .country .nation_icon {
	width: .5rem;
	margin-left: 1rem;
	filter: invert(1);
}

.headernav .nation a {
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headernav .nation a img {
	width: 1.5rem;
	height: 1rem;
	margin-left: 0;
}


.on .headernav .country .nation_country {
	filter: grayscale(100%) brightness(30%);
}

.on .headernav .country .nation_icon {
	filter: initial;
}

.on .headernav .logo img {
	filter: initial;
}

.on .headernav {
	background: #fff;
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

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

.on .headernav .box-phone {
	color: rgba(255, 111, 0, 1);
}

.on .headernav .country .nav_one.nation {
	/* padding: 7px 8px; */
	display: flex;
	align-items: center;
	height: 35px;
	/* border: 1px solid #d5d5d5; */
}

.phone_index {
	display: none;
}



/* #end */





/* 分页 */

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

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

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(0, 191, 179, 1);
	color: #fff;
}

/* end */




/* 首页 */

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

.index .banner .mySwiper .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.index .banner .mySwiper .swiper-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.325) 50%, transparent 100%);
}

.index .banner .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

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

.index .banner .swiper-slide .box-text {
	position: absolute;
	bottom: 25%;
	left: 8%;
}

.index .banner .swiper-slide .box-text img {
	max-width: 95%;
}

.index .banner .swiper-slide .box-text h3 {
	font-size: 2.9rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	max-width: 47.5rem;
}

.index .banner .swiper-slide .box-text h4 {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.5;
	margin-top: 1rem;
}

.index .banner .swiper-slide .box-text a {
	width: 11rem;
	line-height: 1;
	background: #0264bf;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 3rem;
	padding: 0.5rem 0;
	transition: ease-out .36s;
}

.index .banner .swiper-slide .box-text a:hover {
	background: rgba(0, 191, 179, 1);
}


.autoplay-progress {
	position: absolute;
	right: 8%;
	bottom: 48px;
	z-index: 10;
	width: 120px;
	height: 120px;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 1px;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}


/* 内页轮播 */

.index .banner .page-swiper .swiper-slide {
	width: 100%;
	height: 31rem;
	margin-top: 4rem;
	overflow: hidden;
	position: relative;
}

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

.index .banner .page-swiper .swiper-slide .box-conten {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.index .banner .page-swiper .swiper-slide .box-conten h3 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2.35rem;
}

.index .banner .page-swiper .swiper-slide .box-conten p {
	font-size: 1.25rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

.index .banner .page-swiper .swiper-slide .box-conten p span:nth-child(2) {
	margin: 0 5%;
}

.index .banner .h460 .swiper-slide {
	height: 23rem !important;
}

/* 内页导航定位 */

.location {
	position: absolute;
	z-index: 4;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: 0.05rem solid rgba(255, 255, 255, 0.3);
}

.location .left {
	padding: 0.75rem;
}

.location .left a {
	position: relative;
	margin-right: 3rem;
}

.location .left a p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}

.location .left a img {
	width: 1.3rem;
	/* height: 2.5rem; */
	/* display: none; */
	position: absolute;
	top: 50%;
	left: -1.5rem;
	transform: translate(0, -50%);
}

.location .left a.active p {
	font-weight: 400;
}

.location .left a.active img {
	display: block;
}

.location .left a.active::before {
	content: '';
	position: absolute;
	top: -1.15rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: rgba(0, 191, 179, 1);
}

.location .right {
	padding: 0.75rem;
	font-size: 1rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}



/* 首页 */

/* 关于 */

.index01 {
	opacity: 1;
	padding: 5rem 0;
	position: relative;
	border-bottom: 1.5rem solid rgba(0, 71, 153, 1);
	background: linear-gradient(0deg, rgba(0, 71, 153, 0.15) 0%, rgba(0, 71, 153, 0) 100%);
	overflow: hidden;

	background: url('../images/map-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
}

.index01 .left {
	width: 40%;
}

.index01 .left h3 {
	font-size: 2.25rem;
	line-height: 1.5;
	color: rgba(0, 71, 153, 1);
}

.index01 .left h3 strong {
	display: block;
	line-height: 1;
	font-weight: bold;
}

.index01 .box-list {
	margin: 4rem 0;
}

.index01 .box-list .box-item {
	width: 50%;
	margin-bottom: 1.75rem;
}

.index01 .box-list .box-item h3 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
}

.index01 .box-list .box-item h3 span {
	font-size: 3.25rem;
	font-family: 'Impact';
	font-weight: bold;
}

.index01 .box-list .box-item p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

.index01 .box-about h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(0, 71, 153, 1);
}

.index01 .box-about .intor {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	margin: 1.45rem 0 1rem 0;
}

.index01 .box-about a {
	width: 7rem;
	font-size: 0.7rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.55rem 0;
	/* border-radius: 2.5rem; */
	background: rgba(0, 71, 153, 1);
	transition: ease-out .36s;
}

.index01 .box-about a:hover {
	background: rgba(0, 191, 179, 1);
}

.index01 .right {
	width: 56%;
	position: relative;
}

.index01 .right img {
	width: 115%;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translate(0px, -50%);
}

.index01 .right .map-icon {
	position: absolute;
	/* width: 1.8rem;
	height: 1.8rem;
	background: rgba(0, 191, 179, 0.5); */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.index01 .right .map-icon span {
	width: 1.1rem;
	height: 1.1rem;
	background: #00BFB3;
	border-radius: 50%;
}

.index01 .right .map-icon img {
	position: absolute;
	z-index: 2;
	width: 13.85rem;
	top: 4.5rem;
	height: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	transition: ease-out .36s;
}

.index01 .right .map-box-list.active .map-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: ease-out .36s;
}

.index01 .right .map-box-list.active .map-icon::after,
.index01 .right .map-box-list.active .map-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 1;
	background: #00BFB3;
	animation: pulse 2s infinite ease-out;
}

.index01 .right .map-box-list.active .map-icon2::after,
.index01 .right .map-box-list.active .map-icon2::before {
	background: rgba(0, 200, 255, 1);
}

.index01 .right .map-box-list.active .map-icon3::after,
.index01 .right .map-box-list.active .map-icon3::before {
	background: rgba(255, 111, 0, 1);
}




.index01 .right .map-icon:hover img {
	opacity: 1;
	height: 7rem;
	object-fit: cover;
	object-position: center;
	border-radius: 0.2rem;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(3);
		opacity: 0;
	}
}

.index01 .box-link {
	margin-top: 2.65rem;
}

.index01 .box-link a {
	width: 45%;
	padding: 0.2rem 1.75rem 0.2rem 0.85rem;
	background: rgba(229, 229, 229, 1);
	transition: ease-out .36s;
}

.index01 .box-link a:nth-child(1) {
	border-right: 0.05rem solid #fff;
}

.index01 .box-link a img {
	width: 2rem;
	height: 2rem;
	margin-right: 0.9rem;
}

.index01 .box-link a p {
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	transition: ease-out .36s;
}

.index01 .box-link a .icon {
	width: 1.5rem;
	height: 1.5rem;
	filter: invert(100%);
	transition: ease-out .36s;
}

.index01 .box-link a:hover,
.index01 .box-link a.active {
	background: rgba(0, 191, 179, 1);
}

.index01 .box-link a:hover p,
.index01 .box-link a.active p {
	color: rgba(255, 255, 255, 1);
}

.index01 .box-link a:hover .icon,
.index01 .box-link a.active .icon {
	filter: initial;
}


/* 通用标题 */

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

.home-title h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
	margin-bottom: 1.15rem;
}

.home-title p {
	font-size: 1rem;
	line-height: 1;
	color: #333;
}

/* 产品 */

.index02 {
	padding: 3.7rem 0 1.35rem 0;
	background: url("../images/home-good-bg.webp") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.index02 .box-list {
	margin-top: 3.35rem;
}

.index02 .box-list .box-item {
	width: calc((100% - 3.5rem) / 2);
	padding: 0 0 1rem;
	margin-right: 1.75rem;
	margin-bottom: 1.05rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(229, 229, 229, 1);
}

.index02 .box-list .box-item:nth-child(2n) {
	margin-right: 0;
}

.index02 .box-list .box-item i {
	display: block;
	width: 100%;
	height: 17rem;
	margin-bottom: 1rem;
	overflow: hidden;
}

.index02 .box-list .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index02 .box-list .box-item .item-title {
	padding: 0 1.5rem;
}

.index02 .box-list .box-item .item-title h4 {
	font-size: 1.1rem;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
}

.index02 .box-list .box-item .item-title img {
	width: 1.5rem;
	height: 1.5rem;
	transition: ease-out .36s;
}

.index02 .box-list .box-item .item-title img:nth-child(2) {
	display: none;
}

.index02 .box-list .box-item:hover i img {
	transform: scale(1.1);
	transition: ease-out .36s;
}

.index02 .box-list .box-item:hover .item-title img:nth-child(2) {
	display: block;
	transition: ease-out .36s;
}

.index02 .box-list .box-item:hover .item-title img:nth-child(3) {
	display: none;
	transition: ease-out .36s;
}


/* 应用 */

.index03 {
	padding: 2.7rem 0 0 0;
	overflow: hidden;
}

.index03 .box-list {
	margin-top: 1.7rem;
	height: 47.5rem;
}

.index03 .box-list .box-item {
	width: 12%;
	height: 100%;
	position: relative;
	transition: ease-out .36s;
}

.index03 .box-list .box-item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(56, 56, 56, 0.3);
}

.index03 .box-list .box-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index03 .box-list .box-item .item-conten {
	position: absolute;
	z-index: 2;
	left: 10%;
	bottom: 5%;
}

.index03 .box-list .box-item .item-conten h3 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	-webkit-text-stroke: 0.05rem #ffffff;
	color: rgba(0, 0, 0, 0);
	transition: ease-out .36s;
}

.index03 .box-list .box-item .item-conten h4 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	margin: 0.55rem 0 1.8rem 0;
	transition: ease-out .36s;
}

.index03 .box-list .box-item .item-conten .intor {
	display: none;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.index03 .box-list .box-item .item-conten span {
	display: block;
	width: 1.25rem;
	height: 0.2rem;
	border-radius: 2.5rem;
	background: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

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

.index03 .box-list .box-item.active::before {
	height: 0;
}

.index03 .box-list .box-item.active .item-conten {
	width: 80%;
	padding: 1.1rem;
	left: initial;
	right: 0;
	bottom: 0;
	background: rgba(0, 71, 153, 1);
}

.index03 .box-list .box-item.active .item-conten h3 {
	position: absolute;
	right: 1.1rem;
	bottom: -0.5rem;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
	-webkit-text-stroke: initial;
	color: rgba(255, 255, 255, 0.2);
}

.index03 .box-list .box-item.active .item-conten h4 {
	margin: 0;
	margin-bottom: 0.85rem;
}

.index03 .box-list .box-item.active .item-conten .intor {
	width: 70%;
	display: block;
}

.index03 .box-list .box-item.active .item-conten span {
	display: none;
}


/* 客户案例 */

.index04 {
	padding: 4.65rem 0 6rem 0;
	background: url('../images/home-case-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.index04 .box-list {
	margin-top: 3.35rem;
}

.index04 .box-list .box-item {
	width: calc((100% - 7.9rem) / 3);
	margin-right: 3.95rem;
}

.index04 .box-list .box-item:nth-child(3) {
	margin-right: 0;
}

.index04 .box-list .box-item i {
	display: block;
	width: 100%;
	height: 13.9rem;
	border-radius: 0.5rem 0.5rem 0 0;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
}

.index04 .box-list .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index04 .box-list .box-item .item-conten {
	position: relative;
	z-index: 2;
	padding: 1rem;
	background: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.index04 .box-list .box-item .item-conten h3 {
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 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;
}

.index04 .box-list .box-item .item-conten .intor {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(128, 128, 128, 1);
	margin: 1.65rem 0 0.4rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
}

.index04 .box-list .box-item .item-conten .more {
	font-size: 0.7rem;
	line-height: 1.2;
	color: rgba(0, 71, 153, 1);
	padding-top: 1rem;
	transition: ease-out .36s;
}

.index04 .box-list .box-item:hover i img {
	transform: scale(1.1);
}

.index04 .box-list .box-item:hover .item-conten {
	background: rgba(0, 71, 153, 1);
	box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.1);
}

.index04 .box-list .box-item:hover .item-conten h3 {
	position: relative;
	color: rgba(255, 255, 255, 1);
}

.index04 .box-list .box-item:hover .item-conten h3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.1rem;
	left: 0;
	top: 2rem;
	background: rgba(255, 255, 255, 1);
}

.index04 .box-list .box-item:hover .item-conten .intor,
.index04 .box-list .box-item:hover .item-conten .more {
	color: rgba(255, 255, 255, 1);
}


/* 新闻 */

.index05 {
	padding: 5rem 0 3.55rem 0;
	background: rgba(237, 237, 237, 1);
}

.index05 .left {
	width: 40%;
}

.index05 .left .home-title {
	text-align: left;
}

.index05 .left .box-list {
	margin-top: 4.85rem;
}

.index05 .left .box-list .box-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.4rem 0 0.7rem 0;
	border-bottom: 0.5px solid rgba(166, 166, 166, 1);
}

.index05 .left .box-list .box-item h6 {
	width: 80%;
	font-size: 1rem;
	line-height: 1;
	color: rgba(0, 0, 0, 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;
}

.index05 .left .box-list .box-item p {
	font-size: 1rem;
	line-height: 1;
	color: rgba(128, 128, 128, 1);
}

.index05 .left .box-list .box-item:hover h6 {
	color: rgba(0, 71, 153, 1);
}

.index05 .right {
	width: 45%;
	height: 100%;
}

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


/* 咨询 */

.index06 {
	padding: 2.4rem 0;
}

.index06 h3 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(0, 71, 153, 1);
}

.index06 a {
	width: 12.05rem;
	font-size: 1.25rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.65rem 0;
	border-radius: 2.5rem;
	background: rgba(0, 71, 153, 1);
	transition: ease-out .36s;
}

.index06 a:hover {
	background: rgba(0, 191, 179, 1);
}


/* end */



/* 关于我们 */

.about01 {
	position: relative;
	overflow: hidden;
	padding: 2.8rem 0 4.05rem 0;
}

.about01 .container {
	max-width: 95%;
	align-items: flex-end;
}

.about01 .box-en p {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 50%;
	left: 50%;
	font-size: 24rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(229, 229, 229, 0.2);
	transform: translate(-60%, -50%);
	white-space: nowrap;
}

.about01 .left,
.about01 .right {
	width: 49%;
}

.about01 .left h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(0, 71, 153, 1);
	width: 80%;
	margin: 0 auto;
}

.about01 .left .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	width: 80%;
	margin: 3.05rem auto 4.85rem auto;
}

.about01 .box-product {
	width: 100%;
	height: 20.75rem;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	transition: ease-out .36s;
}

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

.about01 .box-product .box-item {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.6rem 1.8rem;
	background: linear-gradient(0deg, rgba(0, 71, 153, 1) 0%, rgba(0, 71, 153, 0) 0%);
	transition: ease-out .36s;
}

.about01 .box-product .box-item h3 {
	width: 100%;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.5rem;
	transition: ease-out .36s;
}

.about01 .box-product .box-item .box-item-conten {
	opacity: 0;
	height: 0;
}

.about01 .box-product .box-item .box-intor {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	width: 65%;
}

.about01 .box-product .box-item .more p {
	width: 6.15rem;
	font-size: 0.7rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.4rem 0;
	border-radius: 2.5rem;
	background: rgba(0, 191, 179, 1);
	transition: ease-out .36s;
}

.about01 .box-product .box-item .more img {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -0.5rem;
	transition: ease-out .36s;
}

.about01 .box-product:hover img {
	transform: scale(1.1);
}

.about01 .box-product:hover .box-item {
	background: linear-gradient(0deg, rgba(0, 71, 153, 1) 0%, rgba(0, 71, 153, 0) 100%);
}

.about01 .box-product:hover .box-item .box-item-conten {
	opacity: 1;
	height: auto;
}

.about01 .box-product .box-item .more:hover p {
	width: 7.5rem;
}

.about01 .box-product .box-item .more:hover img {
	margin-left: -1.8rem;
	transform: scale(0.9);
	opacity: 0;
}

.about01 .right .box-product {
	width: calc((100% - 1.4rem) / 2);
	margin-top: 1.25rem;
	margin-right: 1.4rem;
}

.about01 .right .box-product:nth-child(2n) {
	margin-right: 0;
}

.about01 .right .box-product .box-item .box-intor {
	width: 100%;
	margin-bottom: 1rem;
}

.about01 .right .box-product:nth-child(3) {
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.about01 .right .box-product:nth-child(3) img {
	width: 5rem;
	height: 5rem;
	margin-bottom: 1.8rem;
}

.about01 .right .box-product:nth-child(3) h3 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 2;
	color: rgba(0, 71, 153, 1);
}


/* 优势 */

.about02 {
	padding: 5.25rem 0;
	background: url('../images/about-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.about02 .box-list {
	justify-content: space-between;
}

.about02 .box-list .box-item {
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 2.2rem rgba(0, 71, 153, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about02 .box-list .box-item:nth-child(3) {
	position: relative;
	width: 21.3rem;
	height: 21.3rem;
	background-color: initial;
	box-shadow: initial;
}

.about02 .box-list .box-item:nth-child(3) img {
	width: 5rem;
	height: 5rem;
}

.about02 .box-list .box-item:nth-child(3) h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
}

.about02 .box-list .box-item .box-item-icon {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(133.83deg, rgba(0, 191, 179, 0.4) 0%, rgba(0, 71, 153, 0.4) 100%);
	filter: blur(30px);
	animation: box-pulse 3s infinite ease-out;
}

@keyframes box-pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

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

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

.about02 .box-list .box-item .box-item-conten {
	width: 14.15rem;
	height: 14.15rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	border: 0.05rem solid rgba(229, 229, 229, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about02 .box-list .box-item img {
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.15rem;
}

.about02 .box-list .box-item p {
	font-size: 1.1rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}


/* 实力 */

.about03 {
	padding: 7.4rem 0 2rem 0;
	position: relative;
	overflow: hidden;
}

.about03 .box-en p {
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 50%;
	bottom: -3rem;
	font-size: 24rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(229, 229, 229, 0.2);
	transform: translate(-50%, 0%);
	white-space: nowrap;
}

.about03 .left,
.about03 .right {
	width: 49%;
}

.about03 .left h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
}

.about03 .left .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	margin: 3.05rem 0 0.85rem 0;
}

.about03 .left .box-list {
	width: 70%;
}

.about03 .left .box-list .box-item {
	width: 50%;
	margin-top: 3.6rem;
}

.about03 .left .box-list .box-item h3 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
}

.about03 .left .box-list .box-item h3 span {
	font-size: 3.25rem;
	font-family: 'Impact';
	font-weight: bold;
}

.about03 .left .box-list .box-item p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

.about03 .left .pver-next {
	padding-right: 4.5rem;
}

.about03 .left .pver-next img {
	width: 2.35rem;
	margin-left: 0.75rem;
	cursor: pointer;
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.about03 .left .pver-next img:hover {
	filter: initial;
}

.about03 .right .about02-swiper {
	width: 85%;
}

.about03 .right .about02-swiper .swiper-slide {
	background-color: initial;
	background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0.8rem;
	overflow: hidden;
	height: 20rem;
}

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


/* 设备实力 */

.about04 {
	padding: 2.4rem 0 4.15rem 0;
	position: relative;
	overflow: hidden;
}

.about04 h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
	margin-bottom: 3.3rem;
}

.about04 .box-item {
	width: calc((100% - 2rem) / 3);
	height: 18.5rem;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

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

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

.about04 .box-item p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 3;
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(247, 247, 247, 0) 100%);
}

.about04 .box-item:hover img {
	transform: scale(1.1);
}

.about04 .box-conten {
	width: 100%;
	height: 26.8rem;
	position: relative;
}

.about04 .box-conten .about04-swiper {
	position: absolute;
	width: 135%;
	height: 100%;
	top: 0;
	left: 0;
}

.about04 .box-conten .about04-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	background: linear-gradient(168.98deg, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 39.58%, rgba(229, 229, 229, 0.4) 100%);
}

.about04 .box-conten .about04-swiper .swiper-slide h4 {
	height: 3.4rem;
	opacity: 0;
	transition: ease-out .36s;
}

.about04 .box-conten .about04-swiper .swiper-slide i {
	display: block;
	width: 100%;
	height: 20.75rem;
	overflow: hidden;
	transition: ease-out .36s;
}

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

.about04 .box-conten .about04-swiper .swiper-slide-active h4 {
	width: 100%;
	opacity: 1;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 191, 179, 1);
	padding: 0 2.35rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about04 .box-conten .about04-swiper .swiper-slide-active i {
	height: 23.4rem;
}

.about04 .pver-next {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 13.5px;
}

.about04 .pver-next img {
	width: 2.35rem;
	margin-left: 0.75rem;
	cursor: pointer;
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.about04 .pver-next img:hover {
	filter: initial;
}


/* 合作logo */

.about05 {
	padding: 3.6rem 0 3.15rem 0;
	background: url('../images/about-bg2.webp') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.about05 .logo-swiper,
.about05 .logo2-swiper,
.about05 .logo3-swiper {
	width: 100%;
	overflow: initial;
}

.about05 .logo2-swiper {
	margin: 2.5rem 0;
}

.about05 .logo-swiper .swiper-slide,
.about05 .logo2-swiper .swiper-slide,
.about05 .logo3-swiper .swiper-slide {
	width: calc(100% / 7);
	height: 4rem;
	margin: 0 1.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 2.2rem rgba(0, 71, 153, 0.1);
	overflow: hidden;
}

.about05 .logo-swiper .swiper-slide img,
.about05 .logo2-swiper .swiper-slide img,
.about05 .logo3-swiper .swiper-slide img {
	width: 70%;
}

/* end */



/* 产品列表 */

/* 分类 */

.product01 {
	padding: 2.75rem 0 0 0;
	background: url('../images/goods-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 4;
}

.product01 .left {
	width: 50%;
	margin-bottom: -3.85rem;
}

.product01 .left .box-item {
	width: calc((100% - 2.1rem) / 2);
	padding: 1.45rem 1rem;
	margin-right: 1.05rem;
	margin-bottom: 1.25rem;
	background: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.product01 .left .box-item:nth-child(2n) {
	margin-right: 0;
}

.product01 .left .box-item h1 {
	font-size: 3.6rem;
	font-family: 'Impact';
	line-height: 1;
	-webkit-text-stroke: 0.03rem rgba(166, 166, 166, 1);
	color: rgba(0, 0, 0, 0);
	transition: ease-out .36s;
	margin-bottom: 3.4rem;
	transition: ease-out .36s;
}

.product01 .left .box-item p {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(0, 71, 153, 1);
	transition: ease-out .36s;
}

.product01 .left .box-item:hover,
.product01 .left .box-item.active {
	background: rgba(0, 191, 179, 1);
}

.product01 .left .box-item:hover h1,
.product01 .left .box-item.active h1 {
	-webkit-text-stroke: 0.03rem rgba(255, 255, 255, 1);
}

.product01 .left .box-item:hover p,
.product01 .left .box-item.active p {
	color: rgba(255, 255, 255, 1);
}


.product01 .right {
	width: 45%;
	margin-top: -3.85rem;
}

.product01 .right h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
	margin-bottom: 3.05rem;
}

.product01 .right .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}


/* 系列 */

.product02 .box-banner {
	position: relative;
	padding: 10.95rem 0 8.75rem 0;
}

.product02 .box-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(50% 50% at 74.0625% 57.39299610894941%, rgba(0, 71, 153, 0.4) 0%, rgba(0, 71, 153, 1) 100%);
	z-index: 2;
}

.product02 .box-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product02 .box-conten {
	position: relative;
	z-index: 4;
}

.product02 .box-conten h3 {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.2rem;
}

.product02 .box-conten .intor {
	width: 45%;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

.product02 .box-list {
	position: relative;
	z-index: 4;
	margin-top: -6.1rem;
}

.product02 .box-list .box-bg {
	position: absolute;
	top: 6.1rem;
	width: 100%;
	height: calc(100% - 6.1rem);
}

.product02 .box-list .box-item {
	width: calc((100% - 3.1rem) / 3);
	margin-right: 1.55rem;
	margin-bottom: 1.6rem;
	padding: 1.75rem 1.35rem;
	background: #fff;
}

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

.product02 .box-list .box-item i {
	display: block;
	width: 100%;
	height: 11rem;
	overflow: hidden;
	margin-bottom: 1.1rem;
}

.product02 .box-list .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product02 .box-list .box-item h3 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	/* margin-bottom: 1.55rem; */
	border-bottom: 0.1rem solid rgba(0, 191, 179, 0);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
}

.product02 .box-list .box-item .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
}

.product02 .box-list .box-item:hover i img {
	transform: scale(1.1);
}

.product02 .box-list .box-item:hover h3 {
	border-bottom: 0.1rem solid rgba(0, 191, 179, 1);
}

/* end */



/* 产品详情 */

/* 信息 */

.cp-bg {
	background: url('../images/cp-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
}

.goods01 {
	/* background-color: #fff; */
	margin-top: 4rem;
	overflow: hidden;
}

.goods01_ {
	margin-top: 0;
	border-bottom: 0.1rem solid rgba(204, 204, 204, 1);
	position: sticky;
	top: 4rem;
	/* background-color: #ffffff; */
	z-index: 10;
}

.goods01 .left {
	width: 40%;
}

.goods01 .left .box-logo {
	width: 15.45rem;
}

.goods01 .left h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
	margin: 3.65rem 0 3.05rem 0;
}

.goods01 .left .box-text {
	font-size: 1.25rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	border-radius: 0.4rem;
	background: rgba(0, 191, 179, 1);
}

.goods01 .left .box-text p:nth-child(1) {
	border-radius: 0.4rem;
	background: rgba(0, 71, 153, 1);
	padding: 0 1.75rem 0 1.2rem;
}

.goods01 .left .box-text p:nth-child(2) {
	padding: 0 1.6rem;
}

.goods01 .right {
	width: 55%;
}

.goods01 .right img {
	width: 75%;
	margin: 0 auto;
}

.goods01 .box-type {
	margin-top: 1.3rem;
}

.goods01 .box-type a {
	height: 2.5rem;
	font-size: 1rem;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	padding: 0 2.5rem;
	margin-right: 0.75rem;
	border-radius: 1rem 1rem 0 0;
	background: rgba(229, 229, 229, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.goods01 .box-type a:hover,
.goods01 .box-type a.active {
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 191, 179, 1);
}


/* 详情 */

.goods02 {
	margin-top: 0.15rem;
	padding: 1.85rem 0 2.95rem 0;
	background: linear-gradient(114.43deg, rgba(204, 204, 204, 0.8) 0%, rgba(229, 229, 229, 0.78) 0%, rgba(255, 255, 255, 0.8) 50.69%, rgba(229, 229, 229, 0.8) 100%);
}

.goods02 .left {
	width: 67%;
}

.goods02 .left .box-conten {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #333;
	padding: 1.25rem 2rem;
	border-radius: 0.5rem;
	background: rgb(255, 255, 255);
	margin-bottom: 0.8rem;
}

.goods02 .left .box-parameter {
	padding: 1.15rem 0;
	border-radius: 0.5rem;
	background: rgba(0, 191, 179, 1);
	flex-wrap: wrap;
	justify-content: start;
}

.goods02 .left .box-parameter .box-item {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	width: calc(100% / 3);
	padding: 0 1rem;
}

.goods02 .left .box-parameter .box-item h4 {
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1rem;
}

.goods02 .left .goods-title {
	justify-content: center;
}

.goods02 .left .goods-title h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	padding: 0 1.65rem;
}

.goods02 .left .goods-title img {
	width: 25%;
}

.goods02 .left .box-table .goods-title {
	padding-top: 2.05rem;
	padding-bottom: 1.15rem;
}

.goods02 .left .box-conten-intor {
	/* border-radius: 1rem; */
	background: rgb(255, 255, 255);
	overflow: hidden;
}

.goods02 .left .box-conten-intor img {
	max-width: 100%;
	margin: 0 auto;
}

.goods02 .left .box-conten-intor table {
	font-size: 0.7rem !important;
	width: 100% !important;
	border-collapse: collapse;
	word-break: break-all;
}

.goods02 .left .box-conten-intor table th,
.goods02 .left .box-conten-intor table td {
	border: 1px solid #ddd !important;
	padding: 5px !important;
	text-align: center;
	font-weight: 400;
}

.goods02 .left .box-conten-intor table tr:nth-child(odd) {
	background-color: #F5F5F5;
}

.goods02 .left .box-conten-intor table tr.firstRow {
	background-color: rgba(103, 170, 255, 0.1);
}

.goods02 .left .box-intor {
	margin-top: 1.5rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.goods02 .left .box-intor .goods-title {
	padding-top: 2.4rem;
	padding-bottom: 0.85rem;
}

.goods02 .left .box-case {
	margin-top: 1.5rem;
	padding: 1.55rem 1.3rem 2.05rem 1.3rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.goods02 .left .box-case .goods-title {
	padding-bottom: 1.75rem;
}

.goods02 .left .box-case .box-case-list a {
	width: calc((100% - 1.8rem) / 4);
	height: 10.45rem;
	overflow: hidden;
}

.goods02 .left .box-case .box-case-list a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.goods02 .right {
	width: 30%;
}

.goods02 .right .box-list h3 {
	width: 100%;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 1rem 1.4rem;
	color: rgba(255, 255, 255, 1);
	border-radius: 0.5rem;
	background: linear-gradient(90deg, rgba(0, 191, 179, 1) 0%, rgba(0, 71, 153, 1) 100%);
	margin-bottom: 0.6rem;
}

.goods02 .right .box-item {
	margin-bottom: 2rem;
}

.goods02 .right .box-item a {
	font-size: 1rem;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	padding: 1.2rem;
	border-bottom: 0.5px solid rgba(166, 166, 166, 1);
	transition: ease-out .36s;
}

.goods02 .right .box-item a:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 0.55rem rgba(0, 0, 0, 0.1);
	border-bottom: 0.5px solid rgba(166, 166, 166, 0);
}

.goods02 .right .box-list-data {
	margin: 1.25rem 0 3.55rem 0;
}

.goods02 .right .box-list-data .box-item {
	margin-bottom: 1.25rem;
}

.goods02 .right .box-list-data .box-item i {
	display: block;
	width: 100%;
	height: 13rem;
	border-radius: 0.45rem;
	overflow: hidden;
}

.goods02 .right .box-list-data .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.goods02 .right .box-list-data .box-item h4 {
	position: relative;
	z-index: 2;
	width: 80%;
	margin: 0 auto;
	margin-top: -2rem;
	padding: 1rem 0.9rem;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	border-radius: 0.45rem;
	background: rgba(255, 255, 255, 1);
}

.goods02 .right .box-list-data .box-item:hover i img {
	transform: scale(1.1);
}

.goods02 .right .box-other .box-item {
	display: flex;
	align-items: center;
	padding: 1.85rem 0 1.85rem 2.05rem;
	border-radius: 0.6rem;
	background: rgba(0, 71, 153, 1);
	overflow: hidden;
}

.goods02 .right .box-other .box-item img {
	width: 2rem;
	height: 2rem;
	margin-right: 2.1rem;
}

.goods02 .right .box-other .box-item p {
	font-size: 1.5rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

/* end */



/* 客户案例 */

/* 案例 */

.case01 {
	padding: 3.85rem 0 3.25rem 0;
}

.case01 .box-list .box-item {
	width: calc((100% - 7.9rem) / 3);
	margin-right: 3.95rem;
	margin-bottom: 1.9rem;
}

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

.case01 .box-list .box-item i {
	display: block;
	width: 100%;
	height: 13.9rem;
	border-radius: 0.5rem 0.5rem 0 0;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
}

.case01 .box-list .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.case01 .box-list .box-item .item-conten {
	position: relative;
	z-index: 2;
	/* margin: 0 2.4rem; */
	/* margin-top: -2.8rem; */
	padding: 1rem;
	/* border-radius: 0.5rem; */
	background: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
	border: 1px solid #eee;
}

.case01 .box-list .box-item .item-conten h3 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(0, 0, 0, 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;
	/* border-bottom: 0.1rem solid rgba(255, 255, 255, 1); */
}

.case01 .box-list .box-item .item-conten .intor {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(128, 128, 128, 1);
	margin: 1.65rem 0 0.4rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
}

.case01 .box-list .box-item .item-conten .more {
	font-size: 0.7rem;
	line-height: 1.2;
	color: rgba(0, 71, 153, 1);
	transition: ease-out .36s;
	margin-top: 1rem;
	display: none;
}

.case01 .box-list .box-item:hover i img {
	transform: scale(1.1);
}

.case01 .box-list .box-item:hover .item-conten {
	background: rgba(0, 71, 153, 1);
	box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.1);
}

.case01 .box-list .box-item:hover .item-conten h3 {
	position: relative;
	color: rgba(255, 255, 255, 1);
}

.case01 .box-list .box-item:hover .item-conten .intor,
.case01 .box-list .box-item:hover .item-conten .more {
	color: rgba(255, 255, 255, 1);
}

/* end */



/* 应用领域 */

/* 应用 */

.application01 {
	position: relative;
	padding: 2.9rem 0 0 0;
	margin-bottom: 4.6rem;
	background: linear-gradient(0deg, rgba(0, 191, 179, 0.1) 0%, rgba(0, 191, 179, 0) 100%);
}

.application01 .conten {
	width: 20%;
	height: 24.7rem;
}

.application01 .conten .application2-swiper {
	width: 100%;
	height: 100%;
}

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

.application01 .left {
	width: 35%;
	margin-bottom: 4rem;
}

.application01 .left .application-swiper {
	width: 100%;
}

.application01 .left .application-swiper .swiper-slide {
	height: 3.8rem !important;
	padding: 1.1rem 0;
	border-bottom: 0.05rem solid rgba(204, 204, 204, 1);
	cursor: pointer;
	transition: ease-out .36s;
}

.application01 .left .application-swiper .swiper-slide h3 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(128, 128, 128, 1);
}

.application01 .left .application-swiper .swiper-slide .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(128, 128, 128, 1);
	margin-top: 0.75rem;
	display: none;
	transition: ease-out .36s;
}

.application01 .left .application-swiper .swiper-slide-thumb-active {
	height: auto !important;
}

.application01 .left .application-swiper .swiper-slide-thumb-active h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}

.application01 .left .application-swiper .swiper-slide-thumb-active .intor {
	display: block;
}

.application01 .right {
	width: 40%;
}

.application01 .right .application3-swiper {
	width: 100%;
	height: 37.25rem;
}

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


/* 产品 */

.application02 {
	padding: 4.25rem 0 2.9rem 0;
	background: url('../images/application-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.application02 h3 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 71, 153, 1);
	margin-bottom: 2.4rem;
}

.application02 .box-goods {
	height: 22.75rem;
	position: relative;
}

.application02 .goods-swiper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 135%;
}

.application02 .goods-swiper .swiper-slide {
	width: calc(100% / 4);
	height: 100%;
	padding: 1.35rem;
	cursor: pointer;
	background: rgba(255, 255, 255, 1);
}

.application02 .goods-swiper .swiper-slide i {
	display: block;
	width: 100%;
	height: 13.15rem;
	margin-bottom: 1.1rem;
	overflow: hidden;
}

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

.application02 .goods-swiper .swiper-slide h4 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 1.55rem;
}

.application02 .goods-swiper .swiper-slide .intor {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

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

.application02 .pver-next img {
	width: 2.35rem;
	margin-left: 0.75rem;
	cursor: pointer;
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.application02 .pver-next img:hover {
	filter: initial;
}

/* end */



/* 新闻资讯 */

/* 列表 */

.news01 {
	padding: 2.7rem 0 0 0;
}

.news01 .box-item {
	width: calc((100% - 4.2rem) / 3);
	margin-right: 2.1rem;
	margin-bottom: 3.5rem;
	transition: ease-out .36s;
}

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

.news01 .box-item i {
	display: block;
	width: 100%;
	height: 12.5rem;
	overflow: hidden;
}

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

.news01 .box-item h3 {
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	margin: 1.5rem 0 1.25rem 0;
	padding: 0 1.2rem;
}

.news01 .box-item .box-more {
	padding: 0.6rem 1.2rem;
	border-top: 0.5px solid rgba(166, 166, 166, 0);
	border-bottom: 0.25rem solid rgba(255, 153, 0, 0);
	transition: ease-out .36s;
}

.news01 .box-item .box-more p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(166, 166, 166, 1);
}

.news01 .box-item .box-more img {
	width: 1rem;
	height: 1rem;
	opacity: 0;
	transition: ease-out .36s;
}

.news01 .box-item:hover {
	box-shadow: 0 0.1rem 1.15rem rgba(0, 0, 0, 0.1);
}

.news01 .box-item:hover i img {
	transform: scale(1.1);
}

.news01 .box-item:hover .box-more {
	border-top: 0.5px solid rgba(166, 166, 166, 1);
	border-bottom: 0.25rem solid rgba(255, 153, 0, 1);
}

.news01 .box-item:hover .box-more img {
	opacity: 1;
}


/* 详情 */

.newsInfo01 .box-intor {
	padding: 2.2rem 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	border-bottom: 0.05rem solid rgba(204, 204, 204, 1);
}

.newsInfo01 .box-intor img {
	max-width: 100%;
	margin: 0.5rem auto;
}

.newsInfo01 a {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	padding: 0.6rem 0;
	transition: ease-out .36s;
}

.newsInfo01 a:hover {
	color: rgba(0, 191, 179, 1);
}

/* end */




/* 联系我们 */

.contact01 {
	padding: 9rem 0 2.85rem 0;
	background: url('../images/us-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.contact01 .left {
	width: 35%;
}

.contact01 .left .box-item {
	display: flex;
	align-items: center;
	padding: 2.5rem 2rem;
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 1.45rem rgba(0, 0, 0, 0.1);
}

.contact01 .left .box-item:nth-child(2) {
	margin: 3.25rem 0;
}

.contact01 .left .box-item img {
	width: 2.3rem;
	margin-right: 1.5rem;
}

.contact01 .left .box-item p,
.contact01 .left .box-item a {
	font-size: 1.15rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
}

.contact01 .right {
	width: 60%;
}

.contact01 .right h3 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 3.7rem;
}

.contact01 .right .box-input {
	width: 48%;
	margin-bottom: 1.45rem;
}

.contact01 .right .box-input p {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(56, 56, 56, 1);
}

.contact01 .right .box-input p span {
	color: red;
}

.contact01 .right .box-textarea textarea,
.contact01 .right .box-input input {
	width: 100%;
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	border-radius: 0.45rem;
	background: rgba(255, 255, 255, 1);
	border: 0.04rem solid rgba(230, 230, 230, 1);
	padding: 0.6rem 1rem;
	margin-top: 0.6rem;
}

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

.contact01 .right .box-textarea textarea {
	height: 10rem;
}

.contact01 .right .box-tisp {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 2.5rem;
}

.contact01 .right button {
	width: 15.15rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	border: 0;
	border-radius: 1.2rem;
	margin: 0 auto;
	padding: 0.7rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: linear-gradient(90deg, rgba(0, 191, 179, 1) 0%, rgba(0, 71, 153, 1) 100%);
	transition: ease-out .36s;
}

.contact01 .right button img {
	width: 0.85rem;
	margin-left: 1.15rem;
}

.contact01 .right button:hover {
	background: rgba(0, 191, 179, 1);
}

/* end */




/* 电子画册 */

.book01 {
	padding: 3.2rem 0 4rem 0;
	background: url('../images/book-bg.webp') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.book01 .box-item {
	width: calc((100% - 14.25rem) / 4);
	padding: 1rem 1.15rem;
	margin-right: 4.75rem;
	background: rgba(0, 191, 179, 0);
	border: 0.05rem solid rgba(166, 166, 166, 1);
	transition: ease-out .36s;
}

.book01 .box-item:nth-child(4n) {
	margin-right: 0;
}

.book01 .box-item img {
	width: 100%;
	height: 17.5rem;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0.65rem;
}

.book01 .box-item p {
	font-size: 1rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	transition: ease-out .36s;
}

.book01 .box-item:hover {
	background: rgba(0, 191, 179, 1);
	border: 0.05rem solid rgba(0, 191, 179, 1);
}

.book01 .box-item:hover p {
	color: rgba(255, 255, 255, 1);
}

/* end */




/* 底部 */

footer {
	padding: 1rem 0 0 0;
	background: rgba(0, 71, 153, 1);
}

footer .left {
	width: 30%;
}

footer .left .box-logo {
	width: 40%;
	filter: grayscale(100%) brightness(600%);
}

footer .left .box-list {
	margin: 1.2rem 0 0.3rem 0;
}

footer .left .box-list .box-item {
	display: flex;
	margin-bottom: 1rem;
}

footer .left .box-list .box-item img {
	width: 0.8rem;
	margin-right: 0.55rem;
}

footer .left .box-list .box-item p,
footer .left .box-list .box-item a {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

footer .left .box-code .box-item {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 0.05rem solid rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.7rem;
}

footer .left .box-code .box-item img {
	width: 0.9rem;
}

footer .right {
	width: 65%;
	padding-top: 3rem;
}

footer .right .box-code {
	width: 25%;
}

footer .right .box-code img {
	width: 8.6rem;
	height: 8.6rem;
	background: rgba(204, 204, 204, 1);
	margin: 0 auto;
	margin-bottom: 0.4rem;
}

footer .right .box-code p {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

footer .right .box-list {
	width: 65%;
}

footer .right .box-list .box-item {
	width: calc(100% / 3);
}

footer .right .box-list .box-item h3 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.7rem;
}

footer .right .box-list .box-item a {
	font-size: 0.9rem;
	line-height: 2;
	color: rgba(255, 255, 255, 0.9);
	transition: ease-out .36s;
}

footer .right .box-list .box-item a:hover {
	color: rgba(255, 255, 255, 1);
}

footer hr {
	padding-top: 2.45rem;
	border: 0;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
}

footer .box-copy {
	padding: 0.9rem 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgb(220 220 220);
	text-align: center;
}

footer .box-copy .box-support {
	padding-left: 2rem;
}