.paginations {
	height: 34px;
	text-align: center;
	margin:30px 0;
}
.paginations li {
	display: inline-block;
	/*height: 34px;*/
	margin-right: 5px;
	padding:0 5px!important;
}
.paginations li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.paginations li a:hover {
	background: #f5f5f5;
	color: #8DC643;
}
.paginations li.thisclass {
	background: #8DC643;
	color: #fff;
}
.paginations li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #8DC643;
	color: #fff;
	cursor: default;
}

.transition-one,
.footer .footer-t .footer-nav-link a,
.hs-staff .staff-list .staff-item,
.hs-staff .staff-list .staff-item .staff-name .cn-name,
.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main,
.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main,
.hs-staff .staff-list .staff-item .bg {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.container-fluid {
	max-width: 1200px !important
}

@media (max-width: 1400px) {
	.container-fluid {
		padding: 0 .4rem
	}
}

.image-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.hs-banner-content {
	padding: .98rem 0 .85rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
	box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.hs-banner-content .hs-banner-main {
	border-left: .06rem #8DC643 solid;
	padding-left: .35rem
}

.hs-banner-content .hs-banner-main .title h3 {
	color: #3d3c3d;
	font-size: .3rem;
	line-height: 1
}

.hs-banner-content .hs-banner-main .text {
	margin-top: .22rem
}

.hs-banner-content .hs-banner-main .text p {
	color: #3d3c3d;
	font-size: .18rem;
	line-height: 1.5
}

.footer {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	/*padding: 1rem 0 0;*/
	border-bottom: .05rem #8DC643 solid;
	-webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
	box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.footer .content {
	position: relative;
	z-index: 2;
}

.footer .footer-t {
    margin: 0 auto;
    max-width: 18rem;
    padding: 0 .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1
}

.footer .footer-t .footer-t-l .footer-logo img {
	width: auto;
	height: .55rem
}


.footer .footer-t .footer-nav-link {
	margin-bottom: .8rem
}

.footer .footer-t .footer-nav-link .list {
	padding: 0 .4rem
}

@media (max-width: 1340px) {
	.footer .footer-t .footer-nav-link .list {
		padding: 0 .3rem
	}
}

@media (max-width: 1110px) {
	.footer .footer-t .footer-nav-link .list {
		padding: 0 .1rem
	}
}

.footer .footer-t .footer-nav-link h4 {
	font-size: .2rem;
	color: #333;
	font-weight: bold;
	padding: 0 0 .18rem
}

.footer .footer-t .footer-nav-link a {
	display: block;
	font-size: .17rem;
	line-height: 1;
	color: #3d3c3d;
	padding: .1rem 0
}

.footer .footer-t .footer-nav-link a:hover {
	color: #8DC643;
	cursor: pointer
}

.footer .footer-t .footer-t-r .right-nav {
	margin-top: -.09rem
}

.footer .footer-t .footer-t-r .right-nav li {
	width: 1.5rem;
	height: .46rem;
	line-height: .46rem;
	border-radius: 25px
}

.footer .footer-t .footer-t-r .right-nav li a {
	color: #3d3c3d;
	font-size: .18rem;
	text-align: center
}

.footer .footer-t .footer-t-r .right-nav li:hover {
	background-color: #8DC643
}

.footer .footer-t .footer-t-r .right-nav li:hover a {
	color: #ffffff
}

.footer .footer-t .share {
	margin-top: .3rem
}

.footer .footer-t .share a {
	margin: 0 .09rem;
	width: 0.3rem;
	height: 0.3rem;
	display: inline-block;
	vertical-align: middle
}

.footer .footer-t .share .inc {
	background: url("../images/icon_toutiao.png") no-repeat center/contain
}

.footer .footer-t .share .weibo {
	background: url("../images/icon_weibo.png") no-repeat center/contain
}

.footer .footer-t .share .weixin {
	background: url("../images/weixin_logo_02.png") no-repeat center/contain
}

.footer .footer-t .share .shipinhao {
	background: url("../images/shipinhao_logo_02.png") no-repeat center/contain
}

.footer .footer-t .share .douyin {
	background: url("../images/douyin_logo_02.png") no-repeat center/contain
}
.footer .footer-t .share .taobao {
	background: url("../images/tbicon.png") no-repeat center/contain
}

.footer .record {
	color: #fff;
	font-size: .14rem;
	/*margin-top: .2rem;*/
	text-align: center;
	background-color:#7fb73f;
	padding:.3rem 0;
}

.footer  .record a {
	color: #fff
}


@media (max-width: 578px) {
	.footer {
		padding: .5rem .2rem
	}

	.footer .footer-t .footer-t-l h4 {
		font-size: .26rem;
		padding: 0 0 .2rem
	}

	.footer .footer-t .footer-t-l .tel {
		font-size: .3rem
	}

	.footer .footer-t .footer-t-l .name {
		font-size: .24rem
	}

	.footer .footer-t .footer-t-code .address {
		margin: 0
	}

	.footer .footer-t .footer-t-code .address .address-main .iconfont {
		font-size: .24rem;
		line-height: .24rem
	}

	.footer .footer-t .footer-t-code .address .address-main p {
		font-size: .18rem
	}
}

.more-btn {
	width: 1.6rem;
	height: .5rem;
	background-color: #8DC643;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: .46rem;
	border-radius: 25px;
	border: 2px #8DC643 solid;
	padding: 0
}

.more-btn:hover {
	color: #8DC643;
	background-color: #ffffff
}

.hs-information {
	/*margin-top: .9rem;*/
	padding: .8rem 0 .5rem;
	background-color: #f7f7f7
}

.hs-information .information-list .list-item {
	height: 1.8rem;
	background-color: #ffffff;
	margin-bottom: .2rem
}

.hs-information .information-list .list-item .item-left {
	padding-right: .13rem
}

.hs-information .information-list .list-item .item-left .left-main {
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	text-align: center;
	padding-top: .45rem
}

.hs-information .information-list .list-item .item-left .left-main .day {
	color: #8DC643;
	font-size: .7rem;
	line-height: .58rem
}

.hs-information .information-list .list-item .item-left .left-main .year {
	color: #8DC643;
	font-size: .2rem;
	line-height: 1;
	margin-top: .18rem
}

.hs-information .information-list .list-item .item-right .item-right-content {
	height: 100%
}

.hs-information .information-list .list-item .item-right .item-right-content .right-main {
	padding: .45rem .7rem 0 .47rem
}

.hs-information .information-list .list-item .item-right .item-right-content .right-main .title h3 {
	color: #3d3c3d;
	font-size: .26rem;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hs-information .information-list .list-item .item-right .item-right-content .right-main .main {
	margin-top: .25rem;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.hs-information .information-list .list-item .item-right .item-right-content .right-main .main p {
	color: #707070;
	font-size: .16rem;
	line-height: 1.5
}

.hs-information .information-list .list-item .item-right .item-right-content .right-arrow {
	padding: .35rem 0 .35rem .06rem
}

.hs-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box {
	width: 100%;
	height: 100%;
	border-left: 2px #f0f0f0 solid;
	position: relative
}

.hs-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box img {
	width: .42rem;
	height: auto;
	position: absolute;
	left: .45rem;
	top: .5rem
}

.hs-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box .arrow-on {
	display: none
}

.hs-information .information-list .list-item:hover {
	-webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
	box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.hs-information .information-list .list-item:hover .item-left .left-main {
	background-color: #8DC643
}

.hs-information .information-list .list-item:hover .item-left .left-main .day {
	color: #ffffff
}

.hs-information .information-list .list-item:hover .item-left .left-main .year {
	color: #ffffff
}

.hs-information .information-list .list-item:hover .item-right .item-right-content .right-main .title h3 {
	color: #8DC643
}

.hs-information .information-list .list-item:hover .item-right .item-right-content .right-arrow .arrow-box .arrow-off {
	display: none
}

.hs-information .information-list .list-item:hover .item-right .item-right-content .right-arrow .arrow-box .arrow-on {
	display: block
}

.hs-information .information-list .more-btn {
	margin: .5rem auto 0
}

.hs-staff {
	background: #f7f7f7 url("../images/staff_bg.png") no-repeat center/cover;
	padding: 1rem 0 .7rem;
	margin-top: .9rem
}

.hs-staff .staff-list .staff-item {
	width: 100%;
	height: 2.4rem;
	margin: 0 0 .3rem;
	background: #ffffff;
	padding: .2rem;
	position: relative
}

.hs-staff .staff-list .staff-item .staff-name {
	width: 100%;
	height: 100%;
	border: .04rem #8DC643 solid;
	text-align: center;
	position: relative;
	z-index: 2
}

.hs-staff .staff-list .staff-item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.hs-staff .staff-list .staff-item .staff-name .name-bg {
	font-size: 1.2rem;
	color: #8DC643;
	opacity: 0.07;
	font-family: 'Century Gothic';
	font-weight: bold;
	font-style: italic;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hs-staff .staff-list .staff-item .staff-name .cn-name {
	font-size: .5rem;
	color: #8DC643;
	line-height: 2rem
}

.hs-staff .staff-list .staff-item:hover {
	background: #FFFFFF
}

.hs-staff .staff-list .staff-item:hover .bg {
	opacity: 1;
}

.hs-staff .staff-list .staff-item:hover .staff-name {
	border-color: rgba(255, 255, 255, 0.5)
}

.hs-staff .staff-list .staff-item:hover .staff-name .cn-name {
	color: #ffffff
}

.hs-platform {
	margin-top: .9rem;
	background-color: #f7f7f7
}

.hs-platform .synopsis {
	padding: .55rem 0 .45rem
}

.hs-platform .synopsis img {
	display: block;
	margin: 0 auto;
	max-width: 90%
}

.hs-platform .advantage {
	padding: .85rem 0 .75rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
	box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15)
}

.hs-platform .advantage .title {
	border-bottom: .04rem #8DC643 solid;
	padding-bottom: .3rem;
	position: relative
}

.hs-platform .advantage .title h2 {
	font-size: .5rem;
	color: #3d3c3d
}

.hs-platform .advantage .title .title-bg {
	font-size: 1rem;
	color: #000000;
	opacity: 0.07;
	position: absolute;
	left: -.3rem;
	bottom: .25rem;
	line-height: .8rem;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	font-family: 'Century Gothic'
}

.hs-platform .advantage .advantage-content {
	margin-top: .5rem
}

.hs-platform .advantage .advantage-content .advantage-tab {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hs-platform .advantage .advantage-content .advantage-tab .tab-item {
	height: .9rem;
	background-color: #f7f7f7;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.hs-platform .advantage .advantage-content .advantage-tab .tab-item .num {
	font-size: .28rem;
	font-family: 'Century Gothic';
	line-height: 1;
	font-weight: bold;
	color: #3d3c3d;
	display: inline-block;
	position: relative;
	margin-right: .35rem
}

.hs-platform .advantage .advantage-content .advantage-tab .tab-item .num:before {
	content: '/';
	color: #d5d5d5;
	font-size: .24rem;
	position: absolute;
	right: -.2rem;
	top: 0
}

.hs-platform .advantage .advantage-content .advantage-tab .tab-item .item-title {
	font-size: .26rem;
	line-height: 1;
	color: #3d3c3d;
	display: inline-block
}

.hs-platform .advantage .advantage-content .advantage-tab .active {
	background: #8DC643 url("../images/platform_nav_bg.png") no-repeat center/cover;
	height: 1.2rem
}

.hs-platform .advantage .advantage-content .advantage-tab .active .num {
	color: #ffffff
}

.hs-platform .advantage .advantage-content .advantage-tab .active .num:before {
	color: #3d8877
}

.hs-platform .advantage .advantage-content .advantage-tab .active .item-title {
	color: #ffffff
}

.hs-platform .advantage .advantage-content .advantage-list {
	display: none
}

.hs-platform .advantage .advantage-content .advantage-list .advantage-text {
	font-size: .2rem;
	line-height: 1.8;
	padding: .4rem 1.9rem;
	text-align: center
}

.hs-platform .advantage .advantage-content .advantage-list .solution {
	background-color: #f7f7f7;
	padding: .45rem .8rem .4rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top {
	position: relative
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-title {
	border-bottom: 3px #dddddd solid;
	padding-bottom: .2rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-title h3 {
	color: #333333;
	font-size: .36rem;
	font-weight: bold;
	line-height: 1
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction {
	position: absolute;
	right: 0;
	top: 0
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn {
	width: .4rem;
	height: .4rem;
	background-color: #8DC643;
	border-radius: 50%;
	position: relative;
	margin-left: .1rem;
	text-align: center;
	border: 3px #8DC643 solid;
	cursor: pointer
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn .swiper-button-prev {
	width: .09rem;
	height: .14rem;
	background: url("../images/arrow_left_white.png") no-repeat center/contain;
	margin-top: -.07rem;
	left: .12rem;
	opacity: 1
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn .swiper-button-next {
	width: .09rem;
	height: .14rem;
	background: url("../images/arrow_right_green.png") no-repeat center/contain;
	margin-top: -.07rem;
	right: .12rem;
	opacity: 1
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .btn-next {
	background-color: transparent
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom {
	margin: 0 0 0 -.3rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution {
	position: relative;
	overflow: hidden;
	padding-left: .3rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list {
	width: 50%;
	padding-right: 0.3rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title {
	position: relative;
	padding-top: .4rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title h4 {
	color: #3d3c3d;
	font-size: .3rem;
	padding-bottom: .2rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title h4:before {
	content: '';
	width: .25rem;
	height: 2px;
	background-color: #dddddd;
	position: absolute;
	left: 0;
	bottom: 0
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-title .title-bg {
	color: #3d3c3d;
	font-size: 1rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	left: -.3rem;
	top: 0;
	white-space: nowrap
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main {
	margin-top: .12rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main li {
	margin: .07rem 0;
	position: relative;
	padding-left: .17rem
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main li:before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #8DC643;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main.nodot li:before {
	display: none
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main.nodot li {
	padding-left: 0
}

.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .swiper-slide {
	opacity: 0
}

.hs-platform .advantage .advantage-content .active {
	display: block
}

.hs-equipment .garbage {
	width: 100%;
	height: 8rem;
	background: #f7f7f7 url("../images/equipment_bg.png") no-repeat center/cover
}

.hs-equipment .garbage .garbage-left .garbage-left-box {
	height: 8rem
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	display: none
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box {
	padding-right: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .title {
	padding-bottom: .34rem;
	border-bottom: .04rem #8DC643 solid
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .title h3 {
	color: #3d3c3d;
	font-size: .5rem;
	line-height: 1
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .text {
	margin-top: .25rem
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .text p {
	color: #3d3c3d;
	font-size: .18rem;
	line-height: 1.5
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box {
	padding-top: .1rem;
	padding-left: .2rem
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box {
	width: 6rem;
	height: 4rem;
	background-color: #00604a
}

.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box img {
	width: 6rem;
	height: 4rem;
	margin: -.1rem 0 0 -.1rem
}

.hs-equipment .garbage .garbage-right {
	margin-top: 1.15rem
}

.hs-equipment .garbage .garbage-right .opction-box {
	position: relative;
	padding: .95rem 0
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-button-garbage-prev {
	width: .18rem;
	height: .38rem;
	background: url("../images/arrow_t.png") no-repeat center/contain;
	position: absolute;
	right: .45rem;
	top: 0
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction {
	height: 3.6rem
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide {
	text-align: right;
	padding: .25rem 0
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide .name {
	color: #ffffff;
	font-size: .16rem;
	position: relative;
	line-height: 1;
	cursor: default
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide-active {
	padding-right: .4rem
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide-active:before {
	content: '';
	width: .3rem;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hs-equipment .garbage .garbage-right .opction-box .swiper-button-garbage-next {
	width: .18rem;
	height: .38rem;
	background: url("../images/arrow_b.png") no-repeat center/contain;
	position: absolute;
	right: .45rem;
	bottom: 0
}

.hs-equipment .quality {
	padding: .4rem 0 .8rem
}

.hs-equipment .quality .quality-text {
	padding-top: .3rem
}

.hs-equipment .quality .quality-text p {
	color: #3d3c3d;
	font-size: .16rem;
	line-height: 1.8
}

.hs-equipment .quality .quality-img {
	margin-top: .45rem
}

.hs-equipment .quality .quality-img img {
	width: 100%;
	height: auto
}

.hs-equipment .quality .quality-list {
	margin: .3rem -.2rem 0
}

.hs-equipment .quality .quality-list .list-item {
	padding: 0 .2rem
}

.hs-equipment .quality .quality-list .list-item .list-item-main {
	width: 100%;
	background-color: #f7f7f7;
	padding: .25rem .3rem .2rem
}

.hs-equipment .quality .quality-list .list-item .list-item-main .top {
	padding-bottom: .14rem;
	border-bottom: 1px #eeeeee solid
}

.hs-equipment .quality .quality-list .list-item .list-item-main .top .num {
	color: #8DC643;
	font-size: .24rem;
	line-height: 1;
	font-weight: bold
}

.hs-equipment .quality .quality-list .list-item .list-item-main .top .title {
	color: #3d3c3d;
	font-size: .2rem;
	line-height: 1;
	margin: .02rem 0 0 .15rem;
	font-weight: bold
}

.hs-equipment .quality .quality-list .list-item .list-item-main .bottom {
	width: 100%;
	height: 1.6rem;
	padding-top: .1rem;
	overflow: hidden
}

.hs-equipment .quality .quality-list .list-item .list-item-main .bottom p {
	color: #3d3c3d;
	font-size: .16rem;
	line-height: 1.6
}

.zy-business .business-banner .title .bg {
	width: 8.4rem;
	height: 4.9rem;
	background: url(../images/bg_12.png) no-repeat center/contain;
	position: absolute;
	left: -2rem;
	top: -2rem
}

.zy-business .business-main {
	background-color: #f7f7f7
}

.zy-business .business-main .part {
	position: relative
}

.zy-business .business-main .part .part-img {
	width: 50%;
	height: 6rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0
}

.zy-business .business-main .part .part-img-one {
	right: 0
}

.zy-business .business-main .part .part-img-two {
	left: 0
}

.zy-business .business-main .part .business-list {
	height: 6rem
}

.zy-business .business-main .part .business-list .business-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title {
	position: relative
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num {
	color: #8DC643;
	font-size: .6rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	line-height: 1;
	position: relative;
	padding-right: .45rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num:before {
	content: '/';
	color: #8DC643;
	font-size: .35rem;
	position: absolute;
	right: .2rem;
	top: .1rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title h3 {
	color: #3d3c3d;
	font-size: .5rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .title-bg {
	color: #3d3c3d;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	font-style: italic;
	line-height: 1;
	opacity: 0.07;
	position: absolute;
	left: -.6rem;
	top: -.38rem;
	white-space: nowrap
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .text {
	margin-top: .3rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .text p {
	color: #3d3c3d;
	font-size: .16rem;
	line-height: 1.8
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify {
	margin-top: .25rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item {
	height: 1rem;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: default
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item p {
	color: #3d3c3d;
	font-size: .2rem;
	text-align: center
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item .arrow {
	margin-top: .1rem
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item .arrow .arrow-off {
	width: .14rem;
	display: block
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item .arrow .arrow-on {
	width: .14rem;
	display: none
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(1) {
	border-bottom: 1px #f7f7f7 solid;
	border-right: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(2) {
	border-bottom: 1px #f7f7f7 solid;
	border-left: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(3) {
	border-top: 1px #f7f7f7 solid;
	border-right: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item:nth-child(4) {
	border-top: 1px #f7f7f7 solid;
	border-left: 1px #f7f7f7 solid
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active {
	background-color: #8DC643
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active p {
	color: #ffffff
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active .arrow-on {
	display: block
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .active .arrow-off {
	display: none
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-text {
	margin-top: .2rem;
	display: none
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-text p {
	color: #3d3c3d;
	font-size: .14rem;
	line-height: 1.5
}

.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .active {
	display: block
}

.zy-business .business-main .part .business-list .business-list-item .p-l-12 {
	padding-left: 1.2rem
}

.zy-business .business-main .part .business-list .business-list-item .p-r-08 {
	padding-right: .8rem
}

.zy-business .business-main .part .business-list .left-flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.zy-business .business-main .part .business-list .left-flex .list-item-main .title .title-bg {
	font-size: 1rem
}

.zy-business .selected-case {
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 .08rem .43rem 0 rgba(6, 6, 6, 0.15);
	box-shadow: inset 0 .08rem .43rem 0 rgba(6, 6, 6, 0.15)
}

.hs-safe .business-banner .title .bg {
	width: 8.4rem;
	height: 4.9rem;
	background: url(../images/bg_12.png) no-repeat center/contain;
	position: absolute;
	left: -2rem;
	top: -2rem
}

.hs-safe .handle-box .left {
	height: 7rem
}

.hs-safe .handle-box .left .left-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.hs-safe .handle-box .right {
	background-color: #8DC643;
	padding: .8rem .8rem .6rem 0
}

.hs-safe .handle-box .right .right-main {
	max-width: 8.3rem;
	height: 5.6rem;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 1.3rem;
	padding-left: .8rem
}

.hs-safe .handle-box .right .right-main .title {
	position: relative
}

.hs-safe .handle-box .right .right-main .title h3 {
	color: #ffffff;
	font-size: .5rem
}

.hs-safe .handle-box .right .right-main .title .title-bg {
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	font-style: italic;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	left: -.6rem;
	top: -.2rem;
	white-space: nowrap
}

.hs-safe .handle-box .right .right-main .title-text {
	margin: .25rem 0 .35rem;
	padding-bottom: .35rem;
	position: relative
}

.hs-safe .handle-box .right .right-main .title-text p {
	color: #ffffff;
	font-size: .18rem;
	line-height: 1.8
}

.hs-safe .handle-box .right .right-main .title-text:before {
	content: '';
	width: .4rem;
	height: .05rem;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0
}

.hs-safe .handle-box .right .right-main .sub-title {
	margin-bottom: .2rem
}

.hs-safe .handle-box .right .right-main .sub-title h4 {
	color: #ffffff;
	font-size: .22rem;
	line-height: 1
}

.hs-safe .handle-box .right .right-main .text p {
	color: #ffffff;
	font-size: .16rem;
	line-height: 1.5;
	margin-bottom: .25rem
}

.hs-safe .handle-box .right .right-main::-webkit-scrollbar {
	width: 4px
}

.hs-safe .handle-box .right .right-main::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.2)
}

.hs-safe .handle-box .right .right-main::-webkit-scrollbar-thumb {
	background-color: #ffffff
}

.hs-safe .technology-box {
	background-color: #f7f7f7;
	padding: .8rem 0
}

.hs-safe .technology-box .technology-list .technology-item {
	height: 5rem
}

.hs-safe .technology-box .technology-list .technology-item .picture-box {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.hs-safe .technology-box .technology-list .technology-item .info-box {
	height: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
	box-shadow: 0 8px 43px 0 rgba(6, 6, 6, 0.15);
	padding: .8rem .8rem .6rem;
	overflow: hidden;
	overflow-y: auto;
}

.hs-safe .technology-box .technology-list .technology-item .info-box::-webkit-scrollbar {
	width: 4px;
}

.hs-safe .technology-box .technology-list .technology-item .info-box::-webkit-scrollbar-thumb {
	background-color: #8DC643;
}

.hs-safe .technology-box .technology-list .technology-item .info-box .title {
	position: relative
}

.hs-safe .technology-box .technology-list .technology-item .info-box .title h3 {
	color: #3d3c3d;
	font-size: .5rem;
	line-height: 1
}

.hs-safe .technology-box .technology-list .technology-item .info-box .title .title-bg {
	color: #3d3c3d;
	font-size: .84rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	font-style: italic;
	line-height: 1;
	opacity: 0.07;
	position: absolute;
	left: -.5rem;
	top: -.2rem;
	white-space: nowrap
}

.hs-safe .technology-box .technology-list .technology-item .info-box .title-text {
	margin: .25rem 0 .35rem;
	padding-bottom: .35rem;
	position: relative
}

.hs-safe .technology-box .technology-list .technology-item .info-box .title-text p {
	color: #3d3c3d;
	font-size: .18rem;
	line-height: 1.8
}

.hs-safe .technology-box .technology-list .technology-item .info-box .title-text:before {
	content: '';
	width: .4rem;
	height: .05rem;
	background-color: #8DC643;
	position: absolute;
	left: 0;
	bottom: 0
}

.hs-safe .technology-box .technology-list .technology-item .info-box .sub-title {
	margin-bottom: .2rem
}

.hs-safe .technology-box .technology-list .technology-item .info-box .sub-title h4 {
	color: #8DC643;
	font-size: .22rem;
	line-height: 1
}

.hs-safe .technology-box .technology-list .technology-item .info-box .text p {
	color: #3d3c3d;
	font-size: .16rem;
	line-height: 1.5;
	margin-bottom: .25rem
}

.hs-investor>.swiper-container {
	width: 100%;
	/*height: 100vh*/;
	height:auto;
}

.hs-investor>.swiper-container .swiper-slide {
	padding-top: .9rem;
	height: auto
}

/*.hs-investor>.swiper-container .swiper-slide:last-child {*/
/*	padding-top: 0*/
/*}*/

.hs-investor>.swiper-container .c-height {
	/*height: 100vh;*/
	height:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hs-investor {
	min-height: calc(100vh - 3.63rem)
}

.hs-investor .title {
	padding: .34rem 0;
	border-bottom: .04rem solid #8DC643;
	position: relative;
	line-height: 1;
	margin-bottom: .5rem
}

.hs-investor .title .zh {
	font-size: .5rem;
	position: relative;
	z-index: 2;
	color: #3d3c3d;
	display: inline-block
}

.hs-investor .title .en {
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.07);
	font-weight: bold;
	font-style: italic;
	font-family: 'Century Gothic';
	position: absolute;
	z-index: 1;
	left: -.4rem;
	top: 0rem
}

.hs-investor .title .more {
	background-color: #8DC643;
	font-size: .16rem;
	color: #FFFFFF;
	display: block
}

.hs-investor .investor-one .container,
.hs-investor .investor-three .container {
	width: 100%;
	flex: 0 0 100%;
	position: relative;
	min-height: calc(100% - 1rem)
}

.hs-investor .investor-one .investor-one-main {
	margin-top: .5rem
}

.hs-investor .investor-one .investor-one-main .investor-one-list {
	margin: 0 -.2rem
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item {
	padding: 0 .2rem;
	margin-bottom: .3rem
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main {
	height: 1.2rem;
	background-color: #f7f7f7;
	border: 2px #dddddd solid;
	padding: .3rem 0
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left {
	padding: 0 .3rem
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left .left-title {
	color: #3d3c3d;
	font-size: .22rem;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left .date {
	color: #3d3c3d;
	font-size: .16rem;
	line-height: 1;
	margin-top: .2rem
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right {
	border-left: 1px rgba(0, 0, 0, 0.2) solid
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow .arrow-off {
	width: .38rem;
	height: auto
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow .arrow-on {
	width: .38rem;
	height: auto;
	display: none
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover {
	background-color: #8DC643;
	border-color: #8DC643
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .left .left-title {
	color: #ffffff
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .left .date {
	color: #ffffff
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .right {
	border-left: 1px rgba(255, 255, 255, 0.2) solid
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .right .arrow .arrow-off {
	display: none
}

.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main:hover .right .arrow .arrow-on {
	display: block
}

.hs-investor .investor-two .main .img {
	width: 8.6rem;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 3.6rem);
	display: block;
	margin: .4rem auto 0
}

.hs-investor .investor-three .investor-three-main .investor-three-list {
	margin: 0 -.2rem;
	height: 4.6rem
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item {
	padding: 0 .2rem;
	height: 100%;
	margin-bottom: .3rem
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main {
	height: 100%;
	background-color: #ffffff;
	padding: 1.2rem .35rem 0
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img {
	position: relative;
	padding-bottom: .4rem
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img img {
	display: block;
	margin: 0 auto
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img:before {
	content: '';
	width: .26rem;
	height: 2px;
	background-color: #8DC643;
	opacity: 0.2;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .name {
	color: #3d3c3d;
	font-size: .2rem;
	text-align: center;
	line-height: 1;
	margin-top: .3rem;
	margin-bottom: .05rem
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .phone {
	color: #3d3c3d;
	font-size: .3rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	text-align: center
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .email {
	color: #3d3c3d;
	font-size: .28rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	text-align: center
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .address {
	color: #3d3c3d;
	font-size: .24rem;
	font-weight: bold;
	font-family: 'Century Gothic';
	text-align: center
}

.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main:hover {
	padding-top: 1.1rem;
	border-bottom: .08rem #8DC643 solid
}

@media (max-width: 768px) {
	.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left .left-title {
		line-height: 1.5;
	}

	/*底部*/
	.footer {
		padding: 0.3rem 0 0;
	}

	.footer .content {
		/*padding: 0 0.4rem;*/
	}

	.footer .footer-t .bdshare-button-style0-24 {
		margin-top: 0.1rem;
	}

	.hs-investor .title {
		padding: 0.2rem 0;
		margin-bottom: 0;
	}

	.hs-investor .title .zh {
		font-size: 0.4rem;
	}

	.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main {
		height: auto;
		padding: 0.2rem 0;
	}

	.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .left {
		padding: 0 0.2rem;
	}

	.hs-investor .investor-one .investor-one-main .investor-one-list .investor-one-list-item .main .right .arrow .arrow-off {
		width: 0.2rem;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list {
		height: auto;
	}

	.hs-investor .investor-three .investor-three-main {
		flex: 0 0 100%;
		margin-top: 0.5rem;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main {
		display: flex;
		flex-wrap: nowrap;
		padding: 0.3rem 0.2rem;
		align-items: center;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img {
		flex: 0 0 0.8rem;
		padding-bottom: 0;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img img {
		width: 0.5rem;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .icon-img:before {
		display: none;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .in-main {
		flex: 1 1 auto;
		padding-left: 0.2rem;
	}

	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .name,
	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .phone,
	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .address,
	.hs-investor .investor-three .investor-three-main .investor-three-list .investor-three-list-item .main .email {
		text-align: left;
		margin-top: 0;
	}

	.hs-information {
		padding: 0.5rem 0;
	}

	.hs-information .information-list .list-item {
		height: auto;
	}

	.hs-information .information-list .list-item .item-right .item-right-content {
		align-items: center;
	}

	.hs-information .information-list .list-item .item-right .item-right-content .right-main {
		padding: 0.3rem 0.4rem;
	}

	.hs-information .information-list .list-item .item-left .left-main .day {
		font-size: 0.5rem;
		line-height: 0.4rem;
	}

	.hs-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box {
		border-left: 0;
	}

	.hs-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box img {
		position: static;
	}

	.hs-safe .handle-box .left {
		height: 6rem;
	}

	.hs-safe .handle-box .right {
		padding: 0.2rem;
	}

	.hs-safe .handle-box .right .right-main {
		padding-right: 0.2rem;
		padding-left: 0;
	}

	.hs-safe .technology-box .technology-list .technology-item .info-box {
		padding: 0.25rem;
	}

	.zy-business .business-main .part .business-list .business-list-item .p-r-08 {
		padding-right: 0.4rem;
	}

	.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-list .classify-list-item p {
		font-size: 0.16rem;
	}

	.zy-business .business-main .part .business-list .business-list-item .p-l-12 {
		padding-left: 0.4rem;
	}

	.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box {
		max-width: 100%;
		height: auto;
	}

	.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box .img-box img {
		max-width: 100%;
		height: auto;
	}

	.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box {
		padding-right: 0;
	}

	.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .right-box {
		padding-left: 0;
	}

	.hs-equipment .garbage {
		background-position: right center;
		background-size: 7rem 100%;
	}

	.hs-equipment .quality .quality-list {
		margin-left: -0.1rem;
		margin-right: -0.1rem;
	}

	.hs-equipment .quality .quality-list .list-item {
		padding: 0 0.1rem;
	}

	.hs-equipment .quality .quality-list .list-item .list-item-main {
		padding: 0.2rem;
	}

	.hs-equipment .quality .quality-list .list-item .list-item-main .top {
		display: flex;
	}

	.hs-equipment .quality .quality-list .list-item .list-item-main .top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.hs-equipment .quality .quality-list .list-item .list-item-main .top .title {
		margin-top: 0;
		line-height: 1.2;
	}

	.hs-platform .advantage .advantage-content .advantage-list .advantage-text {
		padding: 0.3rem;
	}
}

@media (max-width: 575px) {
	.more-btn {
		width: 2.5rem;
		height: 0.7rem;
		line-height: 0.66rem;
		font-size: 0.28rem;
	}

	/*新闻列表*/
	.hs-information .information-list .list-item .item-left {
		padding-right: 0;
	}

	.hs-information .information-list .list-item .item-right .item-right-content .right-main .title h3 {
		font-size: 0.34rem;
	}

	.hs-information .information-list .list-item .item-right .item-right-content .right-main .main p {
		font-size: 0.24rem;
		line-height: 1.3;
	}

	.hs-information .information-list .list-item .item-left .left-main .year {
		font-size: 0.24rem;
	}

	.information-list {
		margin-bottom: 0.3rem;
	}

	/*新闻详情*/
	.hs-information {
		min-height: calc(100vh - 3.9rem);
	}

	.news-detail {
		padding-bottom: 0.4rem;
		min-height: calc(100vh - 3rem);
	}

	.news-detail .content .close {
		background: url(../images/icon_close_hover.png) no-repeat center/contain;
	}

	.news-detail .content .time {
		font-size: 0.28rem;
		height: 0.7rem;
	}

	.news-detail .content .page-fy>div {
		font-size: 0.3rem;
		line-height: 0.4rem;
	}

	/*业务领域*/
	.hs-banner {
		height: 4.6rem;
	}
	.hs-banner.aboutbanner{
	    height:auto;
	    background: rgba(0,0,0,.3);
	}

	.business-article,
	.renewable-resources .business-article {
		padding: 0.4rem 0;
	}

	.business-banner>.container .title {
		font-size: 0.5rem;
	}

	.business-article .text {
		font-size: 0.26rem;
	}

	.hs-title {
		padding: 0.2rem 0;
	}

	.hs-title .zh {
		font-size: 0.4rem;
		left: -0.2rem;
	}

	.hs-title .en {
		font-size: 0.8rem;
	}

	.excellent-case .hs-title .zh {
		left: 0;
		margin-bottom: 0.3rem;
	}

	.excellent-case .hs-title .en {
		font-size: 0.8rem;
		left: -0.3rem;
	}

	.our-service {
		padding: 0.4rem 0;
	}

	.our-service .main .s-t-inno,
	.innovation-achievement .main .s-t-inno {
		padding-right: 0;
		border-right: 0;
		margin-bottom: 0.5rem;
	}

	.our-service .main .txt {
		max-width: 100%;
	}

	.our-service .main .p-s-inno,
	.innovation-achievement .main .p-s-inno {
		padding-left: 0;
	}

	.our-service .main ul li {
		width: 50%;
		float: left;
		font-size: 0.24rem;
	}

	.plan-advantage .list .list-item .number,
	.intelligent-service .main .list-item .number {
		font-size: 0.4rem;
		flex: 0 0 0.8rem;
		line-height: 0.4rem;
	}

	.plan-advantage .list .list-item .number:after,
	.intelligent-service .main .list-item .number:after {
		top: 0;
		transform: none;
	}

	.plan-advantage .list .list-item,
	.intelligent-service .main .list-item {
		padding: 0.3rem;
	}

	.garbage-service .list .ser-title {
		padding-right: 0;
		padding-left: 0.7rem;
	}

	.business-article .text .sub-title,
	.intelligent-clean .business-article .text .sub-title,
	.renewable-resources .business-article .text .sub-title,
	.resource-recycle .business-article .text .sub-title {
		font-size: 0.36rem !important;
		line-height: 1.2;
	}

	.garbage-service .list .ser-text,
	.garbage-service .list .ser-ul li p {
		font-size: 0.24rem;
	}

	.garbage-service .list .ser-ul li h4 {
		font-size: 0.28rem;
	}

	.garbage-service .list .ser-icon {
		height: 0.5rem;
		right: inherit;
		left: 0.2rem;
		top: -0.1rem;
	}

	.selected-case .more-btns {
		top: 0.2rem;
	}

	.selected-case .case-list .list-item {
		margin-bottom: 0.4rem;
	}

	.selected-case .case-list .list-item:last-child {
		margin-bottom: 0;
	}

	.selected-case .case-list .list-item .case-img {
		height: 4rem;
	}

	.selected-case .case-list .list-item .case-main .case-title {
		font-size: 0.3rem;
	}

	.selected-case .case-list .list-item .case-main .case-text,
	.intelligent-service .main .list-item .top p,
	.intelligent-service .main .list-item .manage-platform .manage-item .m-txt,
	.recovery-service .main .list-item .text .s-txt,
	.recovery-superiority .main .list-item .s-txt,
	.now-flow .sweep-cpde,
	.industry-chain .txt,
	.energy-advantage .left .txt {
		font-size: 0.24rem;
		line-height: 1.4;
	}

	.intelligent-service .main .list-item .manage-platform .manage-item .m-title {
		font-size: 0.28rem;
	}

	.recovery-service .main {
		margin: 0;
	}

	.recovery-service .main>div {
		margin-bottom: 0.4rem;
	}

	.recovery-service .main .list-item {
		height: auto;
		padding-bottom: 0.35rem;
	}

	.recovery-service,
	.recovery-superiority {
		padding: 0.5rem 0 0.1rem;
	}

	.renewable-resources .recovery-title {
		margin-bottom: 0.4rem;
	}

	.renewable-resources .recovery-title .zh {
		font-size: 0.4rem;
		font-weight: bold;
	}

	.recovery-superiority .main {
		padding-top: 0.4rem;
	}

	.recovery-superiority .main .list-item .icon {
		width: 1.8rem;
	}

	.now-flow {
		padding: 0.4rem 0;
	}

	.industry-chain .container {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.industry-chain .title {
		font-size: 0.4rem;
		text-align: center;
		font-weight: bold;
		margin-bottom: 0.3rem;
	}

	.energy-advantage .left .title .zh {
		font-size: 0.4rem;
	}

	.energy-advantage .left .title::after {
		top: 0.6rem;
	}

	.ljfs-6 dd .txt,
	.hs-safe .handle-box .right .right-main .title-text p,
	.hs-safe .handle-box .right .right-main .text p,
	.zy-business .business-main .part .business-list .business-list-item .list-item-main .text p,
	.zy-business .business-main .part .business-list .business-list-item .list-item-main .choose-classify .classify-text p,
	.hs-banner-content .hs-banner-main .text p {
		font-size: 0.24rem;
	}

	.hs-safe .handle-box .left {
		display: none;
	}

	.hs-safe .handle-box .right {
		padding: 0.4rem;
	}

	.hs-safe .handle-box .right .right-main {
		height: auto;
		padding-right: 0;
	}

	.hs-safe .handle-box .right .right-main .title h3 {
		font-size: 0.4rem;
	}

	.hs-safe .handle-box .right .right-main .sub-title h4 {
		font-size: 0.3rem;
	}

	.hs-safe .technology-box {
		padding: 0.4rem 0;
	}

	.hs-safe .technology-box .technology-list .technology-item .info-box .title h3,
	.zy-business .business-main .part .business-list .business-list-item .list-item-main .title h3 {
		font-size: 0.4rem;
	}

	.hs-safe .technology-box .technology-list .technology-item .info-box .title .title-bg,
	.zy-business .business-main .part .business-list .left-flex .list-item-main .title .title-bg {
		font-size: 0.7rem;
		left: 0;
		top: -0.1rem;
	}

	.hs-safe .technology-box .technology-list .technology-item .info-box .sub-title h4 {
		font-size: 0.3rem;
	}

	.zy-business .business-main .part .part-img {
		display: none;
	}

	.zy-business .business-main .part .business-list .business-list-item .p-r-08 {
		padding-right: 0;
	}

	.zy-business .business-main .part .business-list .business-list-item .p-l-12 {
		padding-left: 0;
	}

	.zy-business .business-main .part .business-list {
		height: auto;
		padding: 0.4rem 0;
	}

	.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num {
		font-size: 0.4rem;
		line-height: 0.48rem;
	}

	.zy-business .business-main .part .business-list .business-list-item .list-item-main .title .num:before {
		top: 0;
	}

	.hs-banner-content {
		padding: 0.5rem 0;
	}

	.hs-banner-content .hs-banner-main h3,
	.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .title h3 {
		font-size: 0.4rem;
	}

	.hs-equipment .garbage .garbage-left .garbage-left-box,
	.hs-equipment .garbage {
		height: auto;
	}

	.hs-equipment .garbage {
		padding: 0.4rem 0;
		background-position: right bottom;
		background-size: 300% 2rem;
	}

	.hs-equipment .garbage .garbage-left .garbage-left-box .garbage-left-slide .slide-main .left-box .left-main .text p {
		font-size: 0.24rem;
		margin-bottom: 0.4rem;
	}

	.hs-equipment .garbage .garbage-right {
		margin: 0;
	}

	.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction {
		height: auto;
		padding-bottom: 0.6rem;
	}

	.hs-equipment .garbage .garbage-right .opction-box {
		padding: 0.4rem 0 0;
	}

	.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide {
		width: auto;
		padding: 0.2rem;
	}

	.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide-active:before {
		display: none;
	}

	.hs-equipment .garbage .garbage-right .opction-box .swiper-container-opction .swiper-slide .name {
		font-size: 0.3rem;
	}

	.hs-equipment .quality .quality-text p {
		font-size: 0.24rem;
	}

	.hs-equipment .quality .quality-list .list-item .list-item-main .top .num,
	.hs-equipment .quality .quality-list .list-item .list-item-main .top .title {
		font-size: 0.32rem;
	}

	.hs-equipment .quality .quality-list .list-item {
		margin-bottom: 0.4rem;
	}

	.hs-equipment .quality .quality-list .list-item:last-child {
		margin-bottom: 0;
	}

	.hs-equipment .quality .quality-list .list-item .list-item-main .bottom {
		height: auto;
		padding-bottom: 0.1rem;
	}

	.hs-platform .advantage .advantage-content .advantage-list .advantage-text {
		font-size: 0.28rem;
	}

	.hs-platform .advantage .advantage-content .advantage-tab .tab-item .item-title,
	.hs-platform .advantage .advantage-content .advantage-tab .tab-item .num {
		font-size: 0.3rem;
	}

	.hs-platform .advantage .advantage-content .advantage-list .solution {
		padding: 0.4rem 0.3rem;
	}

	.hs-platform .advantage .advantage-content .advantage-list .solution .solution-top .solution-opction .opction-btn {
		border-width: 2px;
	}

	.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list {
		width: 50%;
		padding: 0 0.1rem;
	}

	.hs-platform .advantage .advantage-content .advantage-list .solution .solution-bottom .swiper-container-solution .slide-main .list .list-main li:before {
		width: 5px;
		height: 5px;
	}
}

.ml-2 {
	margin-left: 1.4rem !important;
}

.placeholder {
	font-size: .15rem;
}

A.applink:hover {
	border: 2px dotted #DCE6F4;
	padding: 2px;
	background-color: #ffff00;
	color: green;
	text-decoration: none
}

A.applink {
	border: 2px dotted #DCE6F4;
	padding: 2px;
	color: #2F5BFF;
	background: transparent;
	text-decoration: none
}

A.info {
	color: #2F5BFF;
	background: transparent;
	text-decoration: none
}

A.info:hover {
	color: green;
	background: transparent;
	text-decoration: underline
}

.Honor-list a img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}

.Honor-list {
	padding: 20px 0;
}

.Honor-list li {
	padding: 0 15px;
	margin-bottom: 48px;
}


.Honor-list .elc-text {
	text-align: center;
	margin: 5px 0 0 0;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	color: #4c4c4c;
}

@media (min-width: 1024px) {
	.Honor-list .elc-text {
		font-size: 18px;
		height: 24px;
		line-height: 24px;
		margin-top: 27px;
	}
}

.probg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: black;
	z-index: 90;
	display: none;
	opacity: 0.7;
}

.thumb-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.thumb-popup .close {
	width: 35px;
	height: 35px;
	position: fixed;
	display: block;
	top: 20px;
	right: 3%;
	background-image: url(../images/winco04.png);
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	cursor: pointer;
	z-index: 99;
	background-color: #8DC643;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.thumb-copy-wrapper {
	position: relative;
	overflow: hidden;
}

.thumb-wraper {
	width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	word-wrap: break-word;
	line-height: 28px;
	z-index: 9;
}

.thumb-copy-wrapper {
	position: relative;
	overflow: hidden;
}

.thumb-popup .swiper-wrapper li {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}

.thumb-popup .swiper-wrapper li img {
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}

.popup-btn {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
}

.Honor-list .elc-text {
	text-align: center;
	margin: 5px 0 0 0;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4c4c4c;
}

.Honor-list .elc-img {
	overflow: hidden;
}

.Honor-list .elc-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.Honor-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}

.Honor-list li:hover .elc-text {
	color: #8DC643;
}

/* 产品案例 */
.product-list {
	padding: 30px 0;
}

.product-list li {
	padding: 0 15px;
	margin: 0 0 30px 0;
}

.product-list li a {
	border: 1px solid #e3e3eb;
	display: block;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.product-list li .pro-img {
	overflow: hidden;
	background-color: #eaebf5;
}

.product-list li .pro-img img {
	/*max-width: 100%;*/
	width:100%;
	/*height:280px;*/
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.product-list li .pro-text {
	font-size: 16px;
	border-top: 1px solid #e3e3eb;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
	color: #58596d;
}

.product-list li:hover .pro-text {
	color: #8DC643;
	font-weight: bold;
}

.product-list li:hover a {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.product-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
/* 产品详情 */
.detailContent{
	padding:30px 0;
}
.detailContent .news-title{
	font-size: .42rem;
	color: #3d3c3d;
	text-align: center;
	line-height: .52rem;
	margin-bottom: 0.5rem;
}
.detailContent .time{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: .16rem;
	color: #8DC643;
	font-weight: 700;
	margin-bottom:20px;
}


.paginationClick{
	display: flex;
	justify-content: space-between;
	padding:40px 20px;
}
 .paginationClick>div{
	width: 40%;
}
 .paginationClick .net{
	text-align: right;
}

/*人才招聘*/
.talent-list{
    padding-top:0;
}
.talent-list li{
    padding:15px;
}
.talent-list li .a {
    overflow: auto;
    padding:10px;
    	border: 1px solid #e3e3eb;
	display: block;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}


.talent-list li .Delivery{
    background-color: #8DC643;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    
}
.mauto {
	margin: 0 auto;
	max-width: 1400px
}
.mauto:before, .mauto:after, .clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after, .mauto:after {
    clear: both;
}
.fl {
	float: left
}

.fr {
	float: right
}

.main-nav-p{background:#f8f8f8;text-align:center}
.main-nav-p .main-home{padding-left:23px;height:70px;background:url(../images/main_home.png) no-repeat left center;color:#666;line-height:70px}
.main-nav-p .main-home i{color:#022447}
.main-nav-p ul{font-size:0}
.main-nav-p li{display:inline-block;margin-left:42px}
.main-nav-p li.cur a::after,.main-nav-p li:hover a::after{-webkit-transform:scale(1);transform:scale(1)}
.main-nav-p li a{position:relative;display:block;height:70px;font-size:14px;line-height:70px;}
.main-nav-p li a::after{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#8DC643;content:'';-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scale(0,1);transform:scale(0,1);}
.main-nav-p a{
    color:#022447;
}
.productView .imgBox{
    padding-right:20px;
}
.productView .imgBox img{
    width:100%;
}
.productView .imgBox .gallery-top{		
	/*min-height:400px;*/
	padding:10px;
	border:1px solid #ddd;
	/*width:400px;*/
}
.productView .imgBox .gallery-thumbs{
	height:130px;
}
@media screen and (max-width:768px) and (max-min:500px) {
	.productView .imgBox .gallery-top{
		/*height:500px;	*/
		padding-right:0
	}
	.productView .imgBox .gallery-thumbs{
		height:150px;
	}
}
@media screen and (max-width:500px)  {
	.productView .imgBox .gallery-top{
	    padding-right:0
		/*height:250px;	*/
	}
	.productView .imgBox .gallery-thumbs{
		height:100px;
	}
}
.productView .swiper-slide {
	background-size: cover;
	background-position: center;
	width: 100%;
}

.productView .gallery-top {	
	width: 100%;	
}

.productView .gallery-thumbs {	
	box-sizing: border-box;
	padding: 10px 0;
}

.productView .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	/*opacity: 0.4;*/
}

/*.productView .gallery-thumbs .swiper-slide-active {*/
/*	opacity: 1;*/
/*}*/

.productView .p_title{
	font-weight: bold;
	white-space: normal;
	text-align: left;
	color: #262626;
	font-size:22px;
	margin-bottom:20px;
}
.productView .p_description{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.productView .linkUs {
	padding:40px 0;
}
.productView .linkUs span{
	margin-bottom: 10px;
	background: #7fb73f;
	padding: 0.6vw 3vw;
	border-radius: 0px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #7fb73f;
	transition: all .36s ease;
	display: inline-block;	
}
.productView .p_bottom .col-md-12,.productView .p_bottom .p_bottom_title{
	background-color: #fff;
}
.productView .p_bottom .p_bottom_title span{
	line-height: 70px;
	height:70px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	display: inline-block;	
	background: #b5252e;
	border-bottom: 2px solid #f60;
	width: calc((100% - 4px)/3);
}
.productView .p_bottom .content{
	padding: 30px 35px 20px;
}



.footer {
   background: rgba(243,243,243,1);
}
.footer .fl{
    padding-right:20px;
    padding-top:.5rem;
}

.footerLogo{
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding-bottom:15px;
    margin-bottom:15px;
}
.footer .fl .footerList li{
    margin-bottom:20px;
    font-size:.2rem;
}
.footer .fl .footerList li i{
    margin-right:15px;
    color:#7fb73f;
}
.footer .fl .footerList li.email{
    color:#7fb73f;
}

.footer .fr{
    padding:20px 40px;
    background-color: #618934;
}
.footer .fr .title{
    font-size:.3rem;
    color:#fff;
    margin-bottom:20px;
}
.footer .fr .title::after{
    content:"";
    display: block;
    width:1rem;
    height:2px;
    background: #fff;
    margin-top: 20px;
}
.footer .fr input,
.footer .fr textarea{
    width:100%;
    border-radius: 5px;
    border:0;
    margin-bottom:10px;
    padding-left:5px;
    outline: none;
    font-size: .1rem;
}
.footer .fr input{
    height:35px;
}
.footer .fr .input1{
    padding-right:10px;
}
.footer .fr .input2{
    padding-left:10px;
}
.footer .footerSubmit{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
    cursor: pointer;
    outline: none;
}
.footer .footerSubmit:hover{
    background: #fff;
    color:#000;
}
@media all and (max-width:768px){
    .footer .fr .input1{
    padding-right:0;
    }
    .footer .fr .input2{
        padding-left:0;
    }
    .footer .fr{
        margin-bottom:20px;
    }
}
