/* 去掉body横向滚动条 start */
html,
body {
	overflow-x: hidden;
}
/* 去掉body横向滚动条 end */

/* 整个页面背景颜色 start */
.box {
	background-color: #050b21;
}
/* 整个页面背景颜色 end */

/* 监听小于768样式 start */
@media (min-width:768px) {
	.paddingTop {
		padding-top: 40px !important;
	}

	.heightRow {
		line-height: 30px;
		font-size: 15px;
		margin-top: 30px;
	}

	.shade {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 1;
		/* 渐变 */
		background: linear-gradient(rgba(254, 187, 2, 0.9), rgba(245, 210, 122, 3));
		padding-top: 20% !important;
		text-align: center;
		color: #333;
		transition: .3s all ease;
		font-size: 12px;
	}

	.fontSizelist {
		font-size: 18px;
	}
	.bj {
		background-image: url(../image/footerImg2.png);
		background-size: cover;
		background-position: center ;
		width: 100%;
	}

}
/* 监听小于768样式 start */

/* 监听小于1200样式改变 start */
@media (min-width:1200px) {
	.fontSizelist {
		font-size: 28px;
	}

	.shade {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 1;
		/* 渐变 */
		background: linear-gradient(rgba(254, 187, 2, 0.9), rgba(245, 210, 122, 3));
		padding-top: 50% !important;
		text-align: center;
		color: #333;
		transition: .3s all ease;
		font-size: 16px;
	}
	.bj {
		background-image: url(../image/footerImg2.png);
		background-size: cover;
		background-position: center -288px;
		width: 100%;
		background-repeat: no-repeat;
	}

}
/* 监听小于1200样式改变 end */

/* 保留 start */
/* .free {
	font-size: 50px;
	color: #feba02;
	font-weight: bold;
} */
/* 保留 end */

/* .dots {
	width: 38px;
	height: 5px;
	background-color: #feba02;
} */

/* .dot {
	display: inline-block;
	color: #000;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 50%;
	margin: 0 5px;
} */

/* .Services {
	font-size: 28px;
	color: #feba02;
} */

/* .freeService {
	color: #fff;
	font-size: 28px;
} */
.paddingTop {
	padding-top: 80px;
}
.heightRow {
	line-height: 30px;
	font-size: 15px;
}

.item-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.shade {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	/* 渐变 */
	background: linear-gradient(rgba(254, 187, 2, 0.9), rgba(245, 210, 122, 3));
	padding-top: 50%;
	text-align: center;
	color: #333;
	transition: .3s all ease;
}

.item-wrap:hover .shade {
	opacity: 0;
	padding-top: 60px;
}

.imgFluid {
	width: 100%;
}

.generalizeName {
	position: absolute;
	color: #fff;
	z-index: 999;
	bottom: -20px;
	color: #feba02;
	transition: .3s all ease;
	opacity: 0;
}

.generalizeName p {
	font-size: 12px;
}

.item-wrap:hover .generalizeName {
	position: absolute;
	opacity: 1;
	bottom: 20px;
}

.footerBox {
	margin-top: 5.3125rem;
	/* 85px */
	width: 100%;
}

.footerBox .title {
	font-size: 2.375rem;
	/* 38px */
}

.imgfluid {
	width: 100%;
}

.positionRelative {
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

.positionAbsolute {
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
	/* 渐变 */
	background: linear-gradient(rgba(254, 187, 2, 0.9), rgba(245, 210, 122, 3));
	color: #000;
	transition: all .2s;
}

.positionAbsolute h3 {
	margin-bottom: 50px;
}

.positionAbsolute .Content {
	margin-top: 120px;
}

.content_title {
	color: #feba02;
	position: absolute;
	opacity: 0;
	left: 45px;
	bottom: -10px;
}

.content_title span {
	display: block;
}

.Content div {
	height: 30px;
	line-height: 30px;
}

.Content span {
	font-size: 38px;
	margin-top: 5px;
	vertical-align: middle;
	padding-right: 5px;
}

.positionRelative img {
	transition: all .4s;
	background: linear-gradient(rgba(0, 0, 0, 0.8));
	opacity: 0;
}

.positionRelative:hover .positionAbsolute {
	opacity: 0;
	transition: all .4s;

}

.positionRelative:hover img {
	transition: all .4s;
	opacity: 1;
}

.positionRelative:hover .content_title {
	bottom: 10px;
	transition: all .7s;
	/* transform: scale(1.1);
	-ms-transform: scale(1.1); */
	opacity: 1;
	left: 45px;
}


/* 底部 */
footer {
	background-color: #000000;
	color: #FFF;
	/* -10px */
	margin-top: -0.625rem;
}

.Phone {
	/* 35px */
	font-size: 2.1875rem;
	color: #fff;
}

.Phone p {
	/* 8px */
	padding-top: -0.5rem;
}

.backgroundColor {
	background: #141e3f;
	/* 30px */
	padding: 1.875rem 0;
}

.backgroundColor p {
	color: #fff;
}
