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

	word-break: keep-all;

	overflow-wrap: normal;

	white-space: normal;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

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


/* #弹性样式 */

.flex {
	display: flex;
}

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

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

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

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

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

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

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

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

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

/* #公共样式 -end */



/* #region 全局 导航*/

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

/* end */


.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 6rem;
	z-index: 999;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	transition: ease-out .36s;
}

.headernav .container {
	height: 100%;
}

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

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

.headernav ul li {
	height: 100%;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 20px;
	color: rgba(50, 50, 74, 1);
	position: relative;
	transition: ease-out .36s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.headernav .boxlink img {
	width: 1.5rem;
}

.headernav ul li.active,
.headernav ul .nav_one a:hover {
	text-decoration: underline;
}

.headernav ul li .nav_two {
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 12rem;
	opacity: 1;
	font-size: 0.8rem;
	line-height: 1.9rem;
	color: rgb(0, 0, 0);
	text-align: center;
	z-index: 500;
	display: none;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

.headernav .nav_two a:hover {
	text-decoration: underline;
}

/* #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: #D80606;
	color: #fff;
}

/* end */




/* 首页 */

.banner {
	width: 100%;
	height: 42.65rem;
	position: relative;
	transition: ease-out .36s;
	margin-top: 6rem;
}

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

.banner h1 {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: -1.74px;
	line-height: 130.25px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0.5rem 0.2rem rgba(0, 0, 0, 0.4);
}

.banner .swiper-banner {
	height: 100%;
	overflow: hidden;
	position: relative;
}

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

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

.swiper-pagination {
	text-align: right;
}

.swiper-pagination-bullet {
	width: 0.9rem;
	height: 0.9rem;
	opacity: 1;
	border-radius: 50%;
	background: rgba(204, 204, 204, 1);
}

.swiper-pagination-bullet-active {
	background: rgba(255, 87, 51, 1);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	max-width: 1500px;
	bottom: 2.15rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.45rem;
}


/* 首页 */

/* 关于我们 */

.index01 {
	padding: 0 0 5.4rem 0;
	position: relative;
}

.index01 .left {
	position: relative;
	width: 40%;
	height: 14.05rem;
	z-index: 5;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 65px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -7rem;
	padding: 2.45rem;
	background: rgba(255, 87, 51, 1);
}

.index01 .right {
	width: 55%;
	padding-top: 7rem;
}

.index01 .right h3 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 23.8px;
	color: rgba(50, 50, 74, 1);
	text-transform: uppercase;
}

.index01 .right .test {
	font-size: 1rem;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	margin: 4.2rem 0 1rem 0;
}

.index01 .right a {
	max-width: 16.6rem;
	font-size: 1rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	border-bottom: 1.5px solid rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index01 .right a img {
	width: 1.25rem;
	margin-left: 0.55rem;
	filter: invert(50%);
	transition: ease-out .36s;
}

.index01 .right a:hover {
	color: rgba(255, 87, 51, 1);
	border-color: rgba(255, 87, 51, 1);
}

.index01 .right a:hover img {
	filter: initial;
}

/* ecp */

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

.index02 .left {
	width: 55%;
}

.index02 .left h3 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 65px;
	color: rgba(50, 50, 74, 1);
	text-transform: uppercase;
}

.index02 .left h3 span {
	font-size: 4rem;
	font-weight: 700;
	color: rgba(255, 87, 51, 1);
}

.index02 .left .test {
	font-size: 1rem;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	margin: 3.2rem 0 1.65rem 0;
}

.index02 .left a {
	max-width: 9.5rem;
	font-size: 1rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	border-bottom: 1.5px solid rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index02 .left a img {
	width: 1.25rem;
	filter: invert(50%);
	transition: ease-out .36s;
}

.index02 .left a:hover {
	color: #FF5733;
	border-color: #FF5733;
}

.index02 .left a:hover img {
	filter: initial;
}

.index02 .right {
	width: 40%;
}

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

/*  */

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

.index03 .box-item {
	width: calc(100% / 7);
	padding: 0 1.5rem;
	position: relative;
}

.index03 .box-item::before {
	content: '';
	position: absolute;
	top: 1rem;
	left: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: rgba(255, 87, 51, 1);
}

.index03 .box-item::after {
	content: '';
	position: absolute;
	top: 1.5rem;
	left: 0.73rem;
	width: 0.05rem;
	height: 5.6rem;
	background-color: rgba(255, 255, 255, 1);
}

.index03 .box-item:nth-child(1) {
	margin-top: 7rem;
}

.index03 .box-item:nth-child(2) {
	margin-top: 6rem;
}

.index03 .box-item:nth-child(3) {
	margin-top: 5rem;
}

.index03 .box-item:nth-child(4) {
	margin-top: 4rem;
}

.index03 .box-item:nth-child(5) {
	margin-top: 3rem;
}

.index03 .box-item:nth-child(6) {
	margin-top: 2rem;
}

.index03 .box-item:nth-child(7) {
	margin-top: 1rem;
}

.index03 .box-item h3 {
	font-size: 2.25rem;
	font-family: 'Impact';
	line-height: 54.89px;
	color: rgba(255, 255, 255, 1);
}

.index03 .box-item p {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
}

/*  */

.index04 {
	padding: 5.8rem 0 8.85rem 0;
}

.index04 .box-item {
	width: 48%;
	text-align: right;
}

.index04 .box-item:nth-child(2n) {
	margin-left: auto;
	text-align: left;
}

.index04 .box-item p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 18px;
	color: rgba(51, 51, 51, 1);
}

.index04 .box-item hr {
	margin: 1.5rem 0 0 0;
}

.index04 .box-item h3 {
	font-size: 6rem;
	font-family: 'Impact';
	line-height: 120px;
	color: rgba(32, 78, 130, 1);
	margin-bottom: 1rem;
	transition: ease-out .36s;
}

.index04 .box-item:hover h3 {
	color: rgba(255, 87, 51, 1);
}

/*  */

.index05 {
	padding: 0 0 4.4rem 0;
	height: 41.5rem;
	overflow: hidden;
}

.index05 h3 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 50px;
	color: rgba(50, 50, 74, 1);
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.index05 .swiper-list {
	position: absolute;
	left: 0;
	width: 120%;
}

.index05 .swiper-list .swiper-slide {
	padding: 1rem;
	background: rgba(232, 243, 255, 1);
}

.index05 .swiper-list .swiper-slide i {
	display: block;
	width: 100%;
	height: 13rem;
	overflow: hidden;
	margin-bottom: 1.3rem;
}

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

.index05 .swiper-list .swiper-slide p {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
}

.index05 .swiper-list .swiper-slide h3 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	min-height: 3.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	word-break: keep-all;
	margin-bottom: 2.2rem;
	transition: ease-out .36s;
}

.index05 .swiper-list .swiper-slide .test {
	font-size: 1rem;
	font-weight: 600;
	line-height: 28px;
	color: rgba(0, 0, 0, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	word-break: keep-all;
	margin-bottom: 2.15rem;
}

.index05 .swiper-list .swiper-slide .more {
	width: 7.2rem;
	border-bottom: 0.05rem solid rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index05 .swiper-list .swiper-slide .more p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index05 .swiper-list .swiper-slide .more img {
	width: 1.25rem;
	filter: invert(50%);
	transition: ease-out .36s;
}

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

.index05 .swiper-list .swiper-slide:hover h3,
.index05 .swiper-list .swiper-slide:hover .more,
.index05 .swiper-list .swiper-slide:hover .more p {
	color: #FF5733;
	border-color: #FF5733;
}

.index05 .swiper-list .swiper-slide:hover .more img {
	filter: initial;
}

/* end */


/* 关于我们 */

.about01 {
	position: relative;
	padding: 12.5rem 0 7.25rem 0;
}

.about01 .box-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40rem;
	background: rgba(32, 78, 130, 1);
	z-index: -1;
}

.about01 p {
	font-size: 2rem;
	line-height: 75px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

.about01 h3 {
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 78.99px;
	color: rgba(255, 255, 255, 1);
	margin: 1rem 0;
}

.about01 .box-pic {
	width: 100%;
	height: 30rem;
	background: url('../images/banner2.jpg') no-repeat;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed !important;
	margin-bottom: 3.15rem;
}

.about01 h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 75px;
	color: rgba(51, 51, 51, 1);
}

.about01 .test {
	font-size: 1.75rem;
	line-height: 55px;
	color: rgba(51, 51, 51, 1);
}

/* 第二屏 */

.about02 {
	padding: 0 0 5.75rem 0;
}

.about02 .box-conten {
	width: 65%;
	margin-left: auto;
}

.about02 .box-conten h3 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 50px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.5rem;
}

.about02 .box-conten .test {
	font-size: 1.1rem;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
}

.about02 .box-map {
	position: relative;
	margin: 6.05rem 0 6.7rem 0;
}

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

.about02 .box-map .box-item {
	position: absolute;
}

.about02 .box-map .box-item span {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background: rgba(255, 87, 51, 1);
	position: relative;
}

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

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

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

.about02 .box-map .box-item p {
	position: absolute;
	left: 50%;
	font-size: 1rem;
	line-height: 28.96px;
	color: rgba(255, 87, 51, 1);
	transform: translate(-50%, 10px);
}

.about02 .box-map .box-item .box-Guyana {
	top: -2rem;
	left: 0rem;
	transform: initial;
}

.about02 .box-map .box-item .box-Russia {
	top: -0.45rem;
	left: 1.5rem;
	transform: initial;
}

.about02 .box-map .box-item .box-China {
	top: -0.45rem;
	left: -3.5rem;
	transform: initial;
}

.about02 .box-map .box-item .box-SouthKorea {
	top: 1rem;
	left: 0rem;
	transform: initial;
	white-space: nowrap;
}

.about02 .box-map .box-item .box-Thailand {
	top: -0.45rem;
	left: -5rem;
	transform: initial;
}

.about02 .box-number .box-item {
	text-align: center;
}

.about02 .box-number .box-item h3 {
	font-size: 4rem;
	font-family: 'Impact';
	letter-spacing: -2px;
	line-height: 80px;
	color: rgba(32, 78, 130, 1);
	margin-bottom: 0.95rem;
	transition: ease-out .36s;
}

.about02 .box-number .box-item p {
	font-size: .9rem;
	line-height: 18px;
	color: rgba(51, 51, 51, 1);
}

.about02 .box-number .box-item h3:hover {
	color: #FF5733;
}

/* end */


/* ecp */

.ecp01 {
	padding-bottom: 3.6rem;
}

.ecp01 h3 {
	width: 75%;
}

.ecp01 .box-pic {
	width: 100%;
	height: 30rem;
	background: url('../images/banner3.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-bottom: 3.95rem;
}

.ecp01 .box-conten {
	width: 70%;
	margin-left: auto;
}

.ecp01 .box-conten h3 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 68.09px;
	color: rgba(50, 50, 74, 1);
	text-transform: uppercase;
}

.ecp01 .box-conten .test p {
	width: 100%;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 34.05px;
	color: rgba(191, 191, 191, 1);
	text-transform: uppercase;
	position: relative;
}

.ecp01 .box-conten .test::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10rem;
	width: 9.1rem;
	height: 9.1rem;
	background: url(../images/icon2.svg) no-repeat;
	background-size: 100% 100%;
	transform: translate(0px, -50%);
}

/* 第二屏 */

.ecp02 {
	padding: 0 0 6.15rem 0;
}

.ecp02 .box-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.ecp02 .box-item .left {
	width: 45%;
}

.ecp02 .box-item .left h3 {
	font-size: 3.75rem;
	font-family: 'Impact';
	line-height: 91.48px;
	color: rgba(51, 51, 51, 1);
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.ecp02 .box-item .left .test {
	font-size: 1rem;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
}

.ecp02 .box-item .right {
	width: 50%;
}

.ecp02 .box-item .right img {
	width: 100%;
}

/* 第三屏 */

.ecp03 {
	padding: 0 0 4.35rem 0;
}

.ecp03 .box-conten {
	background: rgba(232, 243, 255, 1);
}

.ecp03 .box-conten img {
	width: 40%;
}

.ecp03 .box-conten .box-left {
	width: 55%;
}

.ecp03 .box-conten .box-left h3 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.5rem;
}

.ecp03 .box-conten .box-left .test {
	font-size: 1rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}

/* end */


/* 产品 */

.product01 {
	margin-top: 6rem;
	height: 20rem;
}

.product01 .swiper {
	height: 100%;
}

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

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

/* 第二屏 */

.product02 {
	padding: 5.75rem 0;
}

.product02 .box-item {
	align-items: flex-end;
	margin-bottom: 5.7rem;
}

.product02 .box-item .left {
	width: 55%;
}

.product02 .box-item .left h1 {
	width: 80%;
	font-size: 2.5rem;
	font-family: 'Impact';
	line-height: 67.08px;
	color: rgba(51, 51, 51, 1);
	text-transform: uppercase;
}

.product02 .box-item .left .test {
	font-size: 1rem;
	letter-spacing: -1px;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	margin: 3.65rem 0 2rem 0;
}

.product02 .box-item .left ul {
	border-top: 0.05rem solid rgba(102, 102, 102, 1);
}

.product02 .box-item .left li {
	padding: 1.05rem;
	border-bottom: 0.05rem solid rgba(102, 102, 102, 1);
	cursor: pointer;
}

.product02 .box-item .left li h3 p {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 40px;
	color: rgba(51, 51, 51, 1);
}

.product02 .box-item .left li h3 img {
	width: 1.5rem;
}

.product02 .box-item .left li .detail {
	height: 0;
	font-size: 1rem;
	letter-spacing: -1px;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
	transition: ease-out .36s;
}

.product02 .box-item .left li .detail.expand {
	height: auto;
}

.product02 .box-item .right {
	width: 40%;
}

.product02 .box-item .right img {
	width: 100%;
}

/* end */


/* 领域列表 */

.field01 h3 {
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 78.99px;
	color: rgba(255, 255, 255, 1);
	text-transform: initial;
}

.field01 p {
	width: 70%;
	font-size: 1rem;
	line-height: 27.24px;
	color: rgba(255, 255, 255, 1);
	text-transform: initial;
	margin-bottom: 2rem;
}

.field01 .box-pic {
	width: 100%;
	height: 30rem;
	background: url(../images/banner5.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-bottom: 3.95rem;
}

.field01 .box-conten h3 {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 72.4px;
	color: rgba(50, 50, 74, 1);
}

/* 第二屏 */

.field02 {
	padding: 0 0 5.35rem 0;
}

.field02 .box-item {
	width: 48%;
	background: rgba(232, 243, 255, 1);
}

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

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

.field02 .box-item .conten {
	padding: 1.9rem 1.15rem;
}

.field02 .box-item .conten h3 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 54.47px;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
}

.field02 .box-item .conten .test {
	font-size: 1rem;
	height: 4.65rem;
	letter-spacing: -1px;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	/* word-break: break-all; */
	word-break: keep-all;
	margin: 4.1rem 0 2.6rem 0;
}

.field02 .box-item .conten img {
	width: 2rem;
	filter: invert(50%);
	transition: ease-out .36s;
}

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

.field02 .box-item:hover .conten h3 {
	color: #FF5733;
}

.field02 .box-item:hover .conten img {
	filter: initial;
}

/* end */


/* 案例详情 */

.field03 {
	padding: 5rem 0 4.75rem 0;
	background: linear-gradient(132.91deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 56.11%, rgba(229, 229, 229, 1) 100%);
}

.field03 .box-conten ul a {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 47.66px;
	color: rgba(51, 51, 51, 1);
	border-radius: 1.55rem 1.55rem 0 0;
	box-sizing: box-sizing;
	border-width: 0.5px 0.5px 0 0.5px;
	border-style: solid;
	border-color: rgba(35, 66, 113, .5);
	padding: 0.5rem 2.15rem;
	position: relative;
	transition: ease-out .36s;
}

.field03 .box-conten ul a.active,
.field03 .box-conten ul a:hover {
	background: #fff;
	z-index: 2;
	border-color: rgba(35, 66, 113, 0);
	box-shadow: 0px -10px 20px -10px rgba(0, 0, 0, 0.1);
}

.field03 .box-conten .detail {
	font-size: 1rem;
	letter-spacing: -1px;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	padding: 3rem 2rem 2.55rem;
	border-radius: 0 1.55rem 1.55rem 1.55rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	margin-bottom: 4.75rem;
}

.field03 .box-conten .detail img {
	max-width: 100%;
	margin: 0 auto;
}

.field03 .box-list {
	background: rgba(232, 243, 255, 1);
}

.field03 .box-conten img {
	width: 40%;
}

.field03 .box-conten .box-left {
	width: 55%;
}

.field03 .box-conten .box-left h3 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}

.field03 .box-conten .box-left .test {
	margin: 1rem 0;
}

.field03 .box-conten .box-left .test p {
	font-size: 1rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
}

.field03 .box-conten .box-left .more {
	max-width: 10rem;
	border-bottom: 1.5px solid rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.field03 .box-conten .box-left .more p {
	font-size: 1rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.field03 .box-conten .box-left .more img {
	width: 1.25rem;
	margin-left: 0.55rem;
	filter: invert(50%);
	transition: ease-out .36s;
}

.field03 .box-conten .box-left:hover .more {
	border-color: rgba(255, 87, 51, 1);
}

.field03 .box-conten .box-left:hover .more p {
	color: rgba(255, 87, 51, 1);
}

.field03 .box-conten .box-left:hover .more img {
	filter: initial;
}

/* end */


/* 联系我们 */

.product01 {
	position: relative;
}

.product01 .swiper-test {
	position: absolute;
	width: 95%;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
}

.product01 .swiper-test h3 {
	font-size: 2.9rem;
	font-weight: 600;
	line-height: 75px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.35rem;
}

.product01 .swiper-test p {
	width: 60%;
	font-size: 1rem;
	line-height: 27.24px;
	color: rgba(255, 255, 255, 1);
}

/* 第二屏 */

.contact01 {
	padding: 7rem 0;
}

.contact01 .left {
	width: 55%;
}

.contact01 .left .box-item {
	width: 100%;
	margin-bottom: 2.5rem;
}

.contact01 .left .box-item2 {
	width: 48%;
}

.contact01 .left .box-item p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.5rem;
}

.contact01 .left .box-item p span {
	color: rgba(153, 153, 153, 1);
}

.contact01 .left .box-item input {
	width: 100%;
	height: 2.1rem;
	font-size: 1rem;
	border: 0;
	border-bottom: 0.05rem solid #000;
}

.contact01 .left .box-item textarea {
	width: 100%;
	height: 10rem;
	font-size: 1rem;
	padding: 1rem;
}

.contact01 .left button {
	font-size: 1rem;
	line-height: 27.24px;
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 60, 0, 1);
	border: 0;
	padding: 0.5rem;
}

.contact01 .right {
	width: 40%;
}

.contact01 .right .box-item {
	margin-bottom: 4.5rem;
}

.contact01 .right .box-item h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 28px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.3rem;
}

.contact01 .right .box-item p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 27.24px;
	color: rgba(51, 51, 51, 1);
}

/* end */


/* 底部 */

footer {
	background: rgba(51, 51, 51, 1);
}

footer .container:nth-child(1) {
	padding-top: 3rem;
	padding-bottom: 2.4rem;
}

footer .left {
	width: 70%;
}

footer .left h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 34px;
	color: rgba(255, 255, 255, 1);
}

footer .left p {
	width: 85%;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 28px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	margin: 1.7rem 0 2.5rem 0;
}

footer .left a {
	position: relative;
	margin-right: 1.25rem;
}

footer .left a img {
	width: 1.65rem;
}

footer .left a img:nth-child(2) {
	display: none;
	width: 5rem;
	position: absolute;
	top: -5.5rem;
	left: 50%;
	transform: translate(-50%, 0px);
}

footer .left a:hover img:nth-child(2) {
	display: block;
}

footer .right a {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2rem;
	transition: ease-out .36s;
}

footer .right a:hover {
	color: #FF5733;
}

footer .box-link {
	padding: 0.75rem 0;
	justify-content: end;
}

footer .box-link a {
	font-size: 0.8rem;
	letter-spacing: -1px;
	line-height: 20px;
	color: rgba(166, 166, 166, 1);
	margin-left: 2rem;
	transition: ease-out .36s;
}

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

/* end */



.comFix {
	width: 4.4rem;
	position: fixed;
	right: .6rem;
	bottom: 15%;
	z-index: 1000;
	transform: translate(100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.comFix.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.comFix img {
	width: 100%;
	height: auto;
	animation: msClock 1.4s infinite linear;
}

@keyframes msClock {

	0%,
	90%,
	100% {
		transform: rotate(0) scale(1);
	}

	20%,
	40% {
		transform: rotate(-15deg) scale(1.1);
	}

	30%,
	50% {
		transform: rotate(15deg) scale(1.1);
	}
}