@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,
.headernav .nav_one span {
	display: none;
}

.headernav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 4rem;
	z-index: 999;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
	background: linear-gradient(180deg, rgba(5, 49, 119, 0.7) 0%, rgba(5, 49, 119, 0) 100%);
	transition: ease-out .36s;
}

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

.headernav .logo img {
	height: 2rem;
}

.headernav .logo img:nth-child(2) {
	display: none;
}

.headernav ul {
	width: 80%;
}

.headernav ul li {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
	position: relative;
}

.headernav .nav_two {
	position: absolute;
	top: 2.5rem;
	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 ul .lang p {
	font-size: 0.8rem;
	letter-spacing: 2px;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	margin-right: 0.6rem;
}

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

.headernav ul .phone img {
	width: 1.5rem;
	height: 1.5rem;
}

.headernav ul .phone h3 {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 1);
	font-family: 'Impact';
	line-height: 1;
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(29, 115, 186, 1) !important;
}

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

.on .headernav ul li,
.on .headernav ul .lang p {
	color: #000;
}

.on .headernav ul .phone h3 {
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.on .headernav ul .phone img,
.on .headernav ul .lang img {
	filter: grayscale(100%) brightness(0%);
}

.on .headernav .logo img:nth-child(1) {
	display: none;
}

.on .headernav .logo img:nth-child(2) {
	display: block;
}

.headernav ul .lang .nation img {
	filter: initial;
}

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


/* #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: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
	color: #fff;
}

/* end */




/* 首页 */

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

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

.index .banner .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, rgba(5, 49, 119, 0.7) 0%, rgba(5, 49, 119, 0) 100%);
}

.index .banner .page-swiper .swiper-slide {
	height: 47.5rem;
}

.index .banner .product-swiper .swiper-slide {
	height: 47.5rem;
	position: relative;
}

.index .banner .product-swiper .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, rgba(5, 49, 119, 0.7) 0%, rgba(5, 49, 119, 0) 100%);
}

.index .banner .product-swiper .banner-text {
	top: 70%;
}

.index .banner .product-swiper .position {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-top: 20%;
}

.index .location {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.65rem 0;
	border-radius: 2.5rem 2.5rem 0px 0px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
}

.index .location img {
	width: 1.25rem;
	margin-right: 0.55rem;
}

.index .location p {
	font-size: 0.9rem;
	line-height: 1;
	color: rgba(102, 102, 102, 1);
}

.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 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

.index .banner .banner-text {
	position: absolute;
	width: 100%;
	top: 60%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}

.index .banner .banner-text h3 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2.65rem;
}

.index .banner .banner-text p {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

.index .banner .banner-text .button {
	width: 8rem;
	font-size: 0.8rem;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	border-radius: 7.75rem;
	padding: 0.5rem 0;
	border: 0.05rem solid rgba(255, 255, 255, 1);
}

.index .banner .page-text {
	top: 70%;
}

.index .banner .banner-text p {
	font-size: 1.25rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

.index .banner .banner-text h3 {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

.index .banner .banner-text .sp {
	width: 150px;
	height: 150px;
	background: radial-gradient(49.72% 49.72% at 50.282485875706215% 50.282485875706215%, rgba(0, 72, 255, 1) 0%, rgba(15, 14, 198, 0) 100%);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10%;
}

.index .banner .banner-text .sp img {
	position: relative;
	z-index: 3;
	width: 80px;
	object-fit: cover;
	object-position: center;
}

.index .banner .banner-text .sp::after,
.index .banner .banner-text .sp::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 1;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 72, 255, 1) 0%, rgba(15, 14, 198, 0) 100%);
	animation: pulse2 2s infinite ease-out;
}

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

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

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

/* 导航 */

.index .banner .banner-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
	width: 100%;
}

.index .banner .banner-nav .container {
	justify-content: end;
}

.index .banner .banner-nav a {
	font-size: 1rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	padding: 0.5rem 3rem;
	margin-left: 2rem;
	border-radius: 0.5rem 0.5rem 0 0;
	background: rgba(5, 49, 119, 1);
	transition: ease-out .36s;
}

.index .banner .banner-nav a:hover,
.index .banner .banner-nav a.active {
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
}

/* end */



/* 首页 */


/* 首页标题 */

.index-title {
	text-align: center;
	position: relative;
}

.index-title p {
	position: absolute;
	top: -1.75rem;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(240, 240, 240, 1);
	text-transform: uppercase;
	z-index: 0;
}

.index-title h3 {
	font-size: 2.1rem;
	font-weight: 700;
	font-family: 'Bold';
	letter-spacing: 0px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	z-index: 2;
}

.index-title h3 span {
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

/* end */


/* 产品家族 */

.index01 {
	padding: 3.9rem 0 3.25rem 0;
}

.index01 .box-conten {
	margin-top: 4.3rem;
}

.index01 .box-conten .box-list01 .box-item {
	position: relative;
	padding: 2.75rem 8.35rem;
	background: linear-gradient(215deg, rgba(84, 190, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.index01 .box-conten .box-list01 .box-item h3 {
	font-size: 1.2rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
}

.index01 .box-conten .box-list01 .box-item span {
	display: block;
	width: 1.5rem;
	height: 0.2rem;
	background: rgba(5, 49, 119, 1);
	margin: 0.4rem 0 1.35rem 0;
}

.index01 .box-conten .box-list01 .box-item p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(5, 49, 119, 1);
}

.index01 .box-conten .box-list01 .box-item img {
	position: absolute;
	width: 40%;
	right: 8.35rem;
	top: 0.5rem;
	z-index: 1;
}

.index01 .box-conten .box-list02 .box-item {
	width: 50%;
	padding: 3rem 2.5rem;
	position: relative;
	z-index: 2;
}

.index01 .box-conten .box-list02 .box-item:nth-child(1) {
	background: linear-gradient(10deg, rgba(84, 190, 255, 1) 0%, rgba(235, 252, 255, 1) 100%);
}

.index01 .box-conten .box-list02 .box-item:nth-child(2) {
	background: linear-gradient(0deg, rgba(84, 190, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.index01 .box-conten .box-list02 .box-item h3 {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
	margin-top: 2rem;
}

.index01 .box-conten .box-list02 .box-item span {
	display: block;
	width: 1.5rem;
	height: 0.2rem;
	background: rgba(5, 49, 119, 1);
	margin: 0.75rem 0 1.35rem 0;
}

.index01 .box-conten .box-list02 .box-item p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(5, 49, 119, 1);
}

.index01 .box-conten .box-list02 .box-item img {
	width: 30%;
}

.index01 .box-conten .box-list03 {
	background: rgba(84, 190, 255, 1);
}

.index01 .box-conten .box-list03 .box-item {
	width: 40%;
	padding: 1.5rem 2.5rem;
	position: relative;
}

.index01 .box-conten .box-list03 .box-item:nth-child(1) {
	background: linear-gradient(280deg, rgba(84, 190, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.index01 .box-conten .box-list03 .box-item:nth-child(2) {
	background: linear-gradient(345deg, rgba(84, 190, 255, 1) 0%, rgba(235, 252, 255, 1) 100%);
}

.index01 .box-conten .box-list03 .box-item:nth-child(3) {
	width: 20%;
	padding: 0 2rem;
}

.index01 .box-conten .box-list03 .box-item h3 {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
	margin-top: 2rem;
}

.index01 .box-conten .box-list03 .box-item span {
	display: block;
	width: 1.5rem;
	height: 0.2rem;
	background: rgba(5, 49, 119, 1);
	margin: 0.75rem 0 1.35rem 0;
}

.index01 .box-conten .box-list03 .box-item p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(5, 49, 119, 1);
}

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

.index01 .box-conten .box-list03 .box-item:nth-child(3) h3,
.index01 .box-conten .box-list03 .box-item:nth-child(3) p {
	color: rgba(255, 255, 255, 1);
}

.index01 .box-conten .box-list03 .box-item:nth-child(3) span {
	background: rgba(255, 255, 255, 1);
}


/* 解决方案 */

.index02 {
	height: 47.5rem;
	position: relative;
}

.index02 .index-title {
	text-align: left;
}

.index02 .index-title p {
	left: 0;
	transform: translate(0);
	color: rgba(240, 240, 240, 0.4);
}

.index02 .box-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	overflow: hidden;
}

.index02 .box-img .box-item {
	display: none;
	height: 100%;
	transition: ease-out .36s;
}

.index02 .box-img .box-item.active {
	display: block;
}

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

.index02 .container,
.index02 .box-module {
	height: 100%;
}

.index02 .box-module .box-list {
	height: calc(100% / 3);
}

.index02 .box-module .box-item {
	width: calc(100% / 3);
	height: 100%;
	padding: 2.35rem 1.5rem 1.5rem;
	border: 0.05rem solid rgba(255, 255, 255, 1);
	background: linear-gradient(0deg, rgba(5, 49, 119, 0.5) 0%, rgba(5, 49, 119, 0) 54.17%);
	cursor: pointer;
	transition: ease-out .36s;
	display: flex;
	flex-direction: column-reverse;
}

.index02 .box-module .box-item h3 {
	font-size: 1.1rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.index02 .box-module .box-item .testbox {
	display: none;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin: 1.3rem 0 1.5rem 0;
}

.index02 .box-module .box-item img {
	display: none;
	width: 1.5rem;
	height: 1.5rem;
}

.index02 .box-module .box-item.active {
	display: initial;
	flex-direction: initial;
	background: rgba(5, 49, 119, 0.65);
}

.index02 .box-module .box-item.active h3 {
	font-weight: 700;
	font-family: 'Bold';
}

.index02 .box-module .box-item.active .testbox,
.index02 .box-module .box-item.active img {
	display: block;
}


/* 关于我们 */

.index03 {
	padding: 4.9rem 0 3.8rem 0;
}

.index03 .index-title {
	text-align: left;
}

.index03 .index-title p {
	left: 0;
	transform: initial;
}

.index03 .testbox {
	width: 55%;
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(102, 102, 102, 1);
	margin: 2.5rem 0 1.55rem 0;
}

.index03 .testbox span {
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
}

.index03 a {
	width: 10rem;
	font-size: 0.8rem;
	letter-spacing: 2px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	padding: 0.75rem 0;
	border-radius: 7.75rem;
	border: 0.05rem solid rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index03 a:hover {
	color: #fff;
	background: rgba(5, 49, 119, 0.65);
}

.index03 .box-list {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index03 .box-item {
	margin-top: 4.3rem;
}

.index03 .box-item h3 {
	font-size: 2.5rem;
	font-family: 'Impact';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
}

.index03 .box-item:nth-child(2n) h3 {
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.index03 .box-item p {
	font-size: 0.8rem;
	line-height: 1;
	color: rgba(102, 102, 102, 1);
}

.index03 .fx {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.index03 .fx img {
	width: 10rem;
}

.index03 .box-map {
	position: absolute;
	top: 0%;
	right: 0;
	z-index: -1;
}


/* 新闻资讯 */

.index04 {
	padding: 4.55rem 0 1.95rem 0;
	background: linear-gradient(115deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 51.96%, rgba(229, 229, 229, 1) 100%);
}

.index04 .index-title {
	width: 50%;
	text-align: left;
}

.index04 .index-title p {
	left: 0;
	transform: initial;
}

.index04 .prve-next img {
	width: 3rem;
	height: 3rem;
	margin-left: 1.5rem;
	opacity: 0.5;
	cursor: pointer;
	transition: ease-out .36s;
}

.index04 .prve-next img:hover {
	opacity: 1;
}

.index04 .swiper-news {
	margin-top: 3.5rem;
}

.index04 .swiper-news i {
	display: block;
	width: 100%;
	height: 14.3rem;
	overflow: hidden;
}

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

.index04 .swiper-news .box-conten {
	background: rgba(235, 235, 235, 1);
	box-sizing: box-sizing;
	border-width: 0 0 0.2rem 0;
	border-style: solid;
	border-image: linear-gradient(90deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 0%) 0 0 4 0;
	transition: ease-out .36s;
}

.index04 .swiper-news .box-conten h3 {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 2;
	color: rgba(255, 255, 255, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	padding: 0 1rem;
	margin: 0.6rem 0;
	background: rgba(5, 49, 119, 1);
}

.index04 .swiper-news .box-conten .testbox {
	font-size: 0.8rem;
	line-height: 1.2;
	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;
	padding: 0 1rem;
	margin: 1rem 0;
}

.index04 .swiper-news .box-conten p {
	font-size: 0.75rem;
	color: rgba(128, 128, 128, 1);
	padding: 1rem;
}

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

.index04 .swiper-news .swiper-slide:hover .box-conten {
	background: rgba(255, 255, 255, 1.0);
	box-sizing: box-sizing;
	border-width: 0 0 0.2rem 0;
	border-style: solid;
	border-image: linear-gradient(90deg, rgba(161, 108, 0, 1) 0%, rgba(203, 164, 77, 1) 50%, rgba(178, 143, 61, 1) 100%) 0 0 4 0;

}


/* 合作伙伴 */

.index05 {
	padding: 5rem 0 3.4rem 0;
}

.index05 .swiper-logo {
	width: 100%;
	padding: 0.75rem 0;
	padding-top: 4rem;
}

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

.index05 .swiper-logo .swiper-slide {
	width: calc(100% / 7);

	height: 100px;

	margin: 0 1.85rem;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 1rem;

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

	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);

	overflow: hidden;
}

.index05 .swiper-logo .swiper-slide img {
	width: 85%;

	height: 85%;

	object-fit: contain;

	object-position: center;
}

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

/* end */




/* 产品列表 */

.product01 {
	padding: 4.05rem 0;
}

.product01 .box-item {
	width: calc((100% - 1.5rem) / 2);
	height: 22.5rem;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
	transition: ease-out .36s;
}

.product01 .box-item::before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 134, 207, 0.35) 0%, rgba(0, 134, 207, 0.35) 100%);
	z-index: 1;
	transition: ease-out .36s;
}

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

.product01 .box-item .conten {
	position: absolute;
	width: 100%;
	left: 2rem;
	bottom: 2rem;
	transition: ease-out .36s;
}

.product01 .box-item .conten h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.product01 .box-item .conten span {
	display: none;
	width: 1.75rem;
	height: 0.25rem;
	background: rgba(255, 255, 255, 1);
	margin: 1.9rem 0 1.2rem 0;
}

.product01 .box-item .conten p {
	display: none;
	font-size: 0.9rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}

.product01 .box-item:hover::before {
	opacity: 1;
}

.product01 .box-item:hover .conten {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.product01 .box-item:hover .conten h3 {
	font-size: 1.2rem;
	font-weight: 900;
	font-family: 'Bold';
}

.product01 .box-item:hover .conten span,
.product01 .box-item:hover .conten p {
	display: block;
}


/* 产品列表 */

.product02 {
	margin-top: .5rem;
	border-top: 0.05rem solid rgb(255, 255, 255);
}

.product02 .container {
	justify-content: end;
}

.product02 .container .box-item {
	font-size: 0.9rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	margin-left: 0.4rem;
	padding: 0.5rem 1rem;
	/* border-radius: 0 0 0.5rem 0.5rem; */
	background: rgba(5, 49, 119, 1);
	transition: ease-out .36s;
	margin-bottom: 0.4rem;
}

.product02 .container .box-item.active,
.product02 .container .box-item:hover {
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
}


/* 产品详情 */

.product03 {
	padding: 2rem 0;
	margin: 3.5rem 0 5rem 0;
	position: relative;
}

.product03 .bg-color {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: rgba(242, 242, 242, 1);
}

.product03 .left {
	width: 45%;
}

.product03 .left h3 {
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
	margin-bottom: 3rem;
}

.product03 .left .box-item {
	margin-bottom: 2rem;
}

.product03 .left .box-item h6 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.9rem;
}

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

.product03 .left .box-pics {
	padding: 1.2rem 0;
	border-top: 0.1rem solid rgba(102, 102, 102, 1);
}

.product03 .left .box-pics img {
	width: calc((100% - 1.5rem) / 3);
	margin-right: 15px;
	height: 8rem;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.product03 .left .box-pics img:nth-child(3) {
	margin-right: 0;
}

.product03 .right {
	width: 45%;
}

.product03 .right img {
	width: 100%;
}


/* 应用领域 */

.product04 {
	height: 42.5rem;
	position: relative;
}

.product04 .index-title {
	text-align: left;
}

.product04 .index-title p {
	left: 0;
	color: rgba(240, 240, 240, 0.2);
}

.product04 .index-title h3 {
	color: rgba(255, 255, 255, 1);
}

.product04 .left {
	width: 45%;
	height: 100%;
	padding: 4.85rem 0 2rem 0;
	border-right: 0.05rem solid rgba(255, 255, 255, 1);
}

.product04 .left .container {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 100%;
	height: calc(100% - 6.85rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product04 .right {
	width: 55%;
	height: 100%;
}

.product04 .right .box-list {
	width: 100%;
	height: 50%;
}

.product04 .right .box-list:nth-child(1) {
	border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
}

.product04 .right .box-list:nth-child(1) .box-item {
	width: 50%;
}

.product04 .right .box-list:nth-child(1) .box-item:nth-child(1) {
	border-right: 0.05rem solid rgba(255, 255, 255, 1);
}

.product04 .box-item {
	height: 100%;
	cursor: pointer;
	position: relative;
}

.product04 .box-item h4 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.product04 .right .box-item h4 {
	position: absolute;
	left: 1.5rem;
	bottom: 2rem;
	transition: ease-out .36s;
}

.product04 .box-item.active h4 {
	font-weight: 700;
	font-family: 'Bold';
}

.product04 .box-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.product04 .box-image img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product04 .box-image img.active {
	display: block;
}


/* 我们的优势 */

.product05 {
	padding: 4.85rem 0 6.85rem 0;
}

.product05 .index-title {
	text-align: left;
}

.product05 .index-title p {
	left: 0;
	transform: initial;
}

.product05 .swiper-advantage {
	margin-top: 3.85rem;
}

.product05 .swiper-advantage .left,
.product05 .swiper-advantage .right {
	width: 45%;
}

.product05 .swiper-advantage .left {
	padding: 2.5rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.product05 .swiper-advantage .left h6 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(5, 49, 119, 1);
	margin-bottom: 1.8rem;
}

.product05 .swiper-advantage .left .test {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.product05 .swiper-advantage .right img {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

/* end */



/* 坚决方案 */

/* 加工 */

.plan01 {
	padding: 3.75rem 0 5.4rem 0;
}

.plan01 h3 {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
	margin-bottom: 3rem;
}

.plan01 .box-item {
	width: calc(100% / 3);
	padding: 0 2.75rem 0 0;
	cursor: pointer;
}

.plan01 .box-item h1 {
	font-size: 2.5rem;
	font-family: 'Impact';
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	padding-bottom: 0.8rem;
	margin-bottom: 1.25rem;
	border-bottom: 0.2rem solid rgba(5, 49, 119, 1);
	transition: ease-out .36s;
}

.plan01 .box-item h6 {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.25rem;
}

.plan01 .box-item p {
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.plan01 .box-item:hover h1 {
	border-image: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%) 1;
}

.plan01 .box-item:hover h1 span {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
}

.plan01 .box-image {
	background: url('../images/plan01.webp') no-repeat;
	background-size: cover;
	background-position: center;
	height: 25rem;
	position: relative;
	margin-top: 1.7rem;
}

.plan01 .box-image .box-item {
	width: calc(100% / 3);
	height: 100%;
	padding: 0;
}

.plan01 .box-image .box-item:nth-child(2) {
	border-left: 0.05rem solid rgba(255, 255, 255, 1);
	border-right: 0.05rem solid rgba(255, 255, 255, 1);
}


/* 行业痛点 */

.plan02 .index-title {
	text-align: left;
}

.plan02 .index-title p {
	left: 0;
	transform: initial;
}

.plan02 .box-list {
	margin-top: 2.85rem;
}

.plan02 .box-list .box-item {
	width: 40%;
	height: 29.75rem;
	position: relative;
	cursor: pointer;
	transition: ease-out .36s;
}

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

.plan02 .box-list .box-item .conten {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plan02 .box-list .box-item .conten h3 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.5rem;
}

.plan02 .box-list .box-item .conten p {
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	display: none;
}

.plan02 .box-list .box-item.active {
	width: 60%;
}

.plan02 .box-list .box-item.active .conten {
	bottom: 2rem;
	width: 70%;
	margin: 0 10%;
	border-radius: 1rem;
	background: rgba(5, 49, 119, 0.6);
	padding: 1.75rem 2.25rem;
	top: initial;
	left: 0;
	transform: initial;
}

.plan02 .box-list .box-item.active .conten p {
	display: block;
}


/* 解决方案 */

.plan03 {
	padding: 5.55rem 0 6.35rem 0;
}

.plan03 .box-conten {
	margin-top: 3.05rem;
}

.plan03 .left {
	width: 55%;
}

.plan03 .left .box-item {
	margin-bottom: 1.15rem;
}

.plan03 .left .box-item h6 {
	font-size: 0.85rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.plan03 .left .box-item p {
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.plan03 .right {
	width: 40%;
}

.plan03 .right img {
	width: 100%;
}


/* end */





/* 关于我们 */

.about01 {
	margin-top: -9.85rem;
	height: 33.85rem;
	position: relative;
	z-index: 5;
}

.about01 .container {
	height: 100%;
}

.about01 .left {
	width: 30%;
	height: 100%;
}

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

.about01 .right {
	width: 65%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.about01 .right h3 {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 3.65rem;
}

.about01 .right .test {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.about01 .right .box-item {
	border-top: 0.05rem solid rgba(204, 204, 204, 1);
	border-bottom: 0.05rem solid rgba(204, 204, 204, 1);
	padding: 1rem 0;
	cursor: pointer;
}

.about01 .right .box-item h4 {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(128, 128, 128, 1);
	cursor: pointer;
}

.about01 .right .box-item p {
	display: none;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin-top: 1.1rem;
	cursor: pointer;
}

.about01 .right .box-item.active h4 {
	color: rgba(51, 51, 51, 1);
}

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


/* 联系我们 */

.about02 {
	padding: 6.05rem 0 2.4rem 0;
}

.about02 .box-conten {
	margin-top: 3rem;
}

.about02 .box-item {
	width: calc((100% - 4.7rem) / 3);
	padding: 1.25rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 1.4rem rgba(0, 0, 0, 0.1);
	transition: ease-out .36s;
}

.about02 .box-item i {
	display: flex;
	width: 4.1rem;
	height: 4.1rem;
	border-radius: 50%;
	border: 0.1rem solid rgba(255, 60, 0, 1);
	margin-bottom: 1.5rem;
	transition: ease-out .36s;
}

.about02 .box-item img {
	width: 2.25rem;
	margin: 0 auto;
	transition: ease-out .36s;
}

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

.about02 .box-item:hover {
	background: rgba(32, 78, 130, 1);
}

.about02 .box-item:hover i {
	border: 0.1rem solid rgba(255, 255, 255, 1);
}

.about02 .box-item:hover i img {
	filter: grayscale(100%) brightness(600%);
}

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


/* 地图 */

.about03 img {
	width: 100%;
}


/* 合作伙伴 */

.about04 {
	padding: 7.3rem 0 3.65rem 0;
}

.about04 .logo-swiper {
	width: 100%;
	padding: 3.25rem 0 0.75rem 0;
}

.about04 .logo-swiper .swiper-slide {
	width: calc(100% / 7);
	height: 5rem;
	margin: 0 1.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.about04 .logo-swiper .swiper-slide img {
	width: 85%;
	height: 85%;
	object-fit: contain;
	object-position: center;
}


/* 资质证书 */

.about05 {
	padding: 6rem 0 0 0;
}

.about05 .certificate-swiper {
	margin-top: 2rem;
}

.about05 .certificate-swiper img {
	width: 100%;
	transition: ease-out .36s;
}

.about05 .certificate-swiper img:hover {
	transform: scale(1.05);
}



/* 新闻资讯 */

.news01 {
	padding: 3.15rem 0 4.55rem 0;
}

.news01 .box-item {
	width: calc((100% - 2.5rem) / 3);
	margin-right: 1.25rem;
	margin-bottom: 1.8rem;
	height: 17.5rem;
	overflow: hidden;
	position: relative;
}

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

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

.news01 .box-item .conten {
	position: absolute;
	left: 1.1rem;
	bottom: 1.1rem;
	z-index: 2;
	transition: ease-out .36s;
}

.news01 .box-item .conten h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

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

.news01 .box-item .conten .icon {
	display: none;
	width: 1.75rem;
	border: 0.25rem solid rgba(255, 255, 255, 1);
	transition: ease-out .36s;
	margin: 1rem 0;
}

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

.news01 .box-item:hover::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 134, 207, 0.35) 0%, rgba(0, 134, 207, 0.35) 100%);
}

.news01 .box-item:hover .conten {
	width: 80%;
	top: 50%;
	left: 50%;
	bottom: initial;
	transform: translate(-50%, -50%);
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.news01 .box-item:hover .conten h3 {
	font-size: 1.1rem;
	font-weight: 700;
	font-family: 'Bold';
	margin-bottom: 2.65rem;
}

.news01 .box-item:hover .conten .date,
.news01 .box-item:hover .conten .icon,
.news01 .box-item:hover .conten p {
	display: block;
}


/* 新闻详情 */

.news02 {
	padding: 6.65rem 0 5.25rem 0;
}

.news02 .left {
	width: 60%;
}

.news02 .left h3 {
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
	margin-bottom: 3.25rem;
}

.news02 .left .admin {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	text-align: right;
	margin-bottom: 0.75rem;
}

.news02 .left .conten {
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	padding-top: 0.45rem;
	border-top: 0.15rem solid rgba(153, 153, 153, 1);
}

.news02 .right {
	width: 35%;
}

.news02 .box-conten {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.news02 .box-conten h3 {
	padding: 0.9rem 1.1rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
	color: rgba(51, 51, 51, 1);
	border-bottom: 0.05rem solid rgba(153, 153, 153, 1);
}

.news02 .swiper-news2 {
	padding: 1.1rem;
	height: 60rem;
}

.news02 .swiper-news2 .swiper-slide {
	width: 100%;
	height: 17.5rem;
	overflow: hidden;
	position: relative;
}

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

.news02 .swiper-news2 h4 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 1.1rem;
	bottom: 1.1rem;
}

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

.news02 .prve-next {
	justify-content: space-around;
	padding: 1.5rem 0;
	position: relative;
}

.news02 .prve-next img {
	width: 1.5rem;
	opacity: 0.5;
	cursor: pointer;
	transition: ease-out .36s;
}

.news02 .prve-next img:hover {
	opacity: 1;
}

.news02 .prve-next::before {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.25rem;
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
}

.news02 .box-prve-next {
	margin-top: 3.25rem;
	padding-top: 1.2rem;
	border-top: 0.05rem solid rgba(153, 153, 153, 1);
}

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

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


/* end */




/* 全球布局 */

.global01 {
	padding-top: 1.95rem;
}

.global01 h3 {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(5, 49, 119, 1);
	text-align: center;
}

.global01 p {
	font-size: 1rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin: 1.95rem 0;
	text-align: center;
}

.global01 .box-map {
	position: relative;
}

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

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

.global01 .box-map .box-item span {
	width: 1rem;
	height: 1rem;
	background: rgba(5, 49, 119, 1);
	border-radius: 50%;
}

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

.global01 .box-map .box-item::after,
.global01 .box-map .box-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 1;
	background: rgba(5, 49, 119, 1);
	animation: pulse 2s infinite ease-out;
}

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

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


/* 服务客户 */

.global02 {
	padding: 3.2rem 0 3.85rem 0;
}

.global02 .index-title {
	width: 50%;
	text-align: left;
}

.global02 .index-title p {
	left: 0;
	transform: initial;
}

.global02 .prve-next img {
	width: 3rem;
	height: 3rem;
	opacity: 0.6;
	margin-left: 1.5rem;
	cursor: pointer;
	transition: ease-out .36s;
}

.global02 .prve-next img:hover {
	opacity: 1;
}

.global02 .box-conten {
	margin-top: 2.4rem;
}

.global02 .swiper-case {
	margin: 0;
	margin-top: 2.4rem;
	max-width: 95%;
}

.global02 .swiper-case .swiper-slide {
	width: 100%;
	height: 14.25rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: ease-out .36s;
}

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

.global02 .swiper-case .swiper-slide p {
	position: absolute;
	left: 1.2rem;
	bottom: 1.05rem;
	font-size: 1rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.global02 .swiper-case .swiper-slide:hover::before {
	content: '';
	position: absolute;
	height: 35%;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(255, 60, 0, 0) 0%, rgba(255, 60, 0, 1) 100%);
	z-index: 0;
}

.global02 .box-bottom {
	padding: 2.2rem 0;
	background: rgba(245, 245, 245, 1);
	justify-content: space-around;
}

.global02 .box-bottom .box-item h3 {
	font-size: 1rem;
	color: rgba(51, 51, 51, 1);
	line-height: 1.2;
	transition: ease-out .36s;
}

.global02 .box-bottom .box-item h3 span {
	font-family: 'Impact';
	font-size: 3rem;
	background: linear-gradient(114.83deg, rgba(161, 108, 49, 1) 0%, rgba(203, 164, 77, 1) 51.96%, rgba(178, 143, 61, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	margin-right: 0.5rem;
}

.global02 .box-bottom .box-item p {
	font-size: 0.8rem;
	color: rgba(51, 51, 51, 1);
}

.global02 .box-test {
	width: 60%;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

/* end */




/* 电子画册 */

.book01 {
	padding: 3.2rem 0 4rem 0;
	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(5, 49, 119, 0.7);
	border: 0.05rem solid rgba(5, 49, 119, 0.7);
}

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

/* end */





/* 底部 */

footer {
	background: url('../images/footer.webp') no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 2rem;
	position: relative;
}

footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.95);
}

footer .box-logo {
	flex-direction: row-reverse;
}

footer .box-logo img {
	height: 2rem;
}

footer .box-logo div {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

footer hr {
	border: 0;
	border-bottom: 0.05rem solid rgba(128, 128, 128, 1);
	margin: 1.2rem 0;
	position: relative;
}

footer .box-nav {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

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

footer .box-nav a {
	font-size: 0.85rem;
	line-height: 2;
	color: rgba(166, 166, 166, 1);
	transition: ease-out .36s;
}

footer .box-nav a:hover {
	color: #fff;
}

footer .box-nav img {
	width: 1.65rem;
}

footer .box-link {
	padding-top: 2.5rem;
	font-size: 0.9rem;
	line-height: 2.5;
	color: rgba(255, 255, 255, 1);
}

footer .box-bottom {
	padding-bottom: 1.2rem;
	font-size: 0.75rem;
	color: rgba(128, 128, 128, 1);
}

footer .box-other p {
	padding-left: 1rem;
}

/* end */



.hssl_line {
	width: 6px;
	height: 2px;
	background: linear-gradient(90deg, #FF7F01 0%, #EA0129 100%);
	position: absolute;
	left: -3px;
	top: -1px;
	opacity: 0;
}

.svg_line {
	transition: all .36s;
}