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

.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: 1520px;
	margin: 0 auto;
	position: relative;
}

/* end */


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

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

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

.headernav .logo img {
	width: 2.55rem;
	height: 2.65rem;
	margin-right: 1.15rem;
}

.headernav .logo h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 52px;
	color: rgba(255, 255, 255, 1);
}

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

.headernav ul li {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
}

.headernav .active,
.headernav ul .nav_one a:hover {
	font-size: 0.9rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.headernav .active::before {
	content: '';
	position: absolute;
	width: 3.6rem;
	height: 0.15rem;
	bottom: -1.9rem;
	left: 50%;
	transform: translate(-50%, 0px);
	background: rgba(242, 153, 0, 1);
}

.headernav .country {
	color: #000;
	cursor: pointer;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headernav .country img {
	width: 1.05rem;
	height: 1.05rem;
	margin-right: 0.45rem;
}

.headernav .country p {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 26px;
}

.headernav .country .lang-data{
	display: none;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
    line-height: 40px;
    color: #666;
    background-color: #fff;
    width: 4.5rem;
	padding-left: 0.5rem;
}

.headernav .country .lang-data img{
	width: 1.2rem;
	filter: initial !important;
}

.headernav .country:hover .lang-data{
	display: block;
}

.headernav .other{
	height: 100%;
}

.headernav .other hr {
	height: 5rem;
	width: 0.05rem;
	border: 0;
	border-right: 0.05rem solid rgba(255, 255, 255, 0.5);
	margin: 0 1.75rem;
}

.headernav .other .phone img {
	width: 1.05rem;
	height: 1.05rem;
	margin-right: 0.7rem;
}

.headernav .other .phone p {
	font-size: 0.7rem;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
}

.headernav .other .phone h3 {
	font-size: 1.2rem;
	font-family: 'Impact';
	line-height: 29px;
	color: rgba(242, 153, 0, 1);
}



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

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

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

.on .headernav .active,
.on .headernav ul .nav_one a:hover {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}




.home_on .headernav {
	position: fixed !important;
	box-shadow: initial !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
}

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

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

.home_on .headernav .active,
.home_on .headernav ul .nav_one a:hover {
	color: #fff !important;
	background: initial;
	-webkit-background-clip: initial;
	background-clip: initial;
	-webkit-text-fill-color: initial;

}

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

/* #end */





/* 分页 */

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

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

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	color: #fff;
}

/* end */




/* 首页 */

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

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

.index .banner .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 10, 41, 0.3);
}

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

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

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

.index .banner .banner-text h3 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.75rem;
}

.index .banner .banner-text p {
	font-size: 3rem;
	font-weight: 700;
	line-height: 87px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}

.index .mouse {
	position: absolute;
	left: 50%;
	bottom: 1.8rem;
	transform: translate(-50%, 0);
	z-index: 2;
}

.banner .mouse img {
	width: 1.6rem;
	height: 1.6rem;
	animation: mousemove 2s infinite;
	position: relative;
}

.banner .mouse img:nth-child(2) {
	width: 0.95rem;
	height: 1.25rem;
	margin: 0 auto;
}

@keyframes mousemove {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.75rem);
	}
}


/* end */




/* 首页 */


/* 标题 */

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

.index-title h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 1.15rem;
}

.index-title h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

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


.index02 {
	padding: 3.6rem 0 4.5rem 0;
}

.product-list {
	margin: 3rem 0;
	height: 37.5rem;
	overflow: hidden;
}

.product-list a {
	width: calc((100% - 3.75rem) /4);
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
	border: 3px solid #D10000;
	background: #D10000;
}

.product-list a:nth-child(4n) {
	margin-right: 0;
}

.product-list a i {
	display: block;
	width: 100%;
	height: 13.25rem;
	overflow: hidden;
	/* margin-bottom: 1rem; */
}

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

.product-list a p {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin: 0.5rem 0;
}

.product-list a:hover i img {
	transform: scale(1.1);
}

.index02 .more {
	width: 8.8rem;
	height: 2.75rem;
	border-radius: 1.35rem;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: ease-out .36s;
}

.index02 .more:hover {
	background: #D10000;
}



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

.index03::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 12, 33, 0.75);
}

.index03 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 3rem;
}

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

.index03 .left {
	height: 22.75rem;
	border-radius: 1rem;
	background: rgba(204, 204, 204, 1);
	overflow: hidden;
}

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

.index03 .left:hover img {
	transform: scale(1.1);
}

.index03 .right h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 52px;
	color: rgba(255, 255, 255, 1);
	margin: 0;
}

.index03 .right .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.8);
	margin: 1.75rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
}

.index03 .right .more {
	font-size: 0.8rem;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	margin-bottom: 2.1rem;
	transition: ease-out .36s;
}

.index03 .right .more:hover {
	color: rgba(242, 153, 0, 1);
}

.index03 .right .more img {
	width: 1.1rem;
	height: 1.1rem;
	margin-left: 0.1rem;
	position: relative;
	z-index: 1;
	animation: righticon 2s infinite;
}

.index03 .right .more::before {
	content: '';
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	background: #D10000;
	border-radius: 50%;
	left: 4rem;
}

@keyframes righticon {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(0.75rem);
	}
}

.index03 .right li {
	width: 21%;
}

.index03 .right li h3 {
	font-size: 1rem;
	line-height: 29px;
	color: rgba(242, 153, 0, 1);
}

.index03 .right li h3 span {
	font-size: 2.4rem;
	font-family: 'Impact';
	line-height: 59px;
	color: rgba(242, 153, 0, 1);
	margin-right: 0.75rem;
}

.index03 .right li p {
	font-size: 0.8rem;
	line-height: 23px;
	color: rgba(255, 255, 255, 1);
	margin: 0;
}

.index03 .right li hr {
	border: 0;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 0.5);
	margin: 0.25rem 0 0.4rem 0;
}

.index03 .right li img {
	width: 1.35rem;
	height: 1.35rem;
}



.index04 {
	padding: 4.85rem 0 4.5rem 0;
}

.index04 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 1.15rem;
}

.index04 h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.index04 .swiper {
	padding: 1.02rem 0;
}

.index04 .swiper-logo .swiper-slide img,
.index04 .swiper-logo2 .swiper-slide img,
.service04 .swiper-logo3 .swiper-slide img {
	width: 100%;
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}



.index05 {
	position: relative;
}

.index05::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 12, 33, 0.35);
	z-index: 1;
}

.index05 .swiper-application .swiper-slide {
	width: 100%;
	height: 37.5rem;
	overflow: hidden;
	position: relative;
}

.index05 .swiper-application .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 12, 33, 0.35);
}

.index05 .swiper-application .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index05 .container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 50%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: translate(-50%, 0px);
	padding: 4rem 1.5rem;
}

.index05 .container h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.6rem;
}

.index05 .container .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	width: 40%;
}

.index05 .swiper-thum .swiper-slide {
	cursor: pointer;
	position: relative;
}

.index05 .swiper-thum .swiper-slide img {
	width: 1.6rem;
	height: 1.25rem;
	opacity: 0.7;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	transition: ease-out .36s;
}

.index05 .swiper-thum .swiper-slide p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	transition: ease-out .36s;
	white-space: nowrap;
}


.index05 .swiper-thum .swiper-slide::before {
	content: '';
	position: absolute;
	width: 5rem;
	border-bottom: 0.05rem solid rgba(255, 255, 255, 0.7);
	top: 20%;
	left: 100%;
	z-index: 1;
}

.index05 .swiper-thum .swiper-slide:nth-child(7)::before {
	border: 0;
}

.index05 .swiper-thum .swiper-slide-thumb-active img {
	opacity: 1;
}

.index05 .swiper-thum .swiper-slide-thumb-active p {
	color: rgba(255, 255, 255, 1);
}



.index06 {
	padding: 4.5rem 0;
}

.index06 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
}

.index06 h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.index06 .more {
	width: 8.8rem;
	height: 2.75rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(79, 116, 146, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.index06 .more span {
	font-size: 0.9rem;
	line-height: 26px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.index06 .more:hover {
	background: #D10000;
	border-color: #D10000;
	transition: ease-out .36s;
}

.index06 .more:hover span {
	color: #fff;
	-webkit-background-clip: initial;
	background-clip: initial;
	-webkit-text-fill-color: initial;
	background: initial;
}

.index06 ul {
	margin-top: 3rem;
}

.index06 ul a,
.index06 ul li {
	width: 32%;
}

.index06 ul a i {
	display: block;
	width: 100%;
	height: 15rem;
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}

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

.index06 ul a .conten {
	padding: 1.5rem;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.index06 ul a h3 {
	height: 4rem;
	font-size: 1.2rem;
	line-height: 30px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index06 ul a .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 1rem 0 1.5rem 0;
}

.index06 ul a p {
	font-size: 0.8rem;
	line-height: 23px;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.75rem;
}


.index06 li {
	padding: 0 1.5rem;
	border-radius: 0.5rem;
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.index06 li a {
	width: 100%;
	padding: 1.5rem 0;
	border-bottom: 0.05rem solid rgba(240, 240, 240, 1);
}

.index06 li a:nth-child(3) {
	border: 0;
}

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

.index06 ul a:hover h3 {
	color: rgba(242, 153, 0, 1);
}



.index07 {
	padding: 6.45rem 0;
	background: url('../images/bg2.webp') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.index07::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 12, 33, 0.6);
}

.index07 h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 52px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.index07 ul {
	margin: 5rem 0 3rem 0;
}

.index07 ul li {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.index07 ul li::before {
	content: '';
	position: absolute;
	width: 9.15rem;
	border-bottom: 0.05rem dashed rgba(255, 255, 255, 1);
	top: 37%;
	left: 100%;
	z-index: 1;
}

.index07 ul li:nth-child(3)::before {
	border: 0;
}

.index07 li img {
	width: 1.6rem;
	height: 1.6rem;
}

.index07 li h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	margin: 0.75rem 0 1rem 0;
}

.index07 li p {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.7);
}

.index07 .more {
	width: 8.8rem;
	height: 2.75rem;
	border-radius: 1.35rem;
	background: rgba(242, 153, 0, 1);
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: ease-out .36s;
}

.index07 .more:hover {
	background: #D10000;
}

/* end */



/* 内页轮播 */

.h600 {
	padding-top: 5rem;
}

.h600 .banner .swiper-slide {
	height: 23rem;
	position: relative;
}

.h600 .banner .container .intor {
	text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	margin-top: 1.25rem;
}

/* end */



/* 关于我们 */

.about02 {
	padding: 5.35rem 0 4.5rem 0;
}

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

.about02 .left div {
	font-size: 5.1rem;
	font-weight: bold;
	line-height: 114px;
	font-family: 'Ubuntu';
}

.about02 .left div span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.about02 .right {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}

.about02 .pic {
	width: 100%;
	height: 34.5rem;
	margin-top: 3rem;
	border-radius: 2.5rem 2.5rem 0 0;
	overflow: hidden;
}

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

.about03 {
	padding: 4.5rem 0;
	background: rgba(245, 245, 245, 1);
}

.about03 h3,
.about04 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 2.5rem;
}

.about03 h3 span,
.about04 h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.about03 ul li {
	width: 25%;
	height: 22.5rem;
	padding: 2.75rem 2rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: ease-out .36s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.about03 ul li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: ease-out .36s;
	z-index: -1;
}

.about03 ul li h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.25rem;
	transition: ease-out .36s;
}

.about03 ul li p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(242, 153, 0, 1);
	transition: ease-out .36s;
}

.about03 ul li .intor {
	opacity: 0;
	height: 0;
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	margin-top: 0.6rem;
	transition: ease-out .36s;
}

.about03 ul li .icon p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	display: none;
	transition: ease-out .36s;
}

.about03 ul li .icon img {
	width: 2.4rem;
	height: 2.4rem;
	transition: ease-out .36s;
}

.about03 ul li.active {
	width: 45%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(79, 116, 146, 0.7) 100%);
}

.about03 ul li.active .bg {
	opacity: 1;
}

.about03 ul li.active h3 {
	color: #fff;
}

.about03 ul li.active p {
	opacity: 0;
	height: 0;
}

.about03 ul li.active .intor {
	opacity: 1;
	height: auto;
}

.about03 ul li.active .icon p {
	display: block;
	opacity: 1;
	height: auto;
}

.about03 ul li.active .icon img {
	filter: grayscale(100%) brightness(600%);
}



.about04 {
	padding: 4.5rem 0;
}

.about04 h3 {
	text-align: center;
	margin-bottom: 4rem;
}

.about04 ul {
	column-count: 3;
	column-gap: 1rem;
}

.about04 ul a {
	margin-bottom: 1.2rem;
	break-inside: avoid;
	overflow: hidden;
}

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

.about04 ul a:hover img {
	transform: scale(1.1);
}


/* end */




/* 产品中心 */

.product02 {
	padding: 4.5rem 0;
}

.product02 .product-list {
	height: auto;
}

.product02 .product-list a:hover p {
	color: rgb(255, 255, 255);
	font-weight: bold;
}


/* 详情 */

.product03 {
	padding: 9.5rem 0 3.5rem 0;
	background: rgba(247, 247, 247, 1);
}

.product03 .left,
.product03 .right {
	width: 46%;
}

.p-title {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(242, 153, 0, 1);
	margin-bottom: 1rem;
}

.p-title img {
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.75rem;
}

.product03 .left h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
}

.product03 .left h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.product03 .left hr {
	border: 0;
	border-bottom: 0.05rem solid rgba(227, 227, 227, 1);
	margin: 3.5rem 0 2.5rem 0;
}

.product03 .left .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

.product03 .right {
	height: 24.3rem;
}

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


.product04 {
	padding: 4.5rem 0;
}

.product04 .intor {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product04 .intor img {
	max-width: 100%;
	width: 70%;
	margin: 1rem 0;
}

.product04 .intor table {
	min-width: 100% !important;
	background-color: #f5f5f5;
}

.product04 .intor table td {
	padding: 0.5rem;
	border: 1px solid #999;
}

.product04 .intor table td:nth-child(2n) {
	background-color: #fff;
}


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

.product05 h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 70px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 2.5rem;
}

.product05 .product-list {
	height: auto;
}

/* end */




/* 客户案例 */

.case02 {
	padding: 4.5rem 0;
}

.case02 ul a {
	width: calc((100% - 2.5rem) / 3);
	margin-right: 1.25rem;
	margin-bottom: 1.5rem;
}

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

.case02 a i {
	display: block;
	width: 100%;
	height: 15rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

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

.case02 a p {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

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


/* end */




/* 新闻中心 */

.news02 {
	padding: 4.5rem 0;
}

.news02 ul a {
	width: calc((100% - 2.5rem) / 3);
	margin-right: 1.25rem;
	margin-bottom: 1.5rem;
}

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


.news02 a i {
	display: block;
	width: 100%;
	height: 15rem;
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}

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

.news02 a .conten {
	padding: 1.5rem;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.news02 a h3 {
	height: 4rem;
	font-size: 1.2rem;
	line-height: 40px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 1rem 0 1.5rem 0;
}

.news02 a .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 1rem 0 1.5rem 0;
}

.news02 a p {
	font-size: 0.8rem;
	line-height: 23px;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.75rem;
}

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

.news02 a:hover h3 {
	color: rgba(242, 153, 0, 1);
}



/* 详情 */

.news03 {
	padding: 9.5rem 0 5rem 0;
}

.news03 .container {
	padding: 3.5rem 2.5rem;
	border-radius: 1.8rem;
	box-shadow: 0 0.2rem 1.8rem rgba(0, 0, 0, 0.05);
}

.news03 h3 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 52px;
}

.news03 h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.news03 p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
	margin: 1.75rem 0;
}

.news03 .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	padding: 2.5rem 0;
	border-top: 0.05rem solid rgba(232, 232, 232, 1);
	border-bottom: 0.05rem solid rgba(232, 232, 232, 1);
}

.news03 .intor img {
	max-width: 100%;
}

.news03 .next-prev {
	padding-top: 2.5rem;
}

.news03 a {
	width: 8.25rem;
	height: 2.75rem;
	border-radius: 1.5rem;
	border: 0.05rem solid rgba(242, 242, 242, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.news03 a img {
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 0.5rem;
	filter: grayscale(100%) brightness(50%);
	transition: ease-out .36s;
}

.news03 a p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	transition: ease-out .36s;
}

.news03 a:hover {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
}

.news03 a:hover p {
	color: rgba(255, 255, 255, 1);
}

.news03 a:hover img {
	filter: grayscale(100%) brightness(600%);
}


/* end */




/* 服务支持 */

.service02 {
	padding: 4.5rem 0 2.75rem 0;
	background: rgba(247, 247, 247, 1);
}

.service02 h3,
.service03 h3,
.service04 h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 3rem;
}

.service02 h3 span,
.service03 h3 span,
.service04 h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.service02 ul li {
	width: calc((100% - 4.8rem) / 3);
	height: 24.25rem;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.service02 ul li:nth-child(2) {
	margin: 0 2.4rem;
}

.service02 ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 0) 100%);
}

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

.service02 ul li .conten {
	position: absolute;
	left: 0;
	bottom: 2.25rem;
	z-index: 2;
	width: 100%;
	padding: 0 2.15rem;
	text-align: center;
	transition: ease-out .36s;
}

.service02 ul li .conten img {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	display: none;
}

.service02 ul li .conten h3 {
	font-size: 1.2rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	margin: 0.6rem 0 0.8rem 0;
}

.service02 ul li .conten p {
	display: none;
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
}

.service02 ul li:hover .conten {
	top: 50%;
	bottom: initial;
	transform: translate(0, -50%);
}

.service02 ul li:hover .conten img,
.service02 ul li:hover .conten p {
	display: block;
}


.service03 {
	padding: 4.5rem 0 3rem 0;
}

.service03 h3 {
	text-align: center;
}

.service03 .swiper-service .swiper-slide {
	width: 38.5rem;
	position: relative;
}

.service03 .swiper-service .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service03 .swiper-service .swiper-slide h3 {
	text-align: left;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 35px;
	color: rgba(0, 0, 0, 1);
	margin: 1.25rem 0 0.5rem 0;
}

.service03 .swiper-service .swiper-slide p {
	font-size: 1.2rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}


.service04 {
	padding: 3rem 0 6.5rem 0;
}

.service04 h3 {
	margin-bottom: 0rem;
}

.service04 .swiper-logo3 {
	padding: 3rem 0;
}

.service04 .swiper-horizontal>.swiper-scrollbar,
.service04 .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 90%;
	height: 0.1rem;
	left: 0;
	bottom: 0.5rem;
	background: rgba(247, 247, 247, 1);
}

.service04 .swiper-scrollbar-drag {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
}

.service04 .swiper-prevnext {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	z-index: 50;
	width: 10%;
	height: 0.1rem;
	display: flex;
	flex-direction: row-reverse;
}

.service04 .swiper-prevnext img {
	width: 1.2rem;
	height: 1.2rem;
	cursor: pointer;
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.service04 .swiper-prevnext img:hover {
	filter: initial;
}


/* end */



/* 关于我们 */

.about {
	padding: 9.5rem 0 7rem 0;
	background: linear-gradient(135.87deg, rgba(255, 255, 255, 0) 0%, rgba(245, 247, 250, 0.4) 19.86%, rgba(230, 234, 242, 1) 100%);
	position: relative;
}

.about .left {
	width: 55%;
}

.about .left .title img {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
}

.about .left .title p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
}

.about .left h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 52px;
	margin: 1.45rem 0 2rem 0;
}

.about .left h3 span {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.about .links {
	margin-top: 5.5rem;
	border-radius: 0.5rem;
	border: 0.05rem solid rgba(222, 237, 255, 1);
	padding: 1.2rem;
	justify-content: initial !important;
}

.about .links h3 {
	font-size: 1.2rem;
	margin: 0;
	line-height: 30px;
	margin-bottom: 1rem;
}

.about .links li {
	width: 31%;
	margin: 0 1%;
	margin-bottom: 1rem;

	border-radius: 1rem;
	background: rgba(222, 237, 255, 1);
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
	padding: 0.4rem 0.85rem;
	margin-bottom: 1.2rem;
}

.about .links p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
}

.about .right {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}

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

/* end */



/* 底部 */

footer {
	padding: 3.7rem 0 0 0;
	background: rgba(245, 245, 245, 1);
}

footer .logo img {
	width: 3.3rem;
	height: 3.45rem;
}

footer .logo h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 58px;
	color: rgba(17, 17, 17, 1);
	margin: 0 2.25rem 0 1.25rem;
}

footer .logo p {
	font-size: 1.2rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

footer ul {
	margin: 3rem 0 3rem 0;
}

footer ul li {
	width: 32%;
}

footer ul li h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.5rem;
}

footer ul li a {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
	margin-right: 2rem;
	margin-bottom: 1.25rem;
}

footer ul li p {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
}

footer ul li:nth-child(3) {
	width: 25%;
}

footer ul li:nth-child(3) div img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0.5rem
}

footer ul li:nth-child(3) div p {
	text-align: center;
}

.footer {
	width: 100%;
	padding: 1.5rem 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 116, 146, 1) 100%);
	font-size: 0.7rem;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
}

.footer .left {
	margin-right: 5rem;
}


/* end */