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

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

.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;
	} */