/* 底部开始 */
  footer{
	  /* height: 400px; */
	  width: 100%;
	  /* background: url(/img/footer.png) no-repeat center; */
	  /* background-size: 100% 100%; */
  }
  .footer_root{
	  height: 130px;
	  width: 1200px;
	  margin: 180px auto 0 auto;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  position: relative;

  }
  .footer_line{
	  font-family: '微软雅黑';
	  height: 25px;
	  line-height: 25px;
	  color: #000;
	  font-size: 13px;
  }
  .footer_image1{
	  height: 40px;
	  width: 237px;
	  position: absolute;
	  top: 60px;
	  left: 40px;
  }
  .footer_image2{
	height: 40px;
	width: 114px;
	position: absolute;
	top: 60px;
	right: 190px;
}
.footer_image3{
	height: 40px;
	width: 112px;
	position: absolute;
	top: 60px;
	right: 70px;
}
/* 页脚强制执行css */
.bottom_top{
	width: 100%;
	height: 240px;
	border-top: 1px solid #e2e2e2;
	margin-top: 20px;
	/* z-index: 10; */
	/* background-color: #000000; */
}
.bottom_top .bottom_top_2{
	width: 1200px;
	/* height: 220px; */
	/* border: 1px solid red; */
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}
.bottom_top .bottom_top_2 .Picture_16{
	position: absolute;
	left: 0;
	top: 70px;
}
.bottom_top .bottom_top_2 .Picture_17{
	position: absolute;
	right: 120px;
	top: 70px;
}
.bottom_top .bottom_top_2 .Picture_18{
	position: absolute;
	right: 0;
	top: 70px;
}
.bottom_top .bottom_top_2 p{
	text-align: center;
	margin-top: 13px;
	font-size: 12px;
}
.bottom_top .bottom_top_2 .p_1{
	text-align: center;
	margin-top: 51px;
	font-size: 12px;
}
.bottom_top .bottom_top_2 a{
	color: #000000;
}
.bottom_top .bottom_top_2 a:hover{
	text-decoration:underline;
}