
.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block !important;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .slick-prev,
.banner .slick-next {
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 46px;
	transition: none;
	/*border: solid 2px #e5e5e5;*/
	/*	color: #e5e5e5;*/
	border: #58b33e solid 2px;
	color: #58b33e;
	border-radius: 50%;

	text-align: center;
	transition: all .3s linear;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	border-color: #58b33e;
	color: #58b33e;
}

.banner .slick-prev {
	margin-left: 60px;
	left: 0;
}

.banner .slick-next {
	right: 0;
	margin-right: 60px;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 26px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner.hide {
	display: none;
}

@media screen and (max-width: 1200px) {

	.banner .slick-prev,
	.banner .slick-next {
		width: 40px;
		line-height: 36px;
		height: 40px;
	}
}

@media screen and (max-width: 999px) {
	.banner {
		display: block;
	}

	.banner .slick-prev,
	.banner .slick-next {
		width: 30px;
		height: 30px;
		line-height: 26px;
	}

	.banner.hide {
		display: block;
	}
.banner .slick-prev {
	margin-left: 20px;
}

.banner .slick-next {
	margin-right: 20px;
}
	.banner .slick-dots {
		bottom: 10px;
	}

	.banner .slick-dots li {
		margin: 0 5px;
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px;
	}

	.banner2 {
		display: none;
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

@media screen and (max-width:500px) {
	.banner .slick-prev, .banner .slick-next{
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
	.banner .slick-prev{
		margin-left: 10px;
	}
	.banner .slick-next{
		margin-right: 10px;
	}
}


.Main2 .swiper {
	width: 100%;
}

.Main2 .swiper .swiper-slide {
	position: relative;
}

.Main2 .swiper .swiper-slide .productBg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.Main2 .swiper .swiper-slide .text {
	position: relative;
	background-color: #e6eff1;
	width: 100%;
	text-align: center;
	padding: 117px 0 110px 0;
	background-image: url("../images/gy.png");
	background-repeat: no-repeat;
}

.Main2 a {
	color: #333;
}

.Main2 .swiper .swiper-slide .text a:hover {
	color: #58b33e;
}
.Main2 .swiper .swiper-slide .text .btn:hover a {
	color: #fff;
}

.Main2 .swiper .swiper-slide .text h4 {
	font-size: 28px;
	font-family: Montserrat-Bold;
}

.Main2 .swiper .swiper-slide .text .textContent {
	font-size: 16px;
	width: 60%;
	margin: 18px auto 10px;
	line-height: 30px;
}

.Main2 .swiper .swiper-slide .text .textContent {
	font-family: Montserrat-Light;
	color: #666666;
}

.prev,
.next {
	cursor: pointer;
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border: solid 2px #9b9b9b;
	color: #9b9b9b;
	border-radius: 50%;
	font-size: 16px;
}

.prev:hover,
.next:hover {
	border-color: #58b33e;
	color: #58b33e;
}

.Main2 .prev {
	left: 2%;
}

.Main2 .next {
	right: 2%;
}

.btn {
	font-family: Montserrat-Regular;
	width: 155px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	border: solid 2px #58b33e;
	margin: 0 auto;
	cursor: pointer;

}

.btn a {
	display: flex;
	align-items: center;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #58b33e;
	text-transform:uppercase;
}

.btn:hover {
	background-color: #58b33e;
}

.btn:hover>a {
	color: #fff;
}

.btn i {
	font-size: 12px;
}

.Main2 {
	position: relative;
}

.Main2 .swiper .swiper-slide .image {
	background-color: #e2e5e6;
	width: 100%;
	display: flex;
	justify-content: center;
	height: 318px;
}

.Main2 .swiper .swiper-slide .image img {
	position: relative;
	margin: -53px 0 80px 0px;
	z-index: 333;
}

.Main2 .swiper .swiper-slide .image::after {
	/*content: url('../images/shadow1.png');*/
		content: "";
	position: absolute;
	top: 72%;
	left: 36%;
	z-index: 111;
}

@media screen and (max-width: 1200px) {

	.prev,
	.next {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.Main2 .swiper .swiper-slide .image {
		height: 200px;
	}

	.Main2 .swiper .swiper-slide .image img {
		margin: -50px 0 25px 0px;
	}

	.Main2 .swiper .swiper-slide .text {
		background-color: #e6eff1;
		width: 100%;
		text-align: center;
		padding: 60px 0 60px 0;
	}

	.Main2 .swiper .swiper-slide .text h4 {
		font-size: 20px;
	}

	.Main2 .swiper .swiper-slide .text .textContent {
		font-size: 14px;
		margin: 20px auto;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

}

@media screen and (max-width: 999px) {
	.Main2 .swiper .swiper-slide .image::after {
		display: none;
	}

	.Main2 .swiper .swiper-slide .text {
		background-color: #e6eff1;
		width: 100%;
		text-align: center;
		padding: 30px 0 60px 0;
	}

	.Main2 .swiper .swiper-slide .text .btn {
		display: none;
	}

	.Main2 .swiper .swiper-slide .text .textContent {
		-webkit-line-clamp: 1;
		margin: 5px auto;
	}

}

@media screen and (max-width: 765px) {

	.Main2 .swiper .swiper-slide .text .textContent {
		-webkit-line-clamp: 1;
		margin: 5px auto;
		width: 90%;
	}

	.Main2 .swiper .swiper-slide .image {
		/*height: 100px;*/
			height: auto;
	}
}

.Main3 {
	position: relative;
	margin-top: 38px;
}

.Main3 .goodsMsg {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 20%;
}

.Main3 .bigBox {
	position: absolute;
	top: 68px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.Main3 .bigBox h4 {
	font-size: 36px;
}

.Main3 .bigBox h4 a {
	color: #fff;
	font-family: Montserrat-Bold;
}

.Main3 .bigBox h4 a:hover {
	color: #58b33e;
}

.Main3 .bigBox a.Main3Msg {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin: 30px 0 45px 0;
	width: 67%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
}

.Main3 .bigBox a.Main3Msg {
	color: #fff;
	font-family: Montserrat-Light;
}

.Main3 .bigBox a.Main3Msg:hover {
	color: #58b33e;
}

@media screen and (max-width: 1200px) {
	.Main3 .bigBox h4 {
		font-size: 24px;
	}

	.Main3 .bigBox a.Main3Msg {
		font-size: 16px;
		margin: 30px;
	}
}

@media screen and (max-width: 999px) {
	.Main3 .bigBox h4 {
		font-size: 20px;
	}

	.Main3 .bigBox {
		top: 30px;
	}

	.Main3 .bigBox a.Main3Msg {
		font-size: 14px;
		text-align: center;
		margin: 10px;
	}
}

@media screen and (max-width: 765px) {
	.Main3 .btn {
		display: none;
	}

	.Main3 .bigBox a.Main3Msg {
		font-size: 14px;
		text-align: center;
		margin: 0;
		width: 100%;
	}

	.Main3 .goodsMsg {
		display: none;
	}
}

.Main4 {
	background-color: #f1f1f3;
	padding: 72px 0 105px 0;
}

.Main4 .davantage .title a {
/*	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;*/
	margin: 0 auto;
	text-align:center
}

.Main4 .davantage .title a:hover h4 {
	color: #58b33e;
}

.Main4 .davantage .title h4 {
	font-size: 34px;
	color: #333;
	font-family: Montserrat-Bold;

}

.Main4 .davantage .content {
	margin-top: 80px;
	position: relative;
}

.Main4 .davantage .item {
	position: absolute;
	display: flex;
	align-items: center;

}

.Main4 .davantage .item a.Main4Go {
	display: flex;
	align-items: center;
}

.Main4 .davantage .item a.Main4Go h4 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: Montserrat-Regular;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: normal;
}

.Main4 .davantage .item:hover>a.Main4Go h4 {
	color: #58b33e;

}

.Main4 .davantage .item:hover>a.Main4Go p {
	color: #58b33e;
}

.Main4 .davantage .item a.Main4Go p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: Montserrat-Light;
	line-height: 30px;
	color: #666666;
}

.Main4 .davantage .content .image {
	width: 65px;
	height: 65px;
	border: 1px solid #58b33e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}



.Main4 .davantage .content .item:nth-child(2n-1) {
	text-align: right;
}

.Main4 .davantage .content .item:nth-child(2n-1) .image {
	margin-left: 22px;
}

.Main4 .davantage .content .item:nth-child(2n) {
	text-align: left;
}

.Main4 .davantage .content .item:nth-child(2n) .image {
	margin-right: 22px;
}

.Main4 .davantage .content .item:nth-child(3) {
	top: 3%;
	left: 5%;
	width: 31%;

}

.Main4 .davantage .content .item:nth-child(4) {
	top: 3%;
	right: 4%;
	width: 34%;
}

.Main4 .davantage .content .item:nth-child(5) {
	top: 30%;
	left: 2%;
	width: 30%;
}

.Main4 .davantage .content .item:nth-child(6) {
	top: 30%;
	right: 2%;
	width: 33%;
}

.Main4 .davantage .content .item:nth-child(7) {
	top: 56%;
	left: 2%;
	width: 30%;
}

.Main4 .davantage .content .item:nth-child(8) {
	top: 56%;
	right: 1%;
	width: 34%;
}

.Main4 .davantage .content .item:nth-child(9) {
	top: 82%;
	left: 9%;
	width: 27%;
}

.Main4 .davantage .content .item:nth-child(10) {
	top: 82%;
	right: 4%;
	width: 34%;
}

@media screen and (max-width: 1200px) {
	.Main4 {
		padding: 60px 0 90px 0;
	}

	.Main4 .davantage .title h4 {
		font-size: 20px;
	}

	.Main4 .davantage .content {
		margin-top: 70px;
	}

	.Main4 .davantage .item a.Main4Go h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.Main4 .davantage .item a.Main4Go p {
		font-size: 16px;
		line-height: 26px;
	}

	.Main4 .davantage .content .image {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width: 999px) {
	.Main4 .davantage .content {
		margin-top: 50px;
	}

	.Main4 .content .item a.Main4Go .msg {
		font-size: 16px;
		line-height: 26px
	}

	.Main4 .davantage .content .Main4Bg {
		display: none;
	}

	.Main4 .davantage .content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.Main4 .davantage .content .item:nth-child(n) {
		position: static;
		width: 49%;
		border: 1px solid #fff;
		padding: 1%;
		height: 100px;
		margin-bottom: 15px;
		justify-content: center;
	}

	.Main4 .davantage .content .item:nth-child(2n-1) {
		margin-right: 2%;
	}

	.Main4 .davantage .content .item:nth-child(2n) .msg {
		text-align: left;
	}

	.Main4 .davantage .content .item:nth-child(2n-1) .msg {
		text-align: right;
	}

	.Main4 .davantage .content .item .msg {
		flex: 1;
	}
}

@media screen and (max-width: 768px) {
	.Main4 {
		padding: 30px 0 10px 0;
	}

	.Main4 .davantage .content {
		margin-top: 10px;
	}

	.Main4 .content .item a.Main4Go .msg p {
		font-size: 14px;
		line-height: 24px
	}

	.Main4 .content .item a.Main4Go .msg h4 {
		font-size: 14px;
		line-height: 22px
	}
}

@media screen and (max-width: 538px) {
	.Main4 .davantage .content .item:nth-child(n) {
		width: 100%;
		border: 1px solid #fff;
		height: 100px;
		margin-bottom: 15px;
	}

	.Main4 .davantage .content .item:nth-child(2n-1) {
		margin-right: 0;
	}
}



.Main5 .tip {
	padding: 60px;
	text-align: center;
	background-image: url("../images/tipBg.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.Main5 .tip a:hover h4 {
	color: #58b33e;
}

.Main5 .tip h4 {
	font-size: 34px;
	color: #ffffff;
}

.Main5 .tip .btn {
	width: 235px;
	height: 50px;
	line-height: 46px;
	border-radius: 25px;
	border: solid 2px #ffffff;
	margin-top: 40px;

}

.Main5 .tip a {
	font-family: Montserrat-Regular;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}

.Main5 .tip .btn i {
	margin-left: 8px;
}

.Main5 .tip .btn:hover {
	border-color: #58b33e;
}

.Main5 .tip .btn:hover {
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.Main5 .tip h4 {
		font-size: 24px;
	}

	.Main5 .tip .btn {
		height: 40px;
		line-height: 36px;
		border-radius: 20px;
	}

	.Main5 .tip .btn {
		font-size: 14px;
	}
}

@media screen and (max-width: 756px) {
	.Main5 .tip h4 {
		font-size: 16px;
		font-weight: normal;
	}

	.Main5 .tip {
		padding: 15px;
	}

	.Main5 .tip .btn {
		width: 180px;
		height: 34px;
		line-height: 30px;
		border-radius: 17px;
		color: #fff;
		margin-top: 10px;
		font-size: 12px;
	}
}

.Main6 {
	position: relative;
}

.Main6 .content {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 999;
	text-align: center;
}

.Main6 .content h4 {
	margin: 93px auto 38px;
}

.Main6 .content h4 a {
	color: #333333;
	font-family: Montserrat-Bold;
	font-size: 34px;
}

.Main6 .content h4:hover a {
	color: #58b33e;
}

.Main6 .content h4 span {
	color: #58b33e;

}

.Main6 .content a.Main6Msg {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.Main6 .content a.Main6Msg {
	font-size: 16px;
	color: #666666;
	font-family: Montserrat-Light;
	line-height: 30px;
}

.Main6 .content a.Main6Msg:hover {
	color: #58b33e;
}

.Main6 .playBtn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);

}

.Main6 .playBtn:hover img {
	transform: scale(1.1, 1.1);
}

.Main6 .videoBox {
	position: fixed;
	z-index: 999999;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	display: none;
}

.Main6 .videoBox video {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.Main6 .videoBox .video1 {
	width: 80%;
	max-width:1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	/*height:100%;*/
	/*max-height:800px;*/
	transform: translateX(-50%) translateY(-50%);
}

.video2 {
    position: relative;
    padding-bottom: 50%;
    height: 0;    
}
.video2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#Main6Video{ cursor: pointer;}
.Main6 .videoBox .closeBtn {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 5%;
	right: 5%;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

@media screen and (max-width: 1333px) {
	.Main6 .content h4 {
		font-size: 30px;
		margin: 30px auto 30px;
	}

}

@media screen and (max-width: 1200px) {
	.Main6 .content h4 {
		margin: 20px auto 20px;
	}

	.Main6 .content h4 a {
		font-size: 28px;
	}

	.Main6 .content a.Main6Msg {
		-webkit-line-clamp: 3;
	}

	.Main6 .content a.Main6Msg {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 765px) {
	.Main6 .content h4 {
		margin: 5px auto 5px;
	}

	.Main6 .content h4 a {
		font-size: 20px;
	}

	.Main6 .content a.Main6Msg {
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width: 520px) {
	.Main6 .content h4 {
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.Main6 .content h4 a {
		font-size: 16px;
	}

	.Main6 .content a.Main6Msg {
		-webkit-line-clamp: 1;
	}

	.Main6 .playBtn {
		width: 10%;
	}
}

.Main7 {
	text-align: center;
	padding: 86px 0;
}

.Main7 .content {
	position: relative;
}

.Main7 .content .prev {
	left: -5%;
	color: #58b33e;
	border-color: #58b33e;
}

.Main7 .content .next {
	right: -5%;
	color: #58b33e;
	border-color: #58b33e;
}

.Main7 h4 a {
	font-family: Montserrat-Bold;
	font-size: 34px;
	color: #333333;
}

.Main7 h4:hover a {
	color: #58b33e;
}

.Main7 a.Main7Msg {
	line-height: 30px;
	margin: 16px 0 35px 0;
}

.Main7 a.Main7Msg {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.Main7 a.Main7Msg:hover {
	color: #58b33e;
}

.Main7 .swiper2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.Main7 .swiper2 .swiper-slide {
	position: relative;
	font-size: 0;
}

.Main7 .swiper2 .swiper-slide .text {
	background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .9));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 22px;
}

.Main7 .swiper2 .swiper-slide .text p {
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.Main7 .swiper2 .swiper-slide .text p a{
	color: #fff;
}
.Main7 .swiper2 .swiper-slide .text p a:hover{
	color: #58b33e;
}

.Main7 .swiper2 .swiper-slide img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.Main7 {
		text-align: center;
		padding: 60px 0;
	}

	.Main7 h4 a {
		font-size: 20px;
	}

	.Main7 a.Main7Msg {
		margin: 20px 25px;
	}

	.Main7 a.Main7Msg {
		font-size: 14px;
	}
}

@media screen and (max-width: 999px) {
	.Main7 .prev {
		left: 2% !important;
	}

	.Main7 .next {
		right: 2% !important;
	}

	.Main7 {
		text-align: center;
		padding: 40px 0;
	}

	.Main7 h4 a {
		font-size: 20px;
	}

	.Main7 a.Main7Msg {
		margin: 20px 25px;
		line-height: 24px;
	}

	.Main7 a.Main7Msg {
		font-size: 14px;
	}
}

@media screen and (max-width: 765px) {
	.Main7 .swiper2 .swiper-slide .text p {
		font-size: 12px;
		line-height: 22px;
	}

	.Main7 a.Main7Msg {
		margin: 10px;
	}
	.Main7{
		padding: 20px 0;
	}
}

.Main8 {
	padding: 55px 0 71px 0;
	background-color: #f5f5f5;
	text-align: center;
}

.Main8 h4 {
	padding-bottom: 70px;
}

.Main8 h4 a {
	font-family: Montserrat-Bold;
	font-size: 34px;
	color: #333333;
}

.Main8 h4:hover a {
	color: #58b33e;
}

.Main8 .content .item {
	display: flex;
	align-items: center;
}

.Main8 .content .item .msg {
	text-align: left;
	margin-left: 34px;
	font-family: Montserrat-Light;
	line-height: 30px;
}

.Main8 .content .item .goods {
	flex-shrink: 0;
	max-width:200px;
}

.Main8 .content .item .msg h5 {

	font-weight: normal;
	font-family: Montserrat-Regular;
	font-size: 20px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.Main8 .content .item .msg h5 a{color: #333333;}

.Main8 .content .item .msg p {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #666666;
	margin-bottom: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Main8 .content .item .msg p a{color: #666666;}
.Main8 .content .item .msg h5 a:hover,.Main8 .content .item .msg p a:hover{color: #58b33e;}
.Main8 .content .item .msg span {
	font-family: Montserrat-Light;
	font-size: 14px;
	color: #666666;
}

.Main8 .content .item .msg:hover h5,
.Main8 .content .item .msg:hover p {
	color: #58b33e;
}

.Main8 .content .btn {
	width: 155px;
	margin: -24px 0 0 100px;
	font-family: Montserrat-Regular;
	font-size: 14px;
	letter-spacing: 0px;
	color: #58b33e;
	flex-shrink: 0;
}

.Main8 .line {
	width: 100%;
	background-color: #dfdfdf;
	height: 1px;
	margin: 35px 0;
}

@media screen and (max-width: 1200px) {
	.Main8 {
		padding: 45px 0 60px 0;
		background-color: #f1f1f3;
		text-align: center;
	}

	.Main8 h4 a {
		font-size: 28px;
	}

	.Main8 h4 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 999px) {
	.Main8 .line{
		margin: 20px 0;
	}
	.Main8 {
		padding: 45px 0 60px 0;
		background-color: #f1f1f3;
		text-align: center;
	}

	.Main8 h4 {
		padding-bottom: 50px;
	}

	.Main8 h4 a {
		font-size: 24px;
	}

	.Main8 .content .btn {
		display: none;
	}

	.Main8 .content .item .msg {
		text-align: left;
		margin-left: 34px;
	}

	.Main8 .content .item .msg h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.Main8 .content .item .msg p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 768px) {
	.Main8 {
		padding: 30px 0;
	}

	.Main8 h4 {
		padding-bottom: 30px;
	}

	.Main8 h4 a {
		font-size: 20px;
	}

	.Main8 .content .item .msg {
		margin-left: 30px;
	}

	.Main8 .content .item .msg h5 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.Main8 .content .item .msg p {
		font-size: 14px;
		margin-bottom: 10px;
	}


	.Main8 .content .item {
		flex-direction: column;
	}
}


@media screen and (max-width: 520px) {
	.Main8 .content .item .goods {
		width: 100%;
	}

	.Main8 .content .item .goods img {
		width: 100%;
	}

	.Main8 .content .item .msg {
		margin-left: 0;
	}

}
