.page-footer {
	padding-top: 88px;
}
.page-footer .container{
	margin-top: 31px;
	width: 100%;
	border-radius: 0 550px 0 0;
	border-top: 2px #009C59 solid;
	border-right: 2px #009C59 solid;
	padding: 67px 71px;
	box-sizing: border-box;
	position: relative;
}
.page-footer h5{
	font-size: 20px;
	font-weight: bold;
	color: #009C59;
}
.page-footer li a{
	font-size: 20px;
	color: #757475;
	margin-top: 22px;
	display: block;
}
.page-footer li a:hover {
	color: #009C59;
}
.page-footer .row{
	display: flex;
}
.page-footer .row .col-sm-2{
	width: 236px;
}
.page-footer .crumbs{
	display: none;
}

.lianxibtn{
	width: 57px;
	height: 49px;
	border-radius: 15px 0 0 15px;
	background-color: #009C59;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/product/icon05.png);
	position: fixed;
	right: 0px;
	top: 50%;
	cursor: pointer;
	z-index: 99;
}
.lianxibtn:hover{
	background-color: #73C07B;
}
.lianxibtnbox{
	width: 1399px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 95px 86px;
}
.lianxibtnbox .title{
	position: relative;
}
.lianxibtnbox .title p{
	font-size: 96px;
	font-weight: bold;
	color: #EAF1EB;
}
.lianxibtnbox .title h3{
	font-size: 51px;
	color: #008254;
	position: relative;
	font-weight: normal;
	top: -60px;
}
.lianxibtnbox .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.lianxibtnbox .top .close{
	width: 23px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/product/icon06.png);
	cursor: pointer;
}
.lianxibtnbox-bg{
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(117, 116, 117, 0.3);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.lianxibtnbox .con{
	display: flex;
	justify-content: space-between;
}
.lianxibtnbox .con .item{
	width: 386px;
	height: 291px;
	border: 1px #C9CACA solid;
	text-align: center;
	padding-top: 27px;
	box-sizing: border-box;
}
.lianxibtnbox .con .item .icon{
	width: 75px;
	height: 72px;
	background-image: url('../images/index/lianxi01.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.lianxibtnbox .con .item:nth-child(2) .icon{
	background-image: url('../images/index/lianxi02.png');
}
.lianxibtnbox .con .item:nth-child(3) .icon{
	background-image: url('../images/index/lianxi03.png');
}
.lianxibtnbox .con .item h3{
	font-size: 25px;
	margin-top: 23px;
	margin-bottom: 19px;
}
.lianxibtnbox .con .item p{
	color: #757475;
}
.lianxibtnbox .con .item a{
	display: block;
	margin-top: 35px;
	padding-right: 30px;
}
.lianxibtnbox .con .item a::after{
	display: inline-block;
	content: '';
	background-image: url('../images/index/icon05.png');
	width: 8px;
	height: 13px;
	background-size: 100%;
	margin-left: 10px;
	margin-top: 3px;
}

.footer-copyright{
	text-align: center;
	padding: 20px 0;
}
.copyright {
	font-size: 18px;
	color: #757475;
	padding: 30px 0px;
	width: 100%;
	margin-top: 120px;
}
.ewm {
	position: absolute;
	top: 230px;
	right: 280px;
}
.ewm .phone {
	font-size: 20px;
	color: #009C59;
	margin-bottom: 21px;
}
.ewm img {
	width: 168px;
	height: 168px;
	object-fit: cover;
}
@media (max-width: 960px ){
	.ewm {
		position: initial;
	}
	.copyright {
		margin-top: 20px;
	}
	.page-footer .container{
		padding: 20px;
	}
	.page-footer .row{
		flex-wrap: wrap;
	}
	.page-footer h5{
		font-size: 14px;
	}
	.page-footer li a{
		font-size: 12px;
		margin-top: 4px;
	}
	.page-footer .row .col-sm-2{
		width: 50%;
		margin-bottom: 10px;
	}
	.page-footer .container{
		border-radius: 0 100px 0 0;
	}
	.page-footer{
		padding-top: 40px;
	}
}


