*{
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
	color: #000;
}

/* 标题 */
.public-title{
	position: relative;
}
.public-title h3 {
	font-size: 70px;
	font-weight: normal;
	margin-top: 24px;
	color: #009C59;
	position: absolute;
	bottom: 0;
	left: 0;
}

.public-title p {
	font-size: 126px;
	line-height: 150px;
	color: #EAF1EB;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

/* 按钮 */
.btn_style{
	display: flex;
	width: 219px;
	height: 72px;
	color: #fff;
	background-color: #009C59;
	align-items: center;
	padding: 23px 34px;
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	position: relative;
	border-radius: 10px 10px 10px 0;
	cursor: pointer;
}
.btn_style::after{
	content: '';
	display: block;
	width: 9px;
	height: 16px;
	background-image: url(../images/index/icon01.png);
	position: absolute;
	right: 34px;
}

/* 背景 */
.bg_style{
	width: 425px;
	height: 782px;
	background-image: url(../images/index/bg01.png);
	background-size: 100%;
}

/* 图片 */
.imgbox{
	overflow: hidden;
}
.imgbox:hover img{
	transform: scale(1.2);
}
img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

/* 盒子 */
.item_box{
	width: 1470px;
	margin: 0 auto;
}

/* logo */
.logo-box {
	width: 185px;
	cursor: pointer;
}

.logo-box img {
	width: 100%;
}

/* 轮播图 */
.swiper .swiper-button-next,.swiper .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/index/icon04.png);
	position: initial;
	margin: 0;
	margin-left: 18px;
}
.swiper .swiper-button-prev,.swiper .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/index/icon03.png);
	position: initial;
	margin: 0;
}
.swiper .swiper-button-next,.swiper .swiper-button-prev{
	width: 56px;
    height: 56px;
	border-radius: 10px;
	background-color: #BED4C2;
	background-size: auto;
}
.swiper .swiper-container-horizontal>.swiper-pagination-bullets,.swiper .swiper-pagination-custom,.swiper .swiper-pagination-fraction{
	position: initial;
	width: 100px;
	font-size: 25px;
	color: #8B8B8C;
}
.swiper .swiper-pagination-current{
	color: #009C59;
}
.swiper .swiper-pagination-total{
	color: #8B8B8C;
}
.control_box{
	width: 261px;
	height: 56px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.control_box .button-item{
	width: 56px;
    height: 56px;
	display: block;
	background-color: #BED4C2;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}
.control_box .button-prev{
	background-image: url(../images/index/icon03.png);
}
.control_box .button-next{
	background-image: url(../images/index/icon04.png);
	margin-left: 18px;
}
.control_box .current{
	color: #009C59;
	font-size: 25px;
}
.control_box .total{
	color: #8B8B8C;
	font-size: 25px;
	margin-right: 54px;
}
.control_box span{
	color: #8B8B8C;
	font-size: 25px;
	display: inline-block;
	margin: 0 6px;
}

/* banner */
.sub_banner{
	margin-top: 87px;
	margin-bottom: 73px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.sub_nav{
	display: flex;
	justify-content: center;
	margin-bottom: 73px;
}

.sub_nav a{
	font-size: 18px;
	padding-bottom: 11px;
	display: inline-block;
	margin: 0 28px;
	color: #C1C1C1;
}
.sub_nav a.active{
	border-bottom: 3px #009C59 solid;
	color: #009C59;
}

/* 圆角盒子 */
.left-bottom-large {
	border-radius: 0 0 0 450px;
}
.top-left-medium {
	border-radius: 250px 0 0 0;
}
.right-bottom-medium {
	border-radius: 0 0 250px 0;
}
.top-right-medium {
	border-radius: 0 240px 0 0;
}
.left-bottom-small {
	border-radius: 0 0 0 150px;
}
.right-bottom-small {
	border-radius: 0 0 150px 0;
}

.point{
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.point::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 22px;
	left: 0px;
}

/* 面包屑 */
.sub-footer {
	background-color: #EAF1EB;
}
.page-footer .page-footer-top{
	display: flex;
	align-items: flex-end;
}
.page-footer .page-footer-top .crumbs{
	display: block;
	margin-left: 56px;
}
.page-footer .page-footer-top .crumbs span:first-child{
	display: none;
}
.page-footer .page-footer-top .crumbs a{
	color: #757475;
	font-size: 18px;
}
.page-footer .page-footer-top .crumbs a.active{
	color: #009C59;
}
.page-footer .page-footer-top .crumbs span{
	color: #757475;
	font-size: 18px;
}
.page-footer .page-footer-top .crumbs span.active{
	color: #009C59;
}


/* 案例详情 */
.case-info {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 2;
	display: none;
	z-index: 999;
	justify-content: center;
	align-items: center;
}

.case-info .swiper {
	width: 80%;
	height: 80%;
	position: absolute;
	overflow: hidden;
}

.case-info .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

.case-info .swiper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.case-info .close {
	width: 33px;
	height: 33px;
	background: url(../images/about/close.png) no-repeat center;
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	z-index: 3;
}

.case-info .bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
}

.case-info .swiper-button-prev {
	background-image: url(../images/about/left.png) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 60px;
	height: 60px;
	background-color: #F1F1F1;
	opacity: 1 !important;
	outline: none;
}

.case-info .swiper-button-next {
	background-image: url(../images/about/right.png) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 60px;
	height: 60px;
	background-color: #F1F1F1;
	opacity: 1 !important;
	outline: none;
}

.case-info .swiper-button-prev:hover {
	background-color: #59A6AC;
	background-image: url(../images/about/left-w.png) !important;
}

.case-info .swiper-button-next:hover {
	background-color: #59A6AC;
	background-image: url(../images/about/right-w.png) !important;
}

.case-info .swiper-pagination .swiper-pagination-current {
	font-size: 31px;
	color: #fff;
	font-weight: lighter;
}

.case-info .swiper-pagination {
	font-size: 31px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}

.case-info .swiper-pagination .swiper-pagination-total {
	font-size: 21px;
	color: #fff;
	font-weight: lighter;
}

@media (max-width: 960px ){
	.public-title h3{
		font-size: 36px;
	}
	.item_box{
		width: 90%;
		margin: 0 auto;
	}
	.btn_style{
		width: 160px;
    height: 46px;
		font-size: 14px;
	}
	.btn_style::after{
		background-size: 100%;
		width: 7px;
		height: 11px;
	}
	.page-footer .page-footer-top{
		flex-wrap: wrap;
	}
	.page-footer .page-footer-top .crumbs{
		margin-top: 20px;
		margin-left: 0;
	}
	.top-left-medium {
    border-radius: 150px 0 0 0;
	}
	.page-footer .page-footer-top .crumbs a{
		font-size: 14px;
	}
	.control_box .button-item{
		width: 46px;
		height: 46px;
		background-size: 18%;
	}
	.swiper .swiper-button-next, .swiper .swiper-button-prev{
		width: 46px;
		height: 46px;
	}
	.swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction{
		font-size: 16px;
	}
	.logo-box{
		width: 100px;
	}
	.sub_nav .con{
		display: flex;
		width: 90%;
		flex-wrap: wrap;
	}
	.sub_nav a{
		margin: 0;
	}
	.sub_nav{
		margin-bottom: 20px;
	}
	.sub_banner{
		margin-bottom: 20px;
	}
}
