.page-w {
	width: 80%;
	margin: 0 auto;
	;
}

.index-swiper-container .text-1 h6 {
	color: #ffffff;
	line-height: 1;
}

.index-swiper-container .text-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	color: #fff;
	transform: translate(-50%, -50%)
}

.index-swiper-container .text-1 .swiper-des {
	margin: 4% 0;
}

.text-more a {
	line-height: 50px;
	border-radius: 25px;
	background: white;
	padding: 0 40px;
	display: inline-block;
	color: #333;
}


.text-more a:hover {
	color: #fff;
	background-color: #333333;
	;
}

.pagation-list {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.index-swiper-container .swiper-slide .b {
	position: relative;
	font-size: 0;
}

.index-swiper-container .swiper-slide .b:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
}

.index-swiper-container .swiper-slide .b img {
	width: 100%;
	/* height: calc(100vh - 98px); */
	object-fit: cover;
}

.index-swiper-container .swiper-slide video {
	width: 100%;
	height: calc(100vh - 98px);
	object-fit: cover;
}

.pagation-list ul {
	display: flex;
}

.pagation-list ul li {
	cursor: pointer;
	width: 24%;
	margin-right: 1%;
	color: #fff;
	padding: 22px 0 50px 0;
	border-top: 2px solid #fff;
}

.index-swiper-container .pagation-list li {
	opacity: 0.5;
}

.index-swiper-container .pagation-list li.on {
	opacity: 1;
}



.index-about-wrap .list ul {
	list-style: inside;
}

.index-about-wrap .list ul {
	display: flex;
	flex-wrap: wrap;
	/* max-width: 750px; */
}


.index-about-wrap .list {

	width: 50%;
}



.index-about-wrap .list ul li h6 {
	margin-bottom: 10px;
	font-size: 36px;
	color: #aeaeae
}

.index-about-wrap .list .swiper-slide-active ul li h6 {
	color: #000
}

.index-about-wrap .list .swiper-slide-active ul li h6:after {
	background: #3e9344;
}

.index-about-wrap .list .swiper-slide-active ul li h6:after {
	display: block;
}

.index-about-wrap .list .swiper-slide-active ul li p {
	color: #000
}


.index-about-wrap .list .active ul li h6 {
	color: #000
}

.index-about-wrap .list .active ul li h6:after {
	background: #3e9344;
}

.index-about-wrap .list .active ul li h6:after {
	display: block;
}

.index-about-wrap .list .active ul li p {
	color: #000
}



.index-about-wrap .list .swiper-slide-next ul{
    transform: translateY(50%);
}


.index-about-wrap .list .swiper-slide-prev ul{
    transform: translateY(-30%);
}


.index-about-wrap .list ul li h6:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	margin-top: 4%;
	margin-bottom: 8%;
	background: #3e9344;

}

.index-about-wrap .list ul li {
	list-style: none;
	max-width: 520px;
	margin: 0 auto;
	margin: 10%;
}

.index-about-wrap .list ul li p {
	color: #cbcbcb
}

.index-about-wrap .title>h6 {
	padding-top: 10%;
}

body .title-imgs {
	width: 80%;
	margin-left: 12%;
	margin-top: 14%;
}

.index-about-wrap .title {
	padding: 5% 0;
	padding-top: 0%;
	line-height: 1.2;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}

.index-about-content {
	padding: 8% 0;
	padding-bottom: 10%;
}

.index-about-content .copy-header span {
	font-size: 20px;
	vertical-align: top;
}

.index-about-content .copy-header {
	color: #3e9344;
	line-height: 1;
}

.index-about-content {
	display: flex;
}

.index-about-content .left-view {
	width: 50%;
}

.index-about-content .right-view {
	width: 50%;
}

.index-about-content .right-view .imgs-list {
	position: relative;
	margin-top: 6%;
	text-align: right;
}

.index-about-content .right-view .imgs-list .imgs-1 {
	position: absolute;
	left: 0;
	transform: translateX(-10%);
	width: 92%;
}

.index-about-content .left-view .c-content {
	width: 70%;
	margin-top: 10%;
	margin-bottom: 4vh;
}

.index-about-content .left-view .more a span {
	margin-right: 10px;
}

.index-about-content .left-view .more a {
	border: 1px solid #3e9344;
	line-height: 46px;
	border-radius: 25px;
	background: white;
	padding: 0 40px;
	display: inline-block;
	color: #3e9344;
}

.index-about-content .left-view .more a:hover {
	background: #3e9344;
	color: #fff;
}

.index-about-content .left-view .more a:hover img {
	filter: brightness(100);
}



.index-descrition-container .img {
	font-size: 0;
}

.index-descrition-container .img img {
	width: 100%;
}

.index-descrition-container .swiper-des-nav {
	position: absolute;
	bottom: 5%;
	z-index: 1;
	left: 50%;

	transform: translateX(-50%);
	display: flex;
}


.swiper-des-nav .item {
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	width: 24%;
	margin-right: 1%;
	display: flex;
}


.swiper-des-nav .item .img2 {
	display: none;
}

.swiper-des-nav .item:hover .img1 {
	display: none;
}

.swiper-des-nav .item:hover .img2 {
	display: inline-block
}

@media screen and (min-width: 768px) {
	.swiper-des-nav .item:hover {
		background: #3e9344;
		color: #fff;
	}

	.swiper-des-nav .item:hover .icon {
		margin-bottom: 40px;
	}
}


.swiper-des-nav .item .icon {
	width: 40px;
	flex-shrink: 0;
	margin-right: 10px;
	transition: all .3s;
}

.swiper-des-nav .item .icon img {
	/* background-image: linear-gradient(#f00, #f00); */
	background-blend-mode: lighten;
	background-size: cover;
}

.more-description-container {
	padding: 5% 0;
}

.more-descrition-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5%;
}

.more-descrition-list .item {
	width: 30%;
	margin-right: 3%;
}

.more-descrition-list .product-imgs {
	text-align: center;
	padding-top: 88%;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.more-descrition-list .product-imgs img {
	width: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	height: 100%;
	position: absolute;
}

.more-descrition-list .t {
	padding: 20px 0;
}

.more-descrition-list .t h6 {
	line-height: 1.5;
	height: 3em;
}

.more-descrition-list .lm {
	margin-top: 6%;
}

.more-descrition-list .lm a {
	color: #3e9344;
	text-decoration: underline;
}


.index-innovation-container .copy-header span {
	font-size: 20px;
	vertical-align: top;
}

.index-innovation-container .copy-header {
	color: #3e9344;
}

.index-innovation-wrap {
	/* display: flex; */
}

.index-innovation-wrap .title {
	line-height: 1.3;
	margin-bottom: 6%;
}

.index-innovation-wrap .title h6 {
	max-width: 55%;
	line-height: 1.2;
}

.index-innovation-wrap .text-left {
	width: 50%;
}

.index-innovation-wrap .item {
	padding: 5% 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}

.index-innovation-wrap .tt {
	width: 90%;
}

.index-innovation-wrap .tt:hover a {
	color: #317c36;
}

.index-innovation-wrap .item .list {
	width: 80%;
}

.index-innovation-wrap .item img {
	margin-top: 10px;
}

.index-innovation-container {
	padding: 5% 0;
}

.swiper-w {
	width: 50%;
}

#honor-certify {

	margin-left: 50px;
}

#honor-certify .swiper-container .swiper-slide {
	width: 340px;
}

#honor-certify .swiper-container img {
	width: 100%;
	height: 420px;
	background: #317c36;
	/* object-fit: cover; */
}

.swiper-w .p {
	padding: 10% 0;
	text-align: right;
}


.pub-a a {
	font-size: 14px;
	border: 1px solid #317c36;
	border-radius: 23px;
	line-height: 44px;
	color: #317c36;
	font-weight: bold;
	padding: 0 50px;
	display: inline-block;
}

.pub-a a:hover {
	border: 1px solid #317c36;
	background: #317c36;
	color: #fff !important;
}

.pub-a a:hover img {
	filter: brightness(100);
}

.swiper-w .swiper-slide-active .img {
	font-size: 0;
	border: 20px solid #317c36;
}


.real-wrap .swiper-slide-prev {
	opacity: 0;
	transition: all .3s;
}

.real-wrap .Real-swiper {
	padding: 4.5% 0;
	overflow: visible;
}

.Real-swiper .img {
	display: flex;
	position: relative;
	padding: 70% 0 0 0;
}

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

.Real-swiper .name {
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5%;
	z-index: 2;
	box-sizing: border-box;
}

.Real-swiper .r-mask {
	height: 30%;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
}

.real-wrap .title {
	line-height: 1.4;
}

.real-wrap .paging {
	padding: 5% 0;
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.real-wrap .line {
	background: #f1f1f1;
	height: 1px;
	margin: 0 20px;
	flex: 0 0 86%;
}

.real-wrap i {
	border-color: #4a9a50;
}

.real-wrap .c {
	width: 46px;
	cursor: pointer;
	height: 46px;
	border: 1px solid #4a9a50;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
}

.real-wrap .c:hover i {
	border-color: white;
}

.real-wrap .c:hover {
	background: #4a9a50;
}



.news-content {
	display: flex;
	padding: 3% 0;
	padding-bottom: 5%;
}

.news-content .lm {
	margin-top: 6%;
}

.news-content .left-views {
	width: 50%;
}

.news-content .list {
	width: 45%;
	margin-left: 5%;
}

.news-content .lm a {
	color: #3e9344;
	font-size: 16px;
	text-decoration: underline;
}

.news-content .t {
	margin-top: 4%;
}

.news-content .date {
	margin-top: 3%;
}

.news-content .des {
	margin-top: 3%;

}

.news-content .news-cover {
	overflow: hidden;
}

.news-content .news-cover img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}


.news-content .list ul li:first-child {
	padding-top: 0;
}

.news-content .list ul li {
	border-bottom: 1px solid #e4e4e5;
	padding: 4.5% 0;
}

/*  */

.news-bottom {
	padding: 4% 0;
	border-top: 1px solid #e4e4e5;
}

.news-content .list ul li:hover a {
	color: #3e9344;
}

.news-content .list-2:nth-child(2) {
	border-right: 1px solid #eee;
}

.news-content .list-2 {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}

.news-content .list-2 ul {
	height: 100%;
}

.news-content .list-2 li {
	padding-top: 8%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	height: 33.33%;
}



.founder-top-wrap {
	padding: 8% 0;
	color: #333333;
}

.founder-mid-container {
	padding: 5% 0;
	background: url('../imgs/2308.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.founder-mid-wrap .left-views {
	width: 24%;
	margin-left: 2%;
	margin-right: 2%;
}

.founder-mid-wrap .left-views .t {
	color: #fff;
}

.founder-mid-wrap .left-views .imgs {
	width: 100%;
}

.founder-mid-wrap .left-views .imgs img {
	width: 100%;
}

.founder-mid-wrap .right-views {
	width: 62%;
}

.founder-mid-wrap {
	display: flex;
}

.founder-mid-wrap .right-views {
	padding: 5%;
	padding-top: 0;
	color: #fff;
}

.founder-mid-wrap .right-views .items br {
	display: none;
}

.founder-mid-wrap .right-views .items img {
	margin-right: 20px;
}

.founder-mid-wrap .right-views .items {
	display: flex;
	align-items: center;
	margin-bottom: 4%;
}

.founder-bottom-container .founder-wrap {
	display: flex;
	flex-wrap: wrap;
}

.founder-bottom-container .founder-wrap .f-item {
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 10%;
	margin: 5% 0;
}

.founder-bottom-container .f-item .imgs {
	margin-top: 20px;
}

.founder-bottom-container .f-item .t {
	margin-top: 20px;
	font-size: 18px;
}

.founder-bottom-container .founder-wrap {
	padding: 5% 0;
}

.founder-bottom-container .d {
	width: 100%;
	align-items: center;
	display: flex;
}

.founder-bottom-container .d .line {
	flex: 1;
	height: 2px;
	background: linear-gradient(to right,
			transparent 0%,
			transparent 50%,
			#3e9344 50%,
			#3e9344 100%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
}

.founder-bottom-container .d .circle {
	width: 14px;
	height: 14px;
	background: #3e9344;
	border-radius: 50%;
}


/* 移动端 */

@media screen and (max-width: 768px) {
	body #thumbs{
		height:30vh;
		margin-bottom: 20px;
	}
	.index-about-wrap .list ul li h6:after{
		margin-bottom: 4%;
		width: 40px;
	}
	.index-about-wrap .list ul li h6{
		color: #000;
	}
	.index-about-wrap .list ul li p{
		color: #666;
	}
	.index-about-wrap .list ul li{
		margin:0;
		margin-bottom: 4%;
	}
	.index-swiper-container .swiper-slide video {
		height: auto;
	}

	.page-w {
		width: 94%;
	}

	.index-about-wrap .list {
		width: 100%;
	}

	.index-about-content .right-view .imgs-list {
		margin: 0 auto;
		width: 80%;
		margin-top: 6%;
	}

	.index-about-content .right-view .imgs-list .imgs-1 {
		transform: translateX(0%);
	}


	.index-about-container {
		padding-bottom: 0;
		padding-top: 0%;
	}

	.index-about-wrap .title {
		display: block;
	}

	.index-about-wrap .list ul li {
		margin-bottom: 20px;
	}

	.index-about-content {
		display: block;
	}

	.index-about-content .left-view,
	.index-about-content .right-view {
		width: auto;
	}

	.index-about-content .left-view {
		padding-bottom: 50px;
	}

	.index-about-content .left-view .c-content {
		width: 90%;
		margin: 20px 0;
	}

	.index-about-content .left-view .more a {
		line-height: 30px;
		border-radius: 16px;
		padding: 0 14px;
	}

	.more-descrition-list {
		display: block;
	}

	.more-descrition-list .item {
		width: auto;
		margin: 0;
		margin-bottom: 4%;
	}

	.index-descrition-container .swiper-des-nav {
		overflow: auto;
		display: block;
		white-space: nowrap;
	}

	.swiper-des-nav .item .icon {
		width: 30px;
		height: 30px;
	}

	.swiper-des-nav .item .text {
		margin-top: 10px;
		min-height: 5em;
		font-size: 10px;
	}

	.swiper-des-nav .item {
		width: 200px;
		vertical-align: middle;
		white-space: normal;
		display: inline-block;
	}

	.index-innovation-wrap .title {
		display: block;
	}

	.index-innovation-wrap .title h6 {
		max-width: 100%;
	}

	.index-innovation-wrap .pub-a {
		margin-top: 4%;
	}

	.index-innovation-container .honor-wrap {
		display: block;
	}

	.index-innovation-wrap .text-left {
		width: 100%;
	}

	.swiper-w {
		width: 100%
	}

	#honor-certify {
		margin-left: 0px;
		padding: 50px 0;
	}

	#honor-certify .swiper-container .swiper-slide {
		width: 250px;
	}

	#honor-certify .swiper-container img {
		height: 320px;
	}

	.Real-swiper .name {
		font-size: 14px;
	}

	.real-wrap .title {
		display: block;
	}

	.real-wrap .title .pub-a {
		text-align: right;
	}

	.news-content {
		display: block;
	}

	.news-content .left-views {
		width: 100%;
	}


	.news-content .list {
		width: 100%;
		margin: 0;
		margin-top: 4%;
	}

	.pagation-list ul {
		display: none;
	}


	.index-descrition-container .img img {
		height: 50vh;
		object-fit: cover;
	}

	.founder-mid-wrap {
		display: block;
		width: 100%;
	}

	.founder-mid-wrap .left-views {
		width: 50%;
		margin: 0 auto;
	}

	.founder-bottom-container .founder-wrap .f-item {
		width: 100%;
		padding-right: 0;
	}

	.founder-mid-wrap .left-views .t {
		white-space: nowrap;
	}

	.founder-mid-wrap .right-views {
		width: auto;
	}




}