/* 搬迁服务 */
.bqfw1 {
	padding-bottom: 3vw;
	margin-bottom: 2vw;
}

.bqfw2 {
	display: flex;
	justify-content: center;
}

.bqfw3 {
	margin-right: 4vw;
}

.bqfw4 {
	width: 45vw;
}

.bqfw3 img {
	height: 20.5vw;
	width: 23vw;
}

.bqfw4 p {
	font-size: 0.9vw;
	line-height: 1.8;
}

.bqfw5 {
	margin-top: 1.5vw;
}

.bqfw5 h5 {
	font-size: 1vw;
	margin-bottom: 0.75vw;
}

.bqfw6 {
	display: flex;
	flex-wrap: wrap;
}

.bqfw6 span {
	background-color: rgba(54,71,120,0.1);
	position: relative;
	margin-right: 3vw;
	width: 12vw;
	height: 4vw;
	display: flex;
	align-items: center;
	margin-bottom: 1.6vw;
	font-size: 0.9vw;
	box-shadow: 0 0.3vw 0.2vw rgba(54,71,120,0.3);
	justify-content: center;
	text-align: center;
}
/* 箭头动画 */
/* 两个矩形 */ 
.bqfw-rect{
 	position: absolute;
 	top: 1.25vw;
 	width: 4vw;
 	height: 1.15vw;
 	overflow: hidden;
 	z-index: 1;
 	left: auto;
 	right: -3.9vw;
 	background-size: 100% 100%;
}
.bqfw-rect img{
 	display: block;
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	height: 1.15vw;
 	width: 1.15vw;
}
.bqfw-rect img:first-child{
 	left: 0;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	animation: fadeInLeft 1.2s linear infinite;
}
.bqfw-rect img:nth-child(2){
 	left: 1vw;
 	animation: fadeInLeft 1.2s linear 0.2s infinite;
}
.bqfw-rect img:nth-child(3){
 	left: 2vw;
 	animation: fadeInLeft 1.2s linear 0.4s infinite;
}
.bqfw-rect img:nth-child(4){
 	left: 3.4vw;
	animation: fadeInLeft 1.2s linear 0.6s infinite;
}
.bqfw-rect img:nth-child(5){
 	left: 4.2vw;
	animation: fadeInLeft 1.2s linear 0.8s infinite;
}
.bqfw-rect img:nth-child(6){
 	left: 5vw;
	animation: fadeInLeft 1.2s linear 1s infinite;
}
@keyframes fadeInLeft{
 	0%{
 		opacity: 1;
 	}
 	25%{
 		opacity: 0.2;
 	}
	75%{
		opacity: 0.2;
	}
}
.bqfw7{
	transform: rotateZ(90deg);
	right: 4vw;
	top: 5vw;
}
.bqfw8{
	transform: rotateZ(180deg);
	right: -3.2vw;
}
.bqfw9{
	background-image: url(../img/wztp208.jpg);
	background-size: 100% 100%;
}