.index-title a {
	display: block
}
.index-title h2 {
	font-size: 36px
}
.index-title p {
	line-height: 1;
	font-size: 22px
}
.index-title-line {
	position: absolute;
	padding-bottom: 18px
}
.index-title-line a {
	color: #ffffff
}
.index-title-line p {
	margin-top: 2px;
	opacity: .4
}
.index-title-line:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #ffffff
}
@media screen and (max-width: 1440px) {
	.index-title h2 {
		font-size: 32px
	}
	.index-title p {
		font-size: 20px
	}
}
@media screen and (max-width: 1200px) {
	.index-title h2 {
		font-size: 28px
	}
	.index-title p {
		font-size: 18px
	}
}
@media screen and (max-width: 1024px) {
	.index-title h2 {
		font-size: 26px
	}
	.index-title p {
		font-size: 16px
	}
}
@media screen and (max-width: 750px) {
	.index-title h2 {
		font-size: 22px
	}
	.index-title p {
		font-size: 14px
	}
	.index-title-line {
		padding-bottom: 12px
	}
}
.index-sub-title {
	position: relative;
	left: 0;
	padding-bottom: 30px
}
.index-sub-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 6px;
	background-color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-sub-title h3 {
	font-size: 24px;
	color: #333333;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-sub-title .en {
	line-height: 1.2;
	font-size: 30px;

	color: #333333;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-sub-title .desribe-text {
	max-width: 120px;
	line-height: 15px;
	font-size: 12px;
	color: #c8c8c8
}
@media screen and (max-width: 1440px) {
	.index-sub-title {
		padding-bottom: 25px
	}
	.index-sub-title h3 {
		font-size: 22px
	}
	.index-sub-title .en {
		font-size: 26px
	}
}
@media screen and (max-width: 1200px) {
	.index-sub-title {
		padding-bottom: 20px
	}
	.index-sub-title:after {
		height: 4px
	}
	.index-sub-title .en {
		font-size: 24px
	}
}
@media screen and (max-width: 1024px) {
	.index-sub-title {
		padding-bottom: 16px
	}
	.index-sub-title:after {
		height: 3px
	}
	.index-sub-title h3 {
		font-size: 20px
	}
	.index-sub-title .en {
		font-size: 20px
	}
}
@media screen and (max-width: 750px) {
	.index-sub-title {
		padding-bottom: 12px
	}
	.index-sub-title:after {
		width: 20px
	}
	.index-sub-title h3 {
		font-size: 18px
	}
	.index-sub-title .en {
		font-size: 18px
	}
	.index-sub-title .desribe-text {
		line-height: 12px;
		font-size: 10px
	}
}
/**/
.index-banner {
	position: relative;
	width: 100%;

}

.index-banner .banner-pagination {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	z-index: 99;
	width: auto;
	left: unset;
}
.index-banner .banner-pagination:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 160px;
	background-color: #ffffff
}
.index-banner .banner-pagination .swiper-pagination-bullet {
	display: block;
	margin: 14px 0 0;
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border: 4px solid rgba(255, 255, 255, 0.15);
	background-clip: content-box;
	outline: none;
	opacity: 1
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
	background-color:var(--main-color-d,var(--main-color,#1a8072))
}
@media screen and (max-width: 1440px) {
	.index-banner .banner-pagination {
		top: 55%
	}
	.index-banner .banner-pagination:before {
		height: 140px
	}
}
@media screen and (max-width: 1200px) {
	.index-banner .banner-pagination {
		top: 55%
	}
	.index-banner .banner-pagination:before {
		height: 120px
	}
}
@media screen and (max-width: 1024px) {
	.index-banner .banner-pagination {
		right: 20px
	}
	.index-banner .banner-pagination:before {
		height: 80px
	}
	.index-banner .banner-pagination .swiper-pagination-bullet {
		margin-top: 10px
	}
}
@media screen and (max-width: 750px) {

	.index-banner .banner-pagination {
		right: 0;
		width: 100%;
		top: auto;
		bottom: .1rem;
		text-align: center;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
	.index-banner .banner-pagination:before {
		display: none
	}
	.index-banner .banner-pagination .swiper-pagination-bullet {
		display: inline-block;
		vertical-align: top;
		margin: 0 4px;
		border-width: 3px
	}
}

.index-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 196px;
	height: 38px;
	line-height: 38px;
	color: #666666;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-more .icon {
	margin-left: 8px;
	width: 13px;
	height: 12px;
	background: url(../img/more.png) center center no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
@media screen and (max-width: 1440px) {
	.index-more {
		width: 160px;
		height: 34px;
		line-height: 34px;
		font-size: 13px
	}
}
@media screen and (max-width: 1200px) {
	.index-more {
		width: 130px;
		height: 30px;
		line-height: 30px;
		font-size: 12px
	}
	.index-more .icon {
		width: 11px;
		height: 10px
	}
}
@media screen and (max-width: 1024px) {
	.index-more {
		width: 110px;
		height: 28px;
		line-height: 28px;
		font-size: 11px
	}
	.index-more .icon {
		width: 10px;
		height: 9px
	}
}
@media screen and (max-width: 750px) {
	.index-more {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 .1rem;
		width: 90px;
		height: 26px;
		line-height: 28px
	}
}

/**/
.index-product {
	padding: 95px 0 120px;
	background-image: -webkit-linear-gradient(bottom, #ffffff 0, #ffffff 330px);
	background-image: -moz-linear-gradient(bottom, #ffffff 0, #ffffff 330px);
	background-image: -o-linear-gradient(bottom, #ffffff 0, #ffffff 330px);
	background-image: linear-gradient(0deg, #ffffff 0, #ffffff 330px);
	background-size: 100% 330px;
	background-repeat: no-repeat
}
.index-product-menu {
	margin-bottom: 50px;
	overflow: hidden
}
.index-product-menu .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: auto;
	text-align: center;
	cursor: pointer
}
.index-product-menu .swiper-slide:hover .icon, .index-product-menu .swiper-slide-thumb-active .icon {
	background-color: #ffffff;
	border-color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-product-menu .swiper-slide:hover .icon img.icon-hover, .index-product-menu .swiper-slide-thumb-active .icon img.icon-hover {
	display: inline-block
}
.index-product-menu .swiper-slide:hover .icon img.icon-current, .index-product-menu .swiper-slide-thumb-active .icon img.icon-current {
	display: none
}
.index-product-menu .swiper-slide:hover .icon:after, .index-product-menu .swiper-slide-thumb-active .icon:after {
	opacity: 1
}
.index-product-menu .icon {
	position: relative;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background-color: #ececec;
	border: 2px solid #d8d8d8;
	border-radius: 50%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.index-product-menu .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*border: 1px solid var(--main-color-d,var(--main-color,#1a8072));*/
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.index-product-menu .icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 45px;
	max-height: 45px
}
.index-product-menu .icon img.icon-hover {
	display: none
}
.index-product-menu .en, .index-product-menu h3 {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.index-product-menu .en {
	margin: 12px 0 6px;
	line-height: 1;
	font-size: 12px;
	color: #bfbfbf;
	text-transform: uppercase
}
.index-product-menu h3 {
	font-size: 18px;
	color: #333333
}
.index-product-box {
	position: relative;
	padding: 0 100px 55px 55px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 .12rem .25rem -.07rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 .12rem .25rem -.07rem rgba(0, 0, 0, 0.1)
}
.index-product-box .right-tag {
	position: absolute;
	bottom: 90px;
	right: 50px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2
}
.index-product-box .right-tag .text {
	position: relative;
	margin-right: 32px;
	font-size: 12px;
	color: #777777;
	display: flex;
}
.index-product-box .right-tag .text:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
	width: 15px;
	height: 15px;
	border: 1px solid #c1c1c1;
	border-radius: 50%
}
.index-product-box .right-tag .text:after {
	content: "";
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -2px;
	width: 82px;
	height: 1px;
	background-color: #c1c1c1
}
.index-product-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	padding: 9px;
	background-color: var(--main-color,#e4c9b6);
	border: 2px solid transparent;
	background-clip: content-box;
	opacity: 1;
	outline: none
}
.index-product-pagination .swiper-pagination-bullet-active {
	border-color: var(--main-color,#e4c9b6)
}
.index-product-swiper {
	overflow: hidden
}
.index-product-swiper .swiper-slide {
	height: auto;
	background-color: #ffffff
}
.index-product-swiper a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.index-product-swiper a:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.index-product-swiper a:hover h3 {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-product-swiper a:hover .index-more {
	color: #ffffff;
	background-color:var(--main-color-d,var(--main-color,#1a8072));
	border-color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-product-swiper a:hover .index-more .icon {
	background-image: url(../img/more_h.png)
}
.index-product-swiper .img {
	position: relative;
	width: 55.91078%;
	height: 0;
	padding-bottom: 31.22677%;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	overflow: hidden
}
.index-product-swiper .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-product-swiper .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding: 46px 0 0 72px
}
.index-product-swiper .title {
	position: relative;
	padding-bottom: 30px
}
.index-product-swiper .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 10px;
	height: 1px;
	background-color: #c6c6c6
}
.index-product-swiper h3 {
	line-height: 1.2;
	font-size: 24px;
	color: #333333;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-product-swiper h3 .en {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;

	text-transform: uppercase
}
.index-product-swiper .desribe-text {
	line-height: 1.2;
	font-size: 12px;
	color: #e3e3e3;
	margin-right: -10%;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	text-transform: uppercase;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.index-product-swiper .p {
	position: relative;
	margin-bottom: 36px;
	max-height: 132px;
	line-height: 33px;
	font-size: 14px;
	color: #7b7b7b;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-word
}
.index-product-swiper .index-more {
	position: relative
}
.index-product-swiper .index-more:before {
	content: "";
	position: absolute;
	top: -26px;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: #c6c6c6
}
@media screen and (max-width: 1440px) {
	.index-product {
		padding: 85px 0 100px
	}
	.index-product-menu .icon {
		width: 78px;
		height: 78px;
		line-height: 78px
	}
	.index-product-menu .icon img {
		max-width: 40px;
		max-height: 40px
	}
	.index-product-menu .en {
		margin: 12px -5% 4px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center
	}
	.index-product-menu h3 {
		font-size: 16px
	}
	.index-product-box {
		padding: 0 80px 45px 45px
	}
	.index-product-box .right-tag {
		bottom: 60px
	}
	.index-product-box .right-tag .text {
		margin-right: 20px
	}
	.index-product-box .right-tag .text:before {
		margin-right: 70px;
		width: 13px;
		height: 13px
	}
	.index-product-box .right-tag .text:after {
		left: 15px;
		margin-top: 0;
		width: 60px
	}
	.index-product-pagination .swiper-pagination-bullet {
		padding: 8px
	}
	.index-product-swiper .info {
		padding: 35px 0 0 55px
	}
	.index-product-swiper .title {
		padding-bottom: 24px
	}
	.index-product-swiper h3 {
		font-size: 22px
	}
	.index-product-swiper h3 .en {
		margin-top: -2px;
		font-size: 24px
	}
	.index-product-swiper .p {
		margin-bottom: 30px;
		max-height: 120px;
		line-height: 30px
	}
	.index-product-swiper .index-more:before {
		top: -22px
	}
}
@media screen and (max-width: 1200px) {
	.index-product {
		padding: .3rem 0 .4rem
	}
	.index-product-menu .swiper-slide {
		width: 145px
	}
	.index-product-menu .icon {
		width: 64px;
		height: 64px;
		line-height: 64px
	}
	.index-product-menu .icon img {
		max-width: 34px;
		max-height: 34px
	}
	.index-product-menu .en {
		margin-top: 10px
	}
	.index-product-menu h3 {
		font-size: 15px
	}
	.index-product-box {
		padding: 0 60px 30px 30px
	}
	.index-product-box .right-tag {
		bottom: 40px;
		right: 35px
	}
	.index-product-box .right-tag .text {
		margin-right: 15px
	}
	.index-product-box .right-tag .text:before {
		margin-right: 60px
	}
	.index-product-box .right-tag .text:after {
		width: 50px
	}
	.index-product-pagination .swiper-pagination-bullet {
		padding: 6px;
		width: 3px;
		height: 3px
	}
	.index-product-swiper .info {
		padding: 25px 0 0 40px
	}
	.index-product-swiper h3 {
		font-size: 20px
	}
	.index-product-swiper h3 .en {
		margin-top: 0;
		font-size: 22px
	}
	.index-product-swiper .p {
		max-height: 84px;
		line-height: 28px;
		font-size: 13px;
		-webkit-line-clamp: 3
	}
	.index-product-swiper .index-more:before {
		top: -20px
	}
}
@media screen and (max-width: 1024px) {
	.index-product-menu {
		margin-bottom: 40px
	}
	.index-product-menu .swiper-slide {
		width: 110px
	}
	.index-product-menu .icon {
		width: 52px;
		height: 52px;
		line-height: 52px
	}
	.index-product-menu .icon img {
		max-width: 28px;
		max-height: 28px
	}
	.index-product-menu .en {
		margin-bottom: 2px;
		font-size: 10px
	}
	.index-product-menu h3 {
		font-size: 14px
	}
	.index-product-box {
		padding-right: 40px
	}
	.index-product-box .right-tag {
		display: none
	}
	.index-product-swiper .info {
		padding-top: 18px
	}
	.index-product-swiper .desribe-text {
		margin-right: -20%;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8)
	}
	.index-product-swiper .p {
		max-height: 52px;
		line-height: 26px;
		font-size: 13px;
		-webkit-line-clamp: 2
	}
	.index-product-swiper .index-more:before {
		top: -20px
	}
}
@media screen and (max-width: 750px) {
	.index-product-menu {
		margin-bottom: 15px;
		padding: 0 .05rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.index-product-menu .swiper-slide {
		width: 80px
	}
	.index-product-menu .icon {
		width: 44px;
		height: 44px;
		line-height: 44px
	}
	.index-product-menu .icon img {
		max-width: 24px;
		max-height: 24px
	}
	.index-product-menu .icon:after {
		display: none
	}
	.index-product-menu .en {
		margin: 6px 0 0;
		font-size: 9px
	}
	.index-product-menu h3 {
		font-size: 14px
	}
	.index-product .wp1500 {
		padding: 0 .05rem
	}
	.index-product-box {
		padding: 0 .15rem .25rem
	}
	.index-product-swiper a {
		display: block
	}
	.index-product-swiper .img {
		width: 100%;
		padding-bottom: 55.85106%
	}
	.index-product-swiper .info {
		padding: .2rem .1rem 0
	}
	.index-product-swiper .title {
		padding-bottom: 16px
	}
	.index-product-swiper h3 {
		font-size: 16px
	}
	.index-product-swiper h3 .en {
		font-size: 16px
	}
	.index-product-swiper .p {
		margin-bottom: 24px;
		max-height: 104px;
		line-height: 26px;
		font-size: 13px;
		-webkit-line-clamp: 4
	}
	.index-product-swiper .index-more:before {
		top: -15px
	}
}

.index-about {
	padding-top: 200px;
	background: url(../img/index_bg.jpg) center center no-repeat;
	background-size: cover
}
.index-about .wp1500 {
	position: relative
}
.index-about .index-title {
	top: -40px
}
.index-about-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.index-about-box .left-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 34%;
	text-align: center
}
.index-about-box .left-list a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 34px .1rem;
	color: #ffffff
}
.index-about-box .left-list a:first-child {
	background-color: #212121
}
.index-about-box .left-list a:last-child {
	background-color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-about-box .left-list a:hover .icon {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.index-about-box .left-list .icon {
	margin: 0 auto 10px;
	width: 60px;
	height: 60px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.index-about-box .left-list .icon img {
	max-width: 100%;
	max-height: 100%
}
.index-about-box .left-list h3 {
	font-size: 18px;
	line-height: 1.3
}
.index-about-box .right-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	background-color: #ffffff
}
.index-about-box .right-box a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 75px 105px 85px 135px
}
.index-about-box .right-box a:hover .index-sub-title h3, .index-about-box .right-box a:hover .index-sub-title .en {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-about-box .right-box a:hover .index-more {
	color: #ffffff;
	background-color:var(--main-color-d,var(--main-color,#1a8072));
	border-color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-about-box .right-box a:hover .index-more .icon {
	background-image: url(../img/more_h.png)
}
.index-about-box .right-box .index-sub-title {
	margin-top: 8px
}
.index-about-box .right-box-info {
	margin-left: 55px
}
.index-about-box .right-box-info .p {
	margin-bottom: 16px;
	height: 264px;
	line-height: 33px;
	font-size: 14px;
	color: #7b7b7b;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	word-break: break-word
}
@media screen and (max-width: 1440px) {
	.index-about {
		padding-top: 150px
	}
	.index-about-box .left-list a {
		padding-top: 26px;
		padding-bottom: 26px
	}
	.index-about-box .left-list .icon {
		width: 50px;
		height: 50px
	}
	.index-about-box .left-list h3 {
		font-size: 17px
	}
	.index-about-box .right-box a {
		padding: 65px 60px 70px 70px
	}
	.index-about-box .right-box-info {
		margin-left: 45px
	}
	.index-about-box .right-box-info .p {
		height: 240px;
		line-height: 30px
	}
}
@media screen and (max-width: 1200px) {
	.index-about {
		padding-top: 120px
	}
	.index-about-box .left-list a {
		padding-top: 23px;
		padding-bottom: 23px
	}
	.index-about-box .left-list .icon {
		width: 46px;
		height: 46px
	}
	.index-about-box .left-list h3 {
		font-size: 16px
	}
	.index-about-box .right-box a {
		padding: 50px 50px 60px 60px
	}
}
@media screen and (max-width: 1024px) {
	.index-about {
		padding-top: 90px
	}
	.index-about-box .left-list a {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.index-about-box .left-list .icon {
		margin-bottom: 8px;
		width: 40px;
		height: 40px
	}
	.index-about-box .left-list h3 {
		font-size: 15px
	}
	.index-about-box .right-box a {
		padding: 35px 30px 40px 40px
	}
	.index-about-box .right-box-info {
		margin-left: 40px
	}
	.index-about-box .right-box-info .p {
		height: 168px;
		line-height: 28px;
		font-size: 13px;
		-webkit-line-clamp: 6
	}
}
@media screen and (max-width: 750px) {
	.index-about {
		padding-top: .35rem;
		background-position: top center;
		background-size: auto 380px
	}
	.index-about .index-title {
		position: relative;
		top: 0;
		text-align: center;
		margin-bottom: 18px
	}
	.index-about .index-title:after {
		left: 50%;
		margin-left: -7.5px
	}
	.index-about-box {
		display: block
	}
	.index-about-box .left-list {
		width: 100%
	}
	.index-about-box .left-list a {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.index-about-box .left-list .icon {
		margin-bottom: 6px;
		width: 36px;
		height: 36px
	}
	.index-about-box .right-box a {
		display: block;
		padding: .3rem .25rem
	}
	.index-about-box .right-box .index-sub-title {
		margin: 0 0 13px
	}
	.index-about-box .right-box-info {
		margin-left: 0
	}
	.index-about-box .right-box-info .p {
		margin-bottom: 12px;
		height: 156px;
		line-height: 26px
	}
}

.index-join {
	padding: 90px 0 120px
}
.index-join .index-title {
	margin-bottom: 35px;
	text-align: center
}
.index-join .index-title h2 {
	color: #111111
}
.index-join .index-title p {
	color: #9d9d9d
}
.index-join-wp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: -moz-calc((100% - 1500px) / 2);
	padding-left: calc((100% - 1500px) / 2)
}
.index-join-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 750px
}
.index-join-list li {
	width: 50%;
	width: 100%;
}
.index-join-list a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 74.53581%;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	overflow: hidden
}
.index-join-list a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.index-join-list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.index-join-list .text {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 6
}
.index-join-list h3 {
	position: relative;
	padding-bottom: 16px;
	font-size: 18px;
	font-weight: 600
}
.index-join-list h3:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6)
}
.index-join-list p {
	line-height: 1.2;

	text-transform: uppercase
}
.index-join-cooperation {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center
}
.index-join-cooperation a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	padding-right: -moz-calc((100vw - 1500px) / 2);
	padding-right: calc((100vw - 1500px) / 2)
}
.index-join-cooperation a:hover .index-sub-title h3, .index-join-cooperation a:hover .index-sub-title .en {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-join-cooperation .info {
	width: 100%;
	padding: 70px 130px 90px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.index-join-cooperation .info-p {
	margin-top: 10px;
	height: 99px;
	line-height: 33px;
	font-size: 14px;
	color: #7b7b7b;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word
}
@media screen and (max-width: 1600px) {
	.index-join-wp {
		padding-left: 60px
	}
	.index-join-list {
		width: -moz-calc((100vw - 120px) / 2);
		width: calc((100vw - 120px) / 2)
	}
	.index-join-cooperation a {
		padding-right: 60px
	}
	.index-join-cooperation .info {
		padding-right: 100px;
		padding-left: 100px
	}
}
@media screen and (max-width: 1440px) {
	.index-join {
		padding: 80px 0 100px
	}
	.index-join-wp {
		padding-left: 50px
	}
	.index-join-list {
		width: -moz-calc((100vw - 100px) / 2);
		width: calc((100vw - 100px) / 2)
	}
	.index-join-list .text {
		bottom: 26px
	}
	.index-join-list h3 {
		font-size: 17px
	}
	.index-join-list p {
		font-size: 12px
	}
	.index-join-cooperation a {
		padding-right: 50px
	}
	.index-join-cooperation .info {
		padding: 60px 80px 70px
	}
	.index-join-cooperation .info-p {
		height: 90px;
		line-height: 30px
	}
}
@media screen and (max-width: 1200px) {
	.index-join {
		padding: .375rem 0 .4rem
	}
	.index-join-wp {
		padding-left: 30px
	}
	.index-join-list {
		width: -moz-calc((100vw - 60px) / 2);
		width: calc((100vw - 60px) / 2)
	}
	.index-join-list .text {
		bottom: 20px
	}
	.index-join-list h3 {
		font-size: 16px
	}
	.index-join-list p {
		margin: 0 -5%;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center
	}
	.index-join-cooperation a {
		padding-right: 30px
	}
	.index-join-cooperation .info {
		padding: 50px 60px
	}
}
@media screen and (max-width: 1024px) {
	.index-join-list .text {
		bottom: 15px;
		padding: 0 10px
	}
	.index-join-list h3 {
		font-size: 14px
	}
	.index-join-list p {
		font-size: 10px
	}
	.index-join-cooperation .info {
		padding: 30px 40px
	}
	.index-join-cooperation .info-p {
		height: 56px;
		line-height: 26px;
		font-size: 13px;
		-webkit-line-clamp: 2
	}
}
@media screen and (max-width: 750px) {
	.index-join .index-title {
		margin-bottom: 20px
	}
	.index-join-wp {
		display: block;
		padding: 0
	}
	.index-join-list {
		padding: 0 .15rem;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.index-join-list .text {
		bottom: 12px
	}
	.index-join-list h3 {
		padding-bottom: 12px
	}
	.index-join-list h3:after {
		bottom: 6px;
		margin-left: -5px;
		width: 10px
	}
	.index-join-cooperation a {
		display: block;
		padding: .4rem .15rem 0
	}
	.index-join-cooperation .info {
		padding: .275rem .25rem
	}
	.index-join-cooperation .info-p {
		height: 104px;
		-webkit-line-clamp: 4
	}
}

.index-news {
	padding: 105px 0;
	background: #f5f5f5 url(../img/index_bg2.jpg) top center no-repeat;
	background-size: auto 532px
}
.index-news .index-title {
	margin-bottom: 45px;
	text-align: center
}
.index-news .index-title a {
	color: #ffffff
}
.index-news .index-title p {
	opacity: .5
}
.index-news-list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 45px 0;
	background-color: #ffffff
}
.index-news-list:after {
	content: "";
	position: absolute;
	top: 75px;
	bottom: 60px;
	left: 50%;
	margin-left: -39px;
	width: 78px;
	background: url(../img/line3.png) top center repeat-y;
	background-size: 100% auto
}
.index-news-list li {
	position: relative;
	padding: 30px 90px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}
.index-news-list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.index-news-list a:hover .day, .index-news-list a:hover h3 {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.index-news-list .time {
	position: relative;
	text-align: center;
	margin-right: 35px;
	padding-right: 30px
}
.index-news-list .time:after {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0;
	width: 1px;
	background-color: #bfbfbf
}
.index-news-list .day {
	line-height: 1;

	font-size: 60px;
	color: #111111;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-news-list .year {
	margin-top: -3px;
	line-height: 1;
	font-size: 12px;
	color: #909090
}
.index-news-list .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}
.index-news-list h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #404040;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.index-news-list .p {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #9f9f9f;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word
}
@media screen and (max-width: 1440px) {
	.index-news {
		padding: 85px 0;
		background-size: auto 480px
	}
	.index-news .index-title {
		margin-bottom: 40px
	}
	.index-news-list:after {
		top: 60px;
		margin-left: -36px;
		width: 72px
	}
	.index-news-list li {
		padding: 20px 70px
	}
	.index-news-list .time {
		margin-right: 30px;
		padding-right: 25px
	}
	.index-news-list .day {
		font-size: 56px
	}
	.index-news-list .year {
		margin-top: -2px
	}
	.index-news-list h3 {
		font-size: 17px
	}
}
@media screen and (max-width: 1200px) {
	.index-news {
		padding: .375rem 0 .4rem;
		background-size: auto 400px
	}
	.index-news .index-title {
		margin-bottom: 35px
	}
	.index-news-list {
		padding: 35px 0
	}
	.index-news-list:after {
		top: 50px;
		bottom: 50px;
		margin-left: -28px;
		width: 56px
	}
	.index-news-list li {
		padding: 15px 55px
	}
	.index-news-list .day {
		font-size: 50px
	}
	.index-news-list .year {
		margin-top: 0
	}
	.index-news-list h3 {
		margin-bottom: 8px;
		font-size: 16px
	}
	.index-news-list .p {
		height: 44px;
		line-height: 22px;
		font-size: 13px
	}
}
@media screen and (max-width: 1024px) {
	.index-news-list {
		padding: 25px 0
	}
	.index-news-list:after {
		top: 40px;
		bottom: 40px;
		margin-left: -17px;
		width: 34px
	}
	.index-news-list li {
		padding: 10px 35px
	}
	.index-news-list .time {
		margin-right: 25px;
		padding-right: 20px
	}
	.index-news-list .day {
		font-size: 46px
	}
}
@media screen and (max-width: 750px) {
	.index-news {
		background-size: auto 320px
	}
	.index-news .index-title {
		margin-bottom: 20px
	}
	.index-news-list {
		display: block;
		padding: 12px 0
	}
	.index-news-list:after {
		display: none
	}
	.index-news-list li {
		padding: 0 .2rem;
		width: 100%
	}
	/*.index-news-list li:nth-child(n+4) {*/
	/*	display: none*/
	/*}*/
	.index-news-list li:not(:first-child) a {
		border-top: 1px dashed #c7c7c7
	}
	.index-news-list a {
		padding: 12px 0 12px 8px
	}
	.index-news-list .time {
		margin-right: 15px;
		padding-right: 15px
	}
	.index-news-list .day {
		font-size: 40px
	}
	.index-news-list .year {
		margin-top: 0;
		font-size: 10px
	}
	.index-news-list h3 {
		margin-bottom: 6px;
		font-size: 15px
	}
	.index-news-list .p {
		height: 40px;
		line-height: 20px;
		font-size: 12px
	}
}