@charset "utf-8";
/*公共部分*/
.block{
	width:1216px;
	margin:0px auto;
}
.b-bg{
	background: #fff;
}

/*head*/
.head{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	width: 92%;
	margin: 0 auto;
}
.headLogo{
	display: block;
}
.headLogo img{
	display: block;
	width: 148px;
	height: auto;
}
.headNav{
	display: flex;
	align-items: center;
	line-height: 124px;
}
.headNav li{
	margin-left: 80px;
}
.headNav li a{
	display: block;
	font-size: 16px;
	color: #313131;
	position: relative;
}
.headNav li a span{
	display: none;
	width: 100%;
	height: 2px;
	background: #2FAE68;
	position: absolute;
	left: 0;
	bottom: 43px;
}
.headNav li.on a{
	color: #2FAE68;
}
.headNav li.on a span{
	display: block;
}
.headNav li:hover a{
	color: #2FAE68;
}
.headNav li:hover a span{
	display: block;
}
/*banner*/
.banner{
	display: block;
	width: 100%;
	height: auto;
}
/*回收流程*/
.process{
	display: block;
	width: 100%;
	height: auto;
}
/*灰色背景*/
.greyBg{
	height: 645px;
	background: #F6F7FB;
}
/*产品分类*/
.product{
	position: relative;
	z-index: 1;
	margin-top: -595px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	background: #fff;
}
.productNav{
	border-bottom: 2px solid #2FAE68;
}
.productNav li{
	float: left;
	width: 33.333333%;
	font-size: 20px;
	color: #000;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.productNav li.on{
	background-color: #2FAE68;
	color: #fff;
}
/*.productNav li:hover{
	background-color: #2FAE68;
	color: #fff;
}*/
.productBox{
	padding: 17px 14px 45px 14px;
}
.productBoxC{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	min-height: 540px;
	margin-top: 20px;
}
.productBoxC li{
	display: flex;
	flex-direction: column;
	width: calc((100% - 240px) / 5);
	text-align: center;
	cursor: pointer;
}
.productBoxC li img{
	display: block;
	width: 100%;
	height: auto;
}
.productBoxC li h4{
	font-size: 16px;
	color: #313131;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.productBoxC li p{
	font-size: 18px;
	color: #313131;
	margin-top: 5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.productBoxC li p span{
	color: #2FAE68;
}
.productBoxC li:hover h4{
	color: #2FAE68;
}
.productBoxC li:hover p{
	color: #2FAE68;
}
/*专享极速打款*/
.speed{
	margin-top: 28px;
}
.speedTit{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #313131;
}
.speedTit span{
	display: block;
	width: 5px;
	height: 24px;
	background: #2FAE68;
	margin-right: 15px;
}
.speedImg{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 28px;
}

/*用户评价*/
.evaluation{
	margin-top: 28px;
}
.evaluationC{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 26px;
}
.evaluationC li{
	display: flex;
	flex-direction: column;
	width: calc((100% - 60px) / 5);
	cursor: pointer;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 15px 15px 0 15px;
}
.evaluationCA{
	display: flex;
	align-items: center;
}
.evaluationCAimg{
	display: block;
	width: 40px;
	height: auto;
}
.evaluationCAE{
	font-size: 18px;
	color: #313131;
	margin-left: 10px;
}
.evaluationCAE img{
	display: block;
	width: 82px;
	height: auto;
	margin-top: 3px;
}
.evaluationCB{
	padding: 22px 0 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
.evaluationCBimg1{
	display: block;
	width: 18px;
	height: auto;
}
.evaluationCBE{
	height: 78px;
	overflow: hidden;
	font-size: 16px;
	color: #757575;
	line-height: 26px;
}
.evaluationCBimg2{
	float: right;
	margin-top: 3px;
}
.evaluationCE{
	height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #757575;
	line-height: 23px;
	padding: 25px 0;
}
.evaluationCE span{
	color: #2FAE68;
}

/*联系我们*/
.contact{
	background: #F6F7FB;
	padding: 23px 0 113px 0;
	margin-top: 15px;
}
.contactC{
	position: relative;
}
.contactC img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 26px;
}
.contactC p{
	font-size: 23px;
	color: #414141;
	position: absolute;
	left: 8%;
	bottom: 19.5%;
}

/*foot*/
.foot{
	width: 100%;
	height: 400px;
	background: url('../images/footBg.png') no-repeat left center;
	background-size: 100% 100%;
	padding: 43px 0 0 0;
	box-sizing: border-box;
}
.footC{
	width:1135px;
	margin: 0 auto;
}
.footCL{
	float: left;
	padding-top: 50px;
}
.footCLlogo{
	display: block;
	width: 97px;
	height: auto;
}
.footCL p{
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
}
.footCR{
	float: left;
	margin-left: 119px;
	text-align: center;
}
.footCR h4{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.footCR h4:nth-child(2){
	margin-top: 18px;
}
.footCR h4 span{
	color: #709CFF;
}
.footCRO{
	display: flex;
	justify-content: center;
	margin-top: 38px;
}
.footCRO .item{
	font-size: 14px;
	color: #fff;
}
.footCRO .item img{
	display: block;
	width: 128px;
	height: auto;
	margin-bottom: 8px;
}