/***********************/
.banner-index {
	margin-top: 0;
	font-size: 0;
	max-height: 870px;
	overflow: hidden;
}
.banner-i .swiper-slide {
	font-size: 0;
	background: #f7f7f9;
}
.banner-i .swiper-slide img {
	display: inline-block;
	max-width: 100%
}
#banner-prev {
	left: 8%
}
#banner-next {
	right: 8%
}
.banner-pagination {
	bottom: 50px !important;
	text-align: right !important;
	padding-right: 20%
}
.banner-pagination span {
	display: inline-block;
	width: 14px;
	height: 2px;
	background: #fff;
	margin: 0 5px;
	opacity: 1;
	border-radius: 0;
}
.banner-pagination span.swiper-pagination-bullet-active {
	width: 28px;
	background: #1c6435;
}
/***********goods************/
.goods-index {
	overflow: visible;
	position: relative;
	z-index: 2;
	margin-bottom: 108px;
	text-align: center;
	padding-top: 80px;
}
.goods-text p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px;
	text-align: center;
	color: #393939;
	padding: 0 10%;
}
.swiper-gct {
	margin-top: 40px;
}
.swiper-gct span {
	display: block;
	text-align: center;
	padding: 2rem;
	line-height: 3;
	font-size: 16px;
	background: #f8f8f8;
	width: 100%;
	cursor: pointer;
}
.swiper-gct .swiper-slide-thumb-active span {
	background-color: #1c6435;;
	color: #fff;
}
#goods-list {
	margin-top: 30px;
}
#goods-list .swiper-pagination {
	position: unset;
	margin-top: 20px;
	--swiper-pagination-color: #1c6435;
}
#goods-list .swiper-pagination .swiper-pagination-bullet-active {
	transform: scale(1.5);
}
.w-accor1 li {
	border-radius: 20px;
	overflow: hidden;
}
.w-accor1 li .cont_ar {
	top: unset;
	transition: .5s;
	border-radius: 16px;
	overflow: hidden;
	bottom: -100%;
	height: 100%;
	/*background-color: #1c6435;*/
}
.w-accor1 li:hover .cont_ar {
	bottom: 0;
}
.w-accor1 li .dec_ar {
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.w-accor1 li .dec_ar h3 {
	font-size: 20px;
	font-weight: bold;
}
.w-accor1 li .dec_ar a {
	display: none;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	transition: all .3s;
	margin-top: 30px;
}
.w-accor1 li .dec_ar a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.w-accor1 li:hover .acr_p {
	font-size: 14px;
}
.w-accor1 li:hover .dec_ar a {
	display: block;
}
/***********about************/
.about-index {
	overflow: visible;
	position: relative;
	z-index: 2;
	margin-bottom: 108px; /*text-align:center;*/
}
.about-text p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
	text-align: justify;
	color: #393939;
}
.about-text p + p {
	padding-top: 15px;
}
.about-index .more-but a {
	display: inline-block;
	padding: 20px 60px;
	background: #1c6435;
	border: 1px solid #1c6435;
	line-height: 1;
	font-size: 15px;
	color: #fff;
	margin-top: 55px;
}
.about-index .home-title {
	text-align: left;
	padding-top: 30px;
}
/***************ys-index************/
.ys-index .ys-list {
	width: 100%;
	background: #f5f5f5;
	color: #333;
	padding: 60px 10px;
	transition: all .75s;
	text-align: center;
	height: 100%;
	line-height: 2;
}
.ys-index .ys-box > div:nth-child(n+4) {
	margin-top: 30px;
}
.ys-index .list-name {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: inherit;
}
.ys-index .list-intro {
	padding: 0 20%;
	font-size: 14px;
	line-height: inherit;
}
.ys-index .list-icon {
	height: 80px;
	background: transparent center no-repeat;
	background-size: 80px 80px;
	transition: all .75s;
}
.ys-index .list-icon.icon1 {
	background-image: url(../img/ysicon1.png);
}
.ys-index .list-icon.icon2 {
	background-image: url(../img/ysicon2.png)
}
.ys-index .list-icon.icon3 {
	background-image: url(../img/ysicon3.png)
}
.ys-index .list-icon.icon4 {
	background-image: url(../img/ysicon4.png)
}
.ys-index .list-icon.icon5 {
	background-image: url(../img/ysicon5.png)
}
.ys-index .list-icon.icon6 {
	background-image: url(../img/ysicon6.png)
}
.ys-index .ys-list:hover .list-icon.icon1 {
	background-image: url(../img/ysicon1-1.png);
}
.ys-index .ys-list:hover .list-icon.icon2 {
	background-image: url(../img/ysicon2-1.png)
}
.ys-index .ys-list:hover .list-icon.icon3 {
	background-image: url(../img/ysicon3-1.png)
}
.ys-index .ys-list:hover .list-icon.icon4 {
	background-image: url(../img/ysicon4-1.png)
}
.ys-index .ys-list:hover .list-icon.icon5 {
	background-image: url(../img/ysicon5-1.png)
}
.ys-index .ys-list:hover .list-icon.icon6 {
	background-image: url(../img/ysicon6-1.png)
}
.ys-index .ys-list:hover {
	color: #fff;
	background: #3d3d3d;
}
/*****case********/
.case-index {
	padding: 55px 0 100px;
}
.case-box {
	position: relative;
}
.case-box .swiper-pagination {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.case-box .swiper-pagination span {
	margin: 0 5px;
	width: 13px;
	height: 13px;
}
#swiper-casetext {
	width: 500px;
	height: 100%;
	padding: 4% 4.5%;
	background: #f1f1f1;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	transform: translateX(-600px)
}
#swiper-casetext .swiper-slide {
	background: #f1f1f1;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#swiper-casetext .swiper-slide h2 {
	margin-top: 15px;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	max-height: 76px;
	line-height: 38px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 700;
}
#swiper-casetext .swiper-slide .case_description {
	margin: 15px 0;
	height: 46%;
	overflow: hidden;
}
#swiper-casetext .swiper-slide p {
	font-size: 15px;
	position: relative;
	line-height: 2;
	text-align: justify;
}
#swiper-caseimg .swiper-slide {
	width: auto;
	height: auto;
	background: #f1f1f1;
}
.case-box .swiper-button-next, .case-box .swiper-button-prev {
	width: 60px;
	height: 60px;
	left: 50%;
	bottom: 40px;
	background: #1c6435;
	transform: translateX(-90px);
	top: auto;
}
.case-box .swiper-button-prev {
	transform: translateX(-160px)
}
.case-box .swiper-button-next:after, .case-box .swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
}
.case-box .swiper-button-next:hover, .case-box .swiper-button-prev:hover {
	opacity: .8;
}
.case-index .more-but a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #1c6435;
	border: 1px solid #1c6435;
	height: 37px;
	line-height: 37px;
	text-align: center;
	padding: 0 42px;
}
.case-index .more-but a:hover, .more-but-big a:hover {
	background: #1c6435;
	border: 1px solid #1c6435;
	color: #fff;
}
.case-box .bimg {
	overflow: hidden;
	position: relative;
}
.case-box img {
	width: 100%;
}
.case-box .custom-trans {
	width: 100%;
	display: block;
}
.case-box .img-box {
	overflow: hidden;
}
.case-box .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.case-box .filter-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	transition: all .3s;
	overflow: hidden;
}
.point-list .item {
	position: absolute;
	width: 4.16%;
	left: 0;
	top: 0;
}
.slide1 .point-list .item {
	top: 10%;
	left: 29%;
}
.slide2 .point-list .item {
	top: 30%;
	left: 65%;
}
.slide3 .point-list .item {
	top: 60%;
	left: 24%;
}
.slide4 .point-list .item {
	top: 48%;
	left: 70%;
}
.slide5 .point-list .item {
	top: 44%;
	left: 62%;
}
.slide6 .point-list .item {
	top: 74%;
	left: 60%;
}
.slide7 .point-list .item {
	top: 35%;
	left: 66%;
}
.point-list .point {
	width: 100%;
	padding-top: 100%;
	border: 1px solid #1c6435;
	border-radius: 100%;
	position: relative;
}
.point-list .point:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #1c6435;
	transform: translate(-50%, -50%);
	border-radius: 100%;
}
.point-list .point .ripple {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid #1c6435;
}
.ripple-1 {
	-webkit-animation: ripple 2.5s linear infinite;
}
.ripple-2 {
	-webkit-animation: ripple 2.5s linear infinite 0.75s;
}
.ripple-3 {
	-webkit-animation: ripple 2.5s linear infinite 1.8s;
}
.point-list .circle-img {
	width: 200px;
	padding: 5px;
	border-radius: 100%;
	border: 1px solid #1c6435;
}
.point-list .circle-img img {
	width: 100%;
}
.point-list .text-box {
	position: absolute;
	left: 50%;
	top: -1.25rem;
	transform: translateX(-50%);
	text-align: center;
	font-size: 0;
	display: none;
}
.point-list .text1 {
	margin-top: 10px;
}
.point-list .text-box .tit {
	font-size: 18px;
	line-height: 1;
	color: #fff;
}
.point-list .text-box .more {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	vertical-align: middle;
	margin-top: 10px;
}
.slide1 .point-list .text-box .tit,
.slide1 .point-list .text-box .more {
	color: #333;
}
.point-list .text-box .more img {
	display: inline;
	width: initial;
	vertical-align: middle;
}
.point-list .text-box2 {
	bottom: -1.25rem;
	top: auto;
}
.point-list .text-box2 .text1 {
	margin: 0 0 .6rem 0;
}
.case-box .swiper-slide.on .filter-img {
	opacity: 1;
}
.case-box .icon-box {
	overflow: hidden;
	width: 82.677%;
	position: absolute;
	left: 48.4%;
	transform: translateX(-50%);
	bottom: 9%;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	z-index: 3;
}
@-webkit-keyframes ripple {
	from {
		-webkit-transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(1.6);
		opacity: 0;
	}
}
.case-box .icon-box .swiper-slide {
	width: 5%;
	text-align: center;
	cursor: pointer;
	background: transparent;
}
.case-box .icon-box .txt {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 10px;
	transition: all .2s;
}
.case-box .icon-box .circle {
	width: .15rem;
	height: .15rem;
	display: none;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	transition: all .2s;
}
.case-box .icon-box .circle:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: .1rem;
	height: .1rem;
	background-color: #fff;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: all .2s;
}
.case-box .icon-box .icon {
	width: 42px;
	margin: 0 auto;
	position: relative;
}
.case-box .icon-box .init {
	transition: all .2s;
}
.case-box .icon-box .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
}
.case-box .icon-box .swiper-slide.cur .circle {
	border-color: #a08448;
}
.case-box .icon-box .swiper-slide.cur .circle:before {
	background-color: #a08448;
}
.case-box .icon-box .swiper-slide.cur .init {
	opacity: 0;
	filter: alpha(opacity=0);
}
.case-box .icon-box .swiper-slide.cur .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.case-box .icon-box .swiper-slide.cur .txt {
	color: #fff;
	font-weight: bold;
}
/*****news******/
.news-index {
	padding: 55px 0;
}
.news-index .news_info, .news_info_list {
	background: #fff;
	transition: .5s;
}
.news-index .news_info .news_img {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.news-index .news_info .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-index .news_info .news_text {
	padding: 0 20px 20px;
	background: #f1f1f1;
}
.news-index .news_info .news_text span {
	font-family: STXihei;
	color: #989898;
	font-size: 16px;
	display: block;
	padding-top: 26px;
	padding-bottom: 5px;
}
.news-index .news_info .news_text b {
	font-size: 24px;
	color: #595556;
	display: block;
}
.news-index .news_info .news_text em {
	border-bottom: 1px dotted #aeaeae;
	display: block;
	width: 100px;
	margin: 12px 0;
}
.news-index .news_info:hover {
	transform: translateY(-10px);
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .3)
}
.news-index .news_info:hover .news_text {
	background: #1c6435;
}
.news-index .news_info:hover .news_text b, .news-index .news_info:hover .news_text span {
	color: #fff;
}
.news-index .news_info:hover .news_text em {
	border-color: #fff;
}
.news_info_list {
	height: 144px;
	overflow: hidden;
	background: #f1f1f1;
	font-size: 0;
}
.news_info_list + .news_info_list {
	margin-top: 10px;
}
.news_info_list a:nth-of-type(1) {
	display: inline-block;
	width: 33%;
	overflow: hidden;
	height: 100%;
	vertical-align: top;
}
.news_info_list a:nth-of-type(1) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_info_list a:nth-of-type(2) {
	display: inline-block;
	width: 67%;
	padding: 20px;
	height: 100%
}
.news_info_list a:nth-of-type(2) b {
	font-size: 16px;
	color: #595556;
	display: block;
	margin-bottom: 14px;
}
.news_info_list a:nth-of-type(2) b span {
	display: inline-block;
	padding: 0 10px;
	background: #595556;
	color: #fff;
	font-family: STXihei;
	font-size: 14px;
	margin-right: 10px;
}
.news_info_list a:nth-of-type(2) em {
	border-bottom: 1px dotted #aeaeae;
	display: block;
	width: 100px;
	margin: 12px 0;
}
.news_info_list a:nth-of-type(2) p {
	color: #918e8f;
	line-height: 2;
	margin-top: 14px;
	overflow: hidden;
	font-size: 14px;
}
.news_info_list:hover {
	transform: translateX(-10px);
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .3)
}
.news_info_list:hover a:nth-of-type(2) {
	background-color: #1c6435;
}
.news_info_list:hover a:nth-of-type(2) b {
	color: #fff;
}
.news_info_list:hover a:nth-of-type(2) b span {
	background: rgba(255, 255, 255, .7);
	color: #1c6435;
}
.news_info_list:hover a:nth-of-type(2) p {
	color: rgba(255, 255, 255, .7)
}
.news_info_list:hover a:nth-of-type(2) em {
	border-color: #fff;
}
