.product .box1 .item{
	padding: 60px 0 65px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.product .box1 .item .item-title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.product .box1 .item .list{
	display: flex;
	margin-top: 55px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product .box1 .item .list li,
.product .box1 .item .list i{
	width: 24.28%;
}
.product .box1 .item .list li{
	position: relative;
	height: 375px;
	background-color: rgba(245, 245, 245, 1);
	margin-bottom: 15px;
	overflow: hidden;
}
.product .box1 .item .list li .li-c{
	position: relative;
	height: 100%;
	transition: all .8s;
}
.product .box1 .item .list li:hover .li-c{
	opacity: 0;
}
.product .box1 .item .list li .pic{
	position: relative;
	z-index: 1;
	/* padding: 31px 0 0; */
}
.product .box1 .item .list li .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.product .box1 .item .list li .text-title{
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.product .box1 .item .list .more{
	width: 85px;
	height: 23px;
	border: 1px solid #27943C;
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	text-transform: uppercase;
	text-align: center;
	transition: all .6s;
	margin: 19px auto 0;
}
.product .box1 .item .list .more:hover{
	background-color: #fff;
	border-color: #fff;
	color: #27943C;
}
.product .box1 .item .list .text-box{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
	z-index: 4;
}
.product .box1 .item .list .li-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(78, 78, 78, 1);
	opacity: 0;
	transition: all .8s;
	z-index: 3;
}
.product .box1 .item .list li:hover .li-box{
	opacity: 1;
}
.product .box1 .item .list .li-box:before{
	position: absolute;
	content: "";
	left: 20px;
	top: 20px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transition: all 1.5s;
	/* transform: scale(0); */
	transform-origin: left top;
}
.product .box1 .item .list .li-box:after{
	position: absolute;
	content: "";
	bottom: 20px;
	right: 20px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: all 1.5s;
	/* transform: scale(0); */
	transform-origin: right bottom;
}
.product .box1 .item .list .li-box:hover:before,
.product .box1 .item .list .li-box:hover:after{
	width: 60px;
	height: 60px;
	/* transition: width 2s, height 2s; */
	/* transform: scale(1); */
	
}
.product .box1 .item .list .li-box .text-box{
	padding: 0 16px;
	text-align: left;
}
.product .box1 .item .list .li-box .text-box .text-title{
	color: #fff;
	font-size: 18px;
}
.product .box1 .item .list .li-box .text-box .more{
	color: #fff;
	border-color: #fff;
	margin-left: 0;
}
.product .box1 .item .list .li-box .text-box .more:hover{
	border-color: #27943C;
	color: #27943C;
	background-color: transparent;
}
.product .box1 .item .list .li-box .lable{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 10px;
}
.product .box1 .item .list .li-box .lable span:not(:last-child){
	margin-right: 14px;
}
.product-d{
	padding: 30px 0 80px;
}
.product-d .box1 .content1400{
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .l{
	width: 45.71%;
}
.product-d .box1 .l .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: rgba(247, 247, 247, 1); */
}
.product-d .box1 .l .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	
}
.product-d .box1 .l .gallery-thumbs{
	position: relative;
	padding: 26px 40px;
	overflow: hidden;
}
.product-d .box1 .l .gallery-thumbs .swiper{
	overflow: visible;
}
.product-d .box1 .l .gallery-thumbs .swiper-slide{
	height: 110px;
	cursor: pointer;
}
.product-d .box1 .l .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	box-shadow: 4px 6px 10px 0px rgba(51,51,51,0.1500);
}
.product-d .box1 .l .gallery-thumbs .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 3;
}
.product-d .box1 .l .gallery-thumbs .btn .iconfont{
	font-size: 30px;
	color: rgba(39, 148, 60, 1);
}
.product-d .box1 .l .gallery-thumbs .btn.swiper-button-disabled{
	opacity: .3;
}
.product-d .box1 .l .gallery-thumbs .btn-prev{
	left: 0;
}
.product-d .box1 .l .gallery-thumbs .btn-next{
	right: 0;
}
.product-d .box1 .r{
	width: 48.92%;
}
.product-d .box1 .r .title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 1;
}
.product-d .box1 .r .des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 20px;
}
.product-d .box1 .r .text-box{
	margin-top: 22px;
}
.product-d .box1 .r .text-box li{
	display:flex;
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}
.product-d .box1 .r .text-box li .dot{
	width: 4px;
	height: 4px;
	background: #27943C;
	border-radius: 50%;
	margin-right: 9px;
	margin-top: 12px;
}
.product-d .box1 .r .icons{
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-d .box1 .r .icons img{
	transition: all .6s;
	margin: 5px 0 5px 0;
}
.product-d .box1 .r .icons img:not(:last-child){
	margin-right: 20px;
}
.product-d .box1 .r .icons img:hover{
	transform: rotateY(180deg);
}
.product-d .box1 .r .consult{
	width: 300px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #27943C;
	box-shadow: 0px 5px 25px 0px rgba(39,148,60,0.2500);
	border-radius: 5px;
	margin-top: 50px;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #F5F5F5;
	text-transform: uppercase;
}
.product-d .box1 .r .consult .iconfont{
	margin-left: 20px;
	font-size: 20px;
}
.product-d .box2{
	margin-top: 44px;
}
.product-d .box2 .box-t ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.product-d .box2 .box-t li{
	width: 20%;
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.product-d .box2 .box-t li.active{
	background-color: rgba(39, 148, 60, 1);
	color: #fff;
}
.product-d .box2 .box-c{
	margin-top: 60px;
}
.product-d .box2 .box-c .item{
	display: none;
}
.product-d .box2 .box-c .item table{border-collapse: collapse;}
.product-d .box2 .box-c .item.active{
	display: block;
}
.product-d .box2 .box-c .item1{
	padding-bottom: 80px;
}
.product-d .box2 .box-c .item1 img{
	display: block;
	max-width: 100%;
}
.product-d .box2 .box-c .item1 img:not(:last-child){
	margin-bottom: 20px;
}
.product-d .box2 .box-c .item2 {
	padding-bottom: 80px;
}
.product-d .box2 .box-c .item2 .video-box{
	position: relative;
}
.product-d .box2 .box-c .item2 .video-box .playerBtn1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 2;
}
.product-d .box2 .box-c .item2 video{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product-d .box2 .box-c .item3{
	padding-bottom: 80px;
}
.product-d .box2 .box-c .item3 li{
	display: flex;
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	padding: 17px 60px;
}
.product-d .box2 .box-c .item3 li:nth-child(2n+1){
	background-color: rgba(247, 247, 247, 1);
}
.product-d .box2 .box-c .item3 .li-l{
	width: 300px;
}
.product-d .box2 .box-c .item3 .li-r{
	flex: 1;
}
.product-d .box2 .box-c .item4{
	padding-bottom: 40px;
}
.product-d .box2 .box-c .item4 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-d .box2 .box-c .item4 .list li,
.product-d .box2 .box-c .item4 .list i{
	width: 48.42%;
}
.product-d .box2 .box-c .item4 .list li{
	margin-bottom: 40px;
}
.product-d .box2 .box-c .item4 .list .text{
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}
.product-d .box2 .box-c .item5{
	padding-bottom: 40px;
}
.product-d .box2 .box-c .item5 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-d .box2 .box-c .item5 li,
.product-d .box2 .box-c .item5 i{
	width: 48.57%;
}
.product-d .box2 .box-c .item5 li{
	position: relative;
	margin-bottom: 40px;
}
.product-d .box2 .box-c .item5 li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	padding: 22px 40px;
	background-color: rgba(51, 51, 51, .7);
	text-transform: uppercase;
}
.product-d .box2 .box-c .item5 li .text:hover{
	background-color: rgba(39, 148, 60, 1);
}
.product-d .box3 .title{
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #404140;
	line-height: 1;
	text-transform: uppercase;
}
.product-d .box3 .box-c{
	margin-top: 60px;
}
.product-d .box3 .box-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-d .box3 .box-c li,
.product-d .box3 .box-c i{
	width: 23.57%;
}
.product-d .box3 .box-c li .pic{
	height: 196px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box3 .box-c li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product-d .box3 .box-c li a{
	display: block;
	padding: 45px 0 40px;
}
.product-d .box3 .box-c li .text{
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 47px;
	text-align: center;
}
.product-d .box3 .box-c li:hover{
	box-shadow: 4px 6px 10px 0px rgba(51,51,51,0.1500);
}
@media (max-width:1199px){
	.product .box1 .item .list li, .product .box1 .item .list i{
		width: 48%;
	}
}
@media (max-width:1024px) {
	.product .box1 .item .item-title{
		font-size: 26px;
	}
	.product-d .box1 .content1400{
		flex-direction: column;
	}
	.product-d .box1 .l{
		width: 100%;
	}
	.product-d .box1 .r{
		margin-top: 20px;
		width: 100%;
	}
	.product-d .box3 .box-c li .text,
	.product-d .box2 .box-t li{
		font-size: 22px;
	}
	.product-d .box3 .box-c li, .product-d .box3 .box-c i{
		width: 48%;
	}
	.product-d .box1 .r .title{
		font-size: 26px;
	}
}
@media (max-width:768px) {
	.product .box1 .item .item-title{
		font-size: 24px;
	}
	.product .box1 .item .list{
		margin-top: 35px;
	}
	.product .box1 .item{
		padding: 40px 0 25px;
	}
	.product-d .box1 .r .consult{
		margin-top: 30px;
	}
	.product-d .box2 .box-t li{
		font-size: 16px;
		line-height: 40px;
	}
	.product-d .box2 .box-c{
		margin-top: 35px;
	}
	.product-d .box2 .box-c .item5 li .text{
		font-size: 16px;
		padding: 15px 20px;
	}
	.product-d .box1 .r .title{
		font-size: 24px;
	}
	.product-d .box2 .box-c .item2 .video-box .playerBtn1{
		width: 70px;
		height: 70px;
	}
	.product-d .box2 .box-c .item2,
	.product-d .box2 .box-c .item3{
		padding-bottom: 50px;
	}
	.product-d .box2 .box-c .item3 li{
		font-size: 14px;
		padding: 10px 20px;
	}
	.product-d .box2 .box-c .item3 .li-l{
		width: 200px;
	}
	
}
@media (max-width:600px){
	.product .box1 .item .list li, .product .box1 .item .list i{
		width: 100%;
	}
}
@media (max-width:500px) {
	.product .box1 .item .item-title{
		font-size: 22px;
	}
	.product-d .box2 .box-c .item5 li, .product-d .box2 .box-c .item5 i{
		width: 100%;
	}
	.product-d .box2 .box-c .item5 li{
		margin-bottom: 25px;
	}
	.product-d .box1 .l .gallery-thumbs .swiper-slide{
		height: 80px;
	}
	.product-d .box1 .l .gallery-thumbs{
		padding: 20px 30px;
	}
	.product-d .box1 .r .title{
		font-size: 22px;
	}
	.product-d .box1 .r .text-box{
		margin-top: 15px;
	}
	.product-d .box1 .r .icons{
		margin-top: 20px;
	}
	.product-d .box2 .box-t li{
		font-size: 12px;
	}
	.product-d .box2 .box-t li{
		width: auto;
		padding: 0 5px;
	}
	.product-d .box3 .box-c li, .product-d .box3 .box-c i{
		width: 100%;
	}
	.product-d .box3 .box-c li .text{
		font-size: 20px;
	}
	.product-d .box3 .box-c li .text{
		margin-top: 30px;
	}
	.product-d .box2 .box-c .item5{
		padding-bottom: 15px;
	}
	.product-d .box3 .title{
		font-size: 22px;
	}
	.product-d .box1 .r .consult{
		width: 270px;
	}
	.product-d .box2{
		margin-top: 30px;
	}
	.product-d{
		padding: 10px 0 30px;
	}
	.product-d .box2 .box-c .item2 .video-box .playerBtn1{
		width: 40px;
		height: 40px;
	}
	.product-d .box2 .box-c .item2,
	.product-d .box2 .box-c .item3{
		padding-bottom: 30px;
	}
	.product-d .box2 .box-c .item3 .li-l{
		width: 150px;
	}
	.product-d .box2 .box-c .item4 .list li,
	.product-d .box2 .box-c .item4 .list i{
		width: 100%;
	}
	.product-d .box2 .box-c .item4 .list li{
		margin-bottom: 25px;
	}
	.product-d .box2 .box-c .item4 .list .text{
		font-size: 16px;
		margin-top: 10px;
	}
	.product-d .box2 .box-c .item4{
		padding-bottom: 10px;
	}
}