.footer{
	height: 5.6rem;
	background: rgba(219, 219, 221, 1);
}
.footer .fb_box1{
	width: 3.6rem;
}
.footer .fb_box2{
	width: 2.33rem;
}
.footer .fb_box3{
	width: 2rem;
}
.footer .fb_box4{
	width: 3.4rem;
}
.footer .f_box1{
	height: 4.96rem;
	justify-content: space-around;
	align-items: flex-start;
	padding-top: 0.8rem;
}
.footer .f_box1 .txt1{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	display: block;
	margin-bottom: 0.14rem;
}
.footer .f_box1 .txt2{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.22rem;
	display: block;
	margin-bottom: 0.1rem;
}
.footer .f_box1 .txt2:hover{
	color: rgba(93, 150, 48, 1);
}
.footer .f_box1 .fb_box1 .txt3{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.23rem;
	margin-bottom: 0.12rem;
	display: block;
}
.footer .f_box1 .fb_box1 .txt2{
	margin-bottom: 0.12rem;
}
.footer .f_box1 .iconL .img{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
}
.footer .f_box1 .iconL .img .img1{
	display: block;
}
.footer .f_box1 .iconL .img .img2{
	display: none;
}
.footer .f_box1 .iconL .img:hover .img2{
	display: block;
}
.footer .f_box1 .iconL .img:hover .img1{
	display: none;
}
.footer .f_box1 .fb_box4 .mes{
	width: 100%;
	height: 0.8rem;
	background: rgba(255,255,255,0.07);
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #A8A8A8;
	margin-bottom: 0.1rem;
	padding: .1rem;
	resize: none;
	box-sizing: border-box;
	overflow: hidden;
}
.footer .f_box1 .fb_box4 .mes2{
	width: 100%;
	height: 0.44rem;
	background: rgba(255,255,255,0.07);
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #A8A8A8;
	margin-bottom: 0.1rem;
	padding: 0 .2rem;
}
.footer .f_box1 .fb_box4 textarea::placeholder,
.footer .f_box1 .fb_box4 input::placeholder{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.14rem;
	color: A8A8A8;
	/*padding: 0.08rem 0.15rem;*/
}
.footer .f_box1 .fb_box4 .sbmit{
	width: 100%;
	height: 0.44rem;
	background: #5D9630;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.44rem;
	text-align: center;
	cursor: pointer;
}
.footer .f_box2{
    height: .64rem;
    line-height: .64rem;
	border-top: 0.01rem solid rgba(51, 51, 51, 0.2);
	justify-content: center;
	opacity: .4;
	font-family: Poppins, Poppins;
    font-weight: 300;
    font-size: .16rem;
    color: #333333;
}
.footer .f_box2 a{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.64rem;
	display: inline-block;
	margin: 0 0.2rem;
}