.textover {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textover2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.textover3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.index-more {
	display: inline-block;
	width: 156px;
	height: 40px;
	border: 2px solid #fff;
	font-size: 12px;
	border-radius: 1000px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.index_banner {
	margin-top: 80px;
	width: 100%;
	min-width: 1200px;
}

.index_banner video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	max-height: 100%;
}
.index_banner .swiper-slide{ overflow: hidden;}
.index_banner .swiper-slide:nth-child(1){ position: static;}
.index_banner .content-box {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.index_banner .swiper-slide img{
	max-width: 100%;
	/**max-height: 100%;**/
}

.index_banner .content-box .content {
	width: 460px;
	height: 220px;
	background: rgba(35, 168, 88, 0.2);
	color: #fff;
	padding: 40px;
	line-height: 1;
}

.index_banner .content-box .content p:nth-of-type(1) {
	font-size: 44px;
	color: #009a44;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.index_banner .content-box .content p:nth-of-type(2) {
	font-size: 24px;
	margin-top: 30px;
}

.index_banner .content-box .content p:nth-of-type(3) {
	margin-top: 10px;
	font-size: 14px;
}

.index_banner .content-box .content .index-more {
	margin-top: 50px;
}

.index_banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.index_banner .swiper-pagination-bullet-active {
	background-color: #009a44;
}

.index1-wap {
	display: flex;
	justify-content: center;
	height: 360px;
	padding: 60px 0;
}

.index1-wap .left {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.index1-wap .left .title {
	height: 100px;
	font-size: 30px;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
}

.index1-wap .left .entitle {
	font-size: 60px;
	color: #eee;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.index1-wap .left .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #009a44;
	display: inline-block;
}

.index1-wap .left p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.index1-wap .left .index-more {
	border-color: #009a44;
	color: #009a44;
}

.index1-wap .left .index-more:hover {
	color: #fff;
}

.index1-wap .right {
	width: 50%;
}

.index1-wap .right video {
	width: 100%;
	height: 100%;
	background: #009a44;
}

.index1-title {
	width: 360px;
	height: 60px;
	background: url(../images/index-title-border.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	margin-bottom: 30px;
}

.index1-title p {
	font-size: 40px;
	color: #000;
}

.index1-title p span {
	color: #009a44;
}

.index1-title .en {
	font-size: 12px;
	color: #aaaaaa;
	letter-spacing: 3px;
}

.index2-wap {
	background: #f6f6f6;
	padding: 60px 0 0 0;
}

.index2-wap .warpper {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.index2-wap .warpper .index1-title {
	width: 360px;
}

.index2-wap .warpper .list {
	display: flex;
	flex-wrap: wrap;
}

.index2-wap .warpper .list .box {
	width: 220px;
	margin: 15px 0;
	cursor: pointer;
	transition: 0.3s;
	background: #f6f6f6;
}

.index2-wap .warpper .list .box .box-title {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 38px;
}

.index2-wap .warpper .list .box p {
	font-size: 12px;
	color: #666;
	line-height: 2;
}

.index2-wap .warpper .list .box:hover .box-title {
	color: #009a44;
}

.index2-wap .warpper .list .box:hover{
	transform: scale(1.15);
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.index2-wap .warpper .list .box:not(:nth-of-type(5n)) {
	margin-right: 25px;
}

.index3-wap {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-width: 1200px;
	padding: 68px 0 65px;
}

.index3-wap .index1-title {
	width: 260px;
}

.index3-wap .list {
	display: flex;
	width: 100%;
}

.index3-wap .list .box {
	width: 20%;
	position: relative;
	transition: 0.5s;
}

.index3-wap .list .box img {
	width: 100%;
	object-fit: contain;
}

.index3-wap .list .box::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(transparent 50%, rgba(0, 0, 0, .8));
}

.index3-wap .list .box p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	color: #fff;
	font-size: 18px;
}

.index3-wap .list .box .search {
	width: 20%;
	object-fit: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 45%;
	opacity: 0;
	transition: 0.5s;
}

.index3-wap .list .box:not(:last-child) {
	margin-right: 5px;
}

.index3-wap .list .box:hover .search {
	opacity: 1;
}

.index3-wap .list .box:hover::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(transparent, #009a3e);
}

.index4-wap .top {
	height: 268px;
	background: url(../images/indexbg.jpg) no-repeat 100%;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
}

.index4-wap .top p {
	font-size: 50px;
	line-height: 1.5;
}

.index4-wap .top .en {
	font-size: 14px;
}

.index4-wap .top .jiantou {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 144px;
	bottom: -47px;
}

.index4-wap .nav {
	height: 220px;
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index4-wap .nav .box {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.index4-wap .nav .box p{
	font-size: 15px;
}
.index4-wap .nav .box .line {
	width: 24px;
	height: 1px;
	display: inline-block;
	background: transparent;
	margin: 7px 10px;
}

.index4-wap .nav .box::before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #eeeeee;
	border-radius: 100%;
	transition: 0.3s;
}

.index4-wap .nav .box:not(:last-child) {
	margin-right: 50px;
}

.index4-wap .nav .box.active::before {
	border: 4px solid #009a44;
}

.index4-wap .nav .box.active {
	color: #009a44;
	background: rgba(0,154,68,0.2);
}

.index4-wap .nav .box.active .line {
	background: #009a44;
}

.index4-wap .nav .box:hover::before {
	border: 4px solid #009a44;
}

.index4-wap .nav .box:hover {
	color: #009a44;
	background: rgba(0,154,68,0.2);
}

.index4-wap .nav .box:hover .line {
	background: #009a44;
}

.index4-wap .content {
	display: flex;
	height: 400px;
	align-items: stretch;
}

.index4-wap .content .left {
	width: 50%;
}

.index4-wap .content .right {
	width: 50%;
	padding: 50px 40px;
	background: #f6f6f6;
	position: relative;
}

.index4-wap .content .right .title {
	font-size: 30px;
	color: #000;
	margin-bottom: 40px;
}

.index4-wap .content .right p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 30px;
	line-height: 1.8;
}

.index4-wap .content .right p span {
	color: #494949;
}

.index4-wap .content .right .btn {
	position: absolute;
	left: 40px;
	bottom: 50px;
}

.index4-wap .content .right .btn a {
	display: inline-block;
	width: 156px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #009a44;
	border-radius: 100px;
	color: #009a44;
}

.index4-wap .content .right .btn a:hover {
	color: #fff;
	background: #009a44;
}

.index5-wap {
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index5-wap .index1-title {
	margin-bottom: 40px;
	width: 260px;
}

.index5-wap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index5-wap .box {
	width: 545px;
	height: 160px;
	padding: 20px;
	border: 1px solid #eee;
	transition: 0.2s;
	margin-bottom: 30px;
	position: relative;
}

.index5-wap .box a {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	transition: 0.2s;
	width: calc(100% - 40px);
}

.index5-wap .box .title {
	font-size: 36px;
	color: #009a44;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index5-wap .box .title span {
	font-size: 14px;
	color: #000;
}

.index5-wap .box .title .jiantou {
	font-size: 14px;
	color: #009a44;
}

.index5-wap .box img {
	min-width: 220px;
	height: 160px;
	object-fit: cover;
}

.index5-wap .box .right {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	width: 305px;
}

.index5-wap .box .right .p1 {
	font-size: 14px;
	color: #000;
	margin: 15px 0;
}

.index5-wap .box .right .p2 {
	font-size: 12px;
	color: #666;
}

.index5-wap .box .right .tr {
	margin-top: 15px;
	opacity: 0;
	color: #fff;
}

.index5-wap .box:hover a {
	transform: scale(1.1) translateX(26px);
	background: #009a44;
	z-index: 1;
	box-shadow: 0 0 5px 0 #009A3E;
}

.index5-wap .box:nth-of-type(2n) a {
	left: unset;
	right: 0;
}
.index5-wap .box:nth-of-type(2n):hover a {
	left: unset;
	right: 58.5px;
}

.index5-wap .box:hover .title {
	color: #fff;
}

.index5-wap .box:hover .title span {
	color: #fff;
}

.index5-wap .box:hover .p1,
.index5-wap .box:hover .p2 {
	color: #fff;
}

.index5-wap .box:hover .tr {
	opacity: 1;
}

.index-foot {
	background: #e0eee6;
	border-top: 3px solid #009a3e;
}

.index-foot .top {
	padding: 70px 0;
	display: flex;
}

.index-foot .top .list {
	display: flex;
	flex-direction: column;
	width: 140px;
	margin-right: 10px;
}

.index-foot .top .list dt {
	font-size: 16px;
	color: #000;
	margin-bottom: 30px;
}

.index-foot .top .list dd {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.index-foot .top .list dd a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}

.index-foot .top .logo .logo-name{
	letter-spacing: 9px;
	text-align: center;
}
.index-foot .top .logo {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 16px;
	color: #666;
}

.index-foot .top .logo img {
	width: 250px;
	margin-bottom: 20px;
}

.index-foot .bottom {
	height: 100px;
	border-top: 1px solid #ccdad0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-foot .bottom .lt a {
	margin-right: 30px;
	font-size: 12px;
	color: #666666;
}

.index-foot .bottom .rt a {
	margin-left: 30px;
}

.index-foot .bottom .rt img {
	height: 22px;
	object-fit: contain;
}


#share a {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px 0;
	opacity: 0.5;
}

#share .bds_weixin {
	background: url(../images/indexfoot1.png) no-repeat center;
	background-size: contain;
}

#share .bds_tsina {
	background: url(../images/indexfoot3.png) no-repeat center;
	background-size: contain;
}

#share .bds_sqq {
	background: url(../images/indexfoot2.png) no-repeat center;
}

#share .bds_tqq {
	background: url(../images/indexfoot4.png) no-repeat center;
	background-size: contain;
}

#share a:hover {
	opacity: 1;
}




.search {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

.search input {
	color: #fff;
	display: block;
	width: 120px;
	height: 30px;
	border-radius: 300px;
	background: rgba(255, 255, 255, 0.3) url(../images/sec.png) no-repeat right 10px center;
	padding: 0 35px 0 10px;
	border: 0;
}

.search.aa {
	margin-top: 20px;
	margin: 25px 0 0 5px;
}

.search.aa input {
	background-color: #eee;
	color: #888;
}


.index-more:hover {
	background: #009a44;
	color: #fff;
}

.qt-page {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	z-index: 999;
	cursor: pointer;
	align-items: center;
	user-select: none;
}

.qt-page .swiper-pagination {
	position: relative;
	display: flex;
	align-items: center;
}

.qt-page .swiper-pagination .swiper-pagination-bullet {
	margin-right: 5px;
	width: 5px;
	height: 5px;
}

.qt-page .qt-prev {
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 19px;
	background: url(../images/pr1.png) no-repeat;
	background-size: contain;
}

.qt-page .qt-next {
	display: inline-block;
	height: 10px;
	width: 19px;
	background: url(../images/ne1.png) no-repeat;
	background-size: contain;
}

.qt-page .qt-prev:hover {
	color: #009A3E;
	background: url(../images/pr2.png) no-repeat;
}

.qt-page .qt-next:hover {
	color: #009A3E;
	background: url(../images/ne2.png) no-repeat;
}

.qt-page .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #009A3E;
}

.totop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 35px;
	bottom: 100px;
	z-index: 9999;
}
.totop img{
	width: 50px;
	height: 50px;
	cursor: pointer;
	object-fit: contain;
}


.ir-right {
	position: fixed;
	right: 30px;
	bottom: 45%;
	display: flex;
	flex-direction: column;
	z-index: 99999
}

.ir-right .box {
	padding-left: 12px;
	position: relative;
}
.ir-right .box .boxnr{ 
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: #444444;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: .5s;
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.ir-right .box:hover .boxnr{
	background: #009a3e;
}

.ir-right .box .ho {
	transition: .5s;
	display: none;
	width: 34px;
	font-size: 16px;
	color: #fff;
}

.ir-right .box .normal {
	transition: .5s;
	width: 27px;
	display: inline-block;
}

.ir-right .box .normal img {
	width: 100%;
	object-fit: contain;
}

.ir-right .box:hover .ho {
	display: inline-block;
}

.ir-right .box:hover .normal {
	display: none;
}

.ir-right .box::after {
	position: absolute;
	left: -10px;
	top: 0;
	/* content: ''; */
	width: 100%;
	height: 100%;
}

.ir-right .box .content {
	position: absolute;
	right: 70px;
	top: 0;
	display: none;
	flex-direction: column;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #eeeeee;
	/* pointer-events: none; */
	z-index: 556;
}

.ir-right .box::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid #009A3E;
	border-bottom: 6px solid transparent;
	opacity: 0;
}

.ir-right .box:hover::before {
	opacity: 1;
}

.ir-right .box:hover .content {
	display: flex;
	/* pointer-events: unset; */
}

.ir-right .box .content .top {
	display: flex;
	align-items: stretch;
}

.ir-right .box .content .top img {
	width: 45px;
	height: 45px;
}

.ir-right .box .content .top .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 190px;
	margin-left: 10px;
}

.ir-right .box .content .top .right dt {
	color: #009A3E;
	font-size: 22px;
}

.ir-right .box .content .top .right dd {
	color: #666;
	font-size: 12px;
	margin: 0;
}

.ir-right .box .content .bottom {
	margin-top: 20px;
	display: flex;
}

.ir-right .box .content .bottom a {
	display: flex;
	align-items: center;
	width: 80px;
	height: 26px;
	color: #fff;
	border-radius: 5px;
	background: #ddd;
	font-size: 12px;
	color: #fff;
	justify-content: center;
	margin-right: 5px;
}

.ir-right .box .content .bottom a:hover {
	background: #009A3E;
}

.ir-right .box .content .bottom a img {
	width: 15px;
	object-fit: contain;
	margin-right: 5px;
}

.ir-right .box .content .code p {
	text-align: center;
	color: #009A3E;
	margin-top: 5px;
}




.index-contact{
	letter-spacing: 0;
	font-size: 12px;
	color: #000;
	margin-top: 20px;
}
.index-contact span{
	font-weight: bold;
}
.index-contact p{
	letter-spacing: 0;
	line-height: 30px;
}
