@font-face {
	font-family: 'Futura';
	src: url('../font/Futura Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PoetsenOne';
	src: url('../font/PoetsenOne-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Impact';
	src: url('../font/impact-2.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HarmonyBold';
	src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HarmonyLight';
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'HarmonySC';
	src: url('../font/HarmonyOS_Sans_SC_Black.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HarmonyMedium';
	src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	overflow-x: hidden;
}

.productBanner img {
	width: 100%;
}

.breadth {
	width: 1550px;
	margin: auto;
}

.Our_Products {
	font-size: 55px;
	text-align: center;
	margin: 120px 0px;
	color: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.sortGroup {
	width: 1550px;

}

.SortingGroup {
	background: linear-gradient(to right, #44af05, #41a408);
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	height: 250px;
	position: relative;
	margin-top: 80px;
	cursor: pointer;
	transition: 0.5s;
}

.SortingGroup:hover .content h1 {
	font-size: 60px;
}

.SortingGroup:hover {
	box-shadow: 1px 5px 10px #999;
}

.SortingGroup .content {
	width: 700px;
	margin: auto;
}

.SortingGroup .content h1 {
	font-size: 50px;
	color: #fff;
	font-family: Impact;
	letter-spacing: 2px;
	font-weight: lighter;
	transition: 0.5s;
}

.SortingGroup .content p {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制在一个块元素显示的文本的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	font-family: Arial, Helvetica, sans-serif;
}




.SortingGroup .leftimage {
	position: absolute;
	width: 300px;
	left: -18px;
	bottom: 0px;
}

.SortingGroup .rightimage {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
}

.SortingGroup2 {
	margin: 150px 0px 60px;
}

.SortingGroup2 .leftimage {
	position: absolute;
	width: 280px;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.SortingGroup2 .rightimage {
	position: absolute;
	right: -50px;
	top: 50%;
	width: 280px;
	transform: translateY(-50%);
}

.Category_heading {
	text-align: center;
	margin: 110px 0px 70px;
}

.Category_heading h1 {
	font-size: 32px;
	color: #1e1e1e;
	font-family: Futura;
}

.Category_heading h3 {
	font-size: 24px;
	color: #328a00;
	font-family: PoetsenOne;
	font-weight: lighter;
}

.ProductListI3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ProductListI3 .ProducIitem {
	width: 31%;
	/* text-align: center; */

}


.ProductListI3 .ProducIitem:hover .ProductIco img {
	transform: scale(1.1);
}

.ProductListI3 .ProducIitem:hover .ProductTitle {
	color: #41a408;
}

.ProductListI3 .ProducIitem .ProductIco {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.ProductListI3 .ProducIitem .ProductIco img {
	max-width: 100%;
	transition: 0.5s;
	display: block;
	width: 100%;
}

.ProductListI3 .ProducIitem .ProductIco .ProductIcoImageActive {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.ProductListI3 .ProducIitem:hover .ProductIco .ProductIcoImageActive {
	opacity: 1;
}

.ProductListI3 .ProducIitem .ProductTitle {
	font-size: 20px;
	line-height: 80px;
	color: #1e1e1e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



.ProductListI4 {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-start;
}

.ProductListI4 .ProducIitem {
	width: 23%;
	text-align: center;
}

.ProductListI4 .ProducIitem:hover .ProductIco img {
	transform: scale(1.1);
}

.ProductListI4 .ProducIitem:hover .ProductTitle {
	color: #41a408;
}

.ProductListI4 .ProducIitem .ProductIco {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.ProductListI4 .ProducIitem .ProductIco img {
	max-width: 100%;
	transition: 0.5s;
	display: block;
	width: 100%;
}

.ProductListI4 .ProducIitem .ProductIco .ProductIcoImageActive {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.ProductListI4 .ProducIitem:hover .ProductIco .ProductIcoImageActive {
	opacity: 1;
}

.ProductListI4 .ProducIitem .ProductTitle {
	font-size: 20px;
	line-height: 60px;
	color: #1e1e1e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.RecommendedSwiper .swiper-slide {
	text-align: center;
}

.RecommendedSwiper .swiper-slide:hover .ProductIco img {
	transform: scale(1.1);
}

.RecommendedSwiper .swiper-slide:hover .ProductTitle {
	color: #41a408;
}

.RecommendedSwiper .swiper-slide .ProductIco {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.RecommendedSwiper .swiper-slide .ProductIco img {
	max-width: 100%;
	transition: 0.5s;
	display: block;
	width: 100%;
}

.RecommendedSwiper .swiper-slide .ProductIco .ProductIcoImageActive {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.RecommendedSwiper .swiper-slide:hover .ProductIco .ProductIcoImageActive {
	opacity: 1;
}

.RecommendedSwiper .swiper-slide .ProductTitle {
	font-size: 20px;
	line-height: 60px;
	color: #1e1e1e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.sortGroup .AllBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	/* 	line-height: 40px; */
	border-radius: 50px;
	border: 2px solid #328a00;
	color: #1e1e1e;
	font-size: 16px;
	background-color: #fff;
	margin: 50px auto 80px;
	transition: 0.5s;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.sortGroup .AllBtn:hover {
	background-color: #e1ffcf;
	color: #328a00;
	cursor: pointer;
}


/* 底部留言 */
.footerTitle {
	color: #e4e4e4;
	text-align: center;
	font-size: 26px;
	padding: 60px 0;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerForm {
	width: 1280px;
	margin: auto;
}

.footerForm .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerForm .row .item {
	padding: 10px;
	width: 50%;
	position: relative;
	box-sizing: border-box;
}

.footerForm .row .item span {
	position: absolute;
	top: 50%;
	left: 17px;
	color: #ff0000;
	font-size: 22px;
	transform: translateY(-25%);
}

.footerForm .row input {
	flex: 1;
	height: 50px;
	padding: 0px 15px;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.footerForm_textarea {
	position: relative;
}

.footerForm_textarea span {
	position: absolute;
	top: 25px;
	left: 17px;
	color: #ff0000;
	font-size: 22px;
}

.footerForm textarea {
	width: 100% !important;
	margin: 10px;
	min-height: 100px !important;
	padding: 15px;
	font-size: 18px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerForm .submitbtn {
	background-color: #d61c2a;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	width: 240px;
	height: 50px;
	border: none;
	margin: 30px auto;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.footerForm .submitbtn:hover {
	background: #aa1520;
	color: #fff;
}

.ProductDetailsBG {
	background-color: #f9f9f9;
}

.ProductDetails {
	display: flex;
	padding: 60px 0px;
}

/* 详情页轮播图 */
.swiper-slide img {
	display: block;
	width: 100%;
}

.mySwiper2 {
	overflow: hidden;
	width: 620px;
	height: 620px;
	margin-left: 160px;
	background-color: #000;
}

/* 缩略图 */
.mySwiper {
	width: 150px;
	height: 620px;
	overflow: hidden;
	position: absolute;
	left: -0px;
	top: 0px;
}

.mySwiper .swiper-slide {
	width: 150px;

	position: relative;
}

.mySwiper .swiper-slide img {
	opacity: 0.5;
}

.mySwiper .swiper-slide-thumb-active img {
	opacity: 1 !important;
}

.DetailsBanner {
	position: relative;
}

.TypeClassrRow {
	margin-left: 160px;
	margin-top: 20px;
}

.TypeClassrRow img {
	width: 620px;
}

.TypeClassrRow .item {
	display: flex;
	align-items: center;
	padding: 10px 0px;
}

.TypeClassrRow .left {
	margin-right: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #318a02;
}

.TypeClassrRow .colorList {
	display: flex;
	align-items: center;
}

.TypeClassrRow .colorItem {
	position: relative;
	cursor: pointer;
}

.TypeClassrRow .colorItem .block {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	border-radius: 50%;
	margin-right: 10px;

}

.TypeClassrRow .colorItem .activeblock {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 30px;
	height: 30px;
	opacity: 0.3;
	display: none;
}

.TypeClassrRow .colorList .active .activeblock {
	display: block;
}

.TypeClassrRow .sizelist {
	display: flex;
}

.TypeClassrRow .sizelist .sizeitem {
	border: 2px solid #318a00;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	margin-right: 10px;
	color: #318a00;
	cursor: pointer;
}

.TypeClassrRow .sizelist .active {
	background-color: #318a00;
	color: #fff;
}

.Secondary_classification_title h1 {
	font-size: 50px;
	color: #41a408;
	font-family: Impact;
	letter-spacing: 2px;
	margin: 60px 0;
	width: 100%;
	text-align: center;
	font-weight: lighter;
}

.Product_content {
	margin-left: 70px;
	flex: 1;
}

.Product_content .Product_contentHead h1 {
	color: #318a00;
	font-weight: bold;
	font-size: 34px;
	font-family: Impact;
	letter-spacing: 2px;
	font-weight: lighter;
}

.Product_content .Product_contentHead div {
	color: #00572a;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.introduceItem {
	margin-top: 15px;
}

.introduceItem .introduceItem_head {
	color: #318a00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 10px 0px
}

.introduceItem .introduceItem_body {
	font-size: 18px;
	color: #030000;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.introduceItem .introduceItem_body img {
	max-width: 100%;
}

.introduceItem_headTips {
	color: #318a00;
	font-size: 18px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.ProductDetailsCP {
	padding: 0px 0px 30px;
	/* overflow: hidden; */
}

.swiper-wrapper {
	display: flex;
	align-items: center;
}

.swiper-slide .video {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	opacity: 1 !important;
	z-index: 99;
	transform: translate(-50%, -50%);
}

.spinner-border {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spin;
	animation: .75s linear infinite spin;
	margin: 0px 15px;
	display: none;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.videoID {
	display: flex;
	align-items: center;
}

.jiantou {
	position: absolute;
	width: 150px;
	height: 620px;
	left: 0px;
	top: 0px;
}

.jiantou .swiper-button-next,
.jiantou .swiper-button-prev {
	color: #41a408;
}

.jiantou .swiper-button-prev {
	position: absolute;
	top: -30px;
	left: 50%;

	transform: translateX(-50%) rotate(90deg);
}

.jiantou .swiper-button-next {
	position: absolute;
	bottom: -50px;
	top: auto;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}

.jiantou .swiper-button-next:after,
.jiantou .swiper-button-prev:after {
	font-size: 35px;
}

.wapjiantou {
	display: none;
}

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

/* .wapmySwiper .swiper-button-next, .wapmySwiper .swiper-button-prev{
		display: flex !important;
	}
.jiantou .swiper-button-next, .jiantou .swiper-button-prev{
		display: block !important;
	} */










.panAD{
	position: relative;

	img{
		width: 100%;
		height: auto;
		display: block;
	}
	

	.box{
		position: absolute;
		top: 51.7%;
		left: 11.5%;
		max-width: 440px;

		.title{
			font-size: 42.31px;
			line-height: 42.55px;
			font-family: HarmonySC;
			margin-bottom: 10px;
			color: #ffd200;
			text-transform: uppercase;
		}

		.desc{
			font-size: 15px;
			font-family: HarmonyMedium;
			color: #ffd200;
			text-transform: uppercase;
		}

		.adlable{
			display: flex;
			justify-content: space-between;
			margin-top: 20px;

			div{
				border: 1px solid #fff;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				border-radius: 10px;
				text-align: center;
				flex-grow: 1;
				text-transform: uppercase;
			}

			div+div{
				margin-left: 10px;
			}
		}

		.tel{
			margin-top: 30px;
			font-size: 30px;
			font-family: HarmonyMedium;
			color: #ffd200;
			line-height: 50px;
			position: relative;
			padding-left: 60px;

			background: url(../images/icon_tel.png) no-repeat left center;
			background-size: auto 50px;
		}

		.linkBtn{
			background: #fff;
			position: relative;
			font-size: 18px;
			line-height: 40px;
			padding: 0 60px 0 25px;
			border-radius: 25px;
			display: inline-block;
			color: #303030;
			font-family: HarmonyBold;
			margin-top: 30px;
			cursor: pointer;

			span{
				position: absolute;
				width: 26px;
				height: 26px;
				border-radius: 50%;
				background-color: #303030;
				background-image: url(../images/icon_right-w.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 18px;
				top: 50%;
				transform: translateY(-50%);
				right: 12px;
			}

			&:hover{
				background: #303030;
				color: #fff;

				span{
					background-color: #fff;
					background-image: url(../images/icon_right_black.png);
				}
			}
		}

	}
}

.panBase .container,.homeProBanner .container{
	width: 1200px;
	margin: 0 auto;
}

.panBase{
	padding: 100px 0;

	.title{
		font-size: 45px;
		color: #242424;
		font-weight: bold;
		text-align: center;
		font-family: HarmonyBold;
		line-height: 62px;
		text-transform: uppercase;

		span{
			color: #d51f2c;
		}
	}


	.desc{
		text-align: center;
		max-width: 900px;
		font-size: 36px;
		color: #242424;
		margin: 0 auto;
		font-weight: bold;
		margin-top: 30px;
		font-family: HarmonyBold;
		line-height: 50px;
		text-transform: uppercase;
	}

	.smallDesc{
		text-align: center;
		max-width: 800px;
		font-size: 15px;
		color: #777777;
		margin: 0 auto;
		margin-top: 20px;
		font-family: HarmonyLight;
		line-height: 30px;
	}
}

.panService{

	.panFlex{
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.item{
		width: calc(50% - 16px);
		overflow: hidden;

		.pic {
			overflow: hidden;
		}

		img{
			width: 100%;
			display: block;
			transition: all 0.5s;
			transform: scale(1);
		}

		.info{
			padding: 20px 20px 50px;
			text-align: center;

			.name{
				color: #242424;
				font-size: 20px;
				font-family: HarmonyBold;
			}

			.txt{
				color: #a8a8a8;
				font-size: 15px;
				max-width: 390px;
				margin: 0 auto;
				font-weight: bold;
				margin-top: 10px;
				font-family: HarmonyLight;
			}
		}

		&:hover{
			img{
				transform: scale(1.2);
			}
			.name{
				color: #d51f2c;
			}
		}
	}

}

.panOriginal{
	padding-bottom: 0;
	background: #f5f5f5;
	.desc{
		max-width: 540px;
	}

	.proLabel{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;

		.item{
			border: 2px solid #303030;
			height: 40px;
			line-height: 40px;
			border-radius: 20px;
			color: #303030;
			font-size: 20px;
			text-align: center;
			padding: 0 20px;
			font-family: HarmonyBold;
		}
	}


	.proPic{
		margin-top: 100px;
	}

	.panFlex{
		display: flex;
		justify-content: start;
		align-items: start;
		position: relative;
		overflow: hidden;

		img{
			display: block;
			margin: 0;
			width: 100%;
			height: 100%;
			transition: all 0.5s;
			transform: scale(1);
		}

		.startPic{
			width: 30%;
			img{
				height: 100%;
				width: 30%;
				position: absolute;
				left: 0;
				top: 0;
			}

			&:hover{
				img{
					transform: scale(1.2);
				}
			}
		}

		.lastFlex{
			width: 70%;

			.topFlex{
				display: flex;
				align-items: start;
				justify-content: start;
	
				.item{
					width: 33.33%;
					flex-grow: 1;
					
					a{
						display: block;
						width: 100%;
						height: 0;
						padding-top: 100%;
						position: relative;
						overflow: hidden;
					}

					img{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit: cover;
					}

					&:hover{
						img{
							transform: scale(1.2);
						}
					}
				}
			}

			.bottomFlex{
				display: flex;
				align-items: start;
				justify-content: start;
	
				.item{
					width: 33.33%;
					overflow: hidden;

					a{
						display: block;
						width: 100%;
						height: 0;
						padding-top: 100%;
						position: relative;
						overflow: hidden;
					}

					img{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit: cover;
					}

					&:hover{
						img{
							transform: scale(1.2);
						}
					}
				}

				.item2{
					width: 66.66%;
					overflow: hidden;

					a{
						display: block;
						width: 100%;
						height: 0;
						padding-top: 50%;
						position: relative;
						overflow: hidden;
					}

					img{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit: cover;
					}

					&:hover{
						img{
							transform: scale(1.2);
						}
					}
				}
			}
			
		}


	}




}


.homeProBanner{
	padding: 80px 0 100px;


	.item{
		width: 90%;

		.pic{
			position: relative;
			overflow: hidden;
			border-radius: 10px;
		}

		.markPic{
			opacity: 0;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transition: all 0.5s;
		}

		.name{
			font-size: 20px;
			font-weight: bold;
			line-height: 60px;
			font-family: HarmonyBold;
			text-overflow:ellipsis;
			white-space: nowrap;
			overflow: hidden;
			text-align: center;
		}

		&:hover{
			.markPic{
				opacity: 1;
			}
		}
	}
}


.controlBox{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 50px;

	.moreBtn{

		a{
			height: 40px;
			display: block;
			line-height: 40px;
			border: 1px solid #000;
			border-radius: 21px;
			padding: 0 20px;
			background: #fff;
			color: #000;
			font-family: HarmonyBold;
			font-size: 13.65px;
		}

		&:hover a{
			background: #000;
			color: #fff;
		}

		span{
			font-family: 'fangsong';
			color: #000;
			font-size: 12px;
			font-weight: bold;
			display: inline-block;
			vertical-align: middle;
		}

		&:hover span{
			color: #fff;
		}
	}

	.leftFlex{
		display: flex;
		justify-content: center;
		align-items: center;

		.item{
			border: 1px solid #000;
			width: 42px;
			height: 42px;
			background-color: #fff;
			border-radius: 50%;
			margin-right: 20px;
			position: relative;
			overflow: hidden;

			&::before{
				position: absolute;
				top: 0;
				left: 0;
				content: ">";
				font-size: 15px;
				font-weight: bold;
				line-height: 42px;
				width: 100%;
				height: 100%;
				font-family: "fangsong";
				text-align: center;
				cursor: pointer;
				color: #000;
			}

			&.prev::before{
				content: "<";
			}

			&:hover::before{
				color: #fff;
				background: #000;
			}
		}
	}
}


.homeJoin{
	position: relative;
	img {
		width: 100%;
		display: block;
	}

	.box{
		position: absolute;
		top: 19.8%;
		left: 54.5%;
		max-width: 550px;

		.title{
			font-size: 50px;
			line-height: 54px;
			font-family: HarmonyBold;
			margin-bottom: 30px;
			color: #303030;
			max-width: 300px;
		}

		.desc{
			font-size: 23.82px;
			font-family: HarmonyMedium;
			line-height: 47.63px;
			color: #303030;
		}

		.linkBtn{
			background: #fff;
			position: relative;
			font-size: 20.15px;
			line-height: 50px;
			padding: 0 60px 0 25px;
			border-radius: 25px;
			display: inline-block;
			color: #303030;
			font-family: HarmonyBold;
			margin-top: 40px;
			cursor: pointer;

			span{
				position: absolute;
				width: 30px;
				height: 30px;
				border-radius: 50%;
				background-color: #303030;
				background-image: url(../images/icon_right-w.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 20px;
				top: 50%;
				transform: translateY(-50%);
				right: 12px;
			}

			&:hover{
				background: #303030;
				color: #fff;

				span{
					background-color: #fff;
					background-image: url(../images/icon_right_black.png);
				}
			}
		}

	}

}


.panAnew{
	.panFlex{
		display: flex;
		justify-content: space-between;
		padding: 0 1.5%;
	}

	.controlBox{
		margin-bottom: 0;
	}

	.anewcl{
		width: 94%;
		margin: 0 auto;
		padding-bottom: 5px;
	}
}

.panExplore{
	.panFlex{
		display: flex;
		justify-content: start;
		align-items: start;
		position: relative;
		overflow: hidden;

		img{
			display: block;
			margin: 0;
			width: 100%;
			height: 100%;
			transition: all 0.5s;
			transform: scale(1);
		}

		.leftBox{
			width: 53.2%;
			.positionBox{
				position: absolute;
				height: 100%;
				width: 53.2%;
				left: 0;
				top: 0;
				background: #f5f5f5;
				box-sizing: border-box;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.centerBox{
				max-width: 800px;
			}

			.title{
				color: #020202;
				font-size: 60px;
				font-weight: bold;
				margin-bottom: 30px;
				font-family: HarmonyBold;
			}

			.desc{
				font-size: 35px;
				color: #999;
				margin-bottom: 30px;
				line-height: 36px;
				font-family: HarmonyLight;
				font-weight: bold;
				line-height: 46px;
			}


			.linkBtn{
				line-height: 50px;
				border-radius: 25px;
				border: 2px solid #242424;
				color: #242424;
				background: #fff;
				padding: 0 62px 0 32px;
				font-size: 20px;
				display: inline-block;
				font-family: HarmonyBold;
				position: relative;

				span{
					background-image: url("../images/icon_right-w.png");
					background-size: 20px;
					background-repeat: no-repeat;
					background-position: center;
					background-color: #000;
					position: absolute;
					width: 30px;
					height: 30px;
					border-radius: 50%;
					top: 50%;
					transform: translateY(-50%);
					right: 12px;
				}

				&:hover{
					color: #fff;
					background: #242424;

					span{
						background-image: url(../images/icon_right_black.png);
						background-color: #fff;
					}
				}
			}
		}
		.rightBox{
			width: 46.8%;

			.topFlex{
				display: flex;
				align-items: start;
				justify-content: start;

				.item{
					width: 50%;
					position: relative;

					.paddBox{
						display: block;
						width: 100%;
						height: 0;
						padding-top: 71.5%;
						position: relative;
						overflow: hidden;
					}

					img{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit: cover;
					}

					&:hover{
						img{
							transform: scale(1.2);
						}
					}


					.mark{
						transition: all 0.5s;
						opacity: 0;
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-color: rgba(0, 0, 0, 0.5);
						display: flex;
						justify-content: center;
						align-items: center;
						text-align: center;

						.name{
							font-size: 18px;
							text-align: center;
							color: #fff;
							font-family: HarmonyLight;
							/* font-weight: bold; */
						}

						.seeMore{
							display: inline-block;
							a{
								border: 1px solid #000;
								background: #fff;
								color: #000;
								padding: 0 40px 0 16px;
								display: inline-block;
								margin: 0 auto;
								margin-top: 15px;
								line-height: 28px;
								border-radius: 14px;
								display: block;
								font-size: 12px;
								font-family: Harmonybold;
								position: relative;

								span{
									background-image: url("../images/icon_right-w.png");
									background-size: 12px;
									background-repeat: no-repeat;
									background-position: center;
									background-color: #000;
									text-align: center;
									position: absolute;
									width: 17px;
									height: 17px;
									border-radius: 50%;
									top: 50%;
									transform: translateY(-50%);
									right: 6px;
								}
							}

							&:hover a{
								color: #fff;
								background: #000;
							}

							&:hover span{
								background-image: url(../images/icon_right_black.png);
								background-color: #fff;
							}
						}
						
					}

					&:hover{
						.mark{
							opacity: 1;
						}
					}
				}
			}

			.bottomItem{
				.item{
					width: 100%;

					.paddBox{
						display: block;
						width: 100%;
						height: 0;
						padding-top: 50%;
						position: relative;
						overflow: hidden;
					}

					img{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						object-fit:cover;
					}

					&:hover{
						img{
							transform: scale(1.2);
						}
					}

					.mark{
						transition: all 0.5s;
						opacity: 0;
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-color: rgba(0, 0, 0, 0.5);
						display: flex;
						justify-content: center;
						align-items: center;
						text-align: center;

						.name{
							font-size: 16px;
							text-align: center;
							color: #fff;
						}

						.seeMore{
							display: inline-block;
							a{
								border: 1px solid #000;
								background: #fff;
								color: #000;
								padding: 0 40px 0 16px;
								display: inline-block;
								margin: 0 auto;
								margin-top: 15px;
								line-height: 28px;
								border-radius: 14px;
								display: block;
								font-size: 12px;
								font-family: Harmonybold;
								position: relative;

								span{
									background-image: url("../images/icon_right-w.png");
									background-size: 12px;
									background-repeat: no-repeat;
									background-position: center;
									background-color: #000;
									text-align: center;
									position: absolute;
									width: 17px;
									height: 17px;
									border-radius: 50%;
									top: 50%;
									transform: translateY(-50%);
									right: 6px;
								}
							}

							&:hover a{
								color: #fff;
								background: #000;
							}

							&:hover span{
								background-image: url(../images/icon_right_black.png);
								background-color: #fff;
							}
						}
						
					}

					&:hover{
						.mark{
							opacity: 1;
						}
					}
				}
			}
		}
	}
}





















