.body_header {
  width: 100%;
  height: 125px;
  background: #fff;
}
.header_left {
  padding-top: 35px;
}
.header_left_center,
.header_left_img,
.header_left_img2,
.header_left_img3 {
  display: inline-block;
  vertical-align: top;
}
.header_left_center {
  margin-left: 5px;
}
.header_left_img img {
  width: 33px;
  height: 32px;
}
.header_left_img2 img {
  width: 30px;
  height: 31px;
}
.header_left_img3 img {
  width: 33px;
  height: 28px;
}
.header_left_text {
  display: inline-block;
}
.header_left_text p {
  color: #666;
  font-size: 12px;
}
.header_left_bottom {
  margin-top: 10px;
  color: #999;
  font-size: 15px;;
}
.header_center {
  line-height: 125px;
  margin: 0 270px;
}
.header_center img {
  width: 149px;
  height: 58px;
}
.header_right {
  line-height: 125px;
}
.header_right a {
  display: inline-block;
  width: 178px;
  height: 50px;
  background: #FEBC14;
  border-radius:6px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
}
.body_center_img {
  width: 100%;
  /* height:415px;
  background:url('../images/main9.png') no-repeat; */
}
.body_center_img img {
  width: 100%;
  height: 640px;
	object-fit: cover;
}
.body_middle {
  width: 100%;
  min-height: 195px;
  background: #fff;
}
.title {
  text-align: center;
  margin-top: 40px;
}
.title_text {
  width: 320px;
  margin: 0 auto;
  color: #333;
  font-size: 50px;
  font-weight: 800;
  border-bottom: 2px solid #000;
}
.body_middle_text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.body_middle_text > p {
  width: 1095px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  line-height:30px;
  text-indent: 2em;
  padding-bottom: 25px;
}
.fotter {
  width: 100%;
  height: 100px;
  background: #F4F4F4;
  line-height: 100px;
  text-align: center;
}
.fotter_center {
  color: #333;
  font-size: 14px;
  text-align: center;
  display:inline-block;
  line-height:20px;
  vertical-align: middle;
}
.header_right a:hover {
  box-shadow: 1px 1px 5px #ffae00;
}
.cost {
  width: 1095px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  text-indent: 2em;
  padding-bottom: 25px;
}